Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 403ae2588ea19398f26d45c056940f3ba9e6d98f Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.20.1' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision 660175558576a5c92e831809d821d7bfe491a86d Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-pipeline-library > git init /var/jenkins/workspace/apella-sss-transition_master-6.0@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70 # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 660175558576a5c92e831809d821d7bfe491a86d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 660175558576a5c92e831809d821d7bfe491a86d # timeout=10 Commit message: "[releng] Download JDK from jenkins rather than adoptium (#35)" > git rev-list --no-walk 24c4c18c58afd46734c9628cedb0c02b22a9c251 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-30c7b is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-30c7b" namespace: "capella" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-30c7b" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-30c7b" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-30c7b in /home/jenkins/agent/workspace/apella-sss-transition_master-6.0 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-sss-transition.git > git init /home/jenkins/agent/workspace/apella-sss-transition_master-6.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-sss-transition.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-sss-transition.git +refs/heads/master-6.0:refs/remotes/origin/master-6.0 # timeout=10 Avoid second fetch Checking out Revision 403ae2588ea19398f26d45c056940f3ba9e6d98f (master-6.0) > git config remote.origin.url https://github.com/eclipse/capella-sss-transition.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master-6.0:refs/remotes/origin/master-6.0 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 403ae2588ea19398f26d45c056940f3ba9e6d98f # timeout=10 Commit message: " #88 Fix code smells" > git rev-list --no-walk 0faad0248a88fe5848eb973b7e8df078b6c88319 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Generate Target Platform) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + env JENKINS_UI_PORT_80_TCP_ADDR=10.30.76.25 JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000 JENKINS_AGENT_WORKDIR=/home/jenkins/agent JENKINS_NODE_COOKIE=30926219-a3f6-430f-ab17-7d4119c9bcdd BUILD_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-6.0/3/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-30c7b JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://10.30.0.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-sss-transition-master-6.0-3 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=master-6.0 GIT_PREVIOUS_COMMIT=0faad0248a88fe5848eb973b7e8df078b6c88319 OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=10.30.0.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-6.0/ WORKSPACE=/home/jenkins/agent/workspace/apella-sss-transition_master-6.0 RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-6.0/3/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-30c7b USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-6.0/3/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=403ae2588ea19398f26d45c056940f3ba9e6d98f PATH=/opt/tools/java/openjdk/jdk-14/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-14/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin MAVEN_HOME=/opt/tools/apache-maven/latest RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-6.0/3/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/apella-sss-transition_master-6.0 JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145 JAVA_HOME=/opt/tools/java/openjdk/jdk-14/latest JENKINS_UI_PORT=tcp://10.30.76.25:80 HUDSON_URL=https://ci.eclipse.org/capella/ LANG=en_US.UTF-8 JOB_NAME=capella-sss-transition/master-6.0 GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#3 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=3 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=master-6.0 RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-6.0/3/display/redirect?page=tests BUILD_KEY=master-6.0 JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145 JENKINS_SECRET=**** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins GIT_BRANCH=master-6.0 KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/apella-sss-transition_master-6.0@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-ef4a7680eceb91a42eab0fa7e65be6ad02f6cc86143abf31ad464dc075a544c3 NODE_LABELS=centos-7 centos-7-30c7b jipp-migration migration GIT_URL=https://github.com/eclipse/capella-sss-transition.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/capella library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-30c7b JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80 JENKINS_UI_SERVICE_HOST=10.30.76.25 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-6.0/display/redirect BUILD_NUMBER=3 HUDSON_COOKIE=b6041d65-dcae-47dc-abf9-24b5096f27d1 DISPLAY=:0 KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1 KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443 JENKINS_AGENT_NAME=centos-7-30c7b JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.transition.system2subsystem.target/pom.xml Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.2+12 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ---------------< org.polarsys:capella.target-definition >--------------- [INFO] Building capella.target-definition 1.6.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] [INFO] --- tycho-eclipserun-plugin:0.26.0:eclipse-run (generate.target) @ capella.target-definition --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 (file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160405-1820.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String) WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB) [INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching 201709271000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, tp/capella.target-definition.targetplatform] Retrieve included location:https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/targets/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/targets/modules/gmf-runtime-1.14.tpd Retrieve included location:https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/targets/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/targets/modules/gmf-runtime-1.14.tpd Retrieve included location:https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/targets/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/targets/modules/gmf-runtime-1.14.tpd Retrieve included location:https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/targets/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/targets/modules/gmf-runtime-1.14.tpd >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/ (142.85kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/ (142.85kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.test.site/ (21.71kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.test.site/ (21.71kB) Retrieve included location:https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/targets/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/targets/modules/gmf-runtime-1.14.tpd >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (19.68kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (19.68kB) >> Fetching p2.index from http://download.eclipse.org/releases/2021-06/ (122B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2021-06/ (122B) >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-06/ (479B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-06/ (479B) >> Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-06/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-06/ >> Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB) >> Fetching p2.index from http://download.eclipse.org/releases/2021-06/202106161001/ (140B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2021-06/202106161001/ (140B) >> Fetching content.xml.xz from http://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/ (46.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/ (46.05kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ (134B) >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (97.94kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (97.94kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/ (31.15kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/ (31.15kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/ (60.83kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/ (60.83kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/ (8.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/ (8.05kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/ (8.78kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/ (8.78kB) >> Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (13.68kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (13.68kB) >> Fetching p2.index from http://download.eclipse.org/nebula/releases/2.3.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/nebula/releases/2.3.0/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:45 min [INFO] Finished at: 2022-06-10T07:54:25Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Djacoco.skip=true -DjavaDocPhase=none -Psign clean package -f pom.xml Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.2+12 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Fetching 202106161001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-06/ (63B) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.89MB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.41MB) [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.59kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.42MB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.03kB) [INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (518.07kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (250.71kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (201.99kB) [INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (445.67kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (23.5kB) [INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (92.39kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (19.63kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (703.81kB) [INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (728.18kB) [INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (208.05kB) [INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (39.03kB) [INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (45.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.13MB) [INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (125.46kB) [INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (143.2kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (20.34kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (22.78kB) [INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (246.14kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (367.61kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.66kB) [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.76kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,021.45kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (350.75kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.45MB) [INFO] Fetching org.apache.sshd.osgi_2.6.0.v20210201-2003.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.73MB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.82kB) [INFO] Fetching org.apache.sshd.sftp_2.6.0.v20210201-2003.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.6kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (97.69kB) [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (323kB) [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.25MB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.13.0.202109091545.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/plugins/ (280.72kB) [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (432.47kB) [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.06kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (416.62kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (345.47kB) [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (1.16MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.53kB) [INFO] Fetching org.eclipse.sirius_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (839.07kB) [INFO] Fetching org.eclipse.sirius.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (1.4MB) [INFO] Fetching org.eclipse.sirius.table.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (588.42kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (232.18kB) [INFO] Fetching org.eclipse.sirius.common_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (256.48kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (284.06kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (29.34kB) [INFO] Fetching org.eclipse.sirius.diagram_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (706.41kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (5.66MB) [INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.03kB) [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.18kB) [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.25kB) [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (789.2kB) [INFO] Fetching org.eclipse.core.resources_3.15.0.v20210521-0722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (877.32kB) [INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,021.81kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (653.88kB) [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.75kB) [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (607.45kB) [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (323.87kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (112.81kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.68kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.15kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (133.86kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (190.13kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (306.59kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (161.35kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.5kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (113.34kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (288.46kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.35kB) [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (105.1kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.42kB) [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.82kB) [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (87.13kB) [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (387.03kB) [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.91MB) [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (205.97kB) [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (266.17kB) [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.08MB) [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.39MB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.31kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (602.2kB) [INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.62kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.39kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.9kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.79kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.99kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (210.79kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (200.18kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.31kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.67kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.46kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (388.36kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.98kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.2kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (255.66kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (87.55kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (229.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.04kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (244.9kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.95kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (291.72kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.8kB) [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.15kB) [INFO] Fetching org.eclipse.egit.core_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (595.15kB) [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (395.29kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.68MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.32kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.05kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.8kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (360.16kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (366.89kB) [INFO] Fetching org.eclipse.jdt.core_3.26.0.v20210609-0549.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.92MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (552.96kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (161.01kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.57kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (147.15kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (176.37kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.62kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (149.73kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (22.22kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (114.21kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (26.53kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (436.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (547.38kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (183.6kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (19.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (32.6kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.13kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202011020719.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (106.46kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.51kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.05kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.86kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (160.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (354.6kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.23kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.05kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.01kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.31kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.14kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.43kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.37kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.37kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (235.05kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (248.88kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (128.95kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (975.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (117.54kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (257.06kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (101.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (120.46kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (39.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (14.81kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (100.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (76.16kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (133.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (190.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (28.96kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (93.42kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (101.64kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.15kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (49.28kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (218.67kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (90.08kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (137.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (92.07kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (198.29kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (215.8kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (23.87kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (118.04kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (123.7kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (318.59kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (110.01kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.help.base_4.3.300.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (424.56kB) [INFO] Fetching org.eclipse.help.ui_4.3.0.v20210409-1726.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (524.45kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.76MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (335.43kB) [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (903.45kB) [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.92MB) [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (533.64kB) [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.4MB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.19kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.75kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202011020719.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (154.26kB) [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (477.46kB) [INFO] Fetching org.eclipse.pde.core_3.14.300.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.33MB) [INFO] Fetching org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (212.57kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (92.17kB) [INFO] Fetching org.eclipse.sirius.model_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (640.48kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (17.55kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (9.61kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (41.86kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (757.75kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (14.22kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (57.48kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (9.91kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (281.1kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (186.71kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (117.22kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (28.94kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (11.79kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (16.2kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.96kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (9.63kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.37MB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.86kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (36.38kB) [INFO] Fetching org.eclipse.sirius.table_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (123.3kB) [INFO] Fetching org.eclipse.sirius.table.model_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (246.23kB) [INFO] Fetching org.eclipse.sirius.tree_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (109.93kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (153.87kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.51kB) [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (337.29kB) [INFO] Fetching org.polarsys.capella.commandline.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (43.54kB) [INFO] Fetching org.polarsys.capella.common_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (79.36kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (43.92kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (144.9kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (39.44kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (99.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (34.8kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (41.24kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (71.08kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (15.58kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (49.26kB) [INFO] Fetching org.polarsys.kitalpha.emde_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (61.87kB) [INFO] Fetching org.polarsys.capella.common.model_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (29.04kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (48.19kB) [INFO] Fetching org.polarsys.capella.common.ef_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (33.05kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (15.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.52kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (32.07kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (53.73kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (145.77kB) [INFO] Fetching org.polarsys.capella.common.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (208.74kB) [INFO] Fetching org.polarsys.capella.common.helpers_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (42.39kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (492.69kB) [INFO] Fetching org.polarsys.capella.core.model.handler_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (124.11kB) [INFO] Fetching org.polarsys.capella.common.libraries_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (28.17kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (42.21kB) [INFO] Fetching org.polarsys.capella.common.queries_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (41.63kB) [INFO] Fetching org.polarsys.capella.common.tools.report_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (46.18kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (17.16kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (44.35kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (20.84kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (19.52kB) [INFO] Fetching org.polarsys.capella.common.re.gen_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (64.68kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (13.02kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (159.71kB) [INFO] Fetching org.polarsys.capella.common.ui.services_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (19.7kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (25.85kB) [INFO] Fetching org.polarsys.capella.core.preferences_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (208.21kB) [INFO] Fetching org.polarsys.capella.common.transition_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (267.8kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (30.22kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (19.32kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (15.68kB) [INFO] Fetching org.polarsys.capella.core.data.gen_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (2.3MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (69.39kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (28.03kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (67.39kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.63kB) [INFO] Fetching org.polarsys.capella.core.af.integration_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (25.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (29.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (71.32kB) [INFO] Fetching org.polarsys.capella.core.application_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (13.43kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (46.52kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (23.42kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (112.68kB) [INFO] Fetching org.polarsys.capella.core.compare_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (48.83kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (240.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (29.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (42.91kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (1.4MB) [INFO] Fetching org.polarsys.capella.core.libraries_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (70.08kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (73.41kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (73.63kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (27.36kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (265.3kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (192.93kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (53.12kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (104.33kB) [INFO] Fetching org.polarsys.capella.core.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (39.13kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (1.78MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (1.28MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (82.67kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (420.13kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (161.8kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (106.36kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (229.5kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (134.92kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (107.9kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (300.94kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (31.03kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (42.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (24.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.65kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (13.62kB) [INFO] Fetching org.polarsys.capella.core.services_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (14.12kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (105.37kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (19.54kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (71.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (85.4kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (29.99kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (52.19kB) [INFO] Fetching org.polarsys.capella.core.transition.system_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (274.15kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (257.55kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (21.55kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (475.56kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (89.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (82.78kB) [INFO] Fetching org.polarsys.kitalpha.report_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (19.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (43.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (299.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (22.08kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (25.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (39.07kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (46.52kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (41.46kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (26.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (28.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (25.93kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (20.13kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (31.91kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (22.86kB) [INFO] Fetching org.polarsys.kitalpha.report.model_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (29.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (86.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (294.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (22.44kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (25.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (18.9kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (29.53kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.06MB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (927.08kB) [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.09MB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.19kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.1.202106070924.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (2.73MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.1.202106070924.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (134.04kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (415.44kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.43kB) [INFO] Fetching org.polarsys.capella.common.re_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (247.12kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (47.43kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (48.12kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (55.22kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (72.1kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (131.57kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (57.62kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (84.52kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (461.5kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (56.32kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (15.57kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (31kB) [INFO] Fetching org.polarsys.capella.core.re.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (36.59kB) [INFO] Fetching org.polarsys.capella.test.framework_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.test.site/plugins/ (151.14kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (116.08kB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.test.site/plugins/ (2.64MB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (306.41kB) [INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (502.2kB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.34kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.55MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (297.81kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (137.98kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.85kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.33kB) [INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (923.47kB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (122.02kB) [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.59kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (249kB) [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.6kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.5kB) [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (354.3kB) [INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.95MB) [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (639.87kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (323.8kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (219.73kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.34kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (433.33kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.03kB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.98kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (493.09kB) [INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.29MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.28kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.9kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.29kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (321.83kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.79kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.3MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (15.83kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (172.3kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (24kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (118.31kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (17.34kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.13.0.202109091545.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/features/ (38.53kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.13.0.202109091545 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.13.0.202109091545.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/plugins/ (175.88kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.13.0-S20210909/capella/features/ (18.67kB) [INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (158.68kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.3kB) [INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.02MB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.39kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (521.08kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.23kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.8kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.51kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (524.47kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.38kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.21kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (242.32kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.99kB) [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.34kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.74kB) [INFO] Fetching org.eclipse.e4.rcp_4.20.0.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.04kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.100.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.63kB) [INFO] Fetching org.eclipse.e4.core.commands.source_1.0.0.v20210507-1901.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.27kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (376.07kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.100.v20210515-1815.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.0.v20210521-0741.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (168.32kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.200.v20210401-1241.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (163.68kB) [INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (319.47kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (126.66kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (20.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.91kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.800.v20210526-1618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.53kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.13kB) [INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (20.21kB) [INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (14.73kB) [INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (677.41kB) [INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (374.46kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.6kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.72kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.900.v20210412-0842.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.53kB) [INFO] Fetching org.eclipse.equinox.common.source_3.15.0.v20210518-0604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.02kB) [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (278.04kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.17kB) [INFO] Fetching org.eclipse.core.commands.source_3.10.0.v20210401-0744.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (150.67kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.1000.v20210409-1722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82kB) [INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.48kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (208kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.56kB) [INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.87kB) [INFO] Fetching org.eclipse.core.jobs.source_3.11.0.v20210420-1453.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.67kB) [INFO] Fetching org.eclipse.core.runtime.source_3.22.0.v20210506-1025.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.09kB) [INFO] Fetching org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.52kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.200.v20210416-2027.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.8kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.63kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.10.200.v20210503-1606.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.16kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.39kB) [INFO] Fetching org.eclipse.osgi.source_3.16.300.v20210525-1715.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.11MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.400.v20210401-1438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.07kB) [INFO] Fetching org.eclipse.osgi.services.source_3.10.100.v20210324-0936.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (244.91kB) [INFO] Fetching org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.52kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.82MB) [INFO] Fetching org.eclipse.jface.source_3.22.200.v20210401-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,022.85kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (230.28kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.72kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.47kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.26kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.400.v20210602-1312.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.66kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.200.v20210321-1910.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.61kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.51kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.1kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (356.28kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.41kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.0.v20210412-1358.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.76kB) [INFO] Fetching org.eclipse.urischeme.source_1.1.400.v20210407-1558.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.29kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.75kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.20.0.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.95kB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.23kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.74kB) [INFO] Fetching org.eclipse.ecf.source_3.9.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.79kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.02kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.85kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (27.84kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.92kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (27.93kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.58kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (374.24kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (966.92kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (431.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (29.39kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (23.74kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (25.15kB) [INFO] Fetching org.eclipse.egit.ui_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.68MB) [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.56kB) [INFO] Fetching org.eclipse.egit.doc_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.84MB) [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.12kB) [INFO] Fetching org.eclipse.egit.mylyn_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.92kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (489.13kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.98MB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (135.79kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.44kB) [INFO] Fetching org.eclipse.egit.core.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.56kB) [INFO] Fetching org.eclipse.egit.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.9MB) [INFO] Fetching org.eclipse.egit.mylyn.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.04kB) [INFO] Fetching org.eclipse.egit.gitflow.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.62kB) [INFO] Fetching org.eclipse.egit.gitflow.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.86kB) [INFO] Fetching org.eclipse.egit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.88kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.15kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (379kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (79.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (184.71kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (67.07kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.25kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (540.92kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.43kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (72.81kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (234.73kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.86kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.25kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (218.83kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.99kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.07kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.1kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.5kB) [INFO] Fetching org.eclipse.emf.converter_2.16.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.89kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.33kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.11kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.78kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.81kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.75kB) [INFO] Fetching org.eclipse.emf.converter.source_2.16.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.57kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.05kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.12kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (32.76kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (30.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (2.64MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (24.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (24.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (84.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (25.11kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (114.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (285.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (25.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (104.82kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (150.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (66.21kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (24.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (18.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (16.23kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (20.23kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (24.99kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (20.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (24.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (19.07kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/plugins/ (24.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952.jar from https://download.eclipse.org/diffmerge/stable/0.14.0-S20210917/emf-diffmerge-site/features/ (20.27kB) [INFO] Fetching org.eclipse.emf.doc_2.23.0.v20210405-0703.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.19MB) [INFO] Fetching org.eclipse.emf.doc_2.25.0.v20210405-0703.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.39kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (78.84kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.83kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (121.33kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.72kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (820.39kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.79kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (151.53kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (209.95kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.20.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (157.87kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.23kB) [INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (356.82kB) [INFO] Fetching org.eclipse.emf_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.26kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (191.71kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.26kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.64kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.86kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.21kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.28kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (99.27kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.74kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.42kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.15kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.23kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.47kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (113.68kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.18kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.27kB) [INFO] Fetching org.eclipse.emf.sdk_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.4kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (153.08kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.7kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.33kB) [INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (324.23kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (54.05kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.05kB) [INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.25kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.65kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.87kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.01kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.24kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.7kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (229.5kB) [INFO] Fetching org.eclipse.jetty.http_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (242.24kB) [INFO] Fetching org.eclipse.jetty.server_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (769.29kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (171.79kB) [INFO] Fetching org.eclipse.jetty.util_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (560.29kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.73kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.54kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.05kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.04kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.49kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.93kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.71kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.100.v20210418-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (111.58kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.92kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.7.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.76kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.96kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.0.v20210328-0514.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.77kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.0.v20210331-1610.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (248kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.72kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (121.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.12kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.0.v20210326-2048.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.95kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.63kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.88kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.5kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.02kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.0.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.44kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.22kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.41kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.94kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.48kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.96kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (49.23kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.79kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.73kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.0.v20210312-1245.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.03kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.6.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.29kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.23kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.85kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.0.v20210421-1159.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.58kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (611.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (99.78kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.19kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (167.83kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.7kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.100.v20210426-1115.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.66kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.100.v20210327-1705.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.69kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.51kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.22kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (127.71kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.59kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.93kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.13kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.100.v20210415-1446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.35kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.100.v20210419-1942.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.36kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.56kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (828.05kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.32kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (92.85kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (24.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (19.05kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (99.84kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (18.27kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (29.01kB) [INFO] Fetching org.eclipse.gmf_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (13.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (752.74kB) [INFO] Fetching org.eclipse.gmf_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (22.25kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.64kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (320.36kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (134.67kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.62kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (22.05kB) [INFO] Fetching org.apache.batik.anim.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (409.92kB) [INFO] Fetching org.apache.batik.awt.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (427.04kB) [INFO] Fetching org.apache.batik.bridge.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (526.04kB) [INFO] Fetching org.apache.batik.codec.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (112.87kB) [INFO] Fetching org.apache.batik.dom.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (178.28kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (242.7kB) [INFO] Fetching org.apache.batik.ext.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (22.77kB) [INFO] Fetching org.apache.batik.gvt.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (222.7kB) [INFO] Fetching org.apache.batik.parser.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (97.96kB) [INFO] Fetching org.apache.batik.script.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (42.06kB) [INFO] Fetching org.apache.batik.svggen.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (269.14kB) [INFO] Fetching org.apache.batik.transcoder.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (125.69kB) [INFO] Fetching org.apache.batik.xml.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (31.88kB) [INFO] Fetching org.apache.xerces.source_2.12.2.v20220131-0835.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (2.08MB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (22.02kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (100.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (177.24kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (71.79kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (34.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (91.22kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (77.11kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (80.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (19.82kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (61.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (110.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (842.46kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (131.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (16.12kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (70.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (101.58kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (82.82kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (19.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (82.08kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (85.79kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (48.39kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (231.84kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (44.96kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (166.56kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (96.49kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (27.52kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (90.6kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (183.23kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (16.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (74.61kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (49.7kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (90.19kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (21.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (13.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (12.9kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (58.58kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (60.67kB) [INFO] Fetching org.eclipse.gmf.source_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (22.15kB) [INFO] Fetching org.eclipse.help.webapp_3.10.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (727.13kB) [INFO] Fetching org.eclipse.jetty.io_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (194.73kB) [INFO] Fetching org.eclipse.jetty.security_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.39kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.89kB) [INFO] Fetching org.eclipse.help_2.3.600.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.58kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.97kB) [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (177.52kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (220.19kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (156.21kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.73kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.0.v20210414-1616.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.51kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.54kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.100.v20210311-1631.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (140.78kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.02kB) [INFO] Fetching org.eclipse.help.base.source_4.3.300.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (307.18kB) [INFO] Fetching org.eclipse.help.ui.source_4.3.0.v20210409-1726.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (220.67kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (202.2kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (137.39kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.75kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.82kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (444.1kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.3kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (356.14kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.6kB) [INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (67.32kB) [INFO] Fetching org.eclipse.core.net.source_1.3.1100.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.55kB) [INFO] Fetching org.eclipse.help.source_2.3.600.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.85kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.93kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.08kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.16kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (384.42kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.4kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.91kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (215.5kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (70.82kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.53kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1200.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.95MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.53MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (173.16kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.31kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.27kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.88kB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (199.25kB) [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (231.31kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.37kB) [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (592.12kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.31kB) [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.96kB) [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (155.96kB) [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.49kB) [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.43kB) [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.71kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.48kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.78kB) [INFO] Fetching org.eclipse.ant.ui.source_3.8.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (609.92kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.900.v20210317-0507.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.63kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.600.v20210406-0802.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.87kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.82kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1300.v20210419-1022.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (135.72kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1200.v20210521-0550.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.83kB) [INFO] Fetching org.eclipse.jdt.core.source_3.26.0.v20210609-0549.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.21MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.06kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.400.v20210531-0737.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.11MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.300.v20210517-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (844.98kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.17.200.v20210513-1223.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (765.51kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.12.0.v20210521-1840.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (198.32kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1100.v20210429-2046.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (113.74kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.0.v20210326-1249.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.79kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1300.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.11kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.200.v20210326-1452.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (350.84kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.23.0.v20210530-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.38MB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (197.02kB) [INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.86kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.73kB) [INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.22kB) [INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.3kB) [INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (152.5kB) [INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (101.55kB) [INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.47kB) [INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.97kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.05kB) [INFO] Fetching org.eclipse.ant.launching.source_1.3.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (128.09kB) [INFO] Fetching org.eclipse.jdt.source_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB) [INFO] Fetching org.eclipse.jgit.archive_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.54kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.35kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.38kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.4kB) [INFO] Fetching org.eclipse.jgit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jgit.ant.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.24kB) [INFO] Fetching org.eclipse.jgit.archive.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.31kB) [INFO] Fetching org.eclipse.jgit.http.apache.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.78kB) [INFO] Fetching org.eclipse.jgit.http.server.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.66kB) [INFO] Fetching org.eclipse.jgit.junit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.75kB) [INFO] Fetching org.eclipse.jgit.junit.http.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.94kB) [INFO] Fetching org.eclipse.jgit.junit.ssh.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.1kB) [INFO] Fetching org.eclipse.jgit.lfs.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.73kB) [INFO] Fetching org.eclipse.jgit.lfs.server.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.68kB) [INFO] Fetching org.eclipse.jgit.pgm.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (159.2kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.22kB) [INFO] Fetching org.eclipse.jgit.ssh.jsch.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.69kB) [INFO] Fetching org.eclipse.jgit.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.61kB) [INFO] Fetching org.eclipse.jgit.gpg.bc.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.24kB) [INFO] Fetching org.eclipse.jgit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.62kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.37kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.81kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123.55kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.74kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (329.86kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.98kB) [INFO] Fetching org.eclipse.mylyn.commons_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.17kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.33kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.07kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.3kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.86kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.64kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.27kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.52kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.45kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.19kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.99kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.25kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (165.28kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.78kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.64kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.21kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (89.07kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.29kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.96kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.23kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.1kB) [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (203.13kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.18kB) [INFO] Fetching org.eclipse.mylyn_feature_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.82kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.58MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.52MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/features/ (18.53kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.2kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.500.v20210521-1226.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (929.84kB) [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (130.19kB) [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.5kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.63kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (504.43kB) [INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.44MB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1200.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.83MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.59kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.89kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.99kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.62kB) [INFO] Fetching org.eclipse.pde_3.13.1500.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (67.69kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.95kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (565.41kB) [INFO] Fetching org.eclipse.pde.launching_3.9.300.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.65kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (111.43kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (443.56kB) [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (58.37kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.79kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.28kB) [INFO] Fetching org.eclipse.pde_3.14.800.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.48kB) [INFO] Fetching org.eclipse.pde.build.source_3.11.0.v20210429-0618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (317.24kB) [INFO] Fetching org.eclipse.pde.core.source_3.14.300.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,004.16kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.0.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.02kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.200.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.36kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.100.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.05MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.52kB) [INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (188.4kB) [INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.62kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.500.v20210521-1226.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (652.57kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.300.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (250.43kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.300.v20210316-0728.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.83kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.100.v20210507-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.81kB) [INFO] Fetching org.eclipse.pde.launching.source_3.9.300.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.88kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.7kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.200.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (272.64kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.75kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.36kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.34kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.97kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.56kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.45kB) [INFO] Fetching org.eclipse.pde.source_3.14.800.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.9kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.13kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.24kB) [INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (637.66kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.97MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.78MB of 38.97MB at 17.78MB/s) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.58MB of 38.97MB at 17.29MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.56MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.1kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.09MB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.01kB) [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.24kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1400.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.67kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.47kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.25kB) [INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.62kB) [INFO] Fetching org.eclipse.platform_root_4.20.0.v20210611-1600 from http://download.eclipse.org/releases/2021-06/202106161001/binary/ (196B) [INFO] Fetching org.apache.ant.source_1.10.10.v20210426-1926.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.6.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.18kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.17kB) [INFO] Fetching org.eclipse.compare.source_3.8.0.v20210415-0713.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (422.89kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.0.v20210512-1543.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (87.57kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.0.v20210419-1155.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.9kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.0.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.35kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.500.v20210510-1619.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.41kB) [INFO] Fetching org.eclipse.core.resources.source_3.15.0.v20210521-0722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (799.99kB) [INFO] Fetching org.eclipse.debug.core.source_3.18.100.v20210511-0446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.17kB) [INFO] Fetching org.eclipse.debug.ui.source_3.15.0.v20210525-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.73kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.400.v20210427-0555.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.96kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.400.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (251.14kB) [INFO] Fetching org.eclipse.platform.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.67kB) [INFO] Fetching org.eclipse.search.source_3.13.200.v20210419-1029.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (298.72kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.100.v20210426-1601.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.43kB) [INFO] Fetching org.eclipse.team.core.source_3.9.0.v20210510-1748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (367.76kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.0.v20210426-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (765.86kB) [INFO] Fetching org.eclipse.text.source_3.12.0.v20210512-1644.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (279.35kB) [INFO] Fetching org.eclipse.jface.text.source_3.18.0.v20210512-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (810.28kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.72kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.0.v20210426-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.91kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.0.v20210510-1914.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (136.98kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (253.77kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.06kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (251.12kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.14kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.19kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.22kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.10.100.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (308.93kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.100.v20210319-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.5kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.100.v20210512-1009.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (430.32kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.28kB) [INFO] Fetching org.eclipse.ui.editors.source_3.14.100.v20210513-1110.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (330.04kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.0.v20210510-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.17kB) [INFO] Fetching org.eclipse.ui.ide.source_3.18.200.v20210523-1724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.100.v20210506-1050.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.79kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.0.v20210510-1945.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.71kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (217.7kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.81kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.100.v20210419-1942.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.13kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.0.v20210510-1841.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.89kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1400.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.24kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.19kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1500.v20210315-1034.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.8kB) [INFO] Fetching org.eclipse.platform.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.21kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.06kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.1kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.16kB) [INFO] Fetching org.eclipse.rcp_root_4.20.0.v20210611-1600 from http://download.eclipse.org/releases/2021-06/202106161001/binary/ (24.93kB) [INFO] Fetching org.eclipse.help.source_3.9.0.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180kB) [INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.52kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.122.200.v20210506-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.47MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.41kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB) [INFO] Fetching org.eclipse.rcp.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB) [INFO] Fetching org.eclipse.sdk_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (393.42kB) [INFO] Fetching org.eclipse.sdk_4.20.0.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (34.33kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (18.95kB) [INFO] Fetching org.eclipse.sirius.aql_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (19.04kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (19.92kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (12.04kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (18.74kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (11.55kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (9.69kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (388.8kB) [INFO] Fetching org.eclipse.sirius.doc_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (11.07MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (11.07MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (18.7kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (7.65kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (7.63kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (19.16kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (30.11kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (18.96kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (15.1kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (9kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (18.58kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (19.04kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (18.66kB) [INFO] Fetching org.eclipse.sirius.runtime_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (19.31kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (19.16kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (21.1kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (18.77kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (9.76kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (9.75kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (100.86kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (16.84kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (19.44kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (153.67kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.04kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (239.67kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (276.06kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (135.21kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (254.8kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (2.37MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.08kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (404.45kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.22kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (158.56kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.25kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (879.04kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (52.5kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.06kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.94kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.37kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (22.43kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (28.25kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (12kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (95.56kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (11.92kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (18.85kB) [INFO] Fetching org.eclipse.sirius.common.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (199.47kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (81.05kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (29.34kB) [INFO] Fetching org.eclipse.sirius.model.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (655.77kB) [INFO] Fetching org.eclipse.sirius.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (669.14kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (723.51kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (492.4kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (52.69kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (232.11kB) [INFO] Fetching org.eclipse.sirius.table.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (91.3kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (144.32kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (83.08kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (25.7kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (6.71kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (13.87kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (11.55kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (8.64kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (6.72kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/plugins/ (16.37kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.0.1.202205040928.jar from https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220504-052320/2021-06/features/ (18.77kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (62.07kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (38.12kB) [INFO] Fetching org.polarsys.capella.common.id.handler_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (11.92kB) [INFO] Fetching org.polarsys.capella.common.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.35kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (14.41kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (18.59kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (17.57kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (16.68kB) [INFO] Fetching org.polarsys.capella.common.re.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (117.93kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (14.92kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.27kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (34.68kB) [INFO] Fetching org.polarsys.kitalpha.massactions_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (37.08kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (59.36kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (25.37kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (64.21kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (191.54kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (20.34kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.08kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (21.21kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (32.1kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (536.8kB) [INFO] Fetching org.polarsys.capella.core.common.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.22kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (729.46kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (63.5kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (1.46MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.15kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (18.97kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.01kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (41.64kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (71.38kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (30.35kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (100.83kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (61.26kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (113.86kB) [INFO] Fetching org.polarsys.capella.core.tiger_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (71.02kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (35.52kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (15.55kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (41.54kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (25.54kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (15.04kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (17.63kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (113.76kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (136.1kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (69.39kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (53.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (14.56kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (14.58kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (17.9kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (49.61kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (21.36kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (85.79kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (52.85kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (24.95kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (26.29kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (18.72kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (47.37kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (33.3kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (212.8kB) [INFO] Fetching org.polarsys.capella.core.data.migration_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (144.65kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (15.39kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (51.06kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (20.73kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (19.44kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (13.98kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (26.5kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (36.87kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (41.39kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (28.54kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (23.51kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (13.76kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (19.62kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (60.64kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.74kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (59.24kB) [INFO] Fetching org.polarsys.capella.core.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (18.92kB) [INFO] Fetching org.polarsys.capella.core.git.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (18.95kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.03kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (18.94kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (46.5kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.21MB) [INFO] Fetching org.polarsys.capella.core.mylyn.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (18.95kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (115.89kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (44.43kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (15.85kB) [INFO] Fetching org.polarsys.capella.core.projection.common_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (80.1kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (13.81kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (47.97kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (69.46kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (160.23kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.25kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.core.re_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (115.03kB) [INFO] Fetching org.polarsys.capella.core.re.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (31.05kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (55.46kB) [INFO] Fetching org.polarsys.capella.core.re.project_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (41.82kB) [INFO] Fetching org.polarsys.capella.core.re.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.05kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (23.32kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (207.75kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (70.63kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.1kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.08kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (17.77kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.04kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (65.54kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (74.28kB) [INFO] Fetching org.polarsys.capella.ui.views_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (10.83kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (23kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (23.31kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (31.49kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.43kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (28.7kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (43.65kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.11kB) [INFO] Fetching org.polarsys.capella.core.ui.search_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (124.37kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.02kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.02kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.08kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.24kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (52.86kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (17.57kB) [INFO] Fetching org.polarsys.capella.detachment.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (18.95kB) [INFO] Fetching org.polarsys.capella.developer.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (372.73kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (59.84kB) [INFO] Fetching org.polarsys.capella.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (608.75kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (45.84kB) [INFO] Fetching org.polarsys.capella.preferences.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (928.48kB) [INFO] Fetching org.polarsys.capella.properties.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (84.63kB) [INFO] Fetching org.polarsys.capella.re.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (2.54MB) [INFO] Fetching org.polarsys.capella.transitions.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (1.74MB) [INFO] Fetching org.polarsys.capella.ui.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (16.02MB) [INFO] Fetching org.polarsys.capella.glossary.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (420.25kB) [INFO] Fetching org.polarsys.capella.validation.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (87.46kB) [INFO] Fetching org.polarsys.capella.th.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (9.08MB) [INFO] Fetching org.polarsys.capella.git.doc_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (3.02MB) [INFO] Fetching org.polarsys.capella.doc.feature_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.27kB) [INFO] Fetching org.polarsys.capella.rcp_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/plugins/ (27.55kB) [INFO] Fetching org.polarsys.capella.rcp_6.0.0.202205051516.jar from https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220505-151601/org.polarsys.capella.rcp.site/features/ (19.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (10.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (78.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/plugins/ (854.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/features/ (19.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (8.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (19.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (11.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (22.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (48.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (9.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (83.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (49.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (31.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (15.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (10.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (44.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (19.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (13.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (77.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (20.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (83.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (38.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (29.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (23.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (122.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.4kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (63.27kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (20.25kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (37.01kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.38kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (17.83kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.69kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.03kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (14.78kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (11.43kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.37kB) [INFO] Fetching org.polarsys.kitalpha.doc_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/plugins/ (514.88kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/features/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/plugins/ (420.82kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.0.0.S202203161338/features/ (18.99kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.08kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (42.13kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (22.63kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (28.36kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.37kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.04kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.16kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.35kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (466.29kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.37kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (26.89kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (107.37kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (466.22kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.68kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (50.47kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (15.57kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.35kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (23.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (14.93kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (14.22kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (24.16kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.12kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (26.98kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.44kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.11kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (11.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (13.57kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (11.64kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.47kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (14.46kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.4kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (20.08kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (23.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (10.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.46kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (32.48kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (29.4kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (17.26kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.11kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.62kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (18.42kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.08kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (11.96kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.46kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.38kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.41kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.93kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.43kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (30.18kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (13.52kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (13.55kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.48kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.04kB) [INFO] Fetching org.polarsys.kitalpha.report.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (13.28kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (26.51kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.69kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.37kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (68.09kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.05kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (32.37kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.35kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (33.86kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.15kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (20.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.1kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.49kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (10.49kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (18kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.39kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.01kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (31.66kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.37kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (24.03kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.38kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (24.71kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (1.4MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.03kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (22.65kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.39kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.1kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (31.59kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (18.84kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (19.88kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (28.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.42kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (12.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (26.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (75.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.15kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (53.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (214.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (10.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (77.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (43.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (19.35kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (46.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (18.39kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.55kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.77kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (16.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (161.89kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (35.47kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (66.57kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (15.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (21.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (26.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (14.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/plugins/ (27.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_6.0.0.202203161338.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202203161338/features/ (9.45kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Subsystem Transition [pom] [INFO] org.polarsys.capella.transition.system2subsystem.features [pom] [INFO] org.polarsys.capella.transition.system2subsystem.bundles [pom] [INFO] org.polarsys.capella.transition.system2subsystem [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.doc [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.interphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.feature [eclipse-feature] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.transition.system2subsystem.site [eclipse-repository] [INFO] [INFO] --< org.polarsys:org.polarsys.capella.addon.transition.system2subsystem >-- [INFO] Building Capella Subsystem Transition 1.6.0-SNAPSHOT [1/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.features >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.features 1.6.0-SNAPSHOT [2/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.bundles >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.bundles 1.6.0-SNAPSHOT [3/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.transition.system2subsystem >---- [INFO] Building org.polarsys.capella.transition.system2subsystem 1.6.0-SNAPSHOT [4/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases 1.6.0-SNAPSHOT [5/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.ui 1.6.0-SNAPSHOT [6/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases.ui 1.6.0-SNAPSHOT [7/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.doc >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.doc 1.6.0-SNAPSHOT [8/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases 1.6.0-SNAPSHOT [9/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases.ui 1.6.0-SNAPSHOT [10/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases 1.6.0-SNAPSHOT [11/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases.ui 1.6.0-SNAPSHOT [12/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.feature 1.6.0-SNAPSHOT [13/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Deleting /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.tests.ju 1.6.0-SNAPSHOT [14/16] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.tests.feature 1.6.0-SNAPSHOT [15/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.site >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.site 1.6.0-SNAPSHOT [16/16] [INFO] -------------------------[ eclipse-repository ]------------------------- /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] The project's OSGi version is 1.6.0.202206100754 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Building zip: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/org.polarsys.capella.transition.system2subsystem.site-1.6.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.0.0:eclipse-run (create-dropins) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (507B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching 201703231000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.3MB) [INFO] Fetching 201606221000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (156.19kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (251.37kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (310.57kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (844.3kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98.82kB) [INFO] Fetching 201609281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (129.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (182.48kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (117.61kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (108.49kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (73.95kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (62.04kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (106.97kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (14.68kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (52.19kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (126.61kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (73.93kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (14.08kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (9.89kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (22.8kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (192.28kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (76.11kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (63.11kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (137.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (335.55kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (107.18kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.6kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (131.15kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (27.75kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (202.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (119.61kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (125.89kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (73.52kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (25.76kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (107.03kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (75.37kB) [INFO] Fetching 201612211000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar from http://download.eclipse.org/releases/neon/201612211000/plugins/ (42.68kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (43.38kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (94.01kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (227.97kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (239.36kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar from http://download.eclipse.org/releases/neon/201612211000/plugins/ (50.55kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -install, /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/configuration, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository, -destination, /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse] [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (package-dropins) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse/content.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-dropins-1.6.0.202206100754.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (archive-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Building zip: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-updateSite-1.6.0.202206100754.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.0-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 2.444 s] [INFO] org.polarsys.capella.transition.system2subsystem.features SUCCESS [ 0.007 s] [INFO] org.polarsys.capella.transition.system2subsystem.bundles SUCCESS [ 0.006 s] [INFO] org.polarsys.capella.transition.system2subsystem ... SUCCESS [ 13.875 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SUCCESS [ 3.533 s] [INFO] org.polarsys.capella.transition.system2subsystem.ui SUCCESS [ 2.908 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SUCCESS [ 2.555 s] [INFO] org.polarsys.capella.transition.system2subsystem.doc SUCCESS [ 2.910 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases SUCCESS [ 2.539 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SUCCESS [ 2.842 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SUCCESS [ 3.653 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SUCCESS [ 2.470 s] [INFO] org.polarsys.capella.transition.system2subsystem.feature SUCCESS [ 2.220 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SUCCESS [ 6.789 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SUCCESS [ 2.006 s] [INFO] org.polarsys.capella.transition.system2subsystem.site SUCCESS [ 33.011 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:55 min [INFO] Finished at: 2022-06-10T08:00:22Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-NJO252Lsw399/agent.1115 SSH_AGENT_PID=1117 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0@tmp/private_key_2614709268409002042.key (/home/jenkins/agent/workspace/apella-sss-transition_master-6.0@tmp/private_key_2614709268409002042.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/dropins/nightly/master-6.0-3/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-dropins-1.6.0.202206100754.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/dropins/nightly/master-6.0-3/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1117 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-I97vmacezqiO/agent.1143 SSH_AGENT_PID=1145 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0@tmp/private_key_13569411962657095825.key (/home/jenkins/agent/workspace/apella-sss-transition_master-6.0@tmp/private_key_13569411962657095825.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/updates/nightly/master-6.0-3/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-updateSite-1.6.0.202206100754.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/updates/nightly/master-6.0-3/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1145 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download Capella) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + curl -ks https://download.eclipse.org/capella/core/products/nightly/master-6.0/ [Pipeline] sh + curl -k -o capella.tar.gz https://download.eclipse.org/capella/core/products/nightly/master-6.0/capella-6.0.0.202202021225-linux-gtk-x86_64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 519M 12 62.9M 0 0 72.0M 0 0:00:07 --:--:-- 0:00:07 71.9M 31 519M 31 162M 0 0 86.6M 0 0:00:05 0:00:01 0:00:04 86.5M 50 519M 50 260M 0 0 90.6M 0 0:00:05 0:00:02 0:00:03 90.6M 68 519M 68 355M 0 0 91.7M 0 0:00:05 0:00:03 0:00:02 91.7M 87 519M 87 452M 0 0 92.9M 0 0:00:05 0:00:04 0:00:01 92.8M 100 519M 100 519M 0 0 93.3M 0 0:00:05 0:00:05 --:--:-- 97.3M [Pipeline] sh + tar xvzf capella.tar.gz capella/configuration/ capella/configuration/org.eclipse.equinox.simpleconfigurator/ capella/configuration/org.eclipse.equinox.source/ capella/configuration/org.eclipse.update/ capella/dropins/ capella/features/ capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/ capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/META-INF/ capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/ capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/META-INF/ capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/ capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/META-INF/ capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/ capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/META-INF/ capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/ capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/META-INF/ capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/ capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/META-INF/ capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/ capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/ capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/maven/ capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/maven/org.eclipse.draw2d.features/ capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/maven/org.eclipse.draw2d.features/org.eclipse.draw2d.source/ capella/features/org.eclipse.draw2d_3.10.100.201606061308/ capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/ capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/maven/ capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/maven/org.eclipse.draw2d.features/ capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/maven/org.eclipse.draw2d.features/org.eclipse.draw2d/ capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/ capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/META-INF/ capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/ capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/META-INF/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/ capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/ capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/ capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/ capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/ capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/ capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/META-INF/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/ capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/ capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.egit_5.12.0.202106070339-r/ capella/features/org.eclipse.egit_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore.ui/ capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/ capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/META-INF/ capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ui/ capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/ capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/META-INF/ capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/ capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/META-INF/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common.ui/ capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/ capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/META-INF/ capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/ capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/META-INF/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.converter/ capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/ capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/META-INF/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding.edit/ capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/ capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/META-INF/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding/ capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/ capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.egit.feature/ capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/ capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.gmf.feature/ capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sdk.feature/ capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sirius.feature/ capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/ capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/META-INF/ capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/ capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/META-INF/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.edit/ capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/ capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/META-INF/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.editor/ capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/ capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/META-INF/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore/ capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/ capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/META-INF/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit.ui/ capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/ capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/META-INF/ capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/ capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/META-INF/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore.editor/ capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/ capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/META-INF/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore/ capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ui/ capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf/ capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/ capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/META-INF/ capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/ capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/META-INF/ capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/ capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/META-INF/ capella/features/org.eclipse.emf.validation_1.12.2.202008210805/ capella/features/org.eclipse.emf.validation_1.12.2.202008210805/META-INF/ capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/ capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/META-INF/ capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/ capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/META-INF/ capella/features/org.eclipse.emf_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/ capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/ capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.gef.source_3.11.0.201606061308/ capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/ capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/maven/ capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/maven/org.eclipse.gef.features/ capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/maven/org.eclipse.gef.features/org.eclipse.gef.source/ capella/features/org.eclipse.gef_3.11.0.201606061308/ capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/ capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/maven/ capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/maven/org.eclipse.gef.features/ capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/maven/org.eclipse.gef.features/org.eclipse.gef/ capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/ capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/META-INF/ capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/ capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/META-INF/ capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/ capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/META-INF/ capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/ capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/META-INF/ capella/features/org.eclipse.gmf.source_1.14.0.202107090702/ capella/features/org.eclipse.gmf.source_1.14.0.202107090702/META-INF/ capella/features/org.eclipse.gmf_1.14.0.202107090702/ capella/features/org.eclipse.gmf_1.14.0.202107090702/META-INF/ capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/ capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/META-INF/ capella/features/org.eclipse.help_2.3.600.v20210611-1600/ capella/features/org.eclipse.help_2.3.600.v20210611-1600/META-INF/ capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/ capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/META-INF/ capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/ capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/META-INF/ capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.jgit_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/ capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/ capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/ capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/ capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/ capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/ capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/ capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/ capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/ capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/ capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/ capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/ capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/ capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/META-INF/ capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/ capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/META-INF/ capella/features/org.eclipse.pde_3.14.800.v20210611-1636/ capella/features/org.eclipse.pde_3.14.800.v20210611-1636/META-INF/ capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/ capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/META-INF/ capella/features/org.eclipse.platform_4.20.0.v20210611-1600/ capella/features/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/ capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/META-INF/ capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/ capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/META-INF/ capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/ capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/META-INF/ capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/ capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/ capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/ capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/ capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/ capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/ capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/ capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/ capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/ capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/ capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/ capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/META-INF/ capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/ capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/META-INF/ capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.advance.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.advance.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.common.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.common.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.compare.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.compare.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.git.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.git.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.libraries.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.libraries.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.migration.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.migration.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.properties.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.properties.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.re.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.re.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.transfo.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.transfo.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.transition.common.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.transition.common.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.detachment.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.detachment.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/ capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.rcp.source_6.0.0.202202021225/ capella/features/org.polarsys.capella.rcp.source_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/ capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/META-INF/ capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.cadence.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.cadence.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.common.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.common.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.emde.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.emde.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.report.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.report.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.transposer.feature.source_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.transposer.feature.source_6.0.0.202201140838/META-INF/ capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/ capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/META-INF/ capella/jre/ capella/jre/bin/ capella/jre/conf/ capella/jre/conf/management/ capella/jre/conf/sdp/ capella/jre/conf/security/ capella/jre/conf/security/policy/ capella/jre/conf/security/policy/limited/ capella/jre/conf/security/policy/unlimited/ capella/jre/legal/ capella/jre/legal/java.base/ capella/jre/legal/java.compiler/ capella/jre/legal/java.datatransfer/ capella/jre/legal/java.desktop/ capella/jre/legal/java.instrument/ capella/jre/legal/java.logging/ capella/jre/legal/java.management/ capella/jre/legal/java.management.rmi/ capella/jre/legal/java.naming/ capella/jre/legal/java.net.http/ capella/jre/legal/java.prefs/ capella/jre/legal/java.rmi/ capella/jre/legal/java.scripting/ capella/jre/legal/java.se/ capella/jre/legal/java.security.jgss/ capella/jre/legal/java.security.sasl/ capella/jre/legal/java.smartcardio/ capella/jre/legal/java.sql/ capella/jre/legal/java.sql.rowset/ capella/jre/legal/java.transaction.xa/ capella/jre/legal/java.xml/ capella/jre/legal/java.xml.crypto/ capella/jre/legal/jdk.accessibility/ capella/jre/legal/jdk.charsets/ capella/jre/legal/jdk.crypto.cryptoki/ capella/jre/legal/jdk.crypto.ec/ capella/jre/legal/jdk.dynalink/ capella/jre/legal/jdk.httpserver/ capella/jre/legal/jdk.incubator.foreign/ capella/jre/legal/jdk.incubator.vector/ capella/jre/legal/jdk.internal.vm.ci/ capella/jre/legal/jdk.internal.vm.compiler/ capella/jre/legal/jdk.internal.vm.compiler.management/ capella/jre/legal/jdk.jdwp.agent/ capella/jre/legal/jdk.jfr/ capella/jre/legal/jdk.jsobject/ capella/jre/legal/jdk.localedata/ capella/jre/legal/jdk.management/ capella/jre/legal/jdk.management.agent/ capella/jre/legal/jdk.management.jfr/ capella/jre/legal/jdk.naming.dns/ capella/jre/legal/jdk.naming.rmi/ capella/jre/legal/jdk.net/ capella/jre/legal/jdk.nio.mapmode/ capella/jre/legal/jdk.sctp/ capella/jre/legal/jdk.security.auth/ capella/jre/legal/jdk.security.jgss/ capella/jre/legal/jdk.unsupported/ capella/jre/legal/jdk.xml.dom/ capella/jre/legal/jdk.zipfs/ capella/jre/lib/ capella/jre/lib/jfr/ capella/jre/lib/security/ capella/jre/lib/server/ capella/p2/ capella/p2/org.eclipse.equinox.p2.core/ capella/p2/org.eclipse.equinox.p2.core/cache/ capella/p2/org.eclipse.equinox.p2.core/cache/binary/ capella/p2/org.eclipse.equinox.p2.engine/ capella/p2/org.eclipse.equinox.p2.engine/.settings/ capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/ capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/ capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/ capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/ capella/plugins/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/org.eclipse.orbit.bundles/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/OSGI-INF/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/OSGI-INF/l10n/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/ capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/META-INF/ capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/ capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/META-INF/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/nls/ capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/ capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/META-INF/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/org.eclipse.nebula/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/org.eclipse.nebula/org.eclipse.nebula.widgets.richtext/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/adapters/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/hidpi/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/clipboard/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/clipboard/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/colordialog/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/colordialog/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/cursors/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/styles/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/dialog/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/div/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/div/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/find/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/find/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/images/hidpi/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/liststyle/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/liststyle/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/hidpi/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pagebreak/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pagebreak/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pastefromword/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pastefromword/filter/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/preview/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/skins/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/skins/moono-lisa/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/table/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/table/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tableselection/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tableselection/styles/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tabletools/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tabletools/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/widget/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/widget/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/skins/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/skins/moono-lisa/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/vendor/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/about_files/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/fragment/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/plugin/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/fragment/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/fragment/META-INF/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/plugin/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/plugin/META-INF/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/lib/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/productBuild/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/features/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/packager/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/plugins/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/META-INF/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/OSGI-INF/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/OSGI-INF/l10n/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/about_files/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/META-INF/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/OSGI-INF/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/OSGI-INF/l10n/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/about_files/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/org.eclipse.ui.intro.universal.solstice/ capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/ capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/META-INF/ capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/org.eclipse.ui.intro.universal.solstice/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/META-INF/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/common/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/ capella/readme/ capella/.eclipseproduct capella/artifacts.xml capella/capella.ini capella/configuration/config.ini capella/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info capella/configuration/org.eclipse.equinox.source/source.info capella/configuration/org.eclipse.update/platform.xml capella/epl-v10.html capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/epl-v10.html capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/feature.properties capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/feature.xml capella/features/org.eclipse.acceleo.query.source_7.0.0.202102190929/license.html capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/about.html capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/epl-v10.html capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/feature.properties capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/feature.xml capella/features/org.eclipse.acceleo.query_7.0.0.202102190929/license.html capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/epl-v10.html capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/feature.properties capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/feature.xml capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929/license.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/about.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/epl-v10.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/feature.properties capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/feature.xml capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/license.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929/license.txt capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/META-INF/ECLIPSE_.SF capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/META-INF/MANIFEST.MF capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/epl-2.0.html capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/feature.properties capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/feature.xml capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202109091545/license.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/META-INF/ECLIPSE_.SF capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/META-INF/MANIFEST.MF capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/eclipse_update_120.jpg capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/epl-2.0.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/epl-v10.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/feature.properties capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/feature.xml capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202109091545/license.html capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/ECLIPSE_.SF capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/MANIFEST.MF capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/maven/org.eclipse.draw2d.features/org.eclipse.draw2d.source/pom.properties capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/META-INF/maven/org.eclipse.draw2d.features/org.eclipse.draw2d.source/pom.xml capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/epl-v10.html capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/feature.properties capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/feature.xml capella/features/org.eclipse.draw2d.source_3.10.100.201606061308/license.html capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/ECLIPSE_.SF capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/MANIFEST.MF capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/maven/org.eclipse.draw2d.features/org.eclipse.draw2d/pom.properties capella/features/org.eclipse.draw2d_3.10.100.201606061308/META-INF/maven/org.eclipse.draw2d.features/org.eclipse.draw2d/pom.xml capella/features/org.eclipse.draw2d_3.10.100.201606061308/epl-v10.html capella/features/org.eclipse.draw2d_3.10.100.201606061308/feature.properties capella/features/org.eclipse.draw2d_3.10.100.201606061308/feature.xml capella/features/org.eclipse.draw2d_3.10.100.201606061308/license.html capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/META-INF/ECLIPSE_.SF capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/META-INF/MANIFEST.MF capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/epl-2.0.html capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/feature.properties capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/feature.xml capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/license.html capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/META-INF/ECLIPSE_.SF capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/META-INF/MANIFEST.MF capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/epl-2.0.html capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/feature.properties capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/feature.xml capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/license.html capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/pom.properties capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/pom.xml capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/about.html capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/license.html capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/about.html capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/license.html capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/pom.properties capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/pom.xml capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/about.html capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/license.html capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/about.html capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/license.html capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/pom.properties capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/pom.xml capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/about.html capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/asl-v20.txt capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/license.html capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/about.html capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/asl-v20.txt capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/license.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.properties capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/about.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/asl-v20.txt capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/feature.properties capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/feature.xml capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/license.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/about.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/asl-v20.txt capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/feature.properties capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/feature.xml capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/license.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/pom.properties capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/about.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/license.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/about.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/license.html capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/epl-2.0.html capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/license.html capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/epl-2.0.html capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/license.html capella/features/org.eclipse.egit_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.egit_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.egit_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.egit_5.12.0.202106070339-r/epl-2.0.html capella/features/org.eclipse.egit_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.egit_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.egit_5.12.0.202106070339-r/license.html capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore/pom.properties capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore/pom.xml capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore.ui/pom.properties capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore.ui/pom.xml capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/epl-2.0.html capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/feature.properties capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/feature.xml capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/license.html capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/epl-2.0.html capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/feature.properties capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/feature.xml capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/license.html capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen/pom.properties capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen/pom.xml capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/epl-2.0.html capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/feature.properties capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/feature.xml capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/license.html capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ui/pom.properties capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ui/pom.xml capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/epl-2.0.html capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/feature.properties capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/feature.xml capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/license.html capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/epl-2.0.html capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/feature.properties capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/feature.xml capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/license.html capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/epl-2.0.html capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/feature.properties capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/feature.xml capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/license.html capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common/pom.properties capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common/pom.xml capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/epl-2.0.html capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/feature.properties capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/feature.xml capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/license.html capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common.ui/pom.properties capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common.ui/pom.xml capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/epl-2.0.html capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/feature.properties capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/feature.xml capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/license.html capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/epl-2.0.html capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/feature.properties capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/feature.xml capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/license.html capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/epl-2.0.html capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/feature.properties capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/feature.xml capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/license.html capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.converter/pom.properties capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.converter/pom.xml capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/epl-2.0.html capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/feature.properties capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/feature.xml capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/license.html capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/epl-2.0.html capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/feature.properties capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/feature.xml capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/license.html capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding.edit/pom.properties capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding.edit/pom.xml capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/epl-2.0.html capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/feature.properties capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/feature.xml capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/license.html capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/epl-2.0.html capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/feature.properties capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/feature.xml capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/license.html capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding/pom.properties capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding/pom.xml capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/license.html capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/license.html capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.egit.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.egit.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/epl-v20.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/epl-v20.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.feature_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.gmf.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.gmf.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/epl-v20.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sdk.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sdk.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/epl-v20.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sirius.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sirius.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/epl-v20.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/feature.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/feature.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.0.202109160952/license.html capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/epl-2.0.html capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/feature.properties capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/feature.xml capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/license.html capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.edit/pom.properties capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.edit/pom.xml capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/epl-2.0.html capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/feature.properties capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/feature.xml capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/license.html capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/epl-2.0.html capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/feature.properties capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/feature.xml capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/license.html capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.editor/pom.properties capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.editor/pom.xml capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/epl-2.0.html capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/feature.properties capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/feature.xml capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/license.html capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/epl-2.0.html capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/feature.properties capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/feature.xml capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/license.html capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore/pom.properties capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore/pom.xml capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/epl-2.0.html capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/feature.properties capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/feature.xml capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/license.html capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/epl-2.0.html capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/feature.properties capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/feature.xml capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/license.html capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit/pom.properties capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit/pom.xml capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/epl-2.0.html capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/feature.properties capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/feature.xml capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/license.html capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit.ui/pom.properties capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit.ui/pom.xml capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/epl-2.0.html capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/feature.properties capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/feature.xml capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/license.html capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/epl-2.0.html capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/feature.properties capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/feature.xml capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/license.html capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/epl-2.0.html capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/feature.properties capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/feature.xml capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/license.html capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore.editor/pom.properties capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore.editor/pom.xml capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/epl-2.0.html capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/feature.properties capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/feature.xml capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/license.html capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/epl-2.0.html capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/feature.properties capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/feature.xml capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/license.html capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore/pom.properties capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore/pom.xml capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping/pom.properties capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping/pom.xml capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ui/pom.properties capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ui/pom.xml capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/license.html capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf/pom.properties capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf/pom.xml capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/epl-v10.html capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/feature.properties capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/feature.xml capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/license.html capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/modeling32.png capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/epl-v10.html capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/feature.properties capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/feature.xml capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/license.html capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/modeling32.png capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/epl-v10.html capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/feature.properties capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/feature.xml capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/license.html capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/modeling32.png capella/features/org.eclipse.emf.validation_1.12.2.202008210805/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.validation_1.12.2.202008210805/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.validation_1.12.2.202008210805/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.validation_1.12.2.202008210805/epl-v10.html capella/features/org.eclipse.emf.validation_1.12.2.202008210805/feature.properties capella/features/org.eclipse.emf.validation_1.12.2.202008210805/feature.xml capella/features/org.eclipse.emf.validation_1.12.2.202008210805/license.html capella/features/org.eclipse.emf.validation_1.12.2.202008210805/modeling32.png capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/epl-v10.html capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/feature.properties capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/feature.xml capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/license.html capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/modeling32.png capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/epl-v10.html capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/feature.properties capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/feature.xml capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/license.html capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/modeling32.png capella/features/org.eclipse.emf_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/build.properties capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/build.properties capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/build.properties capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/build.properties capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/license.html capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/MANIFEST.MF capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/maven/org.eclipse.gef.features/org.eclipse.gef.source/pom.properties capella/features/org.eclipse.gef.source_3.11.0.201606061308/META-INF/maven/org.eclipse.gef.features/org.eclipse.gef.source/pom.xml capella/features/org.eclipse.gef.source_3.11.0.201606061308/epl-v10.html capella/features/org.eclipse.gef.source_3.11.0.201606061308/feature.properties capella/features/org.eclipse.gef.source_3.11.0.201606061308/feature.xml capella/features/org.eclipse.gef.source_3.11.0.201606061308/license.html capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/MANIFEST.MF capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/maven/org.eclipse.gef.features/org.eclipse.gef/pom.properties capella/features/org.eclipse.gef_3.11.0.201606061308/META-INF/maven/org.eclipse.gef.features/org.eclipse.gef/pom.xml capella/features/org.eclipse.gef_3.11.0.201606061308/epl-v10.html capella/features/org.eclipse.gef_3.11.0.201606061308/feature.properties capella/features/org.eclipse.gef_3.11.0.201606061308/feature.xml capella/features/org.eclipse.gef_3.11.0.201606061308/license.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/epl-2.0.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/feature.properties capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/feature.xml capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/license.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913/modeling32.png capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/epl-2.0.html capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/feature.properties capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/feature.xml capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/license.html capella/features/org.eclipse.gmf.runtime.notation_1.13.0.202004160913/modeling32.png capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/epl-2.0.html capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/feature.properties capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/feature.xml capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/license.html capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.14.0.202107090702/modeling32.png capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/epl-2.0.html capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/feature.properties capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/feature.xml capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/license.html capella/features/org.eclipse.gmf.runtime.thirdparty_1.14.0.202107090702/modeling32.png capella/features/org.eclipse.gmf.source_1.14.0.202107090702/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.source_1.14.0.202107090702/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.source_1.14.0.202107090702/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.source_1.14.0.202107090702/epl-2.0.html capella/features/org.eclipse.gmf.source_1.14.0.202107090702/feature.properties capella/features/org.eclipse.gmf.source_1.14.0.202107090702/feature.xml capella/features/org.eclipse.gmf.source_1.14.0.202107090702/license.html capella/features/org.eclipse.gmf.source_1.14.0.202107090702/modeling32.png capella/features/org.eclipse.gmf_1.14.0.202107090702/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf_1.14.0.202107090702/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf_1.14.0.202107090702/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf_1.14.0.202107090702/epl-2.0.html capella/features/org.eclipse.gmf_1.14.0.202107090702/feature.properties capella/features/org.eclipse.gmf_1.14.0.202107090702/feature.xml capella/features/org.eclipse.gmf_1.14.0.202107090702/license.html capella/features/org.eclipse.gmf_1.14.0.202107090702/modeling32.png capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/epl-2.0.html capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/feature.properties capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/feature.xml capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/license.html capella/features/org.eclipse.help_2.3.600.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.help_2.3.600.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.help_2.3.600.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.help_2.3.600.v20210611-1600/epl-2.0.html capella/features/org.eclipse.help_2.3.600.v20210611-1600/feature.properties capella/features/org.eclipse.help_2.3.600.v20210611-1600/feature.xml capella/features/org.eclipse.help_2.3.600.v20210611-1600/license.html capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/epl-2.0.html capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/feature.properties capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/feature.xml capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/license.html capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/epl-2.0.html capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/feature.properties capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/feature.xml capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/license.html capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/license.html capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/license.html capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/license.html capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/license.html capella/features/org.eclipse.jgit_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit_5.12.0.202106070339-r/license.html capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/epl-2.0.html capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/feature.properties capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/feature.xml capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/license.html capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/epl-2.0.html capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/feature.properties capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/feature.xml capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/license.html capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/eclipse.inf capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/epl-2.0.html capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/feature.properties capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/feature.xml capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/license.html capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/p2.inf capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/META-INF/ECLIPSE_.SF capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/META-INF/MANIFEST.MF capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/epl-2.0.html capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/feature.properties capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/feature.xml capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/license.html capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/META-INF/ECLIPSE_.SF capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/META-INF/MANIFEST.MF capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/epl-2.0.html capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/feature.properties capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/feature.xml capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/license.html capella/features/org.eclipse.pde_3.14.800.v20210611-1636/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.pde_3.14.800.v20210611-1636/META-INF/ECLIPSE_.SF capella/features/org.eclipse.pde_3.14.800.v20210611-1636/META-INF/MANIFEST.MF capella/features/org.eclipse.pde_3.14.800.v20210611-1636/epl-2.0.html capella/features/org.eclipse.pde_3.14.800.v20210611-1636/feature.properties capella/features/org.eclipse.pde_3.14.800.v20210611-1636/feature.xml capella/features/org.eclipse.pde_3.14.800.v20210611-1636/license.html capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/build.properties capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/epl-2.0.html capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/feature.properties capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/feature.xml capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/license.html capella/features/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.platform_4.20.0.v20210611-1600/epl-2.0.html capella/features/org.eclipse.platform_4.20.0.v20210611-1600/feature.properties capella/features/org.eclipse.platform_4.20.0.v20210611-1600/feature.xml capella/features/org.eclipse.platform_4.20.0.v20210611-1600/license.html capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/build.properties capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/epl-2.0.html capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/feature.properties capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/feature.xml capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/license.html capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/epl-2.0.html capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/feature.properties capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/feature.xml capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/license.html capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/META-INF/MANIFEST.MF capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/epl-2.0.html capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/feature.properties capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/feature.xml capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/license.html capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.aql.source_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.aql_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.doc.feature.source_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.doc.feature_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.interpreter.feature.source_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.interpreter.feature_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.runtime.aql.source_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.runtime.aql_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.runtime.source_7.0.0.202201311736/license.html capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/epl-2.0.html capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/feature.properties capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/feature.xml capella/features/org.eclipse.sirius.runtime_7.0.0.202201311736/license.html capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/.project capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.common.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.common.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/.project capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.common.ui.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.common.ui.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.0.0.202202021225/pom.xml capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.common.ui.massactions.feature_6.0.0.202202021225/pom.xml capella/features/org.polarsys.capella.core.advance.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.advance.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.advance.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.advance.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.advance.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.advance.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.common.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.common.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.common.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/.project capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.common.ui.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.common.ui.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.compare.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.compare.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.compare.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.compare.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.compare.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.compare.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/.project capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.dashboard.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.dashboard.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.git.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.git.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.git.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.git.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.git.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.git.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.libraries.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.libraries.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.libraries.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.libraries.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.libraries.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.libraries.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.migration.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.migration.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.migration.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.migration.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.migration.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.migration.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.mylyn.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.properties.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.properties.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.properties.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.properties.richtext.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.re.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.re.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.re.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.re.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.re.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.re.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.transfo.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transfo.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transfo.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transfo.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.transfo.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.transfo.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.transition.common.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.common.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.common.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.common.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.transition.common.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.transition.common.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.ui.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/.project capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/.project capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.transfo.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.ui.wizards.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/.project capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.validation.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.core.validation.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.detachment.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.detachment.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.detachment.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.detachment.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.detachment.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.detachment.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/.project capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/build.properties capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.doc.feature.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.doc.feature_6.0.0.202202021225/license.html capella/features/org.polarsys.capella.rcp.source_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.rcp.source_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.rcp.source_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.rcp.source_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.rcp.source_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/epl-2.0.html capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/feature.properties capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/feature.xml capella/features/org.polarsys.capella.rcp_6.0.0.202202021225/license.html capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.doc.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.ad.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.ad.ui.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.cadence.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.cadence.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.cadence.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.cadence.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.cadence.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.cadence.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.common.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.common.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.common.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.common.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.common.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.common.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.doc.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.emde.doc.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.emde.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.emde.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.emde.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.emde.ui.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/build.properties capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.massactions.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/build.properties capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.massactions.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/build.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/build.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.common.share.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/build.properties capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/build.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.report.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.report.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.report.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.report.ui.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.0.0.202201140838/license.html capella/features/org.polarsys.kitalpha.transposer.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.transposer.feature.source_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.transposer.feature.source_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.transposer.feature.source_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.transposer.feature.source_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/epl-2.0.html capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/feature.properties capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/feature.xml capella/features/org.polarsys.kitalpha.transposer.feature_6.0.0.202201140838/license.html capella/jre/NOTICE capella/jre/conf/logging.properties capella/jre/conf/management/jmxremote.access capella/jre/conf/management/jmxremote.password.template capella/jre/conf/management/management.properties capella/jre/conf/net.properties capella/jre/conf/sdp/sdp.conf.template capella/jre/conf/security/java.policy capella/jre/conf/security/java.security capella/jre/conf/security/policy/README.txt capella/jre/conf/security/policy/limited/default_US_export.policy capella/jre/conf/security/policy/limited/default_local.policy capella/jre/conf/security/policy/limited/exempt_local.policy capella/jre/conf/security/policy/unlimited/default_US_export.policy capella/jre/conf/security/policy/unlimited/default_local.policy capella/jre/conf/sound.properties capella/jre/legal/java.base/ADDITIONAL_LICENSE_INFO capella/jre/legal/java.base/ASSEMBLY_EXCEPTION capella/jre/legal/java.base/LICENSE capella/jre/legal/java.base/aes.md capella/jre/legal/java.base/asm.md capella/jre/legal/java.base/c-libutl.md capella/jre/legal/java.base/cldr.md capella/jre/legal/java.base/icu.md capella/jre/legal/java.base/public_suffix.md capella/jre/legal/java.base/unicode.md capella/jre/legal/java.desktop/colorimaging.md capella/jre/legal/java.desktop/giflib.md capella/jre/legal/java.desktop/harfbuzz.md capella/jre/legal/java.desktop/jpeg.md capella/jre/legal/java.desktop/lcms.md capella/jre/legal/java.desktop/libpng.md capella/jre/legal/java.desktop/mesa3d.md capella/jre/legal/java.desktop/xwd.md capella/jre/legal/java.smartcardio/pcsclite.md capella/jre/legal/java.xml.crypto/santuario.md capella/jre/legal/java.xml/bcel.md capella/jre/legal/java.xml/dom.md capella/jre/legal/java.xml/jcup.md capella/jre/legal/java.xml/xalan.md capella/jre/legal/java.xml/xerces.md capella/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md capella/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md capella/jre/legal/jdk.dynalink/dynalink.md capella/jre/legal/jdk.localedata/thaidict.md capella/jre/lib/classlist capella/jre/lib/jexec capella/jre/lib/jfr/default.jfc capella/jre/lib/jfr/profile.jfc capella/jre/lib/jrt-fs.jar capella/jre/lib/jvm.cfg capella/jre/lib/libawt.so capella/jre/lib/libawt_headless.so capella/jre/lib/libawt_xawt.so capella/jre/lib/libdt_socket.so capella/jre/lib/libextnet.so capella/jre/lib/libfontmanager.so capella/jre/lib/libinstrument.so capella/jre/lib/libj2gss.so capella/jre/lib/libj2pcsc.so capella/jre/lib/libj2pkcs11.so capella/jre/lib/libjaas.so capella/jre/lib/libjava.so capella/jre/lib/libjavajpeg.so capella/jre/lib/libjawt.so capella/jre/lib/libjdwp.so capella/jre/lib/libjimage.so capella/jre/lib/libjli.so capella/jre/lib/libjsig.so capella/jre/lib/libjsound.so capella/jre/lib/libjsvml.so capella/jre/lib/liblcms.so capella/jre/lib/libmanagement.so capella/jre/lib/libmanagement_agent.so capella/jre/lib/libmanagement_ext.so capella/jre/lib/libmlib_image.so capella/jre/lib/libnet.so capella/jre/lib/libnio.so capella/jre/lib/libprefs.so capella/jre/lib/librmi.so capella/jre/lib/libsctp.so capella/jre/lib/libsplashscreen.so capella/jre/lib/libsyslookup.so capella/jre/lib/libverify.so capella/jre/lib/libzip.so capella/jre/lib/modules capella/jre/lib/psfont.properties.ja capella/jre/lib/psfontj2d.properties capella/jre/lib/security/blocked.certs capella/jre/lib/security/cacerts capella/jre/lib/security/default.policy capella/jre/lib/security/public_suffix_list.dat capella/jre/lib/server/classes.jsa capella/jre/lib/server/classes_nocoops.jsa capella/jre/lib/server/libjsig.so capella/jre/lib/server/libjvm.so capella/jre/lib/tzdb.dat capella/jre/release capella/notice.html capella/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml capella/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.amalgam.explorer.activity_root_1.13.0.202109091545 capella/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_4.20.0.v20210611-1600 capella/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.20.0.v20210611-1600 capella/p2/org.eclipse.equinox.p2.core/cache/binary/org.polarsys.capella.rcp.product.executable.gtk.linux.x86_64_6.0.0.202202021225 capella/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs capella/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/jvmargs capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.lock capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1643805842992.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1643805842994.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1643805863601.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1643805864867.profile.gz capella/plugins/ca.odell.glazedlists_1.11.0.v20190926-1838.jar capella/plugins/com.google.guava_21.0.0.v20170206-1425.jar capella/plugins/com.google.guava_30.1.0.v20210127-2300.jar capella/plugins/com.ibm.icu.source_67.1.0.v20200706-1749.jar capella/plugins/com.ibm.icu_67.1.0.v20200706-1749.jar capella/plugins/com.jcraft.jsch.source_0.1.55.v20190404-1902.jar capella/plugins/com.jcraft.jsch_0.1.55.v20190404-1902.jar capella/plugins/com.sun.el.source_2.2.0.v201303151357.jar capella/plugins/com.sun.el_2.2.0.v201303151357.jar capella/plugins/com.sun.jna.platform_5.8.0.v20210406-1004.jar capella/plugins/com.sun.jna_5.8.0.v20210503-0343.jar capella/plugins/com.sun.xml.bind_2.2.0.v20201118-1845.jar capella/plugins/jakarta.servlet-api.source_4.0.0.jar capella/plugins/jakarta.servlet-api_4.0.0.jar capella/plugins/javaewah_1.1.7.v20200107-0831.jar capella/plugins/javax.activation_1.1.0.v201211130549.jar capella/plugins/javax.annotation.source_1.3.5.v20200909-1856.jar capella/plugins/javax.annotation_1.3.5.v20200909-1856.jar capella/plugins/javax.el.source_2.2.0.v201303151357.jar capella/plugins/javax.el_2.2.0.v201303151357.jar capella/plugins/javax.inject.source_1.0.0.v20091030.jar capella/plugins/javax.inject_1.0.0.v20091030.jar capella/plugins/javax.servlet.jsp.source_2.2.0.v201112011158.jar capella/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar capella/plugins/javax.xml.bind_2.2.0.v201105210648.jar capella/plugins/javax.xml.stream_1.0.1.v201004272200.jar capella/plugins/javax.xml_1.3.4.v201005080400.jar capella/plugins/net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar capella/plugins/org.antlr.runtime_4.7.2.v20200218-0804.jar capella/plugins/org.apache.ant.source_1.10.10.v20210426-1926.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/ECLIPSE_.RSA capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/ECLIPSE_.SF capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/MANIFEST.MF capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.properties capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.xml capella/plugins/org.apache.ant_1.10.10.v20210426-1926/OSGI-INF/l10n/bundle.properties capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about.html capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/DOM-LICENSE.html capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/LICENSE capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/NOTICE capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/SAX-LICENSE.html capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/ant capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/ant.bat capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/ant.cmd capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/antRun capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/antRun.bat capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/antRun.pl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/antenv.cmd capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/complete-ant-cmd.pl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/envset.cmd capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/lcp.bat capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/runant.pl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/runant.py capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/runrc.cmd capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/changelog.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/checkstyle-frames-sortby-check.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/checkstyle-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/checkstyle-text.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/checkstyle-xdoc.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/coverage-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/jdepend-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/jdepend.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/junit-frames-xalan1.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/junit-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/junit-noframes.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/log.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/maudit-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/mmetrics-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/tagdiff.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-antlr.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-bcel.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-bsf.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-log4j.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-oro.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-regexp.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-resolver.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-xalan2.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-commons-logging.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-commons-net.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-imageio.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-jai.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-javamail.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-jdepend.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-jmf.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-jsch.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-junit.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-junit4.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-junitlauncher.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-launcher.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-netrexx.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-swing.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-testutil.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-xz.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant.jar capella/plugins/org.apache.batik.anim.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.anim_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.awt.util.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.awt.util_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.bridge.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.bridge_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.codec_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.dom.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.dom.svg.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.dom_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.ext_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.gvt.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.gvt_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.parser.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.parser_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.script_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.svggen.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.svggen_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.transcoder.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.transcoder_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.xml.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.xml_1.14.0.v20210324-0332.jar capella/plugins/org.apache.commons.codec.source_1.14.0.v20200818-1422.jar capella/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar capella/plugins/org.apache.commons.compress_1.19.0.v20200106-2343.jar capella/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar capella/plugins/org.apache.commons.io.source_2.8.0.v20210415-0900.jar capella/plugins/org.apache.commons.io_2.8.0.v20210415-0900.jar capella/plugins/org.apache.commons.jxpath.source_1.3.0.v200911051830.jar capella/plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar capella/plugins/org.apache.commons.lang_2.6.0.v201404270220.jar capella/plugins/org.apache.commons.logging.source_1.2.0.v20180409-1502.jar capella/plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar capella/plugins/org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar capella/plugins/org.apache.felix.scr.source_2.1.24.v20200924-1939.jar capella/plugins/org.apache.felix.scr_2.1.24.v20200924-1939.jar capella/plugins/org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar capella/plugins/org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar capella/plugins/org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar capella/plugins/org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar capella/plugins/org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar capella/plugins/org.apache.jasper.glassfish_2.2.2.v201501141630.jar capella/plugins/org.apache.log4j_1.2.15.v201012070815.jar capella/plugins/org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar capella/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.core.source_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar capella/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar capella/plugins/org.apache.sshd.osgi_2.6.0.v20210201-2003.jar capella/plugins/org.apache.sshd.sftp_2.6.0.v20210201-2003.jar capella/plugins/org.apache.xalan_2.7.2.v20201124-1837.jar capella/plugins/org.apache.xerces.source_2.12.1.v20210115-0812.jar capella/plugins/org.apache.xerces_2.12.1.v20210115-0812.jar capella/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar capella/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar capella/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar capella/plugins/org.apiguardian.source_1.1.0.v20190826-0900.jar capella/plugins/org.apiguardian_1.1.0.v20190826-0900.jar capella/plugins/org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar capella/plugins/org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar capella/plugins/org.eclipse.acceleo.annotations.source_7.0.0.202102190929.jar capella/plugins/org.eclipse.acceleo.annotations_7.0.0.202102190929.jar capella/plugins/org.eclipse.acceleo.query.doc.source_7.0.0.202102190929.jar capella/plugins/org.eclipse.acceleo.query.doc_7.0.0.202102190929.jar capella/plugins/org.eclipse.acceleo.query.ide.source_7.0.0.202102190929.jar capella/plugins/org.eclipse.acceleo.query.ide_7.0.0.202102190929.jar capella/plugins/org.eclipse.acceleo.query.source_7.0.0.202102190929.jar capella/plugins/org.eclipse.acceleo.query_7.0.0.202102190929.jar capella/plugins/org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929.jar capella/plugins/org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar capella/plugins/org.eclipse.amalgam.explorer.activity.ui.source_1.13.0.202109091545.jar capella/plugins/org.eclipse.amalgam.explorer.activity.ui_1.13.0.202109091545.jar capella/plugins/org.eclipse.ant.core.source_3.6.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.core_3.6.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.launching.source_1.3.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.launching_1.3.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.ui.source_3.8.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.ui_3.8.0.v20210415-1314.jar capella/plugins/org.eclipse.collections_10.4.0.v20200820-2049.jar capella/plugins/org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar capella/plugins/org.eclipse.compare.core_3.6.1000.v20201020-1107.jar capella/plugins/org.eclipse.compare.source_3.8.0.v20210415-0713.jar capella/plugins/org.eclipse.compare_3.8.0.v20210415-0713.jar capella/plugins/org.eclipse.core.commands.source_3.10.0.v20210401-0744.jar capella/plugins/org.eclipse.core.commands_3.10.0.v20210401-0744.jar capella/plugins/org.eclipse.core.contenttype.source_3.7.1000.v20210409-1722.jar capella/plugins/org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar capella/plugins/org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar capella/plugins/org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar capella/plugins/org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar capella/plugins/org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar capella/plugins/org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar capella/plugins/org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar capella/plugins/org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar capella/plugins/org.eclipse.core.databinding_1.10.100.v20200926-1123.jar capella/plugins/org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar capella/plugins/org.eclipse.core.expressions_3.7.100.v20210203-1000.jar capella/plugins/org.eclipse.core.externaltools.source_1.2.0.v20210510-1841.jar capella/plugins/org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar capella/plugins/org.eclipse.core.filebuffers.source_3.7.0.v20210512-1543.jar capella/plugins/org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar capella/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar capella/plugins/org.eclipse.core.filesystem.source_1.9.0.v20210419-1155.jar capella/plugins/org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar capella/plugins/org.eclipse.core.jobs.source_3.11.0.v20210420-1453.jar capella/plugins/org.eclipse.core.jobs_3.11.0.v20210420-1453.jar capella/plugins/org.eclipse.core.net.linux.source_1.0.0.v20210424-0724.jar capella/plugins/org.eclipse.core.net.linux.x86_64.source_1.2.500.v20210510-1619.jar capella/plugins/org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar capella/plugins/org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar capella/plugins/org.eclipse.core.net.source_1.3.1100.v20210424-0724.jar capella/plugins/org.eclipse.core.net_1.3.1100.v20210424-0724.jar capella/plugins/org.eclipse.core.resources.source_3.15.0.v20210521-0722.jar capella/plugins/org.eclipse.core.resources_3.15.0.v20210521-0722.jar capella/plugins/org.eclipse.core.runtime.source_3.22.0.v20210506-1025.jar capella/plugins/org.eclipse.core.runtime_3.22.0.v20210506-1025.jar capella/plugins/org.eclipse.core.variables.source_3.5.0.v20210510-1945.jar capella/plugins/org.eclipse.core.variables_3.5.0.v20210510-1945.jar capella/plugins/org.eclipse.debug.core.source_3.18.100.v20210511-0446.jar capella/plugins/org.eclipse.debug.core_3.18.100.v20210511-0446.jar capella/plugins/org.eclipse.debug.ui.source_3.15.0.v20210525-1810.jar capella/plugins/org.eclipse.debug.ui_3.15.0.v20210525-1810.jar capella/plugins/org.eclipse.draw2d.source_3.10.100.201606061308.jar capella/plugins/org.eclipse.draw2d_3.10.100.201606061308.jar capella/plugins/org.eclipse.e4.core.commands.source_1.0.0.v20210507-1901.jar capella/plugins/org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar capella/plugins/org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar capella/plugins/org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar capella/plugins/org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar capella/plugins/org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar capella/plugins/org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar capella/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.16.0.v20210412-1358.jar capella/plugins/org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar capella/plugins/org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar capella/plugins/org.eclipse.e4.core.di.source_1.7.800.v20210526-1618.jar capella/plugins/org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar capella/plugins/org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar capella/plugins/org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar capella/plugins/org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar capella/plugins/org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar capella/plugins/org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar capella/plugins/org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar capella/plugins/org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar capella/plugins/org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar capella/plugins/org.eclipse.e4.ui.css.swt.source_0.14.200.v20210401-1241.jar capella/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar capella/plugins/org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar capella/plugins/org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar capella/plugins/org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar capella/plugins/org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar capella/plugins/org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar capella/plugins/org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar capella/plugins/org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar capella/plugins/org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar capella/plugins/org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar capella/plugins/org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar capella/plugins/org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar capella/plugins/org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar capella/plugins/org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar capella/plugins/org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar capella/plugins/org.eclipse.e4.ui.widgets.source_1.2.900.v20210412-0842.jar capella/plugins/org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar capella/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.4.200.v20210321-1910.jar capella/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar capella/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.100.v20210515-1815.jar capella/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar capella/plugins/org.eclipse.e4.ui.workbench.source_1.13.0.v20210521-0741.jar capella/plugins/org.eclipse.e4.ui.workbench.swt.source_0.16.100.v20210315-1604.jar capella/plugins/org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar capella/plugins/org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar capella/plugins/org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar capella/plugins/org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar capella/plugins/org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar capella/plugins/org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar capella/plugins/org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar capella/plugins/org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar capella/plugins/org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar capella/plugins/org.eclipse.ecf.source_3.9.102.v20210409-2301.jar capella/plugins/org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar capella/plugins/org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar capella/plugins/org.eclipse.ecf_3.9.102.v20210409-2301.jar capella/plugins/org.eclipse.egit.core.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.core_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.doc_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.gitflow.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.gitflow.ui.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.mylyn.ui.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.ui.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.ui_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.ant_2.11.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar capella/plugins/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar capella/plugins/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar capella/plugins/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar capella/plugins/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar capella/plugins/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar capella/plugins/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar capella/plugins/org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar capella/plugins/org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar capella/plugins/org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar capella/plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar capella/plugins/org.eclipse.emf.common_2.22.0.v20210319-0732.jar capella/plugins/org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.converter_2.10.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar capella/plugins/org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar capella/plugins/org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.diffmerge.connector.core.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.connector.core_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.connector.git.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.connector.git_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.doc_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.generic.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.generic_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.gmf.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.gmf_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.pojo.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.pojo_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.sirius.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.sirius_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.structures.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.structures_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.ui.gmf.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.ui.gmf_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.ui.sirius.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.ui.sirius_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.ui.source_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge.ui_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.diffmerge_0.14.0.202109160952.jar capella/plugins/org.eclipse.emf.doc_2.23.0.v20210405-0703.jar capella/plugins/org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar capella/plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar capella/plugins/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar capella/plugins/org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar capella/plugins/org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar capella/plugins/org.eclipse.emf.edit.ui.source_2.20.0.v20210506-1232.jar capella/plugins/org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar capella/plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar capella/plugins/org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar capella/plugins/org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar capella/plugins/org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar capella/plugins/org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar capella/plugins/org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar capella/plugins/org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar capella/plugins/org.eclipse.emf.importer_2.12.0.v20190321-1539.jar capella/plugins/org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.source_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.transaction.source_1.9.1.201805140824.jar capella/plugins/org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar capella/plugins/org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar capella/plugins/org.eclipse.emf.transaction_1.9.1.201805140824.jar capella/plugins/org.eclipse.emf.validation.source_1.8.0.202008210805.jar capella/plugins/org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar capella/plugins/org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar capella/plugins/org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar capella/plugins/org.eclipse.emf.validation.ui_1.7.0.202008210805.jar capella/plugins/org.eclipse.emf.validation_1.8.0.202008210805.jar capella/plugins/org.eclipse.emf.workspace.source_1.5.1.201805140824.jar capella/plugins/org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar capella/plugins/org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar capella/plugins/org.eclipse.emf.workspace_1.5.1.201805140824.jar capella/plugins/org.eclipse.emf_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar capella/plugins/org.eclipse.equinox.app_1.5.100.v20210212-1143.jar capella/plugins/org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar capella/plugins/org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar capella/plugins/org.eclipse.equinox.common.source_3.15.0.v20210518-0604.jar capella/plugins/org.eclipse.equinox.common_3.15.0.v20210518-0604.jar capella/plugins/org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar capella/plugins/org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar capella/plugins/org.eclipse.equinox.console.source_1.4.400.v20210602-1312.jar capella/plugins/org.eclipse.equinox.console_1.4.400.v20210602-1312.jar capella/plugins/org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar capella/plugins/org.eclipse.equinox.event_1.6.0.v20210212-1143.jar capella/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.http.jetty.source_3.8.0.v20210414-1616.jar capella/plugins/org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar capella/plugins/org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar capella/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar capella/plugins/org.eclipse.equinox.http.servlet.source_1.7.100.v20210311-1631.jar capella/plugins/org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar capella/plugins/org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar capella/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar capella/plugins/org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar capella/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/META-INF/MANIFEST.MF capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/about.html capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/eclipse_11401.so capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/launcher.gtk.linux.x86_64.properties capella/plugins/org.eclipse.equinox.launcher.source_1.6.200.v20210416-2027.jar capella/plugins/org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar capella/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.4.100.v20210418-1636.jar capella/plugins/org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar capella/plugins/org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.core.source_2.7.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.director.app.source_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.director.source_2.5.0.v20210325-0750.jar capella/plugins/org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar capella/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.engine.source_2.7.0.v20210328-0514.jar capella/plugins/org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar capella/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.4.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.2.0.v20210507-0825.jar capella/plugins/org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar capella/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.4.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.metadata.source_2.6.0.v20210331-1610.jar capella/plugins/org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar capella/plugins/org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.4.0.v20210421-1159.jar capella/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar capella/plugins/org.eclipse.equinox.p2.publisher.source_1.6.0.v20210322-0909.jar capella/plugins/org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar capella/plugins/org.eclipse.equinox.p2.reconciler.dropins.source_1.4.0.v20210312-1245.jar capella/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar capella/plugins/org.eclipse.equinox.p2.repository.source_2.5.100.v20210329-1206.jar capella/plugins/org.eclipse.equinox.p2.repository.tools.source_2.3.0.v20210325-0750.jar capella/plugins/org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar capella/plugins/org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar capella/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.touchpoint.natives.source_1.4.0.v20210326-2048.jar capella/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar capella/plugins/org.eclipse.equinox.p2.transport.ecf.source_1.3.100.v20210329-1206.jar capella/plugins/org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar capella/plugins/org.eclipse.equinox.p2.ui.importexport.source_1.3.100.v20210415-1446.jar capella/plugins/org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446.jar capella/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.100.v20210327-1705.jar capella/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar capella/plugins/org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar capella/plugins/org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar capella/plugins/org.eclipse.equinox.p2.ui.source_2.7.100.v20210426-1115.jar capella/plugins/org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar capella/plugins/org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.updatesite.source_1.2.0.v20210322-0909.jar capella/plugins/org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar capella/plugins/org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar capella/plugins/org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar capella/plugins/org.eclipse.equinox.registry.source_3.10.200.v20210503-1606.jar capella/plugins/org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar capella/plugins/org.eclipse.equinox.security.linux.source_1.0.100.v20210419-1942.jar capella/plugins/org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/MANIFEST.MF capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/p2.inf capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/about.html capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/fragment.properties capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/.api_description capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/META-INF/MANIFEST.MF capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/about.html capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/fragment.properties capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/fragment.xml capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/GBusType.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/GError.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/GList$ByReference.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/GList.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider$LibGio.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider$LibSecret.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretCollectionFlags.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretSchema.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretSchemaAttribute.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretSchemaAttributeType.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretSchemaFlags.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretServiceFlags.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/nls/LinuxPasswordProviderMessages.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/nls/messages.properties capella/plugins/org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar capella/plugins/org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar capella/plugins/org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar capella/plugins/org.eclipse.equinox.security_1.3.600.v20210126-1005.jar capella/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar capella/plugins/org.eclipse.gef.source_3.11.0.201606061308.jar capella/plugins/org.eclipse.gef_3.11.0.201606061308.jar capella/plugins/org.eclipse.gmf.runtime.common.core.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.core_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.source_1.8.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.common.ui_1.8.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.core_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.source_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.source_1.9.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.core.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.core_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.core_1.9.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui_1.7.0.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.gef.ui_1.7.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202004160913.jar capella/plugins/org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar capella/plugins/org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.notation.providers_1.7.1.202107090702.jar capella/plugins/org.eclipse.gmf.runtime.notation.source_1.10.0.202004160913.jar capella/plugins/org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar capella/plugins/org.eclipse.gmf_1.14.0.202107090702.jar capella/plugins/org.eclipse.help.base.source_4.3.300.v20210611-1600.jar capella/plugins/org.eclipse.help.base_4.3.300.v20210611-1600.jar capella/plugins/org.eclipse.help.source_3.9.0.v20210507-0822.jar capella/plugins/org.eclipse.help.ui.source_4.3.0.v20210409-1726.jar capella/plugins/org.eclipse.help.ui_4.3.0.v20210409-1726.jar capella/plugins/org.eclipse.help.webapp.source_3.10.300.v20210507-0822.jar capella/plugins/org.eclipse.help.webapp_3.10.300.v20210507-0822.jar capella/plugins/org.eclipse.help_3.9.0.v20210507-0822.jar capella/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar capella/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar capella/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar capella/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar capella/plugins/org.eclipse.jdt.apt.core.source_3.6.900.v20210317-0507.jar capella/plugins/org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar capella/plugins/org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar capella/plugins/org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar capella/plugins/org.eclipse.jdt.apt.ui.source_3.6.600.v20210406-0802.jar capella/plugins/org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar capella/plugins/org.eclipse.jdt.compiler.apt.source_1.3.1300.v20210419-1022.jar capella/plugins/org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar capella/plugins/org.eclipse.jdt.compiler.tool.source_1.2.1200.v20210521-0550.jar capella/plugins/org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar capella/plugins/org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar capella/plugins/org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar capella/plugins/org.eclipse.jdt.core.manipulation.source_1.14.400.v20210531-0737.jar capella/plugins/org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar capella/plugins/org.eclipse.jdt.core.source_3.26.0.v20210609-0549.jar capella/plugins/org.eclipse.jdt.core_3.26.0.v20210609-0549.jar capella/plugins/org.eclipse.jdt.debug.source_3.17.200.v20210513-1223.jar capella/plugins/org.eclipse.jdt.debug.ui.source_3.12.300.v20210517-0748.jar capella/plugins/org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/.api_description capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/.options capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/META-INF/MANIFEST.MF capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/about.html capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/jdimodel.jar capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/plugin.properties capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/plugin.xml capella/plugins/org.eclipse.jdt.doc.isv_3.14.1200.v20210611-1636.jar capella/plugins/org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar capella/plugins/org.eclipse.jdt.junit.core.source_3.10.1100.v20210429-2046.jar capella/plugins/org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar capella/plugins/org.eclipse.jdt.junit.runtime.source_3.6.0.v20210326-1249.jar capella/plugins/org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar capella/plugins/org.eclipse.jdt.junit.source_3.12.0.v20210521-1840.jar capella/plugins/org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar capella/plugins/org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar capella/plugins/org.eclipse.jdt.junit5.runtime.source_1.0.1300.v20210320-1132.jar capella/plugins/org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar capella/plugins/org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar capella/plugins/org.eclipse.jdt.launching.source_3.19.200.v20210326-1452.jar capella/plugins/org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar capella/plugins/org.eclipse.jdt.ui.source_3.23.0.v20210530-1810.jar capella/plugins/org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar capella/plugins/org.eclipse.jdt_3.18.800.v20210611-1600.jar capella/plugins/org.eclipse.jetty.http.source_10.0.5.jar capella/plugins/org.eclipse.jetty.http_10.0.5.jar capella/plugins/org.eclipse.jetty.io.source_10.0.5.jar capella/plugins/org.eclipse.jetty.io_10.0.5.jar capella/plugins/org.eclipse.jetty.security.source_10.0.5.jar capella/plugins/org.eclipse.jetty.security_10.0.5.jar capella/plugins/org.eclipse.jetty.server.source_10.0.5.jar capella/plugins/org.eclipse.jetty.server_10.0.5.jar capella/plugins/org.eclipse.jetty.servlet.source_10.0.5.jar capella/plugins/org.eclipse.jetty.servlet_10.0.5.jar capella/plugins/org.eclipse.jetty.util.ajax.source_10.0.5.jar capella/plugins/org.eclipse.jetty.util.ajax_10.0.5.jar capella/plugins/org.eclipse.jetty.util.source_10.0.5.jar capella/plugins/org.eclipse.jetty.util_10.0.5.jar capella/plugins/org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar capella/plugins/org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar capella/plugins/org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar capella/plugins/org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar capella/plugins/org.eclipse.jface.source_3.22.200.v20210401-0958.jar capella/plugins/org.eclipse.jface.text.source_3.18.0.v20210512-1640.jar capella/plugins/org.eclipse.jface.text_3.18.0.v20210512-1640.jar capella/plugins/org.eclipse.jface_3.22.200.v20210401-0958.jar capella/plugins/org.eclipse.jgit.ant.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.archive.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.archive_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.gpg.bc.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.http.apache.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.http.server.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.junit.http.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.junit.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.junit.ssh.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.lfs.server.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.lfs.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.pgm.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.ssh.apache.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.ssh.jsch.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.ui.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar capella/plugins/org.eclipse.jsch.core_1.3.900.v20200422-1935.jar capella/plugins/org.eclipse.jsch.ui.source_1.4.0.v20210426-0843.jar capella/plugins/org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar capella/plugins/org.eclipse.ltk.core.refactoring.source_3.11.400.v20210427-0555.jar capella/plugins/org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar capella/plugins/org.eclipse.ltk.ui.refactoring.source_3.11.400.v20210320-1132.jar capella/plugins/org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar capella/plugins/org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.nebula.cwt_1.1.0.202011020719.jar capella/plugins/org.eclipse.nebula.widgets.cdatetime_1.5.0.202011020719.jar capella/plugins/org.eclipse.nebula.widgets.nattable.core_2.0.1.202106070924.jar capella/plugins/org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.1.202106070924.jar capella/plugins/org.eclipse.nebula.widgets.richtext.source_1.3.0.201912241810.jar capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/MANIFEST.MF capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/org.eclipse.nebula/org.eclipse.nebula.widgets.richtext/pom.properties capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/org.eclipse.nebula/org.eclipse.nebula.widgets.richtext/pom.xml capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/about.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$3.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$4.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$5.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellLabelProvider$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellLabelProvider$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellLabelProvider.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3$3.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3$4.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$4.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$5.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$6.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$7.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$8.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$9.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$FocusInFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$FocusOutFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$JavaExecutionFinishedFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$JavaExecutionStartedFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$KeyPressedFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$KeyReleasedFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$ModifyFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$3.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$4.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$5.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$6.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$7.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$8.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextViewer$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextViewer.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/AlignmentStyle.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/DefaultEntityReplacer.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/EntityReplacer.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/LinePainter.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper$2$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper$Finder.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/SpanElement$SpanType.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/SpanElement.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/TagProcessingState$TextAlignment.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/BoldPaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/FontMetricsProvider.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ItalicPaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ListInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/NewLineInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/PaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ParagraphInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ResetFontPaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ResetParagraphInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ResetSpanStylePaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/TextPaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/CHANGES.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/LICENSE.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/README.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/adapters/jquery.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/build-config.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/ckeditor.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/config.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/contents.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/jquery.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/af.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ar.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/az.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/bg.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/bn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/bs.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/cs.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/cy.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/da.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/de-ch.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/de.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/el.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/en-au.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/en-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/en-gb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/en.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/eo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/es-mx.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/es.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/et.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/eu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fa.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fr-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/gl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/gu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/he.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/hi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/hr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/hu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/id.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/is.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/it.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ja.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ka.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/km.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ko.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ku.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/lt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/lv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/mk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/mn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ms.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/nb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/nl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/no.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/oc.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/pl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/pt-br.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/pt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ro.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ru.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/si.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sq.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sr-latn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/th.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/tr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/tt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ug.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/uk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/vi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/zh-cn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/zh.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/af.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/az.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/da.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/de.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/el.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/en.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/es.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/et.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/he.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/id.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/it.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/km.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/no.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/si.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/th.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/about.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/logo_ckeditor.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/clipboard/dialogs/paste.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/colordialog/dialogs/colordialog.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/colordialog/dialogs/colordialog.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/cursors/cursor.svg capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/styles/copyformatting.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/dialog/dialogDefinition.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/div/dialogs/div.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/find/dialogs/find.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/dialogs/flash.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/images/placeholder.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/button.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/checkbox.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/form.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/hiddenfield.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/radio.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/select.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/textarea.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/textfield.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/images/hiddenfield.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/icons.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/icons_hidpi.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/dialogs/iframe.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/images/placeholder.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/dialogs/image.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/images/noimage.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/dialogs/anchor.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/dialogs/link.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/images/anchor.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/images/hidpi/anchor.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/liststyle/dialogs/liststyle.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/hidpi/icon.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/icon-rtl.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/icon.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pagebreak/images/pagebreak.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pastefromword/filter/default.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/preview/preview.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/CHANGELOG.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/LICENSE.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/README.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/dialogs/dialog.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/dialogs/options.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/dialogs/toolbar.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_address.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_blockquote.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_div.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h1.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h2.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h3.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h4.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h5.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h6.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_p.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_pre.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/dialogs/smiley.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/angel_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/angel_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/angry_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/angry_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/broken_heart.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/broken_heart.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/confused_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/confused_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/cry_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/cry_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/devil_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/devil_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/embaressed_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/embarrassed_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/embarrassed_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/envelope.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/envelope.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/heart.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/heart.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/kiss.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/kiss.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/lightbulb.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/lightbulb.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/omg_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/omg_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/regular_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/regular_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/sad_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/sad_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/shades_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/shades_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/teeth_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/teeth_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/thumbs_down.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/thumbs_down.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/thumbs_up.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/thumbs_up.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/tongue_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/tongue_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/tounge_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/wink_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/wink_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/af.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ar.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/az.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/bg.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/cs.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/cy.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/da.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/de.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/el.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/en-au.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/en.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/eo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/es.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/et.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/eu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/fa.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/fi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/fr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/gl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/he.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/hr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/hu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/id.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/it.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ja.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/km.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ko.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ku.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/lt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/lv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/nb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/nl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/no.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/oc.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/pl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/pt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ro.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ru.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/si.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sq.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/th.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/tr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/tt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ug.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/uk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/vi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/zh.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/specialchar.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/table/dialogs/table.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tableselection/styles/tableselection.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tabletools/dialogs/tableCell.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/dialogs/templates.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/dialogs/templates.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/default.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/images/template1.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/images/template2.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/images/template3.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/widget/images/handle.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/LICENSE.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/README.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/ciframe.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/wsc.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/wsc.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/wsc_ie.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/dialog.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/dialog_ie.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/dialog_ie8.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/dialog_iequirks.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor_gecko.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor_ie.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor_ie8.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor_iequirks.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/icons.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/icons_hidpi.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/arrow.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/close.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/close.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/lock.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/refresh.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/lock-open.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/lock.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/refresh.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/spinner.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/readme.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/styles.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/vendor/promise.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/template.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/JavaCallbackListener.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/ToolbarButton.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.class capella/plugins/org.eclipse.osgi.compatibility.state.source_1.2.400.v20210401-1438.jar capella/plugins/org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar capella/plugins/org.eclipse.osgi.services.source_3.10.100.v20210324-0936.jar capella/plugins/org.eclipse.osgi.services_3.10.100.v20210324-0936.jar capella/plugins/org.eclipse.osgi.source_3.16.300.v20210525-1715.jar capella/plugins/org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar capella/plugins/org.eclipse.osgi.util_3.6.0.v20210212-1137.jar capella/plugins/org.eclipse.osgi_3.16.300.v20210525-1715.jar capella/plugins/org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar capella/plugins/org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar capella/plugins/org.eclipse.pde.api.tools.source_1.2.500.v20210521-1226.jar capella/plugins/org.eclipse.pde.api.tools.ui.source_1.2.300.v20210415-0924.jar capella/plugins/org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar capella/plugins/org.eclipse.pde.api.tools_1.2.500.v20210521-1226.jar capella/plugins/org.eclipse.pde.build.source_3.11.0.v20210429-0618.jar capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/.api_description capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/.options capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/eclipse.inf capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/about.html capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/about_files/LICENSE-2.0.txt capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/fragment/fragment.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/plugin/plugin.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/fragment/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/fragment/fragment.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/plugin/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/plugin/plugin.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/env.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/lib/pdebuild-ant.jar capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/pdebuild.jar capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/plugin.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/plugin.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/build.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/genericTargets.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/package.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/productBuild/allElements.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/productBuild/productBuild.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/features/customBuildCallbacks.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/allElements.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/build.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/customAssembly.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/customTargets.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/packager/customTargets.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/packager/packager.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/packager/packaging.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/plugins/customBuildCallbacks.xml capella/plugins/org.eclipse.pde.core.source_3.14.300.v20210515-0638.jar capella/plugins/org.eclipse.pde.core_3.14.300.v20210515-0638.jar capella/plugins/org.eclipse.pde.doc.user_3.14.1200.v20210611-1636.jar capella/plugins/org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar capella/plugins/org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar capella/plugins/org.eclipse.pde.ds.core.source_1.2.300.v20210316-0728.jar capella/plugins/org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar capella/plugins/org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/OSGI-INF/l10n/bundle.properties capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/about.html capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/about_files/LICENSE-2.0.txt capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/annotations.jar capella/plugins/org.eclipse.pde.ds.ui.source_1.2.100.v20210507-0837.jar capella/plugins/org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar capella/plugins/org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/OSGI-INF/l10n/bundle.properties capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/about.html capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/about_files/LICENSE-2.0.txt capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/annotations.jar capella/plugins/org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar capella/plugins/org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar capella/plugins/org.eclipse.pde.junit.runtime.source_3.6.0.v20210513-1344.jar capella/plugins/org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar capella/plugins/org.eclipse.pde.launching.source_3.9.300.v20210513-1344.jar capella/plugins/org.eclipse.pde.launching_3.9.300.v20210513-1344.jar capella/plugins/org.eclipse.pde.runtime.source_3.7.200.v20210513-1344.jar capella/plugins/org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar capella/plugins/org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar capella/plugins/org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar capella/plugins/org.eclipse.pde.ua.ui.source_1.2.200.v20210515-0638.jar capella/plugins/org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar capella/plugins/org.eclipse.pde.ui.source_3.13.100.v20210515-0638.jar capella/plugins/org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar capella/plugins/org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar capella/plugins/org.eclipse.pde.ui_3.13.100.v20210515-0638.jar capella/plugins/org.eclipse.pde_3.13.1500.v20210611-1600.jar capella/plugins/org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar capella/plugins/org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar capella/plugins/org.eclipse.platform.source_4.20.0.v20210611-1600.jar capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/LegacyIDE.e4xmi capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/about.html capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/about.ini capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/about.mappings capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/about.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/book.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/disabled_book.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse1024.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse128.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse16.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse22.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse24.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse256.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse32.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse48.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse512.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse64.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse_lg.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse_lg@2x.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/helpData.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/dragHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/gtkHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/gtkTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/macGrey.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/macHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/macTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/arrow.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/arrow_light.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/ov_wbbasics48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/wn_eclcommunity48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/wn_eclplatform48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/wn_migrate48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/wn_updates48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/win7.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/win7Handle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/win7TSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winClassicHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winClassicTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPBluHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPBluTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPBlue.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPOlive.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro-eclipse.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/migrate.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/migrate.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/overview.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/overview.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/whatsnew.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/whatsnew.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/migrateExtensionContent.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/overviewExtensionContent.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/whatsnewExtensionContent1.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/whatsnewExtensionContent2.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/whatsnewExtensionContent3.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/introData.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/macosx_narrow_book.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/narrow_book.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/platform.jar capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/plugin.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/plugin.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/plugin_customization.ini capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/plugin_customization.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/splash.bmp capella/plugins/org.eclipse.rcp_4.20.0.v20210611-1600.jar capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/about.html capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/about.ini capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/about.mappings capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/about.properties capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/book.css capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/disabled_book.css capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse1024.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse128.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse16.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse22.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse24.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse256.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse32.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse48.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse512.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse64.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse_lg.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse_lg@2x.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/helpData.xml capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/intro-eclipse.svg capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/introData.xml capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/macosx_narrow_book.css capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/narrow_book.css capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/plugin.properties capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/plugin.xml capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/plugin_customization.ini capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/plugin_customization.properties capella/plugins/org.eclipse.search.source_3.13.200.v20210419-1029.jar capella/plugins/org.eclipse.search_3.13.200.v20210419-1029.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.ide.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.ide_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.interpreter.aql.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.interpreter.aql_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.interpreter.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.interpreter_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.ui.ext.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.ui.ext_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.ui.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common.ui_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.common_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.formatdata.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.formatdata_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.model.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.model_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.sequence.edit.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.sequence.edit_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.sequence.model.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.sequence.model_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.sequence.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.sequence.ui.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.sequence.ui_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.sequence_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.ui.ext.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.ui.ext_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.ui.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram.ui_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.diagram_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.doc.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.doc_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ecore.extender.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ecore.extender_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.base.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.base_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.draw2d.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.draw2d_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.e3.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.e3.ui.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.e3.ui_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.e3_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.emf.edit.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.emf.edit_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.emf.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.emf.tx.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.emf.tx_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.emf.ui.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.emf.ui_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.emf_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.gef.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.gef_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.gmf.notation.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.gmf.notation_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.gmf.runtime.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.gmf.runtime_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.ide.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.ide_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.jface.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.jface_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.swt.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ext.swt_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.interpreter.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.interpreter_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.model.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.model_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.synchronizer.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.synchronizer_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.table.model.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.table.model_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.table.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.table.ui.ext.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.table.ui.ext_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.table.ui.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.table.ui_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.table_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.tree.model.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.tree.model_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.tree.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.tree.ui.ext.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.tree.ui.ext_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.tree.ui.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.tree.ui_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.tree_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ui.editor.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ui.editor_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ui.ext.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ui.ext_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ui.source_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius.ui_7.0.0.202201311736.jar capella/plugins/org.eclipse.sirius_7.0.0.202201311736.jar capella/plugins/org.eclipse.swt.gtk.linux.x86_64.source_3.116.100.v20210602-2209.jar capella/plugins/org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar capella/plugins/org.eclipse.swt_3.116.100.v20210602-2209.jar capella/plugins/org.eclipse.team.core.source_3.9.0.v20210510-1748.jar capella/plugins/org.eclipse.team.core_3.9.0.v20210510-1748.jar capella/plugins/org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar capella/plugins/org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar capella/plugins/org.eclipse.team.ui.source_3.9.0.v20210426-0837.jar capella/plugins/org.eclipse.team.ui_3.9.0.v20210426-0837.jar capella/plugins/org.eclipse.text.quicksearch.source_1.1.100.v20210426-1601.jar capella/plugins/org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar capella/plugins/org.eclipse.text.source_3.12.0.v20210512-1644.jar capella/plugins/org.eclipse.text_3.12.0.v20210512-1644.jar capella/plugins/org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar capella/plugins/org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar capella/plugins/org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar capella/plugins/org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar capella/plugins/org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar capella/plugins/org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar capella/plugins/org.eclipse.ui.console.source_3.11.0.v20210510-1914.jar capella/plugins/org.eclipse.ui.console_3.11.0.v20210510-1914.jar capella/plugins/org.eclipse.ui.editors.source_3.14.100.v20210513-1110.jar capella/plugins/org.eclipse.ui.editors_3.14.100.v20210513-1110.jar capella/plugins/org.eclipse.ui.externaltools.source_3.5.0.v20210510-1849.jar capella/plugins/org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar capella/plugins/org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar capella/plugins/org.eclipse.ui.forms_3.11.100.v20210108-1139.jar capella/plugins/org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar capella/plugins/org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar capella/plugins/org.eclipse.ui.ide.application.source_1.4.100.v20210506-1050.jar capella/plugins/org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar capella/plugins/org.eclipse.ui.ide.source_3.18.200.v20210523-1724.jar capella/plugins/org.eclipse.ui.ide_3.18.200.v20210523-1724.jar capella/plugins/org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar capella/plugins/org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar capella/plugins/org.eclipse.ui.intro.source_3.6.200.v20210409-1747.jar capella/plugins/org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar capella/plugins/org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar capella/plugins/org.eclipse.ui.intro_3.6.200.v20210409-1747.jar capella/plugins/org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar capella/plugins/org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar capella/plugins/org.eclipse.ui.navigator.resources.source_3.8.100.v20210319-0848.jar capella/plugins/org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar capella/plugins/org.eclipse.ui.navigator.source_3.10.100.v20210415-0924.jar capella/plugins/org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar capella/plugins/org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar capella/plugins/org.eclipse.ui.net_1.4.0.v20210426-0838.jar capella/plugins/org.eclipse.ui.source_3.119.0.v20210111-1350.jar capella/plugins/org.eclipse.ui.themes.source_1.2.1400.v20210315-1604.jar capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/.api_description capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/META-INF/MANIFEST.MF capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/about.html capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/common/e4_globalstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark-drag-styling.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_globalstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_ide_colorextensions.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_partstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_preferencestyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_tabstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4-dark_linux.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4-dark_mac.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4-dark_mac1013.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4-dark_win.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_basestyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_classic.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_default_gtk.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_default_mac.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_default_win.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_system.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/high-contrast.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light-drag-styling.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light_globalstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light_ide_colorextensions.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light_partstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light_tabstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light-drag-styling.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light_globalstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light_ide_colorextensions.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light_partstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light_tabstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/plugin.properties capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/plugin.xml capella/plugins/org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar capella/plugins/org.eclipse.ui.trace_1.2.0.v20210110-1242.jar capella/plugins/org.eclipse.ui.views.log.source_1.2.1500.v20210315-1034.jar capella/plugins/org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar capella/plugins/org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar capella/plugins/org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar capella/plugins/org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar capella/plugins/org.eclipse.ui.views_3.11.0.v20210111-1351.jar capella/plugins/org.eclipse.ui.workbench.source_3.122.200.v20210506-1640.jar capella/plugins/org.eclipse.ui.workbench.texteditor.source_3.16.100.v20210512-1009.jar capella/plugins/org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar capella/plugins/org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar capella/plugins/org.eclipse.ui_3.119.0.v20210111-1350.jar capella/plugins/org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar capella/plugins/org.eclipse.update.configurator_3.4.800.v20210415-1314.jar capella/plugins/org.eclipse.urischeme.source_1.1.400.v20210407-1558.jar capella/plugins/org.eclipse.urischeme_1.1.400.v20210407-1558.jar capella/plugins/org.hamcrest.core.source_1.3.0.v20180420-1519.jar capella/plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar capella/plugins/org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.api_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.engine_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.params_5.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.commons.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.commons_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.engine.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.engine_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.launcher_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.runner.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.runner_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.suite.api_1.7.1.v20210222-1948.jar capella/plugins/org.junit.source_4.13.0.v20200204-1500.jar capella/plugins/org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.vintage.engine_5.7.1.v20210222-1948.jar capella/plugins/org.junit_4.13.0.v20200204-1500.jar capella/plugins/org.objectweb.asm.source_9.1.0.v20210209-1849.jar capella/plugins/org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar capella/plugins/org.objectweb.asm.tree_9.1.0.v20210209-1849.jar capella/plugins/org.objectweb.asm_9.1.0.v20210209-1849.jar capella/plugins/org.opentest4j.source_1.2.0.v20190826-0900.jar capella/plugins/org.opentest4j_1.2.0.v20190826-0900.jar capella/plugins/org.polarsys.capella.commandline.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.commandline.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.edit.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.edit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.activity.gen_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.edit.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.edit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.core.gen.edit.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.core.gen.edit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.core.gen.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.core.gen_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.helpers.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.data.helpers_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ef.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ef_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.flexibility.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.flexibility.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.flexibility.wizards.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.flexibility.wizards_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.helpers.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.helpers_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.id.handler.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.id.handler_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.libraries.gen.edit.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.libraries.gen.edit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.libraries.gen.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.libraries.gen_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.libraries.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.libraries_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.linkedtext.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.linkedtext.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.mdsofa.common.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.mdsofa.common_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.menu.dynamic.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.menu.dynamic_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.model.helpers.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.model.helpers_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.model.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.model_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.platform.sirius.customization.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.platform.sirius.customization_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.platform.sirius.ted.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.platform.sirius.ted_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.queries.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.queries_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.re.gen.edit.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.re.gen.edit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.re.gen.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.re.gen_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.re.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.re.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.re.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.re_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.console.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.console_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.file.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.file_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.tools.report_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.transition.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.transition_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.massactions.core.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.massactions.core_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.massactions.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.massactions.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.massactions.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.massactions_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.menu.dynamic.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.menu.dynamic_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.resources.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.resources_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.services.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.services_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.browser.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.browser_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui.toolkit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.common_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.af.integration.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.af.integration.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.af.integration.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.af.integration_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.application.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.application_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.commandline.core.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.commandline.core.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.commandline.core.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.commandline.core_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.compare.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.compare_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.business.queries.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.business.queries_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.common.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.common.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.common.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.common.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.common.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.common.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.core.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.core.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.core.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.core.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.core.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.core.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.cs.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.cs.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.cs.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.cs.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.cs.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.cs.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.ctx.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.ctx.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.ctx.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.ctx.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.epbs.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.epbs.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.epbs.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.epbs.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.fa.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.fa.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.wizards.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.wizards_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.fa.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.fa.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.decorators.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.decorators_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.gen.edit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.gen.editor.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.gen.editor_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.gen.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.gen_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.helpers.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.helpers_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.communication.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.communication.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.communication.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.communication.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.datavalue.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.datavalue.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.information.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.interaction.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.interaction.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.interaction.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.interaction.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.la.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.la.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.la.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.la.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.la.ui.wizards.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.la.ui.wizards_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.la.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.la.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.menu.contributions.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.menu.contributions_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.migration.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.migration_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.modeller.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.modeller.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.oa.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.oa.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.oa.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.oa.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.pa.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.requirement.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.requirement.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.res.edit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.res.editor_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.selection.queries.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.selection.queries_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.sharedmodel.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.data.sharedmodel.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.diagram.helpers.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.diagram.helpers_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.flexibility.wizards.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.flexibility.wizards_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.libraries.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.libraries.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.libraries.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.libraries_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.linkedtext.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.linkedtext.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.menu.dynamic.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.menu.dynamic_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.handler.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.handler_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.helpers.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.helpers_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.links.helpers.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.links.helpers_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.obfuscator.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.obfuscator_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.preferences.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.preferences_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.semantic.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.semantic_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.skeleton.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.model.skeleton_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.adapter.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.adapter_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.clipboard.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.clipboard_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.actions.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.actions_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.menu.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.menu_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.project.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.project_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.services.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.services_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.preferences.project.configuration.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.preferences.project.configuration_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.preferences.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.preferences_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.common.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.common.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.common.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.common_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.exchanges.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.exchanges_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.interfaces.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.interfaces_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.scenario.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.projection.scenario_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.project.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.project_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.ui.quickfix.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.ui.quickfix_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.re_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.semantic.queries.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.semantic.queries_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.services.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.services_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.sirius.analysis.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.sirius.analysis_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.sirius.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.sirius.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.tiger.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.tiger_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.common.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.common.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.diagram.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.diagram.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.diagram.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.diagram_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.system.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.system.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.system.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.transition.system_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.fastlinker.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.fastlinker_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.intro.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.intro_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.metric.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.metric_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.properties.richtext.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.properties.richtext_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.properties.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.properties_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.reportlog.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.reportlog_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.resources.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.resources_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.search.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.search_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.toolkit.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.ui.toolkit_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.validation.commandline.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.validation.commandline_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.validation.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.validation.ui.ide.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.validation.ui.ide_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.validation.ui.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.validation.ui_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.core.validation_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.detachment.propertyvalue.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.detachment.propertyvalue_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.detachment.version.precondition.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.detachment.version.precondition_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.developer.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.developer.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.diagrams.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.diagrams.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.diffmerge.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.diffmerge.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.git.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.git.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.glossary.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.glossary.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.preferences.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.preferences.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.properties.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.properties.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.rcp.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.rcp_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.re.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.re.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.shared.id.handler.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.shared.id.handler_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.th.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.th.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.tipsandtricks.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.tipsandtricks.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.transitions.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.transitions.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.ui.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.ui.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.ui.views_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.validation.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.validation.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.viewpoint.doc.source_6.0.0.202202021225.jar capella/plugins/org.polarsys.capella.viewpoint.doc_6.0.0.202202021225.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.common.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.common_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.doc_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.amalgam.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.amalgam_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.emde.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.emde_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.editor.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.editor_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.metadata_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.services.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.services_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.predicate_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.ui_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.cadence.core.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.cadence.core_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.cadence.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.cadence.ui_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.common.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.common.ui_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.doc_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.doc_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.model.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.model.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.model.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.model_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.ui_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.xmi.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde.xmi_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.emde_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.examples.generic.wizard.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.examples.generic.wizard_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.core.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.core_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.doc.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.doc_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.visualize.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions.visualize_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.massactions_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.backup_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.commands_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.precondition.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.precondition_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.share.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.share_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.report.model.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.report.model.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.report.model.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.report.model_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.report.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.report.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.report.ui_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.report_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.ui_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.resourcereuse_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.common.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.common_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.nebula.widget.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.nebula.widget_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.doc_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.ext.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.ext_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.tools.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.tools_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.richtext.widget_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.sirius.rotativeimage_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.ecore_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.core.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.core_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.emf.toolbox.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.emf.toolbox_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.ecore_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.scheduler.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.scheduler_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.ui.source_6.0.0.202201140838.jar capella/plugins/org.polarsys.kitalpha.transposer.ui_6.0.0.202201140838.jar capella/plugins/org.sat4j.core_2.3.5.v201308161310.jar capella/plugins/org.sat4j.pb_2.3.5.v201404071733.jar capella/plugins/org.slf4j.api.source_1.7.30.v20200204-2150.jar capella/plugins/org.slf4j.api_1.7.30.v20200204-2150.jar capella/plugins/org.tukaani.xz.source_1.8.0.v20180207-1613.jar capella/plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar capella/plugins/org.w3c.css.sac.source_1.3.1.v200903091627.jar capella/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar capella/plugins/org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar capella/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar capella/plugins/org.w3c.dom.smil.source_1.0.1.v200903091627.jar capella/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar capella/plugins/org.w3c.dom.svg.source_1.1.0.v201011041433.jar capella/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar capella/readme/readme_eclipse.html capella/capella capella/jre/bin/java capella/jre/bin/jfr capella/jre/bin/jrunscript capella/jre/bin/keytool capella/jre/bin/rmiregistry capella/jre/lib/jspawnhelper samples/IFE_samplemodel.zip [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + chmod 755 /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/capella [Pipeline] sh + chmod 755 /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/jre/bin/java [Pipeline] sh + /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/capella -repository https://download.eclipse.org/capella/core/updates/nightly/master-6.0/org.polarsys.capella.test.site/ -installIU org.polarsys.capella.test.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/plugins/org.eclipse.osgi_3.16.300.v20210525-1715.jar) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.framework.SystemBundleActivator WARNING: System::setSecurityManager will be removed in a future release SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies). log4j:WARN Please initialize the log4j system properly. Installing org.polarsys.capella.test.feature.feature.group 6.0.0.202202021225. Operation completed in 15418 ms. [Pipeline] sh + /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/capella -repository file://home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository/ -installIU org.polarsys.capella.transition.system2subsystem.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/plugins/org.eclipse.osgi_3.16.300.v20210525-1715.jar) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.framework.SystemBundleActivator WARNING: System::setSecurityManager will be removed in a future release SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Installing org.polarsys.capella.transition.system2subsystem.feature.feature.group 1.6.0.202206100754. Operation completed in 5517 ms. [Pipeline] sh + /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/capella -repository file://home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository/ -installIU org.polarsys.capella.transition.system2subsystem.tests.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/plugins/org.eclipse.osgi_3.16.300.v20210525-1715.jar) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.framework.SystemBundleActivator WARNING: System::setSecurityManager will be removed in a future release SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Installing org.polarsys.capella.transition.system2subsystem.tests.feature.feature.group 1.6.0.202206100754. Operation completed in 5562 ms. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [apella-sss-transition_master-6.0] $ Xvnc -help Starting xvnc [apella-sss-transition_master-6.0] $ Xvnc :51 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Fri Jun 10 08:02:18 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5951 vncext: created VNC server for screen 0 [Pipeline] sh + '[' '!' -d /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco ']' + curl -k -o jacoco.zip https://repo1.maven.org/maven2/org/jacoco/jacoco/0.8.6/jacoco-0.8.6.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 3851k 100 3851k 0 0 2223k 0 0:00:01 0:00:01 --:--:-- 2222k + unzip jacoco.zip -d /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco Archive: jacoco.zip creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/jacocoant.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/jacococli.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/jacocoagent.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/org.jacoco.core-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/org.jacoco.report-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/org.jacoco.agent-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/org.jacoco.ant-0.8.6.202009150832.jar creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/java/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/java/ExecutionDataClient.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/java/ReportGenerator.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/java/ClassInfo.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/java/ExecDump.java creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/pom-it.xml creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/test/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/test/java/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/test/java/org/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/test/java/org/jacoco/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/build.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/pom.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/build-offline.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/pom-offline.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserIT.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserTest.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ExpressionParser.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/Main.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/IExpression.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Mul.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Add.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Div.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Sub.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Const.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/java/ExecutionDataServer.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/java/CoreTutorial.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/examples/java/MBeanClient.java creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/instr/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/instr/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/html/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/html/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/xml/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/xml/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/csv/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/csv/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/resources/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/rt/class-use/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/constant-values.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/Analyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ISourceNode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/instr/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/html/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/RulesChecker.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/allclasses-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/overview-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/CounterComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ICounter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/ExecutionData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/SessionInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/class-use/AgentJar.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/IAgent.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/IReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/html/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/xml/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/csv/class-use/CSVFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/serialized-form.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/package-list inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/IClassCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ILine.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/AgentJar.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/xml/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/csv/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/Limit.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/index-all.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/overview-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/NodeComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/IClassCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/JaCoCo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/instr/class-use/Instrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/html/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/xml/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/IReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/resources/inherit.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/rt/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/allclasses-noframe.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceNode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/RuntimeData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/ILanguageNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/xml/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/csv/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/class-use/RulesChecker.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/deprecated-list.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/rt/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/class-use/JaCoCo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ILine.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/IRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/instr/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/html/class-use/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/JavaNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/csv/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/class-use/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/overview-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/rt/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/instr/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/class-use/IAgent.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/JavaNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/ILanguageNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/csv/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/class-use/Limit.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/stylesheet.css inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/rt/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/core/instr/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/agent/rt/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/class-use/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/html/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/xml/class-use/XMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/class-use/Rule.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/org/jacoco/report/check/Rule.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/help-doc.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api/com/vladium/emma/rt/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/build.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/offline.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/conventions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/team.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/environment.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/changes.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/ant.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/license.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/support.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/counters.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/classids.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/epl-2.0.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/flow.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/mission.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/agent.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/integrations.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/repo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/implementation.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/api.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/maven.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/empty.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/faq.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/report-integration-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/report-aggregate-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/prepare-agent-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/dump-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/merge-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/prepare-agent-integration-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/cli.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/help-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/report-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/check-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/instrument-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/restore-instrumented-classes-mojo.html creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-goto.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-goto-probe.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/test.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-sequence-probe.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/source.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-cond.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-cond-probe.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/report.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-example.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/doc.css inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-exit-probe.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/extern.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/jar.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/group.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-sequence.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/implementation.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/flow-exit.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/doc/resources/testsuite.gif creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$MemoryClassLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer$Handler.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$TestTarget.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco.csv inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-sessions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$NoSourceLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$SourceFileCollection.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher$JavacPattern.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter$CounterValue.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$CounterEntity.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$ElementType.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime$Lookup.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime$RuntimeHandler.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions$OutputMode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Var.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Var.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Fix.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder$Jump.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Fix.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams$NoCloseInput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/branchnc.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/sort.js inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/greenbar.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/sort.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/source.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/report.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/prettify.js inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/branchpc.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/branchfc.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/class.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/prettify.css inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/report.css inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/group.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/package.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/redbar.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/up.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/session.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/down.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/method.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco-resources/bundle.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter$1Visitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput$EntryOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter$1RootVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex$Entry.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$3.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table$Column.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo$Printer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/jacoco.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CSVFormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$GroupElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$FormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$JavaLikeTaskEnhancer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$HTMLFormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CheckFormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$XMLFormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$TestNGTaskEnhancer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$SourceFilesElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.java.html creating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/test/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/test/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/test/TESTS-TestSuites.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/coverage/report.dtd + echo 'Jacoco downloaded at /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco' Jacoco downloaded at /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco [Pipeline] sh + ls /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib jacocoagent.jar jacocoant.jar jacococli.jar org.jacoco.agent-0.8.6.202009150832.jar org.jacoco.ant-0.8.6.202009150832.jar org.jacoco.core-0.8.6.202009150832.jar org.jacoco.report-0.8.6.202009150832.jar [Pipeline] sh + sleep 10 + /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/capella -port 8081 -application org.polarsys.capella.test.run.application -data /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/runner -title AllSystem2SubsystemTests WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/plugins/org.eclipse.osgi_3.16.300.v20210525-1715.jar) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.framework.SystemBundleActivator WARNING: System::setSecurityManager will be removed in a future release SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Listening on port 8081 for test suite AllSystem2SubsystemTests results ... + java '-javaagent:/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco/lib/jacocoagent.jar=includes=*,excludes=,exclclassloader=sun.reflect.DelegatingClassLoader,destfile=/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec,output=file,append=true' -Xms1024m -Xmx3500m -XX:+CMSClassUnloadingEnabled -ea -da:org.eclipse.emf.common.util.URI -Declipse.p2.data.area=@config.dir/../p2 -Dfile.encoding=Cp1252 -classpath /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/plugins/org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar org.eclipse.equinox.launcher.Main -os linux -ws gtk -arch x86_64 -version 3 -port 8081 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -application org.eclipse.pde.junit.runtime.uitestapplication -product org.polarsys.capella.rcp.product -testApplication org.polarsys.capella.core.platform.sirius.ui.perspective.id -configuration file:/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/capella/configuration -buildKey master-6.0 -data /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/AllSystem2SubsystemTests -testpluginname org.polarsys.capella.transition.system2subsystem.tests.ju -classNames org.polarsys.capella.transition.system2subsystem.tests.AllSystem2SubsystemTests OpenJDK 64-Bit Server VM warning: Ignoring option CMSClassUnloadingEnabled; support was removed in 14.0 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. testRunStarted:127 [SubSystemSessionHandlerTest] >> require >> load pvmtmodel [SubSystemSessionHandlerTest] >> release >> unload pvmtmodel [FakeExchange] >> require >> load FakeExchange [FakeExchange] >> require >> load output ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose org.polarsys.capella.common.re.rpl2re extends org.polarsys.capella.common.re org.polarsys.capella.common.re.createRec extends org.polarsys.capella.common.re.rpl2re org.polarsys.capella.common.re.updateCur extends org.polarsys.capella.common.re.rpl2re org.polarsys.capella.common.re.updateDef extends org.polarsys.capella.common.re.rpl2re org.polarsys.capella.common.re.re2rpl extends org.polarsys.capella.common.re org.polarsys.capella.common.re.createReplica extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.common.re.rpl2rec.conformance.check extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.common.re.updateReplica extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.common.re.deleteReplicaPreserveRelatedElements extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.common.re.deleteReplicaAndRelatedElements extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.core.re extends org.polarsys.capella.core.transition.system org.polarsys.capella.core.re extends org.polarsys.capella.common.re org.polarsys.capella.core.re.createRec extends org.polarsys.capella.core.re org.polarsys.capella.core.re.createRec extends org.polarsys.capella.common.re.createRec org.polarsys.capella.core.re.updateCur extends org.polarsys.capella.core.re org.polarsys.capella.core.re.updateCur extends org.polarsys.capella.common.re.updateCur org.polarsys.capella.core.re.updateDef extends org.polarsys.capella.core.re org.polarsys.capella.core.re.updateDef extends org.polarsys.capella.common.re.updateDef org.polarsys.capella.core.re.createReplica extends org.polarsys.capella.core.re org.polarsys.capella.core.re.createReplica extends org.polarsys.capella.common.re.createReplica org.polarsys.capella.core.re.updateReplica extends org.polarsys.capella.core.re org.polarsys.capella.core.re.updateReplica extends org.polarsys.capella.common.re.updateReplica org.polarsys.capella.core.re.deleteReplicaPreserveRelatedElements extends org.polarsys.capella.core.re org.polarsys.capella.core.re.deleteReplicaPreserveRelatedElements extends org.polarsys.capella.common.re.deleteReplicaPreserveRelatedElements org.polarsys.capella.core.re.deleteReplicaAndRelatedElements extends org.polarsys.capella.core.re org.polarsys.capella.core.re.deleteReplicaAndRelatedElements extends org.polarsys.capella.common.re.deleteReplicaAndRelatedElements org.polarsys.capella.core.transition.system.topdown.oe2actor extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.oe2system extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.oa2capability extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.oa2mission extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.oc2mission extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.lc2pc extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown extends org.polarsys.capella.core.transition.system org.polarsys.capella.core.transition.system.topdown.capability extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.transition.system2subsystem extends org.polarsys.capella.core.transition.system org.polarsys.capella.transition.system2subsystem.crossphases extends org.polarsys.capella.transition.system2subsystem org.polarsys.capella.transition.system2subsystem.interphases extends org.polarsys.capella.transition.system2subsystem org.polarsys.capella.transition.system2subsystem.multiphases.sa extends org.polarsys.capella.transition.system2subsystem.crossphases org.polarsys.capella.transition.system2subsystem.multiphases.la extends org.polarsys.capella.transition.system2subsystem.crossphases org.polarsys.capella.transition.system2subsystem.multiphases.pa extends org.polarsys.capella.transition.system2subsystem.crossphases ID = eabc0a97-28ce-41ec-b08b-af75ad267be2 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@204a511f (id: eabc0a97-28ce-41ec-b08b-af75ad267be2, sid: null) (name: FakeExchange) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc2e0c21-d53f-469b-9ce7-7011daf7de91 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6693b7bc (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@53ddfdfe (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@665dd7b2 (id: 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec, sid: null) (name: FakeExchange) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f135b08c-696b-4057-84cb-a994ef7a7156 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@723202df (id: f135b08c-696b-4057-84cb-a994ef7a7156, sid: f135b08c-696b-4057-84cb-a994ef7a7156) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f306320f-7386-4a10-9cd6-4de5bcf3d1ae org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@6f3e44d0 (id: f306320f-7386-4a10-9cd6-4de5bcf3d1ae, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b9c647b9-b491-474d-9f20-1b19b852d476 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@76c361fb (id: b9c647b9-b491-474d-9f20-1b19b852d476, sid: b9c647b9-b491-474d-9f20-1b19b852d476) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@665424e8 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@4472e71c (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32143dfe-68f4-4d22-8a3e-ed2049649f4c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1ee5a993 (id: 32143dfe-68f4-4d22-8a3e-ed2049649f4c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6380c1f6-bac9-469c-a705-230c88f26a19 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4c1be2c3 (id: 6380c1f6-bac9-469c-a705-230c88f26a19, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9818386f-5999-4859-a585-7f5caf75f90b org.polarsys.capella.core.data.information.impl.DataPkgImpl@53da005b (id: 9818386f-5999-4859-a585-7f5caf75f90b, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 467b9870-138e-4599-b337-045aef1a0a76 org.polarsys.capella.core.data.information.impl.DataPkgImpl@60100727 (id: 467b9870-138e-4599-b337-045aef1a0a76, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 78bfffa0-b3ca-4e03-8dc6-74951a72ba6f org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@4a3ecd06 (id: 78bfffa0-b3ca-4e03-8dc6-74951a72ba6f, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 0dadef77-9e37-4285-b0ef-dae7d7ef4361 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@61dcff36 (id: 0dadef77-9e37-4285-b0ef-dae7d7ef4361, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = f35a50db-fec0-4180-970e-b989e31f25d6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@53914a20 (id: f35a50db-fec0-4180-970e-b989e31f25d6, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 0abb3f4b-63f1-43e6-ab15-49fbb8674c50 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@33d8564a (id: 0abb3f4b-63f1-43e6-ab15-49fbb8674c50, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f89509de-0ade-4816-b32c-73c790becf5e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f32fbca (id: f89509de-0ade-4816-b32c-73c790becf5e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d581934f-b5c8-4aee-befd-75778dd5b3b2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@9118055 (id: d581934f-b5c8-4aee-befd-75778dd5b3b2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 66cfbd65-f107-497d-98fd-02dbada97ddc org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@50081b1d (id: 66cfbd65-f107-497d-98fd-02dbada97ddc, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 64dfdd56-0c31-4ca1-b823-799460041a22 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@21937d50 (id: 64dfdd56-0c31-4ca1-b823-799460041a22, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 88d0de43-ff9c-4134-815f-c39397d0bbf6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@39672e03 (id: 88d0de43-ff9c-4134-815f-c39397d0bbf6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2a7dfcbc-df11-49cc-8b52-430edb6e45b6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3c710252 (id: 2a7dfcbc-df11-49cc-8b52-430edb6e45b6, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = edf07f8f-65bc-4475-9ca9-da6b3bc978ec org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2cb13632 (id: edf07f8f-65bc-4475-9ca9-da6b3bc978ec, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 3793605f-c59a-43ce-ba33-8a2a34723545 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@16f2a709 (id: 3793605f-c59a-43ce-ba33-8a2a34723545, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b818c848-d274-4025-a4e6-579916ded7ba org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@166594e2 (id: b818c848-d274-4025-a4e6-579916ded7ba, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6a9d6d10-d50e-4c04-a48c-ac41223bf2c5 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@223267ee (id: 6a9d6d10-d50e-4c04-a48c-ac41223bf2c5, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5214b7be-190a-4a79-ae3b-caf7c098028b org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@717c53c (id: 5214b7be-190a-4a79-ae3b-caf7c098028b, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 3906223e-06e7-4b63-81da-20101497a27b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4dee038 (id: 3906223e-06e7-4b63-81da-20101497a27b, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 3b30e4d6-4aaa-47f7-9e17-002de934f0c8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3e26a6c5 (id: 3b30e4d6-4aaa-47f7-9e17-002de934f0c8, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 4d3ae637-de90-448e-89b6-e414f811679b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f9abbf8 (id: 4d3ae637-de90-448e-89b6-e414f811679b, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = c0ca0a39-4d5f-4f07-aacb-4ad652451156 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@361db112 (id: c0ca0a39-4d5f-4f07-aacb-4ad652451156, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d3771675-c547-4bc0-92b7-5cb643c5efa5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@453148c9 (id: d3771675-c547-4bc0-92b7-5cb643c5efa5, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b2a05479-c8d7-4495-8af9-6b106eee8edb org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4e2ace24 (id: b2a05479-c8d7-4495-8af9-6b106eee8edb, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8ca74851-19c2-4e59-ad00-4c267b4d2ba3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1435e962 (id: 8ca74851-19c2-4e59-ad00-4c267b4d2ba3, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 71cae69f-d1b3-4659-8b57-b3ae2b0ce179 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4f7b4fd7 (id: 71cae69f-d1b3-4659-8b57-b3ae2b0ce179, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a3c73c19-364b-43c5-a3af-0de0b5126b38 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4331f1 (id: a3c73c19-364b-43c5-a3af-0de0b5126b38, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b72b2781-61fb-41cf-b49f-ddaf6992537b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@18808433 (id: b72b2781-61fb-41cf-b49f-ddaf6992537b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7ad01ea8-352d-40be-9bdb-4c153af3e8cc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@23c510b8 (id: 7ad01ea8-352d-40be-9bdb-4c153af3e8cc, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 810ea3a1-fd4e-4252-b0aa-238f3639f225 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3655f6e0 (id: 810ea3a1-fd4e-4252-b0aa-238f3639f225, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = da984333-b8f9-464d-a7db-7e65210dcd85 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2f808562 (id: da984333-b8f9-464d-a7db-7e65210dcd85, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3d86ac56-d9b7-46e9-94f0-00b474f8f5c1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@33bd3dbd (id: 3d86ac56-d9b7-46e9-94f0-00b474f8f5c1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = bf8f235f-8cc8-4b52-b339-9d0b7c017592 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3876bba2 (id: bf8f235f-8cc8-4b52-b339-9d0b7c017592, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3e00449f-47da-4726-9282-238cc518bbba org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@210da8ba (id: 3e00449f-47da-4726-9282-238cc518bbba, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5c0df031-8fe9-475e-9c7c-f68e17346078 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@2af50fa9 (id: 5c0df031-8fe9-475e-9c7c-f68e17346078, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 196f6265-a53c-4f9b-85d4-4902f4f07a18 org.polarsys.capella.core.data.cs.impl.PartImpl@92a778c (id: 196f6265-a53c-4f9b-85d4-4902f4f07a18, sid: 196f6265-a53c-4f9b-85d4-4902f4f07a18) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ad104709-761a-44a8-8d17-d96bc90a423b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3bd2bea0 (id: ad104709-761a-44a8-8d17-d96bc90a423b, sid: ad104709-761a-44a8-8d17-d96bc90a423b) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@d9f4404 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@18b23d7a (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@108ce2e5 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@5be3c67a (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc0a97-28ce-41ec-b08b-af75ad267be2 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@204a511f (id: eabc0a97-28ce-41ec-b08b-af75ad267be2, sid: null) (name: FakeExchange) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc2e0c21-d53f-469b-9ce7-7011daf7de91 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6693b7bc (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@665dd7b2 (id: 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec, sid: null) (name: FakeExchange) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f135b08c-696b-4057-84cb-a994ef7a7156 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@723202df (id: f135b08c-696b-4057-84cb-a994ef7a7156, sid: f135b08c-696b-4057-84cb-a994ef7a7156) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f306320f-7386-4a10-9cd6-4de5bcf3d1ae org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@6f3e44d0 (id: f306320f-7386-4a10-9cd6-4de5bcf3d1ae, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b9c647b9-b491-474d-9f20-1b19b852d476 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@76c361fb (id: b9c647b9-b491-474d-9f20-1b19b852d476, sid: b9c647b9-b491-474d-9f20-1b19b852d476) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8baf312d-4602-4e9d-b3d1-117fd4570991 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@fae1b03 (id: 8baf312d-4602-4e9d-b3d1-117fd4570991, sid: 8baf312d-4602-4e9d-b3d1-117fd4570991) (name: FC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 07636666-a76a-49d7-91e9-c85a857253c6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6d68c4d3 (id: 07636666-a76a-49d7-91e9-c85a857253c6, sid: 07636666-a76a-49d7-91e9-c85a857253c6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c3862a7-b540-4505-8135-b3d768c8b7cf org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@706d056a (id: 9c3862a7-b540-4505-8135-b3d768c8b7cf, sid: 9c3862a7-b540-4505-8135-b3d768c8b7cf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d642d9aa-469f-40cf-85c9-fc6f5db12c6b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1dcc6e25 (id: d642d9aa-469f-40cf-85c9-fc6f5db12c6b, sid: d642d9aa-469f-40cf-85c9-fc6f5db12c6b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e271c3c0-9bb5-4458-85e8-ebb347a84b2f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2cadc124 (id: e271c3c0-9bb5-4458-85e8-ebb347a84b2f, sid: e271c3c0-9bb5-4458-85e8-ebb347a84b2f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_9c3862a7-b540-4505-8135-b3d768c8b7cf_646a49ae-53c6-4aa8-9fda-922334aa5cee org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@334c148a (id: ID_FakeFunctionalChainInvolvement_System_9c3862a7-b540-4505-8135-b3d768c8b7cf_646a49ae-53c6-4aa8-9fda-922334aa5cee, sid: ID_FakeFunctionalChainInvolvement_System_9c3862a7-b540-4505-8135-b3d768c8b7cf_646a49ae-53c6-4aa8-9fda-922334aa5cee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 646a49ae-53c6-4aa8-9fda-922334aa5cee org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2fbdfd0c (id: 646a49ae-53c6-4aa8-9fda-922334aa5cee, sid: 646a49ae-53c6-4aa8-9fda-922334aa5cee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f31163d8-8634-4da9-98ab-21728a759211 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@65f6918f (id: f31163d8-8634-4da9-98ab-21728a759211, sid: f31163d8-8634-4da9-98ab-21728a759211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9218233c-9564-4f37-8049-141edab3e11e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@d90547d (id: 9218233c-9564-4f37-8049-141edab3e11e, sid: 9218233c-9564-4f37-8049-141edab3e11e) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4f37ac57-79ba-49b2-9d3d-d65710058193 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4d058d5e (id: 4f37ac57-79ba-49b2-9d3d-d65710058193, sid: 4f37ac57-79ba-49b2-9d3d-d65710058193) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6cdc5160-7cf3-421a-bf46-6f6ba25f4f82 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1c2e1798 (id: 6cdc5160-7cf3-421a-bf46-6f6ba25f4f82, sid: 6cdc5160-7cf3-421a-bf46-6f6ba25f4f82) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 94c349bb-c0c0-4065-8550-5f019e4a499a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5e4851d8 (id: 94c349bb-c0c0-4065-8550-5f019e4a499a, sid: 94c349bb-c0c0-4065-8550-5f019e4a499a) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3d09251 (id: ID_FakeFunctionPortOut_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b, sid: ID_FakeFunctionPortOut_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b) (name: out_FakeFE_LF2_LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cf8bfe41-02ec-4ed7-859a-9a3ef092966b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@307acddd (id: cf8bfe41-02ec-4ed7-859a-9a3ef092966b, sid: cf8bfe41-02ec-4ed7-859a-9a3ef092966b) (name: LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_cf8bfe41-02ec-4ed7-859a-9a3ef092966b_ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@701bdc8 (id: ID_FakeFunctionPortIn_cf8bfe41-02ec-4ed7-859a-9a3ef092966b_ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b, sid: ID_FakeFunctionPortIn_cf8bfe41-02ec-4ed7-859a-9a3ef092966b_ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b) (name: in_FakeFE_LF2_LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9e1a869d-a9d0-412c-9e28-70f70bbbf6ad org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@40ded244 (id: 9e1a869d-a9d0-412c-9e28-70f70bbbf6ad, sid: 9e1a869d-a9d0-412c-9e28-70f70bbbf6ad) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 85cea267-ec04-4842-8827-8bde387e9849 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@37f3c5ca (id: 85cea267-ec04-4842-8827-8bde387e9849, sid: 85cea267-ec04-4842-8827-8bde387e9849) (name: LF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7f737469-bd46-46da-88ab-8fd2c2943ece org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5181f2cc (id: 7f737469-bd46-46da-88ab-8fd2c2943ece, sid: 7f737469-bd46-46da-88ab-8fd2c2943ece) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fa0d559a-c808-44c4-8434-5ea8484c5b60 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@ed12fe7 (id: fa0d559a-c808-44c4-8434-5ea8484c5b60, sid: fa0d559a-c808-44c4-8434-5ea8484c5b60) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 1ac27ddb-3e45-4c8b-8eb2-4d6b58909398 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@b0b24e8 (id: 1ac27ddb-3e45-4c8b-8eb2-4d6b58909398, sid: 1ac27ddb-3e45-4c8b-8eb2-4d6b58909398) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@322bd61a (id: ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b, sid: ID_FakeFunctionalExchange_System_6cdc5160-7cf3-421a-bf46-6f6ba25f4f82_cf8bfe41-02ec-4ed7-859a-9a3ef092966b) (name: FakeFE_LF2_LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 5c0df031-8fe9-475e-9c7c-f68e17346078 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@2af50fa9 (id: 5c0df031-8fe9-475e-9c7c-f68e17346078, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 196f6265-a53c-4f9b-85d4-4902f4f07a18 org.polarsys.capella.core.data.cs.impl.PartImpl@92a778c (id: 196f6265-a53c-4f9b-85d4-4902f4f07a18, sid: 196f6265-a53c-4f9b-85d4-4902f4f07a18) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2e0030db-6e74-4d36-b34e-a2a2934ac35a org.polarsys.capella.core.data.cs.impl.PartImpl@ba0b947 (id: 2e0030db-6e74-4d36-b34e-a2a2934ac35a, sid: 2e0030db-6e74-4d36-b34e-a2a2934ac35a) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 02496822-375c-4e11-80e4-b351abb3fd90 org.polarsys.capella.core.data.cs.impl.PartImpl@6e38ef4c (id: 02496822-375c-4e11-80e4-b351abb3fd90, sid: 02496822-375c-4e11-80e4-b351abb3fd90) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ad104709-761a-44a8-8d17-d96bc90a423b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3bd2bea0 (id: ad104709-761a-44a8-8d17-d96bc90a423b, sid: ad104709-761a-44a8-8d17-d96bc90a423b) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = f94a8cac-1ae8-424f-9c23-35f9bb6ba45b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@12b96419 (id: f94a8cac-1ae8-424f-9c23-35f9bb6ba45b, sid: f94a8cac-1ae8-424f-9c23-35f9bb6ba45b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e929ee4a-1d82-4bb3-bb3d-78c008948729 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2b070e15 (id: e929ee4a-1d82-4bb3-bb3d-78c008948729, sid: e929ee4a-1d82-4bb3-bb3d-78c008948729) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b41de8d-ea08-4e61-aea6-509f5319029c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2ca87066 (id: 3b41de8d-ea08-4e61-aea6-509f5319029c, sid: 3b41de8d-ea08-4e61-aea6-509f5319029c) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 1ceb2431-4f7c-4340-94bc-6269dabea140 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2a1fced (id: 1ceb2431-4f7c-4340-94bc-6269dabea140, sid: 1ceb2431-4f7c-4340-94bc-6269dabea140) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7620e10-b15f-4753-a7a5-5b3d31b73c9a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5b61d90c (id: f7620e10-b15f-4753-a7a5-5b3d31b73c9a, sid: f7620e10-b15f-4753-a7a5-5b3d31b73c9a) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a0e54c76-3911-4069-8fac-31d86132df3e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@488513d3 (id: a0e54c76-3911-4069-8fac-31d86132df3e, sid: a0e54c76-3911-4069-8fac-31d86132df3e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [FakeExchange] >> release >> unload FakeExchange [FakeExchange] >> release >> unload output [CycleMerge] >> require >> load CycleMerge [CycleMerge] >> require >> load output ID = 354df45a-d5e9-4f91-86c3-f8a3eae478f9 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@786c1af8 (id: 354df45a-d5e9-4f91-86c3-f8a3eae478f9, sid: null) (name: CycleMerge) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05528fd1-ec87-4121-b094-30270256b577 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d1cbc39 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3c689d25 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@62f305f2 (id: b2250525-41aa-4ede-a237-82b76d223aca, sid: null) (name: CycleMerge) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43a0fdb3-9d45-4adc-8b06-02b32009d2d1 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@503a351 (id: 43a0fdb3-9d45-4adc-8b06-02b32009d2d1, sid: 43a0fdb3-9d45-4adc-8b06-02b32009d2d1) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f56fdd0-9cc0-49d5-9786-9c7368ebe775 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@c0d254f (id: 6f56fdd0-9cc0-49d5-9786-9c7368ebe775, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91886b52-214a-4efd-9479-72991ecc5736 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@355a854 (id: 91886b52-214a-4efd-9479-72991ecc5736, sid: 91886b52-214a-4efd-9479-72991ecc5736) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@494b602f (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7f4f8a55 (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 9c0783d6-15ad-42cd-bfee-40a174479967 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@35bd6612 (id: 9c0783d6-15ad-42cd-bfee-40a174479967, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 304b4d6b-e767-4f67-9c11-afd248496ff4 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4d830e00 (id: 304b4d6b-e767-4f67-9c11-afd248496ff4, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b56eee13-8f42-4d1d-b637-f4fe4acbccf1 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6e32ef8f (id: b56eee13-8f42-4d1d-b637-f4fe4acbccf1, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8d4fc9cf-3830-4930-8e24-33656e4d420d org.polarsys.capella.core.data.information.impl.DataPkgImpl@67e5c534 (id: 8d4fc9cf-3830-4930-8e24-33656e4d420d, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ed9094a5-07ed-4276-883f-71ce558044f2 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@2517f2a2 (id: ed9094a5-07ed-4276-883f-71ce558044f2, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a1c3108e-259d-43b7-8c3a-d7a154dcbe87 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1b4fccad (id: a1c3108e-259d-43b7-8c3a-d7a154dcbe87, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 5b02dfbb-cf21-4a38-8764-40f71deda323 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@68f74a8f (id: 5b02dfbb-cf21-4a38-8764-40f71deda323, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 4823c993-84fd-4be0-9f9f-7ec64d451a1f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2172eec0 (id: 4823c993-84fd-4be0-9f9f-7ec64d451a1f, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5d6c62d3-bc2a-40b5-8fcb-955a93432d6a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b6a8aae (id: 5d6c62d3-bc2a-40b5-8fcb-955a93432d6a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6bd00958-993d-468c-a69f-de116c4c8d69 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5ea513ca (id: 6bd00958-993d-468c-a69f-de116c4c8d69, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = f821d9d4-5083-420e-9082-b771ee706083 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@cd489a3 (id: f821d9d4-5083-420e-9082-b771ee706083, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = fd3abb9c-7045-4ceb-ab20-225ff639e44f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a667217 (id: fd3abb9c-7045-4ceb-ab20-225ff639e44f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f057f1ce-4408-453c-b028-34c8ecf381ad org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@55b6b00f (id: f057f1ce-4408-453c-b028-34c8ecf381ad, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d73ff4c5-58cd-4434-a98f-2256d9bbda50 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@23fbd230 (id: d73ff4c5-58cd-4434-a98f-2256d9bbda50, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 208ff923-96a8-45ec-8d5d-9de79f6e0271 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@b4ace7d (id: 208ff923-96a8-45ec-8d5d-9de79f6e0271, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = c8aced63-e32f-419f-bc6d-342270f089c9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2b5e3c9 (id: c8aced63-e32f-419f-bc6d-342270f089c9, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 291dace2-18c3-4a06-bbfa-96cb40807e0e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@62e30d58 (id: 291dace2-18c3-4a06-bbfa-96cb40807e0e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 3ca2ae08-4c4a-4fb5-94f1-0366f95b09db org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1ff42966 (id: 3ca2ae08-4c4a-4fb5-94f1-0366f95b09db, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 360e75c5-5467-48ed-914d-393dc74d6858 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@421025c3 (id: 360e75c5-5467-48ed-914d-393dc74d6858, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 8144390d-a6e1-42e3-a1a8-78b2268c2f99 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f962de3 (id: 8144390d-a6e1-42e3-a1a8-78b2268c2f99, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 124b6be7-2b7e-4477-9653-98b2a70d989c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@15e56484 (id: 124b6be7-2b7e-4477-9653-98b2a70d989c, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 77bc49cb-60b5-4460-8a43-1f271b55d32a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2b64d047 (id: 77bc49cb-60b5-4460-8a43-1f271b55d32a, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = decf5529-5549-42bc-bdcf-be191a122779 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6899c6d5 (id: decf5529-5549-42bc-bdcf-be191a122779, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = debae9ea-c1bd-49ff-80cd-cc4cd580db32 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@36be0710 (id: debae9ea-c1bd-49ff-80cd-cc4cd580db32, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5fe4539f-80bd-4929-b362-c5d1e1ad91cb org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8c19407 (id: 5fe4539f-80bd-4929-b362-c5d1e1ad91cb, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eaf8f75c-bc7a-47b9-9476-d1bcacd07360 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5aa9bb0 (id: eaf8f75c-bc7a-47b9-9476-d1bcacd07360, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eb0bbb0b-4ece-47ca-a782-f1cd94e2aa8a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@23a34abe (id: eb0bbb0b-4ece-47ca-a782-f1cd94e2aa8a, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 3fb2a1d8-40ad-493e-9c61-0433ddae0f32 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@65634f5d (id: 3fb2a1d8-40ad-493e-9c61-0433ddae0f32, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = a10a68b5-c923-4d39-ace7-080c4fcc71fb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61068e5a (id: a10a68b5-c923-4d39-ace7-080c4fcc71fb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6ce76dce-2361-4041-97f2-bd16408c785b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@30a0eed1 (id: 6ce76dce-2361-4041-97f2-bd16408c785b, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3e7573ca-0053-48ea-8625-dbbcdf300ccf org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@96fb4c1 (id: 3e7573ca-0053-48ea-8625-dbbcdf300ccf, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e01ed482-f440-4aa4-b186-8a55ecd35d14 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@76091b16 (id: e01ed482-f440-4aa4-b186-8a55ecd35d14, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 770e3c55-e6c3-4155-ab03-97e82bc8ad2b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@23282fd3 (id: 770e3c55-e6c3-4155-ab03-97e82bc8ad2b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 365c7fc9-3173-4842-92e2-03c1d43e1359 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@14498b01 (id: 365c7fc9-3173-4842-92e2-03c1d43e1359, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b02f3a08-63c5-44d3-90b0-c3fad7aef8b6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6074fcf5 (id: b02f3a08-63c5-44d3-90b0-c3fad7aef8b6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d8fd574f-502d-4443-a59c-22dce75105c1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@387037ca (id: d8fd574f-502d-4443-a59c-22dce75105c1, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9b5173be-542b-4de9-b88e-d950411bfe78 org.polarsys.capella.core.data.cs.impl.PartImpl@fc36a7a (id: 9b5173be-542b-4de9-b88e-d950411bfe78, sid: 9b5173be-542b-4de9-b88e-d950411bfe78) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 402726dd-45f4-4ab6-b910-9061e6b37d81 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@56622f7f (id: 402726dd-45f4-4ab6-b910-9061e6b37d81, sid: 402726dd-45f4-4ab6-b910-9061e6b37d81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@16dcf456 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@12cb8dbf (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@7be594bf (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@63b6dbbe (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 354df45a-d5e9-4f91-86c3-f8a3eae478f9 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@786c1af8 (id: 354df45a-d5e9-4f91-86c3-f8a3eae478f9, sid: null) (name: CycleMerge) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05528fd1-ec87-4121-b094-30270256b577 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d1cbc39 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@62f305f2 (id: b2250525-41aa-4ede-a237-82b76d223aca, sid: null) (name: CycleMerge) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43a0fdb3-9d45-4adc-8b06-02b32009d2d1 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@503a351 (id: 43a0fdb3-9d45-4adc-8b06-02b32009d2d1, sid: 43a0fdb3-9d45-4adc-8b06-02b32009d2d1) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f56fdd0-9cc0-49d5-9786-9c7368ebe775 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@c0d254f (id: 6f56fdd0-9cc0-49d5-9786-9c7368ebe775, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91886b52-214a-4efd-9479-72991ecc5736 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@355a854 (id: 91886b52-214a-4efd-9479-72991ecc5736, sid: 91886b52-214a-4efd-9479-72991ecc5736) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d4f83a9f-552f-4f17-bf1c-6821d36d7ba3 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@4762d3e5 (id: d4f83a9f-552f-4f17-bf1c-6821d36d7ba3, sid: d4f83a9f-552f-4f17-bf1c-6821d36d7ba3) (name: FC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 7273523b-da9e-4a4a-9927-45a2cc9712b4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7e77a4a6 (id: 7273523b-da9e-4a4a-9927-45a2cc9712b4, sid: 7273523b-da9e-4a4a-9927-45a2cc9712b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4a3bf2de-f693-403c-9ede-b5198b76bc77 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@31222c0d (id: 4a3bf2de-f693-403c-9ede-b5198b76bc77, sid: 4a3bf2de-f693-403c-9ede-b5198b76bc77) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5fc215b-ea7b-4b1f-98b5-60dd73dc70a5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1813b8b9 (id: c5fc215b-ea7b-4b1f-98b5-60dd73dc70a5, sid: c5fc215b-ea7b-4b1f-98b5-60dd73dc70a5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d75adeee-d1c8-46d1-92ba-f98d006b04b6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@49bfada5 (id: d75adeee-d1c8-46d1-92ba-f98d006b04b6, sid: d75adeee-d1c8-46d1-92ba-f98d006b04b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5a0a3e7-510c-45f9-b0ac-76612ee7a23b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@a2e72a0 (id: c5a0a3e7-510c-45f9-b0ac-76612ee7a23b, sid: c5a0a3e7-510c-45f9-b0ac-76612ee7a23b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d2762ac2-d5a2-4ed6-9848-290e488eb435 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@37306a32 (id: d2762ac2-d5a2-4ed6-9848-290e488eb435, sid: d2762ac2-d5a2-4ed6-9848-290e488eb435) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5fcfb27-ffda-4bd5-9802-16cec03cbb0d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@623b5e52 (id: a5fcfb27-ffda-4bd5-9802-16cec03cbb0d, sid: a5fcfb27-ffda-4bd5-9802-16cec03cbb0d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b46ee7d-a65d-4354-a15d-2ac28eeae2a2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7aec3bc4 (id: 2b46ee7d-a65d-4354-a15d-2ac28eeae2a2, sid: 2b46ee7d-a65d-4354-a15d-2ac28eeae2a2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f80c4c39-84d2-47e7-a0ef-399ee8874d52 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2d65961a (id: f80c4c39-84d2-47e7-a0ef-399ee8874d52, sid: f80c4c39-84d2-47e7-a0ef-399ee8874d52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = da40af50-ecc7-4750-86f8-2052384f14e6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1594942a (id: da40af50-ecc7-4750-86f8-2052384f14e6, sid: da40af50-ecc7-4750-86f8-2052384f14e6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 467afedc-a9f4-4ac5-9586-565bc550b583 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2700e662 (id: 467afedc-a9f4-4ac5-9586-565bc550b583, sid: 467afedc-a9f4-4ac5-9586-565bc550b583) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb203a11-c71e-49b2-91b0-3a27914ab594 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3c29db5d (id: fb203a11-c71e-49b2-91b0-3a27914ab594, sid: fb203a11-c71e-49b2-91b0-3a27914ab594) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b7f02c8b-3ebf-4a59-ae5b-04da7a2affe6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@3dfd5f84 (id: b7f02c8b-3ebf-4a59-ae5b-04da7a2affe6, sid: b7f02c8b-3ebf-4a59-ae5b-04da7a2affe6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91b0579d-b75a-4d31-a7bb-152b3054afc5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2cea7dce (id: 91b0579d-b75a-4d31-a7bb-152b3054afc5, sid: 91b0579d-b75a-4d31-a7bb-152b3054afc5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a1e65e54-4973-446a-9a9e-3d80f821da7c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@9bddd1b (id: a1e65e54-4973-446a-9a9e-3d80f821da7c, sid: a1e65e54-4973-446a-9a9e-3d80f821da7c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36d14ca8-2839-477f-ac54-a69422403b9d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@48cb7ae8 (id: 36d14ca8-2839-477f-ac54-a69422403b9d, sid: 36d14ca8-2839-477f-ac54-a69422403b9d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d43f6ca-c919-4085-8ef2-bcd185b88801 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@349986a9 (id: 4d43f6ca-c919-4085-8ef2-bcd185b88801, sid: 4d43f6ca-c919-4085-8ef2-bcd185b88801) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70941fad-a03f-41e3-9925-88bd360cd4cd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@19516cad (id: 70941fad-a03f-41e3-9925-88bd360cd4cd, sid: 70941fad-a03f-41e3-9925-88bd360cd4cd) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b63865bd-3623-46c1-badc-5987e0e2478c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3d4d7412 (id: b63865bd-3623-46c1-badc-5987e0e2478c, sid: b63865bd-3623-46c1-badc-5987e0e2478c) (name: FOP3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 86ce3143-d3b4-4fa6-bc7e-a72e8305e1c1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2e1b4ea5 (id: 86ce3143-d3b4-4fa6-bc7e-a72e8305e1c1, sid: 86ce3143-d3b4-4fa6-bc7e-a72e8305e1c1) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 56f2ea90-f02d-414c-bae1-97583805c577 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@67967b23 (id: 56f2ea90-f02d-414c-bae1-97583805c577, sid: 56f2ea90-f02d-414c-bae1-97583805c577) (name: FIP3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a3d50188-ab90-4d08-89e4-2385e5ca6919 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@75b05778 (id: a3d50188-ab90-4d08-89e4-2385e5ca6919, sid: a3d50188-ab90-4d08-89e4-2385e5ca6919) (name: FIP4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3bada57d-536b-4399-8867-dd3f9dd49fe3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@238b4038 (id: 3bada57d-536b-4399-8867-dd3f9dd49fe3, sid: 3bada57d-536b-4399-8867-dd3f9dd49fe3) (name: FOP4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 05866408-1ec0-4ba2-83e6-5a1df7f33e89 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@57114c8a (id: 05866408-1ec0-4ba2-83e6-5a1df7f33e89, sid: 05866408-1ec0-4ba2-83e6-5a1df7f33e89) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c83fefb4-a9c7-423b-9424-df10b7665c91 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@30a7a28 (id: c83fefb4-a9c7-423b-9424-df10b7665c91, sid: c83fefb4-a9c7-423b-9424-df10b7665c91) (name: FIP5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3bdcbead-1c52-41ba-a12f-77b10e6a8047 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7476f6a6 (id: 3bdcbead-1c52-41ba-a12f-77b10e6a8047, sid: 3bdcbead-1c52-41ba-a12f-77b10e6a8047) (name: FOP5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6aae2db5-ed57-4956-9fe2-6d50d41aeb91 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@d85e290 (id: 6aae2db5-ed57-4956-9fe2-6d50d41aeb91, sid: 6aae2db5-ed57-4956-9fe2-6d50d41aeb91) (name: FOP6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e6e6352b-0879-42ad-96d2-f61eb6cba194 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@50ad9ab6 (id: e6e6352b-0879-42ad-96d2-f61eb6cba194, sid: e6e6352b-0879-42ad-96d2-f61eb6cba194) (name: PF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 60dfd7e6-b1a2-413e-a864-49363f6653e8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@a661b1 (id: 60dfd7e6-b1a2-413e-a864-49363f6653e8, sid: 60dfd7e6-b1a2-413e-a864-49363f6653e8) (name: FIP6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 078d1a44-85b3-45fd-8d58-58a41f29315a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@61159f53 (id: 078d1a44-85b3-45fd-8d58-58a41f29315a, sid: 078d1a44-85b3-45fd-8d58-58a41f29315a) (name: FIP8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9b35f684-0f39-4b81-a47c-b965e18bfdb0 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6e49980f (id: 9b35f684-0f39-4b81-a47c-b965e18bfdb0, sid: 9b35f684-0f39-4b81-a47c-b965e18bfdb0) (name: FOP8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 4ce60f99-6636-49e0-a128-d8141f79d8f2 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@16dffb (id: 4ce60f99-6636-49e0-a128-d8141f79d8f2, sid: 4ce60f99-6636-49e0-a128-d8141f79d8f2) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 708b4808-024b-4e7d-89c4-0179789d679c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@22bda616 (id: 708b4808-024b-4e7d-89c4-0179789d679c, sid: 708b4808-024b-4e7d-89c4-0179789d679c) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4ec6c00d (id: 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6, sid: 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6) (name: FE6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3dba6925-f26f-48de-8c6e-5ca9b2da29c4 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@10442d5 (id: 3dba6925-f26f-48de-8c6e-5ca9b2da29c4, sid: 3dba6925-f26f-48de-8c6e-5ca9b2da29c4) (name: FE7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d73c2886-9155-4af1-a2e9-55c5a614a029 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@41a51c2 (id: d73c2886-9155-4af1-a2e9-55c5a614a029, sid: d73c2886-9155-4af1-a2e9-55c5a614a029) (name: FE8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d8fd574f-502d-4443-a59c-22dce75105c1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@387037ca (id: d8fd574f-502d-4443-a59c-22dce75105c1, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9b5173be-542b-4de9-b88e-d950411bfe78 org.polarsys.capella.core.data.cs.impl.PartImpl@fc36a7a (id: 9b5173be-542b-4de9-b88e-d950411bfe78, sid: 9b5173be-542b-4de9-b88e-d950411bfe78) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = afa3f047-181d-4f35-b21f-6ebd59c8a465 org.polarsys.capella.core.data.cs.impl.PartImpl@4848bad4 (id: afa3f047-181d-4f35-b21f-6ebd59c8a465, sid: afa3f047-181d-4f35-b21f-6ebd59c8a465) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4049cb62-cf58-4219-8fa5-0aebd74d4fa1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@21538b63 (id: 4049cb62-cf58-4219-8fa5-0aebd74d4fa1, sid: 4049cb62-cf58-4219-8fa5-0aebd74d4fa1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = d8fa0886-56b5-4956-84d6-2ca720c3b711 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5c2f2532 (id: d8fa0886-56b5-4956-84d6-2ca720c3b711, sid: d8fa0886-56b5-4956-84d6-2ca720c3b711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 402726dd-45f4-4ab6-b910-9061e6b37d81 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@56622f7f (id: 402726dd-45f4-4ab6-b910-9061e6b37d81, sid: 402726dd-45f4-4ab6-b910-9061e6b37d81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = d783111a-3417-42ba-ac4b-26bb8ddbd2ef org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@45f4a289 (id: d783111a-3417-42ba-ac4b-26bb8ddbd2ef, sid: d783111a-3417-42ba-ac4b-26bb8ddbd2ef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93580484-a7b5-4888-9fbd-ea5aa06c6428 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22a649f (id: 93580484-a7b5-4888-9fbd-ea5aa06c6428, sid: 93580484-a7b5-4888-9fbd-ea5aa06c6428) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6cd26979-1729-46d7-a6b4-4e1eda8ab7d1 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3f9fef2a (id: 6cd26979-1729-46d7-a6b4-4e1eda8ab7d1, sid: 6cd26979-1729-46d7-a6b4-4e1eda8ab7d1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [CycleMerge] >> release >> unload CycleMerge [CycleMerge] >> release >> unload output [CycleMerge] >> require >> load CycleMerge [CycleMerge] >> require >> load output ID = 354df45a-d5e9-4f91-86c3-f8a3eae478f9 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2ea003bb (id: 354df45a-d5e9-4f91-86c3-f8a3eae478f9, sid: null) (name: CycleMerge) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05528fd1-ec87-4121-b094-30270256b577 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@e79cf9b (id: 05528fd1-ec87-4121-b094-30270256b577) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4008d621 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4336f33f (id: b2250525-41aa-4ede-a237-82b76d223aca, sid: null) (name: CycleMerge) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43a0fdb3-9d45-4adc-8b06-02b32009d2d1 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2a467ae (id: 43a0fdb3-9d45-4adc-8b06-02b32009d2d1, sid: 43a0fdb3-9d45-4adc-8b06-02b32009d2d1) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f56fdd0-9cc0-49d5-9786-9c7368ebe775 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@71752eed (id: 6f56fdd0-9cc0-49d5-9786-9c7368ebe775, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91886b52-214a-4efd-9479-72991ecc5736 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5ac5b1c5 (id: 91886b52-214a-4efd-9479-72991ecc5736, sid: 91886b52-214a-4efd-9479-72991ecc5736) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 056154cb-8db8-4b83-a775-b2c2b1a4fbc2 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@37ccad68 (id: 056154cb-8db8-4b83-a775-b2c2b1a4fbc2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb4db3c9-e378-48ea-bd84-a1ad004f8252 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@16972143 (id: fb4db3c9-e378-48ea-bd84-a1ad004f8252, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 9c0783d6-15ad-42cd-bfee-40a174479967 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@23f016f9 (id: 9c0783d6-15ad-42cd-bfee-40a174479967, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 304b4d6b-e767-4f67-9c11-afd248496ff4 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5dbcc46d (id: 304b4d6b-e767-4f67-9c11-afd248496ff4, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b56eee13-8f42-4d1d-b637-f4fe4acbccf1 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4a5678e2 (id: b56eee13-8f42-4d1d-b637-f4fe4acbccf1, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = d8fd574f-502d-4443-a59c-22dce75105c1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@17602ac0 (id: d8fd574f-502d-4443-a59c-22dce75105c1, sid: d8fd574f-502d-4443-a59c-22dce75105c1) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b3200bc3-8e39-4716-ae64-ee153a00c297 org.polarsys.capella.core.data.cs.impl.PartImpl@3484b10b (id: b3200bc3-8e39-4716-ae64-ee153a00c297, sid: b3200bc3-8e39-4716-ae64-ee153a00c297) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c5e186f1-4dd9-49b2-abd9-f09793e047de org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60e86e17 (id: c5e186f1-4dd9-49b2-abd9-f09793e047de, sid: c5e186f1-4dd9-49b2-abd9-f09793e047de) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = eef09ffd-8378-4d9f-829f-dcace4fa0c1b org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@54a95d5a (id: eef09ffd-8378-4d9f-829f-dcace4fa0c1b, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 952553d3-d7c7-4921-b20b-cfc445b33434 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@3b0378c1 (id: 952553d3-d7c7-4921-b20b-cfc445b33434, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 354df45a-d5e9-4f91-86c3-f8a3eae478f9 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2ea003bb (id: 354df45a-d5e9-4f91-86c3-f8a3eae478f9, sid: null) (name: CycleMerge) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05528fd1-ec87-4121-b094-30270256b577 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@e79cf9b (id: 05528fd1-ec87-4121-b094-30270256b577) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4336f33f (id: b2250525-41aa-4ede-a237-82b76d223aca, sid: null) (name: CycleMerge) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43a0fdb3-9d45-4adc-8b06-02b32009d2d1 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2a467ae (id: 43a0fdb3-9d45-4adc-8b06-02b32009d2d1, sid: 43a0fdb3-9d45-4adc-8b06-02b32009d2d1) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f56fdd0-9cc0-49d5-9786-9c7368ebe775 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@71752eed (id: 6f56fdd0-9cc0-49d5-9786-9c7368ebe775, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91886b52-214a-4efd-9479-72991ecc5736 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5ac5b1c5 (id: 91886b52-214a-4efd-9479-72991ecc5736, sid: 91886b52-214a-4efd-9479-72991ecc5736) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d4f83a9f-552f-4f17-bf1c-6821d36d7ba3 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@4b1d51be (id: d4f83a9f-552f-4f17-bf1c-6821d36d7ba3, sid: d4f83a9f-552f-4f17-bf1c-6821d36d7ba3) (name: FC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 7273523b-da9e-4a4a-9927-45a2cc9712b4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2ebb6d42 (id: 7273523b-da9e-4a4a-9927-45a2cc9712b4, sid: 7273523b-da9e-4a4a-9927-45a2cc9712b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4a3bf2de-f693-403c-9ede-b5198b76bc77 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@410cf687 (id: 4a3bf2de-f693-403c-9ede-b5198b76bc77, sid: 4a3bf2de-f693-403c-9ede-b5198b76bc77) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5fc215b-ea7b-4b1f-98b5-60dd73dc70a5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3fb82f38 (id: c5fc215b-ea7b-4b1f-98b5-60dd73dc70a5, sid: c5fc215b-ea7b-4b1f-98b5-60dd73dc70a5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d75adeee-d1c8-46d1-92ba-f98d006b04b6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1e0909d0 (id: d75adeee-d1c8-46d1-92ba-f98d006b04b6, sid: d75adeee-d1c8-46d1-92ba-f98d006b04b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5a0a3e7-510c-45f9-b0ac-76612ee7a23b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6badb62e (id: c5a0a3e7-510c-45f9-b0ac-76612ee7a23b, sid: c5a0a3e7-510c-45f9-b0ac-76612ee7a23b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d2762ac2-d5a2-4ed6-9848-290e488eb435 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@196a1eaa (id: d2762ac2-d5a2-4ed6-9848-290e488eb435, sid: d2762ac2-d5a2-4ed6-9848-290e488eb435) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5fcfb27-ffda-4bd5-9802-16cec03cbb0d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6307f410 (id: a5fcfb27-ffda-4bd5-9802-16cec03cbb0d, sid: a5fcfb27-ffda-4bd5-9802-16cec03cbb0d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b46ee7d-a65d-4354-a15d-2ac28eeae2a2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6404452f (id: 2b46ee7d-a65d-4354-a15d-2ac28eeae2a2, sid: 2b46ee7d-a65d-4354-a15d-2ac28eeae2a2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f80c4c39-84d2-47e7-a0ef-399ee8874d52 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@68073c8e (id: f80c4c39-84d2-47e7-a0ef-399ee8874d52, sid: f80c4c39-84d2-47e7-a0ef-399ee8874d52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = da40af50-ecc7-4750-86f8-2052384f14e6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@34fcf2ea (id: da40af50-ecc7-4750-86f8-2052384f14e6, sid: da40af50-ecc7-4750-86f8-2052384f14e6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 467afedc-a9f4-4ac5-9586-565bc550b583 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7bcd8ccc (id: 467afedc-a9f4-4ac5-9586-565bc550b583, sid: 467afedc-a9f4-4ac5-9586-565bc550b583) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb203a11-c71e-49b2-91b0-3a27914ab594 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3d2693a7 (id: fb203a11-c71e-49b2-91b0-3a27914ab594, sid: fb203a11-c71e-49b2-91b0-3a27914ab594) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b7f02c8b-3ebf-4a59-ae5b-04da7a2affe6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6c142bc1 (id: b7f02c8b-3ebf-4a59-ae5b-04da7a2affe6, sid: b7f02c8b-3ebf-4a59-ae5b-04da7a2affe6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91b0579d-b75a-4d31-a7bb-152b3054afc5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2890afce (id: 91b0579d-b75a-4d31-a7bb-152b3054afc5, sid: 91b0579d-b75a-4d31-a7bb-152b3054afc5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a1e65e54-4973-446a-9a9e-3d80f821da7c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6c25c706 (id: a1e65e54-4973-446a-9a9e-3d80f821da7c, sid: a1e65e54-4973-446a-9a9e-3d80f821da7c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36d14ca8-2839-477f-ac54-a69422403b9d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@3429293e (id: 36d14ca8-2839-477f-ac54-a69422403b9d, sid: 36d14ca8-2839-477f-ac54-a69422403b9d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d43f6ca-c919-4085-8ef2-bcd185b88801 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2daa436d (id: 4d43f6ca-c919-4085-8ef2-bcd185b88801, sid: 4d43f6ca-c919-4085-8ef2-bcd185b88801) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70941fad-a03f-41e3-9925-88bd360cd4cd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1992f416 (id: 70941fad-a03f-41e3-9925-88bd360cd4cd, sid: 70941fad-a03f-41e3-9925-88bd360cd4cd) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b63865bd-3623-46c1-badc-5987e0e2478c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3f915816 (id: b63865bd-3623-46c1-badc-5987e0e2478c, sid: b63865bd-3623-46c1-badc-5987e0e2478c) (name: FOP3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 86ce3143-d3b4-4fa6-bc7e-a72e8305e1c1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6897f8e9 (id: 86ce3143-d3b4-4fa6-bc7e-a72e8305e1c1, sid: 86ce3143-d3b4-4fa6-bc7e-a72e8305e1c1) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 56f2ea90-f02d-414c-bae1-97583805c577 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@308e1f47 (id: 56f2ea90-f02d-414c-bae1-97583805c577, sid: 56f2ea90-f02d-414c-bae1-97583805c577) (name: FIP3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a3d50188-ab90-4d08-89e4-2385e5ca6919 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3e327f04 (id: a3d50188-ab90-4d08-89e4-2385e5ca6919, sid: a3d50188-ab90-4d08-89e4-2385e5ca6919) (name: FIP4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3bada57d-536b-4399-8867-dd3f9dd49fe3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@bd6c13c (id: 3bada57d-536b-4399-8867-dd3f9dd49fe3, sid: 3bada57d-536b-4399-8867-dd3f9dd49fe3) (name: FOP4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 05866408-1ec0-4ba2-83e6-5a1df7f33e89 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5c51301f (id: 05866408-1ec0-4ba2-83e6-5a1df7f33e89, sid: 05866408-1ec0-4ba2-83e6-5a1df7f33e89) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c83fefb4-a9c7-423b-9424-df10b7665c91 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1ce568f5 (id: c83fefb4-a9c7-423b-9424-df10b7665c91, sid: c83fefb4-a9c7-423b-9424-df10b7665c91) (name: FIP5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3bdcbead-1c52-41ba-a12f-77b10e6a8047 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3182ee32 (id: 3bdcbead-1c52-41ba-a12f-77b10e6a8047, sid: 3bdcbead-1c52-41ba-a12f-77b10e6a8047) (name: FOP5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6aae2db5-ed57-4956-9fe2-6d50d41aeb91 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@c60161f (id: 6aae2db5-ed57-4956-9fe2-6d50d41aeb91, sid: 6aae2db5-ed57-4956-9fe2-6d50d41aeb91) (name: FOP6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e6e6352b-0879-42ad-96d2-f61eb6cba194 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@59640e44 (id: e6e6352b-0879-42ad-96d2-f61eb6cba194, sid: e6e6352b-0879-42ad-96d2-f61eb6cba194) (name: PF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 60dfd7e6-b1a2-413e-a864-49363f6653e8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6e71775d (id: 60dfd7e6-b1a2-413e-a864-49363f6653e8, sid: 60dfd7e6-b1a2-413e-a864-49363f6653e8) (name: FIP6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 078d1a44-85b3-45fd-8d58-58a41f29315a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4478c03a (id: 078d1a44-85b3-45fd-8d58-58a41f29315a, sid: 078d1a44-85b3-45fd-8d58-58a41f29315a) (name: FIP8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9b35f684-0f39-4b81-a47c-b965e18bfdb0 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@58b9b3af (id: 9b35f684-0f39-4b81-a47c-b965e18bfdb0, sid: 9b35f684-0f39-4b81-a47c-b965e18bfdb0) (name: FOP8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 4ce60f99-6636-49e0-a128-d8141f79d8f2 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3724cdca (id: 4ce60f99-6636-49e0-a128-d8141f79d8f2, sid: 4ce60f99-6636-49e0-a128-d8141f79d8f2) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6a92940e (id: 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6, sid: 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6) (name: FE6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 708b4808-024b-4e7d-89c4-0179789d679c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2295344a (id: 708b4808-024b-4e7d-89c4-0179789d679c, sid: 708b4808-024b-4e7d-89c4-0179789d679c) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3dba6925-f26f-48de-8c6e-5ca9b2da29c4 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@612eda72 (id: 3dba6925-f26f-48de-8c6e-5ca9b2da29c4, sid: 3dba6925-f26f-48de-8c6e-5ca9b2da29c4) (name: FE7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d73c2886-9155-4af1-a2e9-55c5a614a029 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@12e9f058 (id: d73c2886-9155-4af1-a2e9-55c5a614a029, sid: d73c2886-9155-4af1-a2e9-55c5a614a029) (name: FE8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d8fd574f-502d-4443-a59c-22dce75105c1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@17602ac0 (id: d8fd574f-502d-4443-a59c-22dce75105c1, sid: d8fd574f-502d-4443-a59c-22dce75105c1) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b3200bc3-8e39-4716-ae64-ee153a00c297 org.polarsys.capella.core.data.cs.impl.PartImpl@3484b10b (id: b3200bc3-8e39-4716-ae64-ee153a00c297, sid: b3200bc3-8e39-4716-ae64-ee153a00c297) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c5e186f1-4dd9-49b2-abd9-f09793e047de org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60e86e17 (id: c5e186f1-4dd9-49b2-abd9-f09793e047de, sid: c5e186f1-4dd9-49b2-abd9-f09793e047de) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 9b5173be-542b-4de9-b88e-d950411bfe78 org.polarsys.capella.core.data.cs.impl.PartImpl@717597e8 (id: 9b5173be-542b-4de9-b88e-d950411bfe78, sid: 9b5173be-542b-4de9-b88e-d950411bfe78) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 18f096d4-ab85-4061-a999-4b37bb233b8b org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@7a7cdfd8 (id: 18f096d4-ab85-4061-a999-4b37bb233b8b, sid: 18f096d4-ab85-4061-a999-4b37bb233b8b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = afa3f047-181d-4f35-b21f-6ebd59c8a465 org.polarsys.capella.core.data.cs.impl.PartImpl@4f6035ff (id: afa3f047-181d-4f35-b21f-6ebd59c8a465, sid: afa3f047-181d-4f35-b21f-6ebd59c8a465) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e6860508-ba4d-4870-af24-35c61653535d org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@6c5b62d2 (id: e6860508-ba4d-4870-af24-35c61653535d, sid: e6860508-ba4d-4870-af24-35c61653535d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 479eabf5-652f-4108-abd8-fd4abcd1bee5 org.polarsys.capella.core.data.cs.impl.PartImpl@314c7266 (id: 479eabf5-652f-4108-abd8-fd4abcd1bee5, sid: 479eabf5-652f-4108-abd8-fd4abcd1bee5) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 019651f2-1996-4b74-926a-734d3edba3ea org.polarsys.capella.core.data.cs.impl.PartImpl@2d52f988 (id: 019651f2-1996-4b74-926a-734d3edba3ea, sid: 019651f2-1996-4b74-926a-734d3edba3ea) (name: PC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 402726dd-45f4-4ab6-b910-9061e6b37d81 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6a4caeb (id: 402726dd-45f4-4ab6-b910-9061e6b37d81, sid: 402726dd-45f4-4ab6-b910-9061e6b37d81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 4049cb62-cf58-4219-8fa5-0aebd74d4fa1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3c80fd0e (id: 4049cb62-cf58-4219-8fa5-0aebd74d4fa1, sid: 4049cb62-cf58-4219-8fa5-0aebd74d4fa1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = f6f5ca5c-5280-4a0c-899b-4e40dcbf8ce5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@405f27f0 (id: f6f5ca5c-5280-4a0c-899b-4e40dcbf8ce5, sid: f6f5ca5c-5280-4a0c-899b-4e40dcbf8ce5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = d783111a-3417-42ba-ac4b-26bb8ddbd2ef org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5e02e12c (id: d783111a-3417-42ba-ac4b-26bb8ddbd2ef, sid: d783111a-3417-42ba-ac4b-26bb8ddbd2ef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93580484-a7b5-4888-9fbd-ea5aa06c6428 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7e518b95 (id: 93580484-a7b5-4888-9fbd-ea5aa06c6428, sid: 93580484-a7b5-4888-9fbd-ea5aa06c6428) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6cd26979-1729-46d7-a6b4-4e1eda8ab7d1 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@450271dc (id: 6cd26979-1729-46d7-a6b4-4e1eda8ab7d1, sid: 6cd26979-1729-46d7-a6b4-4e1eda8ab7d1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d460d32f-e4d0-4897-bb1a-fbb64cf1d2bf org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7cdbae2b (id: d460d32f-e4d0-4897-bb1a-fbb64cf1d2bf, sid: d460d32f-e4d0-4897-bb1a-fbb64cf1d2bf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = d8fa0886-56b5-4956-84d6-2ca720c3b711 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@35992b1d (id: d8fa0886-56b5-4956-84d6-2ca720c3b711, sid: d8fa0886-56b5-4956-84d6-2ca720c3b711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [CycleMerge] >> release >> unload CycleMerge [CycleMerge] >> release >> unload output [CyclePremices] >> require >> load CyclePremices2 [CyclePremices] >> require >> load output ID = eabc0a97-28ce-41ec-b08b-af75ad267be2 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@580564da (id: eabc0a97-28ce-41ec-b08b-af75ad267be2, sid: null) (name: CyclePremices) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc2e0c21-d53f-469b-9ce7-7011daf7de91 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7f030528 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@76968ad1 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5cff2d89 (id: 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec, sid: null) (name: CyclePremices) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f135b08c-696b-4057-84cb-a994ef7a7156 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@473fd684 (id: f135b08c-696b-4057-84cb-a994ef7a7156, sid: f135b08c-696b-4057-84cb-a994ef7a7156) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f306320f-7386-4a10-9cd6-4de5bcf3d1ae org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@3ca9338b (id: f306320f-7386-4a10-9cd6-4de5bcf3d1ae, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b9c647b9-b491-474d-9f20-1b19b852d476 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5c0081c3 (id: b9c647b9-b491-474d-9f20-1b19b852d476, sid: b9c647b9-b491-474d-9f20-1b19b852d476) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@3892d294 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1ae474db (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32143dfe-68f4-4d22-8a3e-ed2049649f4c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@54bec50e (id: 32143dfe-68f4-4d22-8a3e-ed2049649f4c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6380c1f6-bac9-469c-a705-230c88f26a19 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2a29e1f1 (id: 6380c1f6-bac9-469c-a705-230c88f26a19, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9818386f-5999-4859-a585-7f5caf75f90b org.polarsys.capella.core.data.information.impl.DataPkgImpl@2f27e21a (id: 9818386f-5999-4859-a585-7f5caf75f90b, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 467b9870-138e-4599-b337-045aef1a0a76 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1edac848 (id: 467b9870-138e-4599-b337-045aef1a0a76, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 78bfffa0-b3ca-4e03-8dc6-74951a72ba6f org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@64ad2015 (id: 78bfffa0-b3ca-4e03-8dc6-74951a72ba6f, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 0dadef77-9e37-4285-b0ef-dae7d7ef4361 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@772e0b8f (id: 0dadef77-9e37-4285-b0ef-dae7d7ef4361, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = f35a50db-fec0-4180-970e-b989e31f25d6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@d0079df (id: f35a50db-fec0-4180-970e-b989e31f25d6, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 0abb3f4b-63f1-43e6-ab15-49fbb8674c50 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@455068bf (id: 0abb3f4b-63f1-43e6-ab15-49fbb8674c50, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f89509de-0ade-4816-b32c-73c790becf5e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@48705588 (id: f89509de-0ade-4816-b32c-73c790becf5e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d581934f-b5c8-4aee-befd-75778dd5b3b2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4f855d7a (id: d581934f-b5c8-4aee-befd-75778dd5b3b2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 66cfbd65-f107-497d-98fd-02dbada97ddc org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@41450bd4 (id: 66cfbd65-f107-497d-98fd-02dbada97ddc, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 64dfdd56-0c31-4ca1-b823-799460041a22 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@71696d3 (id: 64dfdd56-0c31-4ca1-b823-799460041a22, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 88d0de43-ff9c-4134-815f-c39397d0bbf6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4d004fac (id: 88d0de43-ff9c-4134-815f-c39397d0bbf6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2a7dfcbc-df11-49cc-8b52-430edb6e45b6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@288ba5fb (id: 2a7dfcbc-df11-49cc-8b52-430edb6e45b6, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = edf07f8f-65bc-4475-9ca9-da6b3bc978ec org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@41790095 (id: edf07f8f-65bc-4475-9ca9-da6b3bc978ec, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 3793605f-c59a-43ce-ba33-8a2a34723545 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@72eaa667 (id: 3793605f-c59a-43ce-ba33-8a2a34723545, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b818c848-d274-4025-a4e6-579916ded7ba org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3dd8fab9 (id: b818c848-d274-4025-a4e6-579916ded7ba, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6a9d6d10-d50e-4c04-a48c-ac41223bf2c5 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@48892484 (id: 6a9d6d10-d50e-4c04-a48c-ac41223bf2c5, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5214b7be-190a-4a79-ae3b-caf7c098028b org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@417de8a8 (id: 5214b7be-190a-4a79-ae3b-caf7c098028b, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 3906223e-06e7-4b63-81da-20101497a27b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6683a77e (id: 3906223e-06e7-4b63-81da-20101497a27b, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 3b30e4d6-4aaa-47f7-9e17-002de934f0c8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1c749425 (id: 3b30e4d6-4aaa-47f7-9e17-002de934f0c8, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 4d3ae637-de90-448e-89b6-e414f811679b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1d582e2b (id: 4d3ae637-de90-448e-89b6-e414f811679b, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = c0ca0a39-4d5f-4f07-aacb-4ad652451156 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@33cebd80 (id: c0ca0a39-4d5f-4f07-aacb-4ad652451156, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d3771675-c547-4bc0-92b7-5cb643c5efa5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@480d44d0 (id: d3771675-c547-4bc0-92b7-5cb643c5efa5, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b2a05479-c8d7-4495-8af9-6b106eee8edb org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@70e03448 (id: b2a05479-c8d7-4495-8af9-6b106eee8edb, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8ca74851-19c2-4e59-ad00-4c267b4d2ba3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c157509 (id: 8ca74851-19c2-4e59-ad00-4c267b4d2ba3, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 71cae69f-d1b3-4659-8b57-b3ae2b0ce179 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6af1efb6 (id: 71cae69f-d1b3-4659-8b57-b3ae2b0ce179, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a3c73c19-364b-43c5-a3af-0de0b5126b38 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@48781dfc (id: a3c73c19-364b-43c5-a3af-0de0b5126b38, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b72b2781-61fb-41cf-b49f-ddaf6992537b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@39cb22cf (id: b72b2781-61fb-41cf-b49f-ddaf6992537b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7ad01ea8-352d-40be-9bdb-4c153af3e8cc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3ef1b5c2 (id: 7ad01ea8-352d-40be-9bdb-4c153af3e8cc, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 810ea3a1-fd4e-4252-b0aa-238f3639f225 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5b1861f5 (id: 810ea3a1-fd4e-4252-b0aa-238f3639f225, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = da984333-b8f9-464d-a7db-7e65210dcd85 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@53070097 (id: da984333-b8f9-464d-a7db-7e65210dcd85, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3d86ac56-d9b7-46e9-94f0-00b474f8f5c1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@333a9d62 (id: 3d86ac56-d9b7-46e9-94f0-00b474f8f5c1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = bf8f235f-8cc8-4b52-b339-9d0b7c017592 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@d66162 (id: bf8f235f-8cc8-4b52-b339-9d0b7c017592, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3e00449f-47da-4726-9282-238cc518bbba org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1859af44 (id: 3e00449f-47da-4726-9282-238cc518bbba, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5c0df031-8fe9-475e-9c7c-f68e17346078 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@f50f50d (id: 5c0df031-8fe9-475e-9c7c-f68e17346078, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 196f6265-a53c-4f9b-85d4-4902f4f07a18 org.polarsys.capella.core.data.cs.impl.PartImpl@58809154 (id: 196f6265-a53c-4f9b-85d4-4902f4f07a18, sid: 196f6265-a53c-4f9b-85d4-4902f4f07a18) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ad104709-761a-44a8-8d17-d96bc90a423b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2492f704 (id: ad104709-761a-44a8-8d17-d96bc90a423b, sid: ad104709-761a-44a8-8d17-d96bc90a423b) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@11bb0333 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@200109e7 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@5796e46 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@1db0a9a5 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc0a97-28ce-41ec-b08b-af75ad267be2 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@580564da (id: eabc0a97-28ce-41ec-b08b-af75ad267be2, sid: null) (name: CyclePremices) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc2e0c21-d53f-469b-9ce7-7011daf7de91 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7f030528 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5cff2d89 (id: 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec, sid: null) (name: CyclePremices) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f135b08c-696b-4057-84cb-a994ef7a7156 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@473fd684 (id: f135b08c-696b-4057-84cb-a994ef7a7156, sid: f135b08c-696b-4057-84cb-a994ef7a7156) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f306320f-7386-4a10-9cd6-4de5bcf3d1ae org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@3ca9338b (id: f306320f-7386-4a10-9cd6-4de5bcf3d1ae, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b9c647b9-b491-474d-9f20-1b19b852d476 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5c0081c3 (id: b9c647b9-b491-474d-9f20-1b19b852d476, sid: b9c647b9-b491-474d-9f20-1b19b852d476) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9757b43d-88a6-419c-a530-198dfd11712b org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@a275df (id: 9757b43d-88a6-419c-a530-198dfd11712b, sid: 9757b43d-88a6-419c-a530-198dfd11712b) (name: FC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 8302302c-cd54-4cc7-8132-b00b5469988c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@391018b9 (id: 8302302c-cd54-4cc7-8132-b00b5469988c, sid: 8302302c-cd54-4cc7-8132-b00b5469988c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c9add0f3-c46e-4fc6-bc70-f4d5ae467e0e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4c50517b (id: c9add0f3-c46e-4fc6-bc70-f4d5ae467e0e, sid: c9add0f3-c46e-4fc6-bc70-f4d5ae467e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9fd9ef2-65c0-4f93-8f00-b04c9691a077 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1486dfab (id: d9fd9ef2-65c0-4f93-8f00-b04c9691a077, sid: d9fd9ef2-65c0-4f93-8f00-b04c9691a077) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a21fdc36-5f9c-4efa-bede-c29475c2754d org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@7195c69 (id: a21fdc36-5f9c-4efa-bede-c29475c2754d, sid: a21fdc36-5f9c-4efa-bede-c29475c2754d) (name: FC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 00064160-f126-4741-885b-c228bdbfc79e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@3ef549e3 (id: 00064160-f126-4741-885b-c228bdbfc79e, sid: 00064160-f126-4741-885b-c228bdbfc79e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 100b20e0-e819-4a31-9c59-9f8fff3cac63 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@70600ccf (id: 100b20e0-e819-4a31-9c59-9f8fff3cac63, sid: 100b20e0-e819-4a31-9c59-9f8fff3cac63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a9988048-c019-4042-bb68-2f1d82ec7dd0 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5239eeef (id: a9988048-c019-4042-bb68-2f1d82ec7dd0, sid: a9988048-c019-4042-bb68-2f1d82ec7dd0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb337843-955c-4b9a-a301-7af5eb8d940d org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@1f8e1ad5 (id: eb337843-955c-4b9a-a301-7af5eb8d940d, sid: eb337843-955c-4b9a-a301-7af5eb8d940d) (name: FC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 339033c7-821d-409e-9515-ec01281c30d2 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@b20e296 (id: 339033c7-821d-409e-9515-ec01281c30d2, sid: 339033c7-821d-409e-9515-ec01281c30d2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c9344a64-5016-494e-86b1-b2b4a2cc9870 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@7bd68149 (id: c9344a64-5016-494e-86b1-b2b4a2cc9870, sid: c9344a64-5016-494e-86b1-b2b4a2cc9870) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94703d30-df5f-4ea4-ae16-44a024bfca50 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6685564a (id: 94703d30-df5f-4ea4-ae16-44a024bfca50, sid: 94703d30-df5f-4ea4-ae16-44a024bfca50) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d85f09db-0222-43c5-a8d7-97be8954dcc6 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@932b0fd (id: d85f09db-0222-43c5-a8d7-97be8954dcc6, sid: d85f09db-0222-43c5-a8d7-97be8954dcc6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5d41cdb7-f6da-4b64-8915-64375aaf814b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@58ac71f (id: 5d41cdb7-f6da-4b64-8915-64375aaf814b, sid: 5d41cdb7-f6da-4b64-8915-64375aaf814b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c6de998b-a2c7-4cf8-9384-4b592ea58f63 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@527f264c (id: c6de998b-a2c7-4cf8-9384-4b592ea58f63, sid: c6de998b-a2c7-4cf8-9384-4b592ea58f63) (name: LF20) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 29d77843-b8e0-430c-9709-089973dec366 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7cac5552 (id: 29d77843-b8e0-430c-9709-089973dec366, sid: 29d77843-b8e0-430c-9709-089973dec366) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2649acf9-47d6-44aa-82ad-e6919cf74715 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4a1d3cd9 (id: 2649acf9-47d6-44aa-82ad-e6919cf74715, sid: 2649acf9-47d6-44aa-82ad-e6919cf74715) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9d4bd5a3-3a97-4b84-b92e-f8269d4301fe org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7b563e0a (id: 9d4bd5a3-3a97-4b84-b92e-f8269d4301fe, sid: 9d4bd5a3-3a97-4b84-b92e-f8269d4301fe) (name: LF21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5ed626cd-eb72-42d4-857e-0e9ee2d6dd0a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@50302a6a (id: 5ed626cd-eb72-42d4-857e-0e9ee2d6dd0a, sid: 5ed626cd-eb72-42d4-857e-0e9ee2d6dd0a) (name: FIP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 56e4f320-254f-45b9-84ab-02d0ad9fae9d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4ea8f3fb (id: 56e4f320-254f-45b9-84ab-02d0ad9fae9d, sid: 56e4f320-254f-45b9-84ab-02d0ad9fae9d) (name: FOP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = be3b99e7-c1c5-4059-a08c-03501c93d841 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6d70f503 (id: be3b99e7-c1c5-4059-a08c-03501c93d841, sid: be3b99e7-c1c5-4059-a08c-03501c93d841) (name: LF22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5c28bc8d-730b-47bf-9334-af010986f763 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@279c30c9 (id: 5c28bc8d-730b-47bf-9334-af010986f763, sid: 5c28bc8d-730b-47bf-9334-af010986f763) (name: FIP23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = dd314ba8-c005-4db6-8723-2e102ea1c101 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@76ae2d2a (id: dd314ba8-c005-4db6-8723-2e102ea1c101, sid: dd314ba8-c005-4db6-8723-2e102ea1c101) (name: FOP23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f298f028-c7eb-41f6-8b14-e3713e81469c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7f903f2f (id: f298f028-c7eb-41f6-8b14-e3713e81469c, sid: f298f028-c7eb-41f6-8b14-e3713e81469c) (name: LF23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9bff4d8b-83b9-4ebd-99ae-959536b44da5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@15a20533 (id: 9bff4d8b-83b9-4ebd-99ae-959536b44da5, sid: 9bff4d8b-83b9-4ebd-99ae-959536b44da5) (name: FIP24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bfd2effe-0d23-45bd-862d-a81aa7955b4c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@537e7536 (id: bfd2effe-0d23-45bd-862d-a81aa7955b4c, sid: bfd2effe-0d23-45bd-862d-a81aa7955b4c) (name: FOP24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9218233c-9564-4f37-8049-141edab3e11e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@43a80a2b (id: 9218233c-9564-4f37-8049-141edab3e11e, sid: 9218233c-9564-4f37-8049-141edab3e11e) (name: LF9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4f37ac57-79ba-49b2-9d3d-d65710058193 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7d4dc72d (id: 4f37ac57-79ba-49b2-9d3d-d65710058193, sid: 4f37ac57-79ba-49b2-9d3d-d65710058193) (name: FOP9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6cdc5160-7cf3-421a-bf46-6f6ba25f4f82 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@59528718 (id: 6cdc5160-7cf3-421a-bf46-6f6ba25f4f82, sid: 6cdc5160-7cf3-421a-bf46-6f6ba25f4f82) (name: LF10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 94c349bb-c0c0-4065-8550-5f019e4a499a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1fc1c905 (id: 94c349bb-c0c0-4065-8550-5f019e4a499a, sid: 94c349bb-c0c0-4065-8550-5f019e4a499a) (name: FIP9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cf8bfe41-02ec-4ed7-859a-9a3ef092966b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@fdca991 (id: cf8bfe41-02ec-4ed7-859a-9a3ef092966b, sid: cf8bfe41-02ec-4ed7-859a-9a3ef092966b) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9e1a869d-a9d0-412c-9e28-70f70bbbf6ad org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@53e3e58e (id: 9e1a869d-a9d0-412c-9e28-70f70bbbf6ad, sid: 9e1a869d-a9d0-412c-9e28-70f70bbbf6ad) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 85cea267-ec04-4842-8827-8bde387e9849 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@14139927 (id: 85cea267-ec04-4842-8827-8bde387e9849, sid: 85cea267-ec04-4842-8827-8bde387e9849) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7f737469-bd46-46da-88ab-8fd2c2943ece org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7e692a15 (id: 7f737469-bd46-46da-88ab-8fd2c2943ece, sid: 7f737469-bd46-46da-88ab-8fd2c2943ece) (name: FIP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 431b7eff-5e93-4f25-954f-9c7180345c11 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@49130eb0 (id: 431b7eff-5e93-4f25-954f-9c7180345c11, sid: 431b7eff-5e93-4f25-954f-9c7180345c11) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e6ed74de-90c6-4650-be12-68fe6244e9c5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6a6fc4b6 (id: e6ed74de-90c6-4650-be12-68fe6244e9c5, sid: e6ed74de-90c6-4650-be12-68fe6244e9c5) (name: FE10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 6f1376bb-f32e-45c9-8668-da475fef0f4b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@79621ce (id: 6f1376bb-f32e-45c9-8668-da475fef0f4b, sid: 6f1376bb-f32e-45c9-8668-da475fef0f4b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e8b3a8f0-7bce-4708-841b-b4f0facd1bd0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@69a06462 (id: e8b3a8f0-7bce-4708-841b-b4f0facd1bd0, sid: e8b3a8f0-7bce-4708-841b-b4f0facd1bd0) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = fa0d559a-c808-44c4-8434-5ea8484c5b60 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2dbbd097 (id: fa0d559a-c808-44c4-8434-5ea8484c5b60, sid: fa0d559a-c808-44c4-8434-5ea8484c5b60) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 1ac27ddb-3e45-4c8b-8eb2-4d6b58909398 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3965ebe2 (id: 1ac27ddb-3e45-4c8b-8eb2-4d6b58909398, sid: 1ac27ddb-3e45-4c8b-8eb2-4d6b58909398) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 5c0df031-8fe9-475e-9c7c-f68e17346078 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@f50f50d (id: 5c0df031-8fe9-475e-9c7c-f68e17346078, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 196f6265-a53c-4f9b-85d4-4902f4f07a18 org.polarsys.capella.core.data.cs.impl.PartImpl@58809154 (id: 196f6265-a53c-4f9b-85d4-4902f4f07a18, sid: 196f6265-a53c-4f9b-85d4-4902f4f07a18) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2e0030db-6e74-4d36-b34e-a2a2934ac35a org.polarsys.capella.core.data.cs.impl.PartImpl@5070efd4 (id: 2e0030db-6e74-4d36-b34e-a2a2934ac35a, sid: 2e0030db-6e74-4d36-b34e-a2a2934ac35a) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 02496822-375c-4e11-80e4-b351abb3fd90 org.polarsys.capella.core.data.cs.impl.PartImpl@5b258ca1 (id: 02496822-375c-4e11-80e4-b351abb3fd90, sid: 02496822-375c-4e11-80e4-b351abb3fd90) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ad104709-761a-44a8-8d17-d96bc90a423b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2492f704 (id: ad104709-761a-44a8-8d17-d96bc90a423b, sid: ad104709-761a-44a8-8d17-d96bc90a423b) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = af86015b-6ecb-4fe6-84ef-561ae7b5b2c8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@532527b3 (id: af86015b-6ecb-4fe6-84ef-561ae7b5b2c8, sid: af86015b-6ecb-4fe6-84ef-561ae7b5b2c8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e607225a-7cbd-455c-868d-268184ccd0ab org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@10481521 (id: e607225a-7cbd-455c-868d-268184ccd0ab, sid: e607225a-7cbd-455c-868d-268184ccd0ab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fda5798f-b987-4860-91f8-6f71c7301f57 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3e6a1356 (id: fda5798f-b987-4860-91f8-6f71c7301f57, sid: fda5798f-b987-4860-91f8-6f71c7301f57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b719a0dd-4a02-453c-9bfb-afc9b35a9bfb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@d73e948 (id: b719a0dd-4a02-453c-9bfb-afc9b35a9bfb, sid: b719a0dd-4a02-453c-9bfb-afc9b35a9bfb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f94a8cac-1ae8-424f-9c23-35f9bb6ba45b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@77114fea (id: f94a8cac-1ae8-424f-9c23-35f9bb6ba45b, sid: f94a8cac-1ae8-424f-9c23-35f9bb6ba45b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e929ee4a-1d82-4bb3-bb3d-78c008948729 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2720bd34 (id: e929ee4a-1d82-4bb3-bb3d-78c008948729, sid: e929ee4a-1d82-4bb3-bb3d-78c008948729) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b41de8d-ea08-4e61-aea6-509f5319029c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@49befa25 (id: 3b41de8d-ea08-4e61-aea6-509f5319029c, sid: 3b41de8d-ea08-4e61-aea6-509f5319029c) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 1ceb2431-4f7c-4340-94bc-6269dabea140 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5b1573f3 (id: 1ceb2431-4f7c-4340-94bc-6269dabea140, sid: 1ceb2431-4f7c-4340-94bc-6269dabea140) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7620e10-b15f-4753-a7a5-5b3d31b73c9a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@26860964 (id: f7620e10-b15f-4753-a7a5-5b3d31b73c9a, sid: f7620e10-b15f-4753-a7a5-5b3d31b73c9a) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a0e54c76-3911-4069-8fac-31d86132df3e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4edc99d (id: a0e54c76-3911-4069-8fac-31d86132df3e, sid: a0e54c76-3911-4069-8fac-31d86132df3e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [CyclePremices] >> release >> unload CyclePremices2 [CyclePremices] >> release >> unload output [Always] >> require >> load FakeExchangeChain [Always] >> require >> load output ID = cb9483f4-0e4e-4921-b5c5-c96cb6495d54 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@f2cd080 (id: cb9483f4-0e4e-4921-b5c5-c96cb6495d54, sid: null) (name: FakeExchangeChain) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@745579e8 (id: 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@678fac4b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 97c2731d-c964-4a43-9346-cc267cb02200 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@13423169 (id: 97c2731d-c964-4a43-9346-cc267cb02200, sid: null) (name: FakeExchangeChain) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d29d0dcd-a474-43e1-a9a4-1fe81b4c811a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1eedf207 (id: d29d0dcd-a474-43e1-a9a4-1fe81b4c811a, sid: d29d0dcd-a474-43e1-a9a4-1fe81b4c811a) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e72436ec-9989-40ad-92c0-d73d843f853e org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@1e377915 (id: e72436ec-9989-40ad-92c0-d73d843f853e, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f85ea1f9-e36e-41de-8c0a-dc80694e6710 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1ab6e6d3 (id: f85ea1f9-e36e-41de-8c0a-dc80694e6710, sid: f85ea1f9-e36e-41de-8c0a-dc80694e6710) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@43eb6cbc (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@51cecd3c (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = db5df4ff-0560-40c2-b5b4-832ed5a41562 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@569ce6ae (id: db5df4ff-0560-40c2-b5b4-832ed5a41562, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90ff2251-70ba-4e91-a0ab-3d7307ec4ab7 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@58505e86 (id: 90ff2251-70ba-4e91-a0ab-3d7307ec4ab7, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2a04e228-e52b-4108-93b3-ff71850f565a org.polarsys.capella.core.data.information.impl.DataPkgImpl@5650c35 (id: 2a04e228-e52b-4108-93b3-ff71850f565a, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8fa5fbdf-1f6c-4314-90c2-30364a5b5b92 org.polarsys.capella.core.data.information.impl.DataPkgImpl@73426f07 (id: 8fa5fbdf-1f6c-4314-90c2-30364a5b5b92, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = fedc88b8-fd8c-4acc-8e9b-e653f575c0c4 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@491d13df (id: fedc88b8-fd8c-4acc-8e9b-e653f575c0c4, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = e9011474-d0f0-4c4f-bd13-d41d044d2e5c org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@624e690f (id: e9011474-d0f0-4c4f-bd13-d41d044d2e5c, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = b9fa4541-51fe-4ce3-84fd-cab40c395adc org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2f7e39e8 (id: b9fa4541-51fe-4ce3-84fd-cab40c395adc, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 196ee3ac-4457-465a-b73d-14df0181d76d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4fa45157 (id: 196ee3ac-4457-465a-b73d-14df0181d76d, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 6274d891-15d7-41c8-9908-0d50954fbd0b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6e862097 (id: 6274d891-15d7-41c8-9908-0d50954fbd0b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c2219bb6-0f42-4a8d-a40c-6312f524d4e6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7f913a59 (id: c2219bb6-0f42-4a8d-a40c-6312f524d4e6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 10df5b04-370b-48ee-ab37-5a4ec6615f7c org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@21fefd3a (id: 10df5b04-370b-48ee-ab37-5a4ec6615f7c, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 8ddc9c48-9aa4-455d-ad6a-41b7abb354b4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4c3d2ebb (id: 8ddc9c48-9aa4-455d-ad6a-41b7abb354b4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6bd21922-9405-48fe-aab7-21238078b637 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@13e03d33 (id: 6bd21922-9405-48fe-aab7-21238078b637, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 18de5672-5d34-4a8a-8519-664c7541a4f3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@65558ee4 (id: 18de5672-5d34-4a8a-8519-664c7541a4f3, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 6fc450e2-e8b9-4526-8208-cba211af6a22 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3314a859 (id: 6fc450e2-e8b9-4526-8208-cba211af6a22, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 6ea76564-8cf2-4ecd-abb7-40fa7034f0a5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@16f90076 (id: 6ea76564-8cf2-4ecd-abb7-40fa7034f0a5, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9f76dc25-8cb2-4a89-a932-3ed7d10f7065 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4e2ae3f (id: 9f76dc25-8cb2-4a89-a932-3ed7d10f7065, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 2d13ca93-6e2e-44c4-9c17-d4817515fb69 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@4d8922e9 (id: 2d13ca93-6e2e-44c4-9c17-d4817515fb69, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 0a6826f0-d3b5-4429-84b5-0b9233aa0f8c org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@5bc91d61 (id: 0a6826f0-d3b5-4429-84b5-0b9233aa0f8c, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = bfaaec8a-b69b-457c-8969-d67b87bdd6d1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5ed5cde (id: bfaaec8a-b69b-457c-8969-d67b87bdd6d1, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 0a142ef0-eb15-4583-b0c8-646d0f439ef1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@146f890a (id: 0a142ef0-eb15-4583-b0c8-646d0f439ef1, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 0283149f-06d8-4374-a201-e5859c7ebbd0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@10f56f04 (id: 0283149f-06d8-4374-a201-e5859c7ebbd0, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a87d06cb-f0e2-41b5-bb74-5aa3d3c32f2a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3c44a6e (id: a87d06cb-f0e2-41b5-bb74-5aa3d3c32f2a, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9190aa14-8033-44af-83fd-d4b82682fd91 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6c20fd64 (id: 9190aa14-8033-44af-83fd-d4b82682fd91, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 2004ed36-d7f0-4f7a-8c0d-7228cc58bcd9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4ef0e33 (id: 2004ed36-d7f0-4f7a-8c0d-7228cc58bcd9, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 44b555b6-3be4-4dcd-abab-6269ab34306b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3f59dce5 (id: 44b555b6-3be4-4dcd-abab-6269ab34306b, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = caa8a0c7-8a60-4306-a0e2-380886a2f0af org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@1e6f665a (id: caa8a0c7-8a60-4306-a0e2-380886a2f0af, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = fa003def-53c6-4f33-aa1c-f03842c32f23 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@75cf732e (id: fa003def-53c6-4f33-aa1c-f03842c32f23, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b2eb86e7-29b2-425e-a4b4-eccef143fc7f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@9ad7532 (id: b2eb86e7-29b2-425e-a4b4-eccef143fc7f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5a82c922-10f4-480f-b924-2668a216bcdc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@78622e16 (id: 5a82c922-10f4-480f-b924-2668a216bcdc, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = fbde1a05-4475-4400-a195-e4aebc97af2a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1d5adaf6 (id: fbde1a05-4475-4400-a195-e4aebc97af2a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5a859053-6ed9-462a-8794-ca95d074712f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@13029c70 (id: 5a859053-6ed9-462a-8794-ca95d074712f, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ae9fe6b0-6330-4ff6-9855-51f8a188c9bd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@71e46fc7 (id: ae9fe6b0-6330-4ff6-9855-51f8a188c9bd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = ffe83854-a33b-4148-9093-ea0b73a6d58d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@181fed73 (id: ffe83854-a33b-4148-9093-ea0b73a6d58d, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 05756aa8-be23-4406-a620-efc22ed99125 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@53d919ec (id: 05756aa8-be23-4406-a620-efc22ed99125, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 55594d64-9b07-4ec1-97a5-3e8d2825d507 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@69a050ef (id: 55594d64-9b07-4ec1-97a5-3e8d2825d507, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b52a6a9a-f637-4619-ab6a-24ddb3c8b515 org.polarsys.capella.core.data.cs.impl.PartImpl@2fef03d5 (id: b52a6a9a-f637-4619-ab6a-24ddb3c8b515, sid: b52a6a9a-f637-4619-ab6a-24ddb3c8b515) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4e1113c6-2eec-4861-b9c1-1e5da7645fa1 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3fd815be (id: 4e1113c6-2eec-4861-b9c1-1e5da7645fa1, sid: 4e1113c6-2eec-4861-b9c1-1e5da7645fa1) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7109524e (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@43c54067 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@687b981a (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@721b31dc (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb9483f4-0e4e-4921-b5c5-c96cb6495d54 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@f2cd080 (id: cb9483f4-0e4e-4921-b5c5-c96cb6495d54, sid: null) (name: FakeExchangeChain) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@745579e8 (id: 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02) ID = 97c2731d-c964-4a43-9346-cc267cb02200 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@13423169 (id: 97c2731d-c964-4a43-9346-cc267cb02200, sid: null) (name: FakeExchangeChain) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d29d0dcd-a474-43e1-a9a4-1fe81b4c811a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1eedf207 (id: d29d0dcd-a474-43e1-a9a4-1fe81b4c811a, sid: d29d0dcd-a474-43e1-a9a4-1fe81b4c811a) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e72436ec-9989-40ad-92c0-d73d843f853e org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@1e377915 (id: e72436ec-9989-40ad-92c0-d73d843f853e, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f85ea1f9-e36e-41de-8c0a-dc80694e6710 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1ab6e6d3 (id: f85ea1f9-e36e-41de-8c0a-dc80694e6710, sid: f85ea1f9-e36e-41de-8c0a-dc80694e6710) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bfec6f2e-1b98-4d2e-baae-2b19bb7c86df org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@7738c720 (id: bfec6f2e-1b98-4d2e-baae-2b19bb7c86df, sid: bfec6f2e-1b98-4d2e-baae-2b19bb7c86df) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = b67ceac5-389e-4c0f-af94-de52c0fa962a org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6346e0a (id: b67ceac5-389e-4c0f-af94-de52c0fa962a, sid: b67ceac5-389e-4c0f-af94-de52c0fa962a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebf0bdaf-fd8a-4898-b43a-abd048c94411 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@58ab8ba0 (id: ebf0bdaf-fd8a-4898-b43a-abd048c94411, sid: ebf0bdaf-fd8a-4898-b43a-abd048c94411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2595890f-e36d-47b7-8f20-5c12feedb526 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4bad6d77 (id: 2595890f-e36d-47b7-8f20-5c12feedb526, sid: 2595890f-e36d-47b7-8f20-5c12feedb526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9df9f881-888f-4e74-addc-4e41c8d3f5a7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7c935997 (id: 9df9f881-888f-4e74-addc-4e41c8d3f5a7, sid: 9df9f881-888f-4e74-addc-4e41c8d3f5a7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c16a534-98a5-4976-ab01-072ffd1b6922 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@768a3d40 (id: 6c16a534-98a5-4976-ab01-072ffd1b6922, sid: 6c16a534-98a5-4976-ab01-072ffd1b6922) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aef556d6-7cb5-4eb6-8bab-23be3e1e8073 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3427e3e0 (id: aef556d6-7cb5-4eb6-8bab-23be3e1e8073, sid: aef556d6-7cb5-4eb6-8bab-23be3e1e8073) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_aef556d6-7cb5-4eb6-8bab-23be3e1e8073_2595890f-e36d-47b7-8f20-5c12feedb526 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7f2a9f87 (id: ID_FakeFunctionalChainInvolvement_System_aef556d6-7cb5-4eb6-8bab-23be3e1e8073_2595890f-e36d-47b7-8f20-5c12feedb526, sid: ID_FakeFunctionalChainInvolvement_System_aef556d6-7cb5-4eb6-8bab-23be3e1e8073_2595890f-e36d-47b7-8f20-5c12feedb526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b89c0114-a05c-44a9-a10a-d4f9bd8ad3c8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4bab443 (id: b89c0114-a05c-44a9-a10a-d4f9bd8ad3c8, sid: b89c0114-a05c-44a9-a10a-d4f9bd8ad3c8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fae1c9d-e0ff-4ad4-8f88-90fa17d6ef93 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@f897fd7 (id: 4fae1c9d-e0ff-4ad4-8f88-90fa17d6ef93, sid: 4fae1c9d-e0ff-4ad4-8f88-90fa17d6ef93) (name: FunctionalChain 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 5160b94f-3850-428f-ae10-0ef300d14861 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@193f3e4f (id: 5160b94f-3850-428f-ae10-0ef300d14861, sid: 5160b94f-3850-428f-ae10-0ef300d14861) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 78a2274e-596c-48e1-971d-eb8b4385a5f0 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6a09e789 (id: 78a2274e-596c-48e1-971d-eb8b4385a5f0, sid: 78a2274e-596c-48e1-971d-eb8b4385a5f0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2e5b90f4-fb5e-4b0f-9a4b-49d5160cc1cc org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@3b404e27 (id: 2e5b90f4-fb5e-4b0f-9a4b-49d5160cc1cc, sid: 2e5b90f4-fb5e-4b0f-9a4b-49d5160cc1cc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8e8e485a-85e1-4455-853e-14c34a76f5d6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@74338f91 (id: 8e8e485a-85e1-4455-853e-14c34a76f5d6, sid: 8e8e485a-85e1-4455-853e-14c34a76f5d6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 185be5f3-3e41-49a5-95bc-99e8e6d3cb99 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@f408ead (id: 185be5f3-3e41-49a5-95bc-99e8e6d3cb99, sid: 185be5f3-3e41-49a5-95bc-99e8e6d3cb99) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 228b7e65-45c5-4a9b-97cc-e509ce85709d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6fd52888 (id: 228b7e65-45c5-4a9b-97cc-e509ce85709d, sid: 228b7e65-45c5-4a9b-97cc-e509ce85709d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0db025ef-efb4-4b3c-8dc7-910ac9f655db org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@64ebf639 (id: 0db025ef-efb4-4b3c-8dc7-910ac9f655db, sid: 0db025ef-efb4-4b3c-8dc7-910ac9f655db) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_0db025ef-efb4-4b3c-8dc7-910ac9f655db_185be5f3-3e41-49a5-95bc-99e8e6d3cb99 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4e433d7 (id: ID_FakeFunctionalChainInvolvement_System_0db025ef-efb4-4b3c-8dc7-910ac9f655db_185be5f3-3e41-49a5-95bc-99e8e6d3cb99, sid: ID_FakeFunctionalChainInvolvement_System_0db025ef-efb4-4b3c-8dc7-910ac9f655db_185be5f3-3e41-49a5-95bc-99e8e6d3cb99) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288283c5-ebe8-43c7-ac56-a8e01032af5e org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@dcf1be4 (id: 288283c5-ebe8-43c7-ac56-a8e01032af5e, sid: 288283c5-ebe8-43c7-ac56-a8e01032af5e) (name: FunctionalChain 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 8934fdb3-d106-45f0-884a-206444e3f487 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@36ae6e5a (id: 8934fdb3-d106-45f0-884a-206444e3f487, sid: 8934fdb3-d106-45f0-884a-206444e3f487) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1aa1030-dbc7-4f7e-a915-74d7379c0741 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@68f3ec0e (id: b1aa1030-dbc7-4f7e-a915-74d7379c0741, sid: b1aa1030-dbc7-4f7e-a915-74d7379c0741) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = afe0bf39-6387-4ab0-b9b6-2aa58595a7ac org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2416d328 (id: afe0bf39-6387-4ab0-b9b6-2aa58595a7ac, sid: afe0bf39-6387-4ab0-b9b6-2aa58595a7ac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52045811-6e62-4f5d-86ca-ca9d3aaccd2d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1159467c (id: 52045811-6e62-4f5d-86ca-ca9d3aaccd2d, sid: 52045811-6e62-4f5d-86ca-ca9d3aaccd2d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 826de94d-e582-42c0-904c-eb534028ddaa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@544026b3 (id: 826de94d-e582-42c0-904c-eb534028ddaa, sid: 826de94d-e582-42c0-904c-eb534028ddaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a43955de-bf62-4c5c-9923-e091dea2c910 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7fa71b70 (id: a43955de-bf62-4c5c-9923-e091dea2c910, sid: a43955de-bf62-4c5c-9923-e091dea2c910) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eff865c5-56fb-4e96-8563-4be070ab1bde org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3aa111b7 (id: eff865c5-56fb-4e96-8563-4be070ab1bde, sid: eff865c5-56fb-4e96-8563-4be070ab1bde) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_eff865c5-56fb-4e96-8563-4be070ab1bde_52045811-6e62-4f5d-86ca-ca9d3aaccd2d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@25fe18cb (id: ID_FakeFunctionalChainInvolvement_System_eff865c5-56fb-4e96-8563-4be070ab1bde_52045811-6e62-4f5d-86ca-ca9d3aaccd2d, sid: ID_FakeFunctionalChainInvolvement_System_eff865c5-56fb-4e96-8563-4be070ab1bde_52045811-6e62-4f5d-86ca-ca9d3aaccd2d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5fd380f6-a032-4952-b269-654e618b202a org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@396713a4 (id: 5fd380f6-a032-4952-b269-654e618b202a, sid: 5fd380f6-a032-4952-b269-654e618b202a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: AND) ID = e2214a14-43d6-4e99-983e-dc8eedc0085d org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@7846de17 (id: e2214a14-43d6-4e99-983e-dc8eedc0085d, sid: e2214a14-43d6-4e99-983e-dc8eedc0085d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: AND) ID = d1a4d963-20bf-4a0f-a519-b2ad4dcfb42e org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@5035396c (id: d1a4d963-20bf-4a0f-a519-b2ad4dcfb42e, sid: d1a4d963-20bf-4a0f-a519-b2ad4dcfb42e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c9ce71b-0fcd-411e-b181-4ac0899a1c79 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@3e17fd0e (id: 8c9ce71b-0fcd-411e-b181-4ac0899a1c79, sid: 8c9ce71b-0fcd-411e-b181-4ac0899a1c79) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffb4d8c8-4578-4911-89be-3f786fad73f4 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@3f6c335b (id: ffb4d8c8-4578-4911-89be-3f786fad73f4, sid: ffb4d8c8-4578-4911-89be-3f786fad73f4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5fd43e8a-4507-4f9f-9741-97d52219f984 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@7194f4c7 (id: 5fd43e8a-4507-4f9f-9741-97d52219f984, sid: 5fd43e8a-4507-4f9f-9741-97d52219f984) (name: FunctionalChain 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = ddecb1e5-9203-4156-9407-eb729ae0edb2 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@8134dc0 (id: ddecb1e5-9203-4156-9407-eb729ae0edb2, sid: ddecb1e5-9203-4156-9407-eb729ae0edb2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6585e099-38c6-47a4-8821-7c4603c824f2 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@96d2e41 (id: 6585e099-38c6-47a4-8821-7c4603c824f2, sid: 6585e099-38c6-47a4-8821-7c4603c824f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 823aadc1-6988-4ea5-bfc4-319b209c2017 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@574532dc (id: 823aadc1-6988-4ea5-bfc4-319b209c2017, sid: 823aadc1-6988-4ea5-bfc4-319b209c2017) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f38b5ec2-61c6-48ad-9441-79c6b23bc572 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@134ef696 (id: f38b5ec2-61c6-48ad-9441-79c6b23bc572, sid: f38b5ec2-61c6-48ad-9441-79c6b23bc572) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_6287b188-1f13-4392-9796-5a2fc25a78ab_0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6eddecb1e5-9203-4156-9407-eb729ae0edb2823aadc1-6988-4ea5-bfc4-319b209c2017 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7e7b42cb (id: ID_FakeFunctionalChainInvolvement_System_6287b188-1f13-4392-9796-5a2fc25a78ab_0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6eddecb1e5-9203-4156-9407-eb729ae0edb2823aadc1-6988-4ea5-bfc4-319b209c2017, sid: ID_FakeFunctionalChainInvolvement_System_6287b188-1f13-4392-9796-5a2fc25a78ab_0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6eddecb1e5-9203-4156-9407-eb729ae0edb2823aadc1-6988-4ea5-bfc4-319b209c2017) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_3fc70e82-9bf3-4e42-9f80-550ee7fa0421_0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6e6585e099-38c6-47a4-8821-7c4603c824f2823aadc1-6988-4ea5-bfc4-319b209c2017 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1377f3c (id: ID_FakeFunctionalChainInvolvement_System_3fc70e82-9bf3-4e42-9f80-550ee7fa0421_0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6e6585e099-38c6-47a4-8821-7c4603c824f2823aadc1-6988-4ea5-bfc4-319b209c2017, sid: ID_FakeFunctionalChainInvolvement_System_3fc70e82-9bf3-4e42-9f80-550ee7fa0421_0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6e6585e099-38c6-47a4-8821-7c4603c824f2823aadc1-6988-4ea5-bfc4-319b209c2017) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c366a6a-8a73-43d4-976a-384be6fe40fe org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@d1cc2f0 (id: 7c366a6a-8a73-43d4-976a-384be6fe40fe, sid: 7c366a6a-8a73-43d4-976a-384be6fe40fe) (name: FunctionalChain 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = e1e3a801-2409-4cbc-a1f3-398bc16fee5d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2037d42 (id: e1e3a801-2409-4cbc-a1f3-398bc16fee5d, sid: e1e3a801-2409-4cbc-a1f3-398bc16fee5d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6287b188-1f13-4392-9796-5a2fc25a78ab org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@661dd1d2 (id: 6287b188-1f13-4392-9796-5a2fc25a78ab, sid: 6287b188-1f13-4392-9796-5a2fc25a78ab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7fb183-c0d5-41d2-b9ff-2e9724c10ae5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1bbd1d94 (id: 6c7fb183-c0d5-41d2-b9ff-2e9724c10ae5, sid: 6c7fb183-c0d5-41d2-b9ff-2e9724c10ae5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b970a8e1-32c2-49db-9ecf-539cf3688575 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@705d5751 (id: b970a8e1-32c2-49db-9ecf-539cf3688575, sid: b970a8e1-32c2-49db-9ecf-539cf3688575) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bd2b8474-3f8b-4aa9-8dd0-8bac7e2fc949 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@692dcd75 (id: bd2b8474-3f8b-4aa9-8dd0-8bac7e2fc949, sid: bd2b8474-3f8b-4aa9-8dd0-8bac7e2fc949) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf7e508-f578-4f36-b557-aad49d3bc3cb org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@613612c3 (id: 0cf7e508-f578-4f36-b557-aad49d3bc3cb, sid: 0cf7e508-f578-4f36-b557-aad49d3bc3cb) (name: FunctionalChain 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = a28573b0-4be9-4984-a27f-01370181dc8f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1294e2cc (id: a28573b0-4be9-4984-a27f-01370181dc8f, sid: a28573b0-4be9-4984-a27f-01370181dc8f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3fc70e82-9bf3-4e42-9f80-550ee7fa0421 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5ed95121 (id: 3fc70e82-9bf3-4e42-9f80-550ee7fa0421, sid: 3fc70e82-9bf3-4e42-9f80-550ee7fa0421) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2d48136-0afe-449e-bb49-2f646708ab6f org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@2d01b681 (id: f2d48136-0afe-449e-bb49-2f646708ab6f, sid: f2d48136-0afe-449e-bb49-2f646708ab6f) (name: FunctionalChain 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = adbf9d4b-c99d-46cf-b619-157146c2ce17 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@65b1c9be (id: adbf9d4b-c99d-46cf-b619-157146c2ce17, sid: adbf9d4b-c99d-46cf-b619-157146c2ce17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@48c20535 (id: 0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6e, sid: 0ad7a2a9-9ab0-43ef-a6c4-9f8c9bc7ae6e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89ae313f-83de-4aee-86c4-7ad4b782f4f8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2c03c4ec (id: 89ae313f-83de-4aee-86c4-7ad4b782f4f8, sid: 89ae313f-83de-4aee-86c4-7ad4b782f4f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 55a8311e-5670-4260-b8d1-c2264214c7a9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@74b097f4 (id: 55a8311e-5670-4260-b8d1-c2264214c7a9, sid: 55a8311e-5670-4260-b8d1-c2264214c7a9) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ff3f6b8e-3c8a-4304-8591-ee3465c0a64d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@79250851 (id: ff3f6b8e-3c8a-4304-8591-ee3465c0a64d, sid: ff3f6b8e-3c8a-4304-8591-ee3465c0a64d) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aee9d626-f77e-494f-b5fc-f48ff1f4cb7e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@651a43fe (id: aee9d626-f77e-494f-b5fc-f48ff1f4cb7e, sid: aee9d626-f77e-494f-b5fc-f48ff1f4cb7e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 261bddac-a1d3-4a4c-a412-c2b9fa501c8d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@578ccf15 (id: 261bddac-a1d3-4a4c-a412-c2b9fa501c8d, sid: 261bddac-a1d3-4a4c-a412-c2b9fa501c8d) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 949d4c6c-2892-4489-bfbe-429e5289aa4e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@27f3ed27 (id: 949d4c6c-2892-4489-bfbe-429e5289aa4e, sid: 949d4c6c-2892-4489-bfbe-429e5289aa4e) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2740c5e1 (id: ID_FakeFunctionPortOut_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba, sid: ID_FakeFunctionPortOut_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba) (name: out_FakeFE_LogicalFunction 2_LogicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@40846074 (id: cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba, sid: cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba) (name: LogicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba_ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@ed1878e (id: ID_FakeFunctionPortIn_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba_ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba, sid: ID_FakeFunctionPortIn_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba_ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba) (name: in_FakeFE_LogicalFunction 2_LogicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d7a199d0-839e-49c8-823c-21aa438bbde6 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5e8432ac (id: d7a199d0-839e-49c8-823c-21aa438bbde6, sid: d7a199d0-839e-49c8-823c-21aa438bbde6) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2d7e6bfc-b02b-43a9-8f7e-0b3c9bb299f0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4099701f (id: 2d7e6bfc-b02b-43a9-8f7e-0b3c9bb299f0, sid: 2d7e6bfc-b02b-43a9-8f7e-0b3c9bb299f0) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d4d1cbcb-00d3-48d0-938f-e88a1eee3ae7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1f82381b (id: d4d1cbcb-00d3-48d0-938f-e88a1eee3ae7, sid: d4d1cbcb-00d3-48d0-938f-e88a1eee3ae7) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@79fa597b (id: ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba, sid: ID_FakeFunctionalExchange_System_261bddac-a1d3-4a4c-a412-c2b9fa501c8d_cc5fd15e-353f-4a3a-b53e-c64a7e89c7ba) (name: FakeFE_LogicalFunction 2_LogicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 55594d64-9b07-4ec1-97a5-3e8d2825d507 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@69a050ef (id: 55594d64-9b07-4ec1-97a5-3e8d2825d507, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b52a6a9a-f637-4619-ab6a-24ddb3c8b515 org.polarsys.capella.core.data.cs.impl.PartImpl@2fef03d5 (id: b52a6a9a-f637-4619-ab6a-24ddb3c8b515, sid: b52a6a9a-f637-4619-ab6a-24ddb3c8b515) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a89169cf-c8c4-4edf-a75d-acf0bdc524e0 org.polarsys.capella.core.data.cs.impl.PartImpl@442319ef (id: a89169cf-c8c4-4edf-a75d-acf0bdc524e0, sid: a89169cf-c8c4-4edf-a75d-acf0bdc524e0) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4e1113c6-2eec-4861-b9c1-1e5da7645fa1 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3fd815be (id: 4e1113c6-2eec-4861-b9c1-1e5da7645fa1, sid: 4e1113c6-2eec-4861-b9c1-1e5da7645fa1) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = f55e9ac0-87f7-4508-af2e-9031b9a95d29 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@63688fcb (id: f55e9ac0-87f7-4508-af2e-9031b9a95d29, sid: f55e9ac0-87f7-4508-af2e-9031b9a95d29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5c61edfe-f417-42ca-9907-b832d10cda8c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2b96780 (id: 5c61edfe-f417-42ca-9907-b832d10cda8c, sid: 5c61edfe-f417-42ca-9907-b832d10cda8c) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 8015de12-33d7-4f6d-b0c4-ba5ff95bf045 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@18cb35b2 (id: 8015de12-33d7-4f6d-b0c4-ba5ff95bf045, sid: 8015de12-33d7-4f6d-b0c4-ba5ff95bf045) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 49958dc3-887a-4500-9f36-8195931ac9e6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@40706b14 (id: 49958dc3-887a-4500-9f36-8195931ac9e6, sid: 49958dc3-887a-4500-9f36-8195931ac9e6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Always] >> release >> unload FakeExchangeChain [Always] >> release >> unload output [TestComposite568503] >> require >> load 568503 [TestComposite568503] >> require >> load output ID = 12d236ec-5c15-4fc7-81eb-8a95e9491a81 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@61fbf77 (id: 12d236ec-5c15-4fc7-81eb-8a95e9491a81, sid: null) (name: 568503) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f54454eb-e653-40ac-ad0b-9cf0a87a54b6 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@44694af1 (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@744161e2 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@508554d1 (id: e8cff3e5-acb5-4ea0-b8af-81c96845d34d, sid: null) (name: 568503) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09132a79-214c-4cdf-8895-978ade003e0f org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3f18e242 (id: 09132a79-214c-4cdf-8895-978ade003e0f, sid: 09132a79-214c-4cdf-8895-978ade003e0f) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e15519f9-e706-4d34-9fe4-858607362602 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@749eeb46 (id: e15519f9-e706-4d34-9fe4-858607362602, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bde9770e-e609-4995-b02d-fbe2e77ee49a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@545c6f4e (id: bde9770e-e609-4995-b02d-fbe2e77ee49a, sid: bde9770e-e609-4995-b02d-fbe2e77ee49a) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@7accc1d0 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5d7cec4e (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3c375041-82f9-449a-a24c-10c31791a5a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7155dbfb (id: 3c375041-82f9-449a-a24c-10c31791a5a4, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8eeb2b20-d843-4b2d-99c6-270e3832d38c org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@d995668 (id: 8eeb2b20-d843-4b2d-99c6-270e3832d38c, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 045351d3-ee7b-408f-9f3c-463a068fdb31 org.polarsys.capella.core.data.information.impl.DataPkgImpl@3f7143c0 (id: 045351d3-ee7b-408f-9f3c-463a068fdb31, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 05ccaf2f-1122-47c5-9ded-925e9fb3d809 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6b9f7b9 (id: 05ccaf2f-1122-47c5-9ded-925e9fb3d809, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = c9d6f7ca-7b39-478a-9e4c-b0813e037c22 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@181c1d92 (id: c9d6f7ca-7b39-478a-9e4c-b0813e037c22, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 95a25552-3c95-4876-9a42-56738afa089a org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@61b945e0 (id: 95a25552-3c95-4876-9a42-56738afa089a, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = d02d88dd-527d-4bd0-bb2f-8921fdf582e6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2f2d5409 (id: d02d88dd-527d-4bd0-bb2f-8921fdf582e6, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 706925c9-a915-4ca8-9705-1350c3b168b1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@66607a6a (id: 706925c9-a915-4ca8-9705-1350c3b168b1, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = e7ee532f-513e-41ce-b6c6-2ca0d7077af0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1e681bb9 (id: e7ee532f-513e-41ce-b6c6-2ca0d7077af0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = ba845d75-7940-4c94-8aef-66882de156d3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3555cbd1 (id: ba845d75-7940-4c94-8aef-66882de156d3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = ab6de2e4-c7ef-47b4-aee9-c96610d52995 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@701d4c6e (id: ab6de2e4-c7ef-47b4-aee9-c96610d52995, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 19aec7cc-cf28-4cbe-b7b8-a645b9d9108b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@154bdb2d (id: 19aec7cc-cf28-4cbe-b7b8-a645b9d9108b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2707b7ec-c141-4a25-a570-5d4515da050e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4ba0afee (id: 2707b7ec-c141-4a25-a570-5d4515da050e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 77f1ac46-1d56-4498-9dc6-8afaa6287b43 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@50b0fe08 (id: 77f1ac46-1d56-4498-9dc6-8afaa6287b43, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = ed7e4097-2a0c-4269-a3e9-6a7686932f85 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4a54a64c (id: ed7e4097-2a0c-4269-a3e9-6a7686932f85, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 8eb84f5c-3362-4053-bb82-7feb504fe9a4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@10d8e98 (id: 8eb84f5c-3362-4053-bb82-7feb504fe9a4, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 36f0e77c-8d64-4839-8cb0-d312c5b577e1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4f1c9e88 (id: 36f0e77c-8d64-4839-8cb0-d312c5b577e1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1768094f-a509-4c75-bc6a-f51cbfdd5861 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@180b69dd (id: 1768094f-a509-4c75-bc6a-f51cbfdd5861, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 4ffefdce-796c-4376-ba9f-fb4b24eaab20 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7782ca56 (id: 4ffefdce-796c-4376-ba9f-fb4b24eaab20, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 98c8b04a-4857-4d3c-9ef6-d34709a57794 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1a16e370 (id: 98c8b04a-4857-4d3c-9ef6-d34709a57794, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = abd1db98-1926-406a-8de3-ec364a9a827c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3155d664 (id: abd1db98-1926-406a-8de3-ec364a9a827c, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 0695bb78-b948-4d62-889c-a80fac90bfcd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@72530412 (id: 0695bb78-b948-4d62-889c-a80fac90bfcd, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 97df0098-2a80-4688-b672-45de238ceff7 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1362b074 (id: 97df0098-2a80-4688-b672-45de238ceff7, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ee3f47c0-68ee-48a4-bdc8-54350db904c3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3ec2dc0b (id: ee3f47c0-68ee-48a4-bdc8-54350db904c3, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b50221ff-fb72-4ab1-8147-0cdea41abc66 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@213bdb41 (id: b50221ff-fb72-4ab1-8147-0cdea41abc66, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f3eac547-70d5-4cb1-8518-f8547752bddd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4b2228e0 (id: f3eac547-70d5-4cb1-8518-f8547752bddd, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eb17e735-49ca-44c7-8f2a-fcb597fb7012 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4dc5c0e0 (id: eb17e735-49ca-44c7-8f2a-fcb597fb7012, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c5c42d8f-3795-4db2-9a67-f0052c66e0a9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@654f7fd7 (id: c5c42d8f-3795-4db2-9a67-f0052c66e0a9, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 6373ebb8-c048-4869-9c26-4352030ccef9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ad141ec (id: 6373ebb8-c048-4869-9c26-4352030ccef9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 915468f5-2c8b-4eb4-84cc-923b70f6908b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@406e0f7e (id: 915468f5-2c8b-4eb4-84cc-923b70f6908b, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 913aae0f-7c4c-41c4-b57a-c5699c8ecee8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@234f1553 (id: 913aae0f-7c4c-41c4-b57a-c5699c8ecee8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 52fe48fe-39fc-45e6-8e76-33f7e5c6882d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3de0672a (id: 52fe48fe-39fc-45e6-8e76-33f7e5c6882d, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 0cb20356-4e3f-400f-9586-c8a8a109974b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dae9f5b (id: 0cb20356-4e3f-400f-9586-c8a8a109974b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e76f2f38-5736-4c5c-8ba5-cb35a3d769dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1d0b606f (id: e76f2f38-5736-4c5c-8ba5-cb35a3d769dc, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = de54a7ae-5d8d-48b1-8ac6-116dfbfa112b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@46b50b10 (id: de54a7ae-5d8d-48b1-8ac6-116dfbfa112b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9c03d752-dcbc-4194-b07f-96709eccac61 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5d45c2ff (id: 9c03d752-dcbc-4194-b07f-96709eccac61, sid: 9c03d752-dcbc-4194-b07f-96709eccac61) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 75163f07-2361-4f50-a076-227bc9f83a51 org.polarsys.capella.core.data.cs.impl.PartImpl@3063e6e (id: 75163f07-2361-4f50-a076-227bc9f83a51, sid: 75163f07-2361-4f50-a076-227bc9f83a51) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3cef204b-79ac-41b1-8130-a1123736ea48 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4adbc08d (id: 3cef204b-79ac-41b1-8130-a1123736ea48, sid: 3cef204b-79ac-41b1-8130-a1123736ea48) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@31da540 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@142d7c58 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@56486994 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@6e5d666e (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 12d236ec-5c15-4fc7-81eb-8a95e9491a81 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@61fbf77 (id: 12d236ec-5c15-4fc7-81eb-8a95e9491a81, sid: null) (name: 568503) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f54454eb-e653-40ac-ad0b-9cf0a87a54b6 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@44694af1 (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@508554d1 (id: e8cff3e5-acb5-4ea0-b8af-81c96845d34d, sid: null) (name: 568503) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09132a79-214c-4cdf-8895-978ade003e0f org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3f18e242 (id: 09132a79-214c-4cdf-8895-978ade003e0f, sid: 09132a79-214c-4cdf-8895-978ade003e0f) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e15519f9-e706-4d34-9fe4-858607362602 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@749eeb46 (id: e15519f9-e706-4d34-9fe4-858607362602, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bde9770e-e609-4995-b02d-fbe2e77ee49a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@545c6f4e (id: bde9770e-e609-4995-b02d-fbe2e77ee49a, sid: bde9770e-e609-4995-b02d-fbe2e77ee49a) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f310b2ee-c8a7-4038-a644-bb4d40627065 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@3b347ee4 (id: f310b2ee-c8a7-4038-a644-bb4d40627065, sid: f310b2ee-c8a7-4038-a644-bb4d40627065) (name: SubCutted1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = e1339894-3a86-4824-af5f-e2cbc6171f7a org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7710b796 (id: e1339894-3a86-4824-af5f-e2cbc6171f7a, sid: e1339894-3a86-4824-af5f-e2cbc6171f7a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_e1339894-3a86-4824-af5f-e2cbc6171f7a_5496e6eb-f05a-47b7-8559-78759c5f7e4c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@69860a8f (id: ID_FakeFunctionalChainInvolvement_System_e1339894-3a86-4824-af5f-e2cbc6171f7a_5496e6eb-f05a-47b7-8559-78759c5f7e4c, sid: ID_FakeFunctionalChainInvolvement_System_e1339894-3a86-4824-af5f-e2cbc6171f7a_5496e6eb-f05a-47b7-8559-78759c5f7e4c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5496e6eb-f05a-47b7-8559-78759c5f7e4c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1873e704 (id: 5496e6eb-f05a-47b7-8559-78759c5f7e4c, sid: 5496e6eb-f05a-47b7-8559-78759c5f7e4c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2436a10d-7ed4-4049-8840-5444ae27ccc5 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@54887de3 (id: 2436a10d-7ed4-4049-8840-5444ae27ccc5, sid: 2436a10d-7ed4-4049-8840-5444ae27ccc5) (name: Main1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 9a365e9f-6164-4866-b97f-3f5e4df9dd58 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2656cce3 (id: 9a365e9f-6164-4866-b97f-3f5e4df9dd58, sid: 9a365e9f-6164-4866-b97f-3f5e4df9dd58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09898afe-dff4-4f77-b40e-ae562fff9b69 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@108d71a3 (id: 09898afe-dff4-4f77-b40e-ae562fff9b69, sid: 09898afe-dff4-4f77-b40e-ae562fff9b69) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f0f49e11-2158-40e0-a7f9-238b51162f9e org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@17c1ef71 (id: f0f49e11-2158-40e0-a7f9-238b51162f9e, sid: f0f49e11-2158-40e0-a7f9-238b51162f9e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 08540551-de20-4ca1-b629-47c9755d8d88 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@31ff0f (id: 08540551-de20-4ca1-b629-47c9755d8d88, sid: 08540551-de20-4ca1-b629-47c9755d8d88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 514a2dd9-6287-496e-bc61-3b75f23978ee org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@10101a3e (id: 514a2dd9-6287-496e-bc61-3b75f23978ee, sid: 514a2dd9-6287-496e-bc61-3b75f23978ee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2491bf3e-e1fe-41e6-84bc-5a131f0b27d6 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@5c0a6d85 (id: 2491bf3e-e1fe-41e6-84bc-5a131f0b27d6, sid: 2491bf3e-e1fe-41e6-84bc-5a131f0b27d6) (name: MainDroppedSub) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 87a66e8d-a5bd-4a18-b591-cf601838d9d7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@62716ac0 (id: 87a66e8d-a5bd-4a18-b591-cf601838d9d7, sid: 87a66e8d-a5bd-4a18-b591-cf601838d9d7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4f0743f-3cfe-4390-b572-825d047ed413 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@61f6e373 (id: a4f0743f-3cfe-4390-b572-825d047ed413, sid: a4f0743f-3cfe-4390-b572-825d047ed413) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c8dda42-7a34-493f-8ab4-a914f06adac6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7b9b95e9 (id: 0c8dda42-7a34-493f-8ab4-a914f06adac6, sid: 0c8dda42-7a34-493f-8ab4-a914f06adac6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d391837-6ebd-4ef1-9429-d336bd327129 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@dcdd324 (id: 2d391837-6ebd-4ef1-9429-d336bd327129, sid: 2d391837-6ebd-4ef1-9429-d336bd327129) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_a4f0743f-3cfe-4390-b572-825d047ed413_55e0145f-aa2a-4a89-8574-1714fc4d5b41 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@79634bc8 (id: ID_FakeFunctionalChainInvolvement_System_a4f0743f-3cfe-4390-b572-825d047ed413_55e0145f-aa2a-4a89-8574-1714fc4d5b41, sid: ID_FakeFunctionalChainInvolvement_System_a4f0743f-3cfe-4390-b572-825d047ed413_55e0145f-aa2a-4a89-8574-1714fc4d5b41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 55e0145f-aa2a-4a89-8574-1714fc4d5b41 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4b077fd1 (id: 55e0145f-aa2a-4a89-8574-1714fc4d5b41, sid: 55e0145f-aa2a-4a89-8574-1714fc4d5b41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 56497384-dd9e-4411-97cd-ade1f6596b1a org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7758a7f9 (id: 56497384-dd9e-4411-97cd-ade1f6596b1a, sid: 56497384-dd9e-4411-97cd-ade1f6596b1a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b83b0a73-ccf4-4e02-8009-a130d4e3c3d3 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@751b734 (id: b83b0a73-ccf4-4e02-8009-a130d4e3c3d3, sid: b83b0a73-ccf4-4e02-8009-a130d4e3c3d3) (name: Sub2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 7fdca6a4-2b6a-484b-ac62-e769ceb983c2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4f7178fc (id: 7fdca6a4-2b6a-484b-ac62-e769ceb983c2, sid: 7fdca6a4-2b6a-484b-ac62-e769ceb983c2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc510777-91ba-4d02-af07-0fdf05cd820f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2c46d6c5 (id: dc510777-91ba-4d02-af07-0fdf05cd820f, sid: dc510777-91ba-4d02-af07-0fdf05cd820f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dad8a59-4146-4259-9aaa-426a8cd4af11 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1e13dbdb (id: 6dad8a59-4146-4259-9aaa-426a8cd4af11, sid: 6dad8a59-4146-4259-9aaa-426a8cd4af11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c560adc-d219-45f6-a7dc-b270332ee2ac org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@1471273a (id: 8c560adc-d219-45f6-a7dc-b270332ee2ac, sid: 8c560adc-d219-45f6-a7dc-b270332ee2ac) (name: Main2NoPrimaryFunctions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 5abfdb81-3f62-4d8d-ac09-0dd3b388aa6c org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@50031bd0 (id: 5abfdb81-3f62-4d8d-ac09-0dd3b388aa6c, sid: 5abfdb81-3f62-4d8d-ac09-0dd3b388aa6c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f65c2c06-349d-45eb-a49b-b664b8fb002c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4ae91feb (id: f65c2c06-349d-45eb-a49b-b664b8fb002c, sid: f65c2c06-349d-45eb-a49b-b664b8fb002c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb53ac77-a0a6-47cf-b865-d59476751c0e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4aa4d86e (id: bb53ac77-a0a6-47cf-b865-d59476751c0e, sid: bb53ac77-a0a6-47cf-b865-d59476751c0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 081a4c03-7792-4f6b-bb1d-b7c8ea510321 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@57f17ef7 (id: 081a4c03-7792-4f6b-bb1d-b7c8ea510321, sid: 081a4c03-7792-4f6b-bb1d-b7c8ea510321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e24843b-4c9e-4fc0-97bc-58246efb3550 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1f642242 (id: 6e24843b-4c9e-4fc0-97bc-58246efb3550, sid: 6e24843b-4c9e-4fc0-97bc-58246efb3550) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3ebee6d-8935-4cf6-9e62-43cc170c3f0c org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@1d706002 (id: c3ebee6d-8935-4cf6-9e62-43cc170c3f0c, sid: c3ebee6d-8935-4cf6-9e62-43cc170c3f0c) (name: Sub4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = b90e4d6d-6e73-444c-a09f-cdd125f928fa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@71fbbc6a (id: b90e4d6d-6e73-444c-a09f-cdd125f928fa, sid: b90e4d6d-6e73-444c-a09f-cdd125f928fa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6be7362-6dfd-4fcc-94bd-41af95b6fc71 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2da17264 (id: a6be7362-6dfd-4fcc-94bd-41af95b6fc71, sid: a6be7362-6dfd-4fcc-94bd-41af95b6fc71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e422139b-cfeb-451a-b634-4553bb9f25de org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@136933a0 (id: e422139b-cfeb-451a-b634-4553bb9f25de, sid: e422139b-cfeb-451a-b634-4553bb9f25de) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 037256e8-f75d-4f19-978e-50173cd7f8bc org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@d0721bf (id: 037256e8-f75d-4f19-978e-50173cd7f8bc, sid: 037256e8-f75d-4f19-978e-50173cd7f8bc) (name: Sub5Cutted) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 143d7cac-b5dc-453b-b400-5d60fa69443b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5d8967fe (id: 143d7cac-b5dc-453b-b400-5d60fa69443b, sid: 143d7cac-b5dc-453b-b400-5d60fa69443b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06570814-3b3d-4898-8ee0-a0bd975b156c org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@6c86e8a8 (id: 06570814-3b3d-4898-8ee0-a0bd975b156c, sid: 06570814-3b3d-4898-8ee0-a0bd975b156c) (name: MainSub45) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 9fa46e49-51e7-4da1-990d-7dc8b05e358e org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@7aa6d451 (id: 9fa46e49-51e7-4da1-990d-7dc8b05e358e, sid: 9fa46e49-51e7-4da1-990d-7dc8b05e358e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ba69a5e4-6828-4721-8bd4-e3c1b446e45e org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@2e3c72cb (id: ba69a5e4-6828-4721-8bd4-e3c1b446e45e, sid: ba69a5e4-6828-4721-8bd4-e3c1b446e45e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d2bca426-fd9f-4a13-8cce-953c26e3dc9c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1c05d7f (id: d2bca426-fd9f-4a13-8cce-953c26e3dc9c, sid: d2bca426-fd9f-4a13-8cce-953c26e3dc9c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80084302-e796-4be8-abd9-5e3d5d789d1a org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@5ad82647 (id: 80084302-e796-4be8-abd9-5e3d5d789d1a, sid: 80084302-e796-4be8-abd9-5e3d5d789d1a) (name: FunctionalChain 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 04b1ada6-429b-49c9-9f85-3a183faefddc org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@16907511 (id: 04b1ada6-429b-49c9-9f85-3a183faefddc, sid: 04b1ada6-429b-49c9-9f85-3a183faefddc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 894186e3-99a7-4496-a789-bffdcd0c1e81 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5b77f722 (id: 894186e3-99a7-4496-a789-bffdcd0c1e81, sid: 894186e3-99a7-4496-a789-bffdcd0c1e81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e317840-e763-445b-b02b-b0674d7e7fed org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@58df7296 (id: 0e317840-e763-445b-b02b-b0674d7e7fed, sid: 0e317840-e763-445b-b02b-b0674d7e7fed) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b751182f-30a8-42c3-a5f9-581d44dfb97d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@43ae9dd4 (id: b751182f-30a8-42c3-a5f9-581d44dfb97d, sid: b751182f-30a8-42c3-a5f9-581d44dfb97d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33a286d9-7b11-4e18-a417-83a225633697 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5603504d (id: 33a286d9-7b11-4e18-a417-83a225633697, sid: 33a286d9-7b11-4e18-a417-83a225633697) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6540774-7eba-4781-819c-61c823b61b26 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@32296348 (id: d6540774-7eba-4781-819c-61c823b61b26, sid: d6540774-7eba-4781-819c-61c823b61b26) (name: FunctionalChain 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 9891b19c-a957-4530-ab95-6a40937e1755 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1141ec59 (id: 9891b19c-a957-4530-ab95-6a40937e1755, sid: 9891b19c-a957-4530-ab95-6a40937e1755) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 022bb6d9-4c4a-4c51-b011-ebe2b6ba006d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@26369398 (id: 022bb6d9-4c4a-4c51-b011-ebe2b6ba006d, sid: 022bb6d9-4c4a-4c51-b011-ebe2b6ba006d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2c8d35ae-a8ca-4d27-b545-4d3455c490be org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6a7b2e2b (id: 2c8d35ae-a8ca-4d27-b545-4d3455c490be, sid: 2c8d35ae-a8ca-4d27-b545-4d3455c490be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 37d97a54-8a76-40b7-8213-7cddea3de868 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@1331230f (id: 37d97a54-8a76-40b7-8213-7cddea3de868, sid: 37d97a54-8a76-40b7-8213-7cddea3de868) (name: FunctionalChain 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 6486a48f-cd63-466a-baf2-2fe98118d4ad org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@d0c3614 (id: 6486a48f-cd63-466a-baf2-2fe98118d4ad, sid: 6486a48f-cd63-466a-baf2-2fe98118d4ad) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c83fc19f-9667-48ce-a10b-16b6840f43f8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1f34de7e (id: c83fc19f-9667-48ce-a10b-16b6840f43f8, sid: c83fc19f-9667-48ce-a10b-16b6840f43f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a705d27-147d-43bb-96e4-ea019a8f0df9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2c0da1c5 (id: 7a705d27-147d-43bb-96e4-ea019a8f0df9, sid: 7a705d27-147d-43bb-96e4-ea019a8f0df9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 140ce902-c323-4a56-b2ab-f2023759c7b0 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@63100848 (id: 140ce902-c323-4a56-b2ab-f2023759c7b0, sid: 140ce902-c323-4a56-b2ab-f2023759c7b0) (name: FunctionalChain 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 6a9c68f9-ec99-47b5-b300-663cbcadfaaf org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1a2b3980 (id: 6a9c68f9-ec99-47b5-b300-663cbcadfaaf, sid: 6a9c68f9-ec99-47b5-b300-663cbcadfaaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a818b9d7-66a7-4d1e-bef5-4bf8e8efade2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@621c526a (id: a818b9d7-66a7-4d1e-bef5-4bf8e8efade2, sid: a818b9d7-66a7-4d1e-bef5-4bf8e8efade2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 340b2afc-b6d5-4623-abf9-c3f47bf2d641 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2cbcb3cf (id: 340b2afc-b6d5-4623-abf9-c3f47bf2d641, sid: 340b2afc-b6d5-4623-abf9-c3f47bf2d641) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68b33122-a672-48f1-802d-7269eacaa03d org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@1aa4b7ad (id: 68b33122-a672-48f1-802d-7269eacaa03d, sid: 68b33122-a672-48f1-802d-7269eacaa03d) (name: MainInvFunc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = d275b96a-f54c-4eba-9d57-a1c3bf0092a6 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@388a6807 (id: d275b96a-f54c-4eba-9d57-a1c3bf0092a6, sid: d275b96a-f54c-4eba-9d57-a1c3bf0092a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d35368df-2991-489d-b099-e58e6d001f2d org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@71e18612 (id: d35368df-2991-489d-b099-e58e6d001f2d, sid: d35368df-2991-489d-b099-e58e6d001f2d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10065fd0-6cca-498e-a178-9ba52d9918eb org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@32455697 (id: 10065fd0-6cca-498e-a178-9ba52d9918eb, sid: 10065fd0-6cca-498e-a178-9ba52d9918eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = beecfd69-5202-4b28-b8dd-3b43e37c927b org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@d6396ad (id: beecfd69-5202-4b28-b8dd-3b43e37c927b, sid: beecfd69-5202-4b28-b8dd-3b43e37c927b) (name: MainFakeFE) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 8fd2cd4b-d588-4073-b37d-525a5f3617d5 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@66c20d56 (id: 8fd2cd4b-d588-4073-b37d-525a5f3617d5, sid: 8fd2cd4b-d588-4073-b37d-525a5f3617d5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 883800ee-65a4-40db-a48d-be88a26070cc org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@1b6ec68a (id: 883800ee-65a4-40db-a48d-be88a26070cc, sid: 883800ee-65a4-40db-a48d-be88a26070cc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_c83fc19f-9667-48ce-a10b-16b6840f43f8_a818b9d7-66a7-4d1e-bef5-4bf8e8efade28fd2cd4b-d588-4073-b37d-525a5f3617d5883800ee-65a4-40db-a48d-be88a26070cc org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@224706e3 (id: ID_FakeFunctionalChainInvolvement_System_c83fc19f-9667-48ce-a10b-16b6840f43f8_a818b9d7-66a7-4d1e-bef5-4bf8e8efade28fd2cd4b-d588-4073-b37d-525a5f3617d5883800ee-65a4-40db-a48d-be88a26070cc, sid: ID_FakeFunctionalChainInvolvement_System_c83fc19f-9667-48ce-a10b-16b6840f43f8_a818b9d7-66a7-4d1e-bef5-4bf8e8efade28fd2cd4b-d588-4073-b37d-525a5f3617d5883800ee-65a4-40db-a48d-be88a26070cc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dad4f386-b6f9-4691-a493-5ea4cb3c8285 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@1240f2bd (id: dad4f386-b6f9-4691-a493-5ea4cb3c8285, sid: dad4f386-b6f9-4691-a493-5ea4cb3c8285) (name: B) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 36afce13-3df4-4152-b8db-1d3eae6c921a org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@649ee51e (id: 36afce13-3df4-4152-b8db-1d3eae6c921a, sid: 36afce13-3df4-4152-b8db-1d3eae6c921a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb18cd0f-3a72-4014-aa2b-e20ea12344d9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@9a92591 (id: eb18cd0f-3a72-4014-aa2b-e20ea12344d9, sid: eb18cd0f-3a72-4014-aa2b-e20ea12344d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2cd7eee6-82b8-4975-8c35-5a91963fdee2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@34c75d10 (id: 2cd7eee6-82b8-4975-8c35-5a91963fdee2, sid: 2cd7eee6-82b8-4975-8c35-5a91963fdee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c67340a-7861-44dc-92f6-d46c7d199de9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2107942f (id: 0c67340a-7861-44dc-92f6-d46c7d199de9, sid: 0c67340a-7861-44dc-92f6-d46c7d199de9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7763de9-fce5-469e-b8ba-19fdf9d8d740 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@32223304 (id: f7763de9-fce5-469e-b8ba-19fdf9d8d740, sid: f7763de9-fce5-469e-b8ba-19fdf9d8d740) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e48d080-84b4-4a4b-99bc-b8b2166497d9 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@72e70d7c (id: 0e48d080-84b4-4a4b-99bc-b8b2166497d9, sid: 0e48d080-84b4-4a4b-99bc-b8b2166497d9) (name: BB) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 411900fb-dcff-4581-a7fd-ba5e206c6373 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@7cc6e1ed (id: 411900fb-dcff-4581-a7fd-ba5e206c6373, sid: 411900fb-dcff-4581-a7fd-ba5e206c6373) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23522280-e9d1-4729-9863-27aaabe57940 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@617db4b6 (id: 23522280-e9d1-4729-9863-27aaabe57940, sid: 23522280-e9d1-4729-9863-27aaabe57940) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_23522280-e9d1-4729-9863-27aaabe57940411900fb-dcff-4581-a7fd-ba5e206c6373 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6146eb05 (id: ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_23522280-e9d1-4729-9863-27aaabe57940411900fb-dcff-4581-a7fd-ba5e206c6373, sid: ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_23522280-e9d1-4729-9863-27aaabe57940411900fb-dcff-4581-a7fd-ba5e206c6373) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb4d5b60-e0a1-45ed-b766-2903fac94aa4 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@8226853 (id: cb4d5b60-e0a1-45ed-b766-2903fac94aa4, sid: cb4d5b60-e0a1-45ed-b766-2903fac94aa4) (name: BBB) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = d34d496c-ca36-4ccd-8df0-30dbb12c0ebc org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2dfefde4 (id: d34d496c-ca36-4ccd-8df0-30dbb12c0ebc, sid: d34d496c-ca36-4ccd-8df0-30dbb12c0ebc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e2edab9-daa2-4d07-8d0f-13c47f09c367 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@360568f8 (id: 3e2edab9-daa2-4d07-8d0f-13c47f09c367, sid: 3e2edab9-daa2-4d07-8d0f-13c47f09c367) (name: B2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 404106f6-8f72-4284-8caa-36eeb56ed0e8 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@74ae36aa (id: 404106f6-8f72-4284-8caa-36eeb56ed0e8, sid: 404106f6-8f72-4284-8caa-36eeb56ed0e8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2e22b218-e610-4b4d-ab57-e0888f802ed5 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@1cdd761f (id: 2e22b218-e610-4b4d-ab57-e0888f802ed5, sid: 2e22b218-e610-4b4d-ab57-e0888f802ed5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a02e22b218-e610-4b4d-ab57-e0888f802ed53704f9c0-2f6e-49da-b709-dd66dbc03cab_404106f6-8f72-4284-8caa-36eeb56ed0e8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6547534 (id: ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a02e22b218-e610-4b4d-ab57-e0888f802ed53704f9c0-2f6e-49da-b709-dd66dbc03cab_404106f6-8f72-4284-8caa-36eeb56ed0e8, sid: ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a02e22b218-e610-4b4d-ab57-e0888f802ed53704f9c0-2f6e-49da-b709-dd66dbc03cab_404106f6-8f72-4284-8caa-36eeb56ed0e8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58fcdb66-166f-4731-846a-fe869b2f8a83 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@5bc94b2f (id: 58fcdb66-166f-4731-846a-fe869b2f8a83, sid: 58fcdb66-166f-4731-846a-fe869b2f8a83) (name: BB2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 26934ac6-7341-4d0e-b3ce-65bb8d2e6f5d org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@5e573d9a (id: 26934ac6-7341-4d0e-b3ce-65bb8d2e6f5d, sid: 26934ac6-7341-4d0e-b3ce-65bb8d2e6f5d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3704f9c0-2f6e-49da-b709-dd66dbc03cab org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@29cdc5c1 (id: 3704f9c0-2f6e-49da-b709-dd66dbc03cab, sid: 3704f9c0-2f6e-49da-b709-dd66dbc03cab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a026934ac6-7341-4d0e-b3ce-65bb8d2e6f5d3704f9c0-2f6e-49da-b709-dd66dbc03cab org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@edd7d5d (id: ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a026934ac6-7341-4d0e-b3ce-65bb8d2e6f5d3704f9c0-2f6e-49da-b709-dd66dbc03cab, sid: ID_FakeFunctionalChainInvolvement_System_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a026934ac6-7341-4d0e-b3ce-65bb8d2e6f5d3704f9c0-2f6e-49da-b709-dd66dbc03cab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 551a196b-fd63-47b2-af42-caa80c5cf23e org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@4be4e244 (id: 551a196b-fd63-47b2-af42-caa80c5cf23e, sid: 551a196b-fd63-47b2-af42-caa80c5cf23e) (name: CC) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = b6be540f-ae43-4377-9029-17acbdbeb7a0 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2c38bd4f (id: b6be540f-ae43-4377-9029-17acbdbeb7a0, sid: b6be540f-ae43-4377-9029-17acbdbeb7a0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a141d15-b1f0-40db-bea4-6c17f17f22a3 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6b9c96c4 (id: 3a141d15-b1f0-40db-bea4-6c17f17f22a3, sid: 3a141d15-b1f0-40db-bea4-6c17f17f22a3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09e846ff-e971-4534-bc7a-7e40a92330ac org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1bd94449 (id: 09e846ff-e971-4534-bc7a-7e40a92330ac, sid: 09e846ff-e971-4534-bc7a-7e40a92330ac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76339303-0ad5-4c93-8bd0-43f787ebead9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@774373b4 (id: 76339303-0ad5-4c93-8bd0-43f787ebead9, sid: 76339303-0ad5-4c93-8bd0-43f787ebead9) (name: PhysicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2c31db05-dfc8-4a88-a8d6-dc457bca64c1 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1e786ad6 (id: 2c31db05-dfc8-4a88-a8d6-dc457bca64c1, sid: 2c31db05-dfc8-4a88-a8d6-dc457bca64c1) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2433ccb2-6ea3-467a-b8de-0f2b21067710 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@11dde56b (id: 2433ccb2-6ea3-467a-b8de-0f2b21067710, sid: 2433ccb2-6ea3-467a-b8de-0f2b21067710) (name: PhysicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1f386f6c-ce2c-4f87-8644-874455fb7427 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@40f71015 (id: 1f386f6c-ce2c-4f87-8644-874455fb7427, sid: 1f386f6c-ce2c-4f87-8644-874455fb7427) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 993939eb-5dab-40b1-930f-e7d14d300c21 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2c45056c (id: 993939eb-5dab-40b1-930f-e7d14d300c21, sid: 993939eb-5dab-40b1-930f-e7d14d300c21) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0cb55292-72e8-41ef-84ed-e38b29e682f1 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7136e4e8 (id: 0cb55292-72e8-41ef-84ed-e38b29e682f1, sid: 0cb55292-72e8-41ef-84ed-e38b29e682f1) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 95ba52fe-4e70-459f-a83d-9f68d8d59cd2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@f3eb118 (id: 95ba52fe-4e70-459f-a83d-9f68d8d59cd2, sid: 95ba52fe-4e70-459f-a83d-9f68d8d59cd2) (name: PhysicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 42924fc9-31de-479d-84b7-af8acd978890 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@77317f52 (id: 42924fc9-31de-479d-84b7-af8acd978890, sid: 42924fc9-31de-479d-84b7-af8acd978890) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ba349861-654b-4f3d-af43-ecca3048787b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@73db7abd (id: ba349861-654b-4f3d-af43-ecca3048787b, sid: ba349861-654b-4f3d-af43-ecca3048787b) (name: PhysicalFunction 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 75376313-9d31-4bfb-aa2b-27691cd31971 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@358cd18a (id: 75376313-9d31-4bfb-aa2b-27691cd31971, sid: 75376313-9d31-4bfb-aa2b-27691cd31971) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c602ab92-6624-443c-be5d-726873b28d04 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4fc00052 (id: c602ab92-6624-443c-be5d-726873b28d04, sid: c602ab92-6624-443c-be5d-726873b28d04) (name: PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d927a3e4-4059-42fe-b14f-c16f5e0fb428 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@33f72d17 (id: d927a3e4-4059-42fe-b14f-c16f5e0fb428, sid: d927a3e4-4059-42fe-b14f-c16f5e0fb428) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8c458b58-bb6b-43a8-8f8d-66d0eb96aac6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1bd1a746 (id: 8c458b58-bb6b-43a8-8f8d-66d0eb96aac6, sid: 8c458b58-bb6b-43a8-8f8d-66d0eb96aac6) (name: PhysicalFunction 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e76756f9-3f67-47e0-8f8a-036694478ed9 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@48023537 (id: e76756f9-3f67-47e0-8f8a-036694478ed9, sid: e76756f9-3f67-47e0-8f8a-036694478ed9) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@516641a8 (id: ID_FakeFunctionPortOut_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: ID_FakeFunctionPortOut_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: out_FakeFE_PhysicalFunction 6_PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c64b79ca-6580-4c08-bc46-ce8d270b9efa org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e910a43 (id: c64b79ca-6580-4c08-bc46-ce8d270b9efa, sid: c64b79ca-6580-4c08-bc46-ce8d270b9efa) (name: PhysicalFunction 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 912d573a-bb14-4bd3-b1a7-2a21553b1b4a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@60716743 (id: 912d573a-bb14-4bd3-b1a7-2a21553b1b4a, sid: 912d573a-bb14-4bd3-b1a7-2a21553b1b4a) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 698bb900-8436-4e43-b54e-5843481ca55a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@22eb49b0 (id: 698bb900-8436-4e43-b54e-5843481ca55a, sid: 698bb900-8436-4e43-b54e-5843481ca55a) (name: PhysicalFunction 29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2257a691-5970-4f4a-b74b-714bd968aa85 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3779136c (id: 2257a691-5970-4f4a-b74b-714bd968aa85, sid: 2257a691-5970-4f4a-b74b-714bd968aa85) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0b1e67c9-7f05-4556-b879-460ec5a67445 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@27131745 (id: 0b1e67c9-7f05-4556-b879-460ec5a67445, sid: 0b1e67c9-7f05-4556-b879-460ec5a67445) (name: PhysicalFunction 21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 06673521-1225-4ff2-be43-31b0d0493a3c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4785cc45 (id: 06673521-1225-4ff2-be43-31b0d0493a3c, sid: 06673521-1225-4ff2-be43-31b0d0493a3c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@147ac764 (id: fb5ce1dc-45c7-4cca-8c08-756454fc4cf0, sid: fb5ce1dc-45c7-4cca-8c08-756454fc4cf0) (name: PhysicalFunction 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0_ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5914b824 (id: ID_FakeFunctionPortIn_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0_ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0, sid: ID_FakeFunctionPortIn_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0_ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0) (name: in_FakeFE_PhysicalFunction 11_PhysicalFunction 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9f97b20f-c6ae-43f2-8cd1-c07a3c589763 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2223961c (id: 9f97b20f-c6ae-43f2-8cd1-c07a3c589763, sid: 9f97b20f-c6ae-43f2-8cd1-c07a3c589763) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1e29731 (id: 322d28f1-0a33-4fc6-b235-8206bea763fd, sid: 322d28f1-0a33-4fc6-b235-8206bea763fd) (name: PhysicalFunction 34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_322d28f1-0a33-4fc6-b235-8206bea763fd_ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@14ef7370 (id: ID_FakeFunctionPortIn_322d28f1-0a33-4fc6-b235-8206bea763fd_ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd, sid: ID_FakeFunctionPortIn_322d28f1-0a33-4fc6-b235-8206bea763fd_ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd) (name: in_FakeFE_PhysicalFunction 32_PhysicalFunction 34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5c0ed5fc-e65e-4084-9199-c15d6bc88801 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@216ed901 (id: 5c0ed5fc-e65e-4084-9199-c15d6bc88801, sid: 5c0ed5fc-e65e-4084-9199-c15d6bc88801) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cfdb498a-8a15-4734-914b-191a857740c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@624cce93 (id: cfdb498a-8a15-4734-914b-191a857740c3, sid: cfdb498a-8a15-4734-914b-191a857740c3) (name: PhysicalFunction 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 765b54d7-3534-41f2-bbea-9df15cd492dd org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@20cf7459 (id: 765b54d7-3534-41f2-bbea-9df15cd492dd, sid: 765b54d7-3534-41f2-bbea-9df15cd492dd) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2eb3fe98-a768-4d13-be34-153c61167d9e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@64398bec (id: 2eb3fe98-a768-4d13-be34-153c61167d9e, sid: 2eb3fe98-a768-4d13-be34-153c61167d9e) (name: PhysicalFunction 11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1e5978eb-6b41-4c73-bc1d-b367bc170293 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@79c16cd9 (id: 1e5978eb-6b41-4c73-bc1d-b367bc170293, sid: 1e5978eb-6b41-4c73-bc1d-b367bc170293) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_2eb3fe98-a768-4d13-be34-153c61167d9e_ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@20706ecf (id: ID_FakeFunctionPortOut_2eb3fe98-a768-4d13-be34-153c61167d9e_ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0, sid: ID_FakeFunctionPortOut_2eb3fe98-a768-4d13-be34-153c61167d9e_ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0) (name: out_FakeFE_PhysicalFunction 11_PhysicalFunction 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e24e8f7e-43fd-4fc8-8d20-307cc10e7e50 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@75305952 (id: e24e8f7e-43fd-4fc8-8d20-307cc10e7e50, sid: e24e8f7e-43fd-4fc8-8d20-307cc10e7e50) (name: PhysicalFunction 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 19765c70-3ad8-493c-baf4-ca447643a15e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@610e871e (id: 19765c70-3ad8-493c-baf4-ca447643a15e, sid: 19765c70-3ad8-493c-baf4-ca447643a15e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@437aea00 (id: df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_df2f8454-1cd1-4d92-a598-df77526ad3b0_ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3e8ef636 (id: ID_FakeFunctionPortIn_df2f8454-1cd1-4d92-a598-df77526ad3b0_ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: ID_FakeFunctionPortIn_df2f8454-1cd1-4d92-a598-df77526ad3b0_ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: in_FakeFE_PhysicalFunction 6_PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 71fd3e05-4e1e-492e-be8b-6cbed9857178 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1e107eac (id: 71fd3e05-4e1e-492e-be8b-6cbed9857178, sid: 71fd3e05-4e1e-492e-be8b-6cbed9857178) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 551b38c1-7d18-4f6e-b435-1dcd02ccc08c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5dbc765c (id: 551b38c1-7d18-4f6e-b435-1dcd02ccc08c, sid: 551b38c1-7d18-4f6e-b435-1dcd02ccc08c) (name: PhysicalFunction 30) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5b3a1469-eaf3-4a1e-957e-5e96aba8047e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@37163295 (id: 5b3a1469-eaf3-4a1e-957e-5e96aba8047e, sid: 5b3a1469-eaf3-4a1e-957e-5e96aba8047e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2223bb09-3903-42ee-a3d0-6f4d3b478ae9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1e238cca (id: 2223bb09-3903-42ee-a3d0-6f4d3b478ae9, sid: 2223bb09-3903-42ee-a3d0-6f4d3b478ae9) (name: PhysicalFunction 35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9b55d689-92d1-41d0-9d3c-df4f260e3a7e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@b6dcb20 (id: 9b55d689-92d1-41d0-9d3c-df4f260e3a7e, sid: 9b55d689-92d1-41d0-9d3c-df4f260e3a7e) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6f699c83-368f-4230-9121-74a99248c884 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2553065f (id: 6f699c83-368f-4230-9121-74a99248c884, sid: 6f699c83-368f-4230-9121-74a99248c884) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = dba3485f-74a6-4a0b-90ff-7046dfa8ceb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@20e93c72 (id: dba3485f-74a6-4a0b-90ff-7046dfa8ceb6, sid: dba3485f-74a6-4a0b-90ff-7046dfa8ceb6) (name: PhysicalFunction 22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ca35b7a8-44c0-4a40-8362-77e7e445347b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@360065f9 (id: ca35b7a8-44c0-4a40-8362-77e7e445347b, sid: ca35b7a8-44c0-4a40-8362-77e7e445347b) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5e7f5b03-8b88-4ab3-bb66-35adca1739df org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@916e543 (id: 5e7f5b03-8b88-4ab3-bb66-35adca1739df, sid: 5e7f5b03-8b88-4ab3-bb66-35adca1739df) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = db08d65b-dcc1-4c48-8b26-4c70ffff0289 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5d6f2e3c (id: db08d65b-dcc1-4c48-8b26-4c70ffff0289, sid: db08d65b-dcc1-4c48-8b26-4c70ffff0289) (name: PhysicalFunction 18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a23deba1-0c32-44a6-9a61-673be39a874b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@108f296d (id: a23deba1-0c32-44a6-9a61-673be39a874b, sid: a23deba1-0c32-44a6-9a61-673be39a874b) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 81f801b6-2d47-46c8-8817-b0b635458882 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4fc84b0e (id: 81f801b6-2d47-46c8-8817-b0b635458882, sid: 81f801b6-2d47-46c8-8817-b0b635458882) (name: PhysicalFunction 31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bab15eae-7252-4bd7-a082-d130dfab238f org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@30d5c3e8 (id: bab15eae-7252-4bd7-a082-d130dfab238f, sid: bab15eae-7252-4bd7-a082-d130dfab238f) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 931dc5e1-846e-4f48-83aa-d9e35981d595 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@ee55d38 (id: 931dc5e1-846e-4f48-83aa-d9e35981d595, sid: 931dc5e1-846e-4f48-83aa-d9e35981d595) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 496d6f03-cb53-460f-a12c-bdf4f2d46305 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@cd592d4 (id: 496d6f03-cb53-460f-a12c-bdf4f2d46305, sid: 496d6f03-cb53-460f-a12c-bdf4f2d46305) (name: PhysicalFunction 17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 83af78df-b84f-4bd2-873b-36eb4f9201ef org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7771b194 (id: 83af78df-b84f-4bd2-873b-36eb4f9201ef, sid: 83af78df-b84f-4bd2-873b-36eb4f9201ef) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3c7da530-86c6-4879-9dec-0f5eb16027ad org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6df2d5b7 (id: 3c7da530-86c6-4879-9dec-0f5eb16027ad, sid: 3c7da530-86c6-4879-9dec-0f5eb16027ad) (name: PhysicalFunction 16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = eae9c5e4-8279-4405-b27d-78a4e49515b8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@535f3d63 (id: eae9c5e4-8279-4405-b27d-78a4e49515b8, sid: eae9c5e4-8279-4405-b27d-78a4e49515b8) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@57e359cd (id: 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9, sid: 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = eac4d18b-38b2-4260-b827-cd1056291719 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6018e7c0 (id: eac4d18b-38b2-4260-b827-cd1056291719, sid: eac4d18b-38b2-4260-b827-cd1056291719) (name: PhysicalFunction 23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b9bbfa3e-bcdd-4a69-8cf4-5fed31df7b14 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@97b5d1d (id: b9bbfa3e-bcdd-4a69-8cf4-5fed31df7b14, sid: b9bbfa3e-bcdd-4a69-8cf4-5fed31df7b14) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 22626436-f101-41c1-b061-ecdbd7eaea67 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3ce1ce66 (id: 22626436-f101-41c1-b061-ecdbd7eaea67, sid: 22626436-f101-41c1-b061-ecdbd7eaea67) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e9184dcb-df71-473b-bbdc-f9150c39a534 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@72a26525 (id: e9184dcb-df71-473b-bbdc-f9150c39a534, sid: e9184dcb-df71-473b-bbdc-f9150c39a534) (name: PhysicalFunction 36) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 84f68464-3269-44ab-afed-e1fc7bb970d6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@70e5e267 (id: 84f68464-3269-44ab-afed-e1fc7bb970d6, sid: 84f68464-3269-44ab-afed-e1fc7bb970d6) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2630844 (id: 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c, sid: 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c) (name: PhysicalFunction 24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f09950f6-6bcf-489c-ad56-4307e6532d40 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2562d92f (id: f09950f6-6bcf-489c-ad56-4307e6532d40, sid: f09950f6-6bcf-489c-ad56-4307e6532d40) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e59f3940-472e-4914-a7c2-be83c7c33358 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@86144eb (id: e59f3940-472e-4914-a7c2-be83c7c33358, sid: e59f3940-472e-4914-a7c2-be83c7c33358) (name: PhysicalFunction 32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fbb43254-6230-4a1e-be44-b5f96304739f org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@57ceed2 (id: fbb43254-6230-4a1e-be44-b5f96304739f, sid: fbb43254-6230-4a1e-be44-b5f96304739f) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_e59f3940-472e-4914-a7c2-be83c7c33358_ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4ac8493a (id: ID_FakeFunctionPortOut_e59f3940-472e-4914-a7c2-be83c7c33358_ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd, sid: ID_FakeFunctionPortOut_e59f3940-472e-4914-a7c2-be83c7c33358_ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd) (name: out_FakeFE_PhysicalFunction 32_PhysicalFunction 34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5ca2b5af (id: c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_c64c726d-e395-42ac-a2ca-e3ba8d863ca8_ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@26ef02d9 (id: ID_FakeFunctionPortIn_c64c726d-e395-42ac-a2ca-e3ba8d863ca8_ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionPortIn_c64c726d-e395-42ac-a2ca-e3ba8d863ca8_ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: in_FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6e7b5d48-5ec1-4ebb-9cac-113269b3a868 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2fc37c72 (id: 6e7b5d48-5ec1-4ebb-9cac-113269b3a868, sid: 6e7b5d48-5ec1-4ebb-9cac-113269b3a868) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 247888f6-9a44-4f7d-8149-33882a3b9eb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5eb9888b (id: 247888f6-9a44-4f7d-8149-33882a3b9eb6, sid: 247888f6-9a44-4f7d-8149-33882a3b9eb6) (name: PhysicalFunction 26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3d17215e-48fd-4079-9afe-4ac6fbcc4b95 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6da189d2 (id: 3d17215e-48fd-4079-9afe-4ac6fbcc4b95, sid: 3d17215e-48fd-4079-9afe-4ac6fbcc4b95) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5ac6443d (id: ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: out_FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bb0f549d-39b5-41ee-bfe0-b135e4783a7a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@76a2eb2b (id: bb0f549d-39b5-41ee-bfe0-b135e4783a7a, sid: bb0f549d-39b5-41ee-bfe0-b135e4783a7a) (name: PhysicalFunction 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 11d3b727-baa4-4ec1-98db-47ca0bc3d33a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@44029967 (id: 11d3b727-baa4-4ec1-98db-47ca0bc3d33a, sid: 11d3b727-baa4-4ec1-98db-47ca0bc3d33a) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8abc3773-2460-43eb-8ad2-2fdbed5431f5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@28e88e87 (id: 8abc3773-2460-43eb-8ad2-2fdbed5431f5, sid: 8abc3773-2460-43eb-8ad2-2fdbed5431f5) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = dd088d40-7b9d-4ae0-9f65-39c2d7d80cd8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@49825df2 (id: dd088d40-7b9d-4ae0-9f65-39c2d7d80cd8, sid: dd088d40-7b9d-4ae0-9f65-39c2d7d80cd8) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2b155dc1-a0d2-46d1-a32f-c0e31da1ea48 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@16ab787f (id: 2b155dc1-a0d2-46d1-a32f-c0e31da1ea48, sid: 2b155dc1-a0d2-46d1-a32f-c0e31da1ea48) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 77db9124-c1d4-4cb8-a72f-607fb4d4e58a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@233641b9 (id: 77db9124-c1d4-4cb8-a72f-607fb4d4e58a, sid: 77db9124-c1d4-4cb8-a72f-607fb4d4e58a) (name: FunctionalExchange 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 70711dcf-8343-403a-b9f5-4c70caa83456 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@79c0ecc7 (id: 70711dcf-8343-403a-b9f5-4c70caa83456, sid: 70711dcf-8343-403a-b9f5-4c70caa83456) (name: FunctionalExchange 17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 34f13a01-438b-4582-8425-490f1861ff93 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1470d639 (id: 34f13a01-438b-4582-8425-490f1861ff93, sid: 34f13a01-438b-4582-8425-490f1861ff93) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = cfd6683e-7b35-4d1d-a5b9-16c96fb79f51 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@624f66e7 (id: cfd6683e-7b35-4d1d-a5b9-16c96fb79f51, sid: cfd6683e-7b35-4d1d-a5b9-16c96fb79f51) (name: FunctionalExchange 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9a8ee18f-784f-421d-bc69-87bc2a78acfc org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7568e655 (id: 9a8ee18f-784f-421d-bc69-87bc2a78acfc, sid: 9a8ee18f-784f-421d-bc69-87bc2a78acfc) (name: FunctionalExchange 29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 6baba159-8474-4946-b3ec-bca72e843f2b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7af71285 (id: 6baba159-8474-4946-b3ec-bca72e843f2b, sid: 6baba159-8474-4946-b3ec-bca72e843f2b) (name: FunctionalExchange 18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 47d9cfd2-114f-40a7-8057-9b53627db409 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@48ff9542 (id: 47d9cfd2-114f-40a7-8057-9b53627db409, sid: 47d9cfd2-114f-40a7-8057-9b53627db409) (name: FunctionalExchange 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7ef3f67d-8464-4675-a84b-23cff5c2a740 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7492c891 (id: 7ef3f67d-8464-4675-a84b-23cff5c2a740, sid: 7ef3f67d-8464-4675-a84b-23cff5c2a740) (name: FunctionalExchange 30) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = beb95fde-8aee-4cd1-94e8-9162fa373ed4 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7c55fc8 (id: beb95fde-8aee-4cd1-94e8-9162fa373ed4, sid: beb95fde-8aee-4cd1-94e8-9162fa373ed4) (name: FunctionalExchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = aab00e90-dc68-49a8-8eb0-a189091b053f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@8de139b (id: aab00e90-dc68-49a8-8eb0-a189091b053f, sid: aab00e90-dc68-49a8-8eb0-a189091b053f) (name: FunctionalExchange 19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 01fccebc-d38c-4f96-9d51-3f9cb732dd32 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6e5dbd3f (id: 01fccebc-d38c-4f96-9d51-3f9cb732dd32, sid: 01fccebc-d38c-4f96-9d51-3f9cb732dd32) (name: FunctionalExchange 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a49c9810-d478-487d-a019-76f41a4565d6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6afe4298 (id: a49c9810-d478-487d-a019-76f41a4565d6, sid: a49c9810-d478-487d-a019-76f41a4565d6) (name: FunctionalExchange 20) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = f4683dfa-d63a-4423-8d35-3a16086f48d5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2ebdf57f (id: f4683dfa-d63a-4423-8d35-3a16086f48d5, sid: f4683dfa-d63a-4423-8d35-3a16086f48d5) (name: FunctionalExchange 23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2ce053d4-3b4e-4e34-9a9e-6b56651218a6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@364f98b2 (id: 2ce053d4-3b4e-4e34-9a9e-6b56651218a6, sid: 2ce053d4-3b4e-4e34-9a9e-6b56651218a6) (name: FunctionalExchange 24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a189ae32-8701-42aa-b7a5-e217f71f2d20 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@13a25b22 (id: a189ae32-8701-42aa-b7a5-e217f71f2d20, sid: a189ae32-8701-42aa-b7a5-e217f71f2d20) (name: FunctionalExchange 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5de49f2a (id: ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: FakeFE_PhysicalFunction 6_PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2068ef38 (id: ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0, sid: ID_FakeFunctionalExchange_System_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0) (name: FakeFE_PhysicalFunction 11_PhysicalFunction 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@41992813 (id: ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1c3e084e (id: ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd, sid: ID_FakeFunctionalExchange_System_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd) (name: FakeFE_PhysicalFunction 32_PhysicalFunction 34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9c03d752-dcbc-4194-b07f-96709eccac61 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5d45c2ff (id: 9c03d752-dcbc-4194-b07f-96709eccac61, sid: 9c03d752-dcbc-4194-b07f-96709eccac61) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = cc2e8ca1-5702-46ac-b067-c2c9ad2d8ac3 org.polarsys.capella.core.data.cs.impl.PartImpl@702748af (id: cc2e8ca1-5702-46ac-b067-c2c9ad2d8ac3, sid: cc2e8ca1-5702-46ac-b067-c2c9ad2d8ac3) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 75163f07-2361-4f50-a076-227bc9f83a51 org.polarsys.capella.core.data.cs.impl.PartImpl@3063e6e (id: 75163f07-2361-4f50-a076-227bc9f83a51, sid: 75163f07-2361-4f50-a076-227bc9f83a51) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 877a3754-6d54-4476-9aee-2d060d500d38 org.polarsys.capella.core.data.cs.impl.PartImpl@3138399 (id: 877a3754-6d54-4476-9aee-2d060d500d38, sid: 877a3754-6d54-4476-9aee-2d060d500d38) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fdead92c-c6e7-4c00-90bf-a59b3c997676 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@670c2937 (id: fdead92c-c6e7-4c00-90bf-a59b3c997676, sid: fdead92c-c6e7-4c00-90bf-a59b3c997676) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 43ee229a-b896-4896-8df3-b825f6007c5d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@554b8ef6 (id: 43ee229a-b896-4896-8df3-b825f6007c5d, sid: 43ee229a-b896-4896-8df3-b825f6007c5d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = baf2c827-788e-454e-b462-b09b5cf3b64d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@70fd9e88 (id: baf2c827-788e-454e-b462-b09b5cf3b64d, sid: baf2c827-788e-454e-b462-b09b5cf3b64d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = e288c1ff-cb37-4da0-892c-93650248df2c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4f063020 (id: e288c1ff-cb37-4da0-892c-93650248df2c, sid: e288c1ff-cb37-4da0-892c-93650248df2c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63c2c86e-544b-4dbd-9c00-094669d9f0cf org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@37f0fffd (id: 63c2c86e-544b-4dbd-9c00-094669d9f0cf, sid: 63c2c86e-544b-4dbd-9c00-094669d9f0cf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8099bda8-885b-4024-9eb3-a4ecb5a4a7fe org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7bd88100 (id: 8099bda8-885b-4024-9eb3-a4ecb5a4a7fe, sid: 8099bda8-885b-4024-9eb3-a4ecb5a4a7fe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1bf86616-52b4-49ae-99ec-a84904b88e0f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5a1296b (id: 1bf86616-52b4-49ae-99ec-a84904b88e0f, sid: 1bf86616-52b4-49ae-99ec-a84904b88e0f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c095f2e-693e-46b3-ae67-32165f6d35ff org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@764db8b (id: 7c095f2e-693e-46b3-ae67-32165f6d35ff, sid: 7c095f2e-693e-46b3-ae67-32165f6d35ff) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91ed4c2b-ea96-43e3-88d8-ff2acf0668ab org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@b82507d (id: 91ed4c2b-ea96-43e3-88d8-ff2acf0668ab, sid: 91ed4c2b-ea96-43e3-88d8-ff2acf0668ab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8b3a245-2b7c-43dd-bd9d-3790494e9523 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@acfce67 (id: c8b3a245-2b7c-43dd-bd9d-3790494e9523, sid: c8b3a245-2b7c-43dd-bd9d-3790494e9523) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3513e7d-716b-47d2-ab93-cad8e3f42aef org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@135776fb (id: b3513e7d-716b-47d2-ab93-cad8e3f42aef, sid: b3513e7d-716b-47d2-ab93-cad8e3f42aef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e56efc8-8577-4d15-9b1d-55c39633d6aa org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@52ba8ff7 (id: 9e56efc8-8577-4d15-9b1d-55c39633d6aa, sid: 9e56efc8-8577-4d15-9b1d-55c39633d6aa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0efe7b69-a0ad-422e-8ea1-a4891c327c33 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3ab858a2 (id: 0efe7b69-a0ad-422e-8ea1-a4891c327c33, sid: 0efe7b69-a0ad-422e-8ea1-a4891c327c33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f8f9e42-11f8-43cb-bcac-9d89ec216eda org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1433e12e (id: 2f8f9e42-11f8-43cb-bcac-9d89ec216eda, sid: 2f8f9e42-11f8-43cb-bcac-9d89ec216eda) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3cef204b-79ac-41b1-8130-a1123736ea48 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4adbc08d (id: 3cef204b-79ac-41b1-8130-a1123736ea48, sid: 3cef204b-79ac-41b1-8130-a1123736ea48) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = e2916d93-dc39-4dc3-904e-24f2f528f1ac org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@44811354 (id: e2916d93-dc39-4dc3-904e-24f2f528f1ac, sid: e2916d93-dc39-4dc3-904e-24f2f528f1ac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b980a91-64da-4911-8499-f4ae9fc12bb5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4242df62 (id: 8b980a91-64da-4911-8499-f4ae9fc12bb5, sid: 8b980a91-64da-4911-8499-f4ae9fc12bb5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d2ef47f-99cc-4333-bcf4-cbccf3be491d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4b77d5e2 (id: 2d2ef47f-99cc-4333-bcf4-cbccf3be491d, sid: 2d2ef47f-99cc-4333-bcf4-cbccf3be491d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 67995469-7f90-4fa9-bb1a-11b68857f109 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5fbcaba9 (id: 67995469-7f90-4fa9-bb1a-11b68857f109, sid: 67995469-7f90-4fa9-bb1a-11b68857f109) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e8444416-5241-4fb2-b48e-bc21e926aacf org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@136b08b9 (id: e8444416-5241-4fb2-b48e-bc21e926aacf, sid: e8444416-5241-4fb2-b48e-bc21e926aacf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d5a6d11f-a521-441d-866f-7bdb64903644 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@47866c79 (id: d5a6d11f-a521-441d-866f-7bdb64903644, sid: d5a6d11f-a521-441d-866f-7bdb64903644) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a442186f-d4cc-4cf4-a90a-0b40d88de82d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@32ab69ae (id: a442186f-d4cc-4cf4-a90a-0b40d88de82d, sid: a442186f-d4cc-4cf4-a90a-0b40d88de82d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 774d73f9-4c98-4b7e-9f9c-eab799fa3df9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@8f06db1 (id: 774d73f9-4c98-4b7e-9f9c-eab799fa3df9, sid: 774d73f9-4c98-4b7e-9f9c-eab799fa3df9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fc64e568-150c-4d57-aae1-14afeea72460 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@431592d6 (id: fc64e568-150c-4d57-aae1-14afeea72460, sid: fc64e568-150c-4d57-aae1-14afeea72460) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0560b3fe-6b87-4612-814d-7c8048512b16 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3704db69 (id: 0560b3fe-6b87-4612-814d-7c8048512b16, sid: 0560b3fe-6b87-4612-814d-7c8048512b16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c1bca70-45e4-4756-a420-08b49cae5da4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5e8b323e (id: 8c1bca70-45e4-4756-a420-08b49cae5da4, sid: 8c1bca70-45e4-4756-a420-08b49cae5da4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c452df0-f5f2-4ef6-802c-b588611a3e3e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@551d51bb (id: 6c452df0-f5f2-4ef6-802c-b588611a3e3e, sid: 6c452df0-f5f2-4ef6-802c-b588611a3e3e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 25bb566e-9125-4d9d-9cbf-a7efa800ede2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3a71eaec (id: 25bb566e-9125-4d9d-9cbf-a7efa800ede2, sid: 25bb566e-9125-4d9d-9cbf-a7efa800ede2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1589597-97b6-40b6-b502-9e2c76e8c76a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2b3fa158 (id: b1589597-97b6-40b6-b502-9e2c76e8c76a, sid: b1589597-97b6-40b6-b502-9e2c76e8c76a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 86b39205-7e23-4c45-ada9-0d4f03fbaa9b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2ca26cc3 (id: 86b39205-7e23-4c45-ada9-0d4f03fbaa9b, sid: 86b39205-7e23-4c45-ada9-0d4f03fbaa9b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f4c8e2da-3a01-4971-868d-e563f038b1fb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@130d7065 (id: f4c8e2da-3a01-4971-868d-e563f038b1fb, sid: f4c8e2da-3a01-4971-868d-e563f038b1fb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 67c5683c-6b15-4d24-9887-66063eadb1d9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@269ede62 (id: 67c5683c-6b15-4d24-9887-66063eadb1d9, sid: 67c5683c-6b15-4d24-9887-66063eadb1d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [TestComposite568503] >> release >> unload 568503 [TestComposite568503] >> release >> unload output [TestComposite568503] >> require >> load 568503 [TestComposite568503] >> require >> load output ID = 12d236ec-5c15-4fc7-81eb-8a95e9491a81 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1ce3e8ff (id: 12d236ec-5c15-4fc7-81eb-8a95e9491a81, sid: null) (name: 568503) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f54454eb-e653-40ac-ad0b-9cf0a87a54b6 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@21d99bea (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7dae3fb8 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@f548090 (id: e8cff3e5-acb5-4ea0-b8af-81c96845d34d, sid: null) (name: 568503) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09132a79-214c-4cdf-8895-978ade003e0f org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@59f21461 (id: 09132a79-214c-4cdf-8895-978ade003e0f, sid: 09132a79-214c-4cdf-8895-978ade003e0f) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e15519f9-e706-4d34-9fe4-858607362602 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6f995a2a (id: e15519f9-e706-4d34-9fe4-858607362602, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bde9770e-e609-4995-b02d-fbe2e77ee49a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@73160608 (id: bde9770e-e609-4995-b02d-fbe2e77ee49a, sid: bde9770e-e609-4995-b02d-fbe2e77ee49a) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 63bb4be3-f529-4862-ba4b-67bc1f7306f7 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@384b79f3 (id: 63bb4be3-f529-4862-ba4b-67bc1f7306f7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb4db3c9-e378-48ea-bd84-a1ad004f8252 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@704c8f01 (id: fb4db3c9-e378-48ea-bd84-a1ad004f8252, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3c375041-82f9-449a-a24c-10c31791a5a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@641d8125 (id: 3c375041-82f9-449a-a24c-10c31791a5a4, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8eeb2b20-d843-4b2d-99c6-270e3832d38c org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@769308fb (id: 8eeb2b20-d843-4b2d-99c6-270e3832d38c, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 045351d3-ee7b-408f-9f3c-463a068fdb31 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5174d759 (id: 045351d3-ee7b-408f-9f3c-463a068fdb31, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9c03d752-dcbc-4194-b07f-96709eccac61 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@27271673 (id: 9c03d752-dcbc-4194-b07f-96709eccac61, sid: 9c03d752-dcbc-4194-b07f-96709eccac61) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f3aee8ab-c3ff-434a-b3f4-7db9b0b88b57 org.polarsys.capella.core.data.cs.impl.PartImpl@2fbbbf1b (id: f3aee8ab-c3ff-434a-b3f4-7db9b0b88b57, sid: f3aee8ab-c3ff-434a-b3f4-7db9b0b88b57) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9c1136fd-1be8-424f-94a4-b27ae04e5920 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4101bec7 (id: 9c1136fd-1be8-424f-94a4-b27ae04e5920, sid: 9c1136fd-1be8-424f-94a4-b27ae04e5920) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 959a07b0-da5d-493b-9e3d-704d19259c78 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@17b930e0 (id: 959a07b0-da5d-493b-9e3d-704d19259c78, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 986e399e-ae09-4ab9-be8f-fc56cdac79a4 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@f251715 (id: 986e399e-ae09-4ab9-be8f-fc56cdac79a4, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 12d236ec-5c15-4fc7-81eb-8a95e9491a81 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1ce3e8ff (id: 12d236ec-5c15-4fc7-81eb-8a95e9491a81, sid: null) (name: 568503) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f54454eb-e653-40ac-ad0b-9cf0a87a54b6 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@21d99bea (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@f548090 (id: e8cff3e5-acb5-4ea0-b8af-81c96845d34d, sid: null) (name: 568503) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09132a79-214c-4cdf-8895-978ade003e0f org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@59f21461 (id: 09132a79-214c-4cdf-8895-978ade003e0f, sid: 09132a79-214c-4cdf-8895-978ade003e0f) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e15519f9-e706-4d34-9fe4-858607362602 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6f995a2a (id: e15519f9-e706-4d34-9fe4-858607362602, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bde9770e-e609-4995-b02d-fbe2e77ee49a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@73160608 (id: bde9770e-e609-4995-b02d-fbe2e77ee49a, sid: bde9770e-e609-4995-b02d-fbe2e77ee49a) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f310b2ee-c8a7-4038-a644-bb4d40627065 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@7aa16f09 (id: f310b2ee-c8a7-4038-a644-bb4d40627065, sid: f310b2ee-c8a7-4038-a644-bb4d40627065) (name: SubCutted1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = e1339894-3a86-4824-af5f-e2cbc6171f7a org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@55311be3 (id: e1339894-3a86-4824-af5f-e2cbc6171f7a, sid: e1339894-3a86-4824-af5f-e2cbc6171f7a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Physical_e1339894-3a86-4824-af5f-e2cbc6171f7a_5496e6eb-f05a-47b7-8559-78759c5f7e4c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@49a297a3 (id: ID_FakeFunctionalChainInvolvement_Physical_e1339894-3a86-4824-af5f-e2cbc6171f7a_5496e6eb-f05a-47b7-8559-78759c5f7e4c, sid: ID_FakeFunctionalChainInvolvement_Physical_e1339894-3a86-4824-af5f-e2cbc6171f7a_5496e6eb-f05a-47b7-8559-78759c5f7e4c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5496e6eb-f05a-47b7-8559-78759c5f7e4c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5e3316f5 (id: 5496e6eb-f05a-47b7-8559-78759c5f7e4c, sid: 5496e6eb-f05a-47b7-8559-78759c5f7e4c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2436a10d-7ed4-4049-8840-5444ae27ccc5 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@6b19c315 (id: 2436a10d-7ed4-4049-8840-5444ae27ccc5, sid: 2436a10d-7ed4-4049-8840-5444ae27ccc5) (name: Main1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 9a365e9f-6164-4866-b97f-3f5e4df9dd58 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@362a3396 (id: 9a365e9f-6164-4866-b97f-3f5e4df9dd58, sid: 9a365e9f-6164-4866-b97f-3f5e4df9dd58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09898afe-dff4-4f77-b40e-ae562fff9b69 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5d23e08f (id: 09898afe-dff4-4f77-b40e-ae562fff9b69, sid: 09898afe-dff4-4f77-b40e-ae562fff9b69) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f0f49e11-2158-40e0-a7f9-238b51162f9e org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@1b61d160 (id: f0f49e11-2158-40e0-a7f9-238b51162f9e, sid: f0f49e11-2158-40e0-a7f9-238b51162f9e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 08540551-de20-4ca1-b629-47c9755d8d88 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@3e45a872 (id: 08540551-de20-4ca1-b629-47c9755d8d88, sid: 08540551-de20-4ca1-b629-47c9755d8d88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 514a2dd9-6287-496e-bc61-3b75f23978ee org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@59948aaf (id: 514a2dd9-6287-496e-bc61-3b75f23978ee, sid: 514a2dd9-6287-496e-bc61-3b75f23978ee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2491bf3e-e1fe-41e6-84bc-5a131f0b27d6 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@7230fec0 (id: 2491bf3e-e1fe-41e6-84bc-5a131f0b27d6, sid: 2491bf3e-e1fe-41e6-84bc-5a131f0b27d6) (name: MainDroppedSub) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 87a66e8d-a5bd-4a18-b591-cf601838d9d7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@cf272ed (id: 87a66e8d-a5bd-4a18-b591-cf601838d9d7, sid: 87a66e8d-a5bd-4a18-b591-cf601838d9d7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4f0743f-3cfe-4390-b572-825d047ed413 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@48637f64 (id: a4f0743f-3cfe-4390-b572-825d047ed413, sid: a4f0743f-3cfe-4390-b572-825d047ed413) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c8dda42-7a34-493f-8ab4-a914f06adac6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@10d51151 (id: 0c8dda42-7a34-493f-8ab4-a914f06adac6, sid: 0c8dda42-7a34-493f-8ab4-a914f06adac6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d391837-6ebd-4ef1-9429-d336bd327129 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@45d9ff74 (id: 2d391837-6ebd-4ef1-9429-d336bd327129, sid: 2d391837-6ebd-4ef1-9429-d336bd327129) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Physical_a4f0743f-3cfe-4390-b572-825d047ed413_55e0145f-aa2a-4a89-8574-1714fc4d5b41 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2910d6d8 (id: ID_FakeFunctionalChainInvolvement_Physical_a4f0743f-3cfe-4390-b572-825d047ed413_55e0145f-aa2a-4a89-8574-1714fc4d5b41, sid: ID_FakeFunctionalChainInvolvement_Physical_a4f0743f-3cfe-4390-b572-825d047ed413_55e0145f-aa2a-4a89-8574-1714fc4d5b41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 55e0145f-aa2a-4a89-8574-1714fc4d5b41 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@29579056 (id: 55e0145f-aa2a-4a89-8574-1714fc4d5b41, sid: 55e0145f-aa2a-4a89-8574-1714fc4d5b41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 56497384-dd9e-4411-97cd-ade1f6596b1a org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5d9c02c9 (id: 56497384-dd9e-4411-97cd-ade1f6596b1a, sid: 56497384-dd9e-4411-97cd-ade1f6596b1a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b83b0a73-ccf4-4e02-8009-a130d4e3c3d3 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@485cec0c (id: b83b0a73-ccf4-4e02-8009-a130d4e3c3d3, sid: b83b0a73-ccf4-4e02-8009-a130d4e3c3d3) (name: Sub2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 7fdca6a4-2b6a-484b-ac62-e769ceb983c2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5b62bb50 (id: 7fdca6a4-2b6a-484b-ac62-e769ceb983c2, sid: 7fdca6a4-2b6a-484b-ac62-e769ceb983c2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc510777-91ba-4d02-af07-0fdf05cd820f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@51cacd17 (id: dc510777-91ba-4d02-af07-0fdf05cd820f, sid: dc510777-91ba-4d02-af07-0fdf05cd820f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dad8a59-4146-4259-9aaa-426a8cd4af11 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6c7d17ad (id: 6dad8a59-4146-4259-9aaa-426a8cd4af11, sid: 6dad8a59-4146-4259-9aaa-426a8cd4af11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c560adc-d219-45f6-a7dc-b270332ee2ac org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@436ebaa2 (id: 8c560adc-d219-45f6-a7dc-b270332ee2ac, sid: 8c560adc-d219-45f6-a7dc-b270332ee2ac) (name: Main2NoPrimaryFunctions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 5abfdb81-3f62-4d8d-ac09-0dd3b388aa6c org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@d9821a4 (id: 5abfdb81-3f62-4d8d-ac09-0dd3b388aa6c, sid: 5abfdb81-3f62-4d8d-ac09-0dd3b388aa6c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f65c2c06-349d-45eb-a49b-b664b8fb002c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@abde775 (id: f65c2c06-349d-45eb-a49b-b664b8fb002c, sid: f65c2c06-349d-45eb-a49b-b664b8fb002c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb53ac77-a0a6-47cf-b865-d59476751c0e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@e7959f0 (id: bb53ac77-a0a6-47cf-b865-d59476751c0e, sid: bb53ac77-a0a6-47cf-b865-d59476751c0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 081a4c03-7792-4f6b-bb1d-b7c8ea510321 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@38744937 (id: 081a4c03-7792-4f6b-bb1d-b7c8ea510321, sid: 081a4c03-7792-4f6b-bb1d-b7c8ea510321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e24843b-4c9e-4fc0-97bc-58246efb3550 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@74adca9c (id: 6e24843b-4c9e-4fc0-97bc-58246efb3550, sid: 6e24843b-4c9e-4fc0-97bc-58246efb3550) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3ebee6d-8935-4cf6-9e62-43cc170c3f0c org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@11ce1d33 (id: c3ebee6d-8935-4cf6-9e62-43cc170c3f0c, sid: c3ebee6d-8935-4cf6-9e62-43cc170c3f0c) (name: Sub4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = b90e4d6d-6e73-444c-a09f-cdd125f928fa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@55bc7023 (id: b90e4d6d-6e73-444c-a09f-cdd125f928fa, sid: b90e4d6d-6e73-444c-a09f-cdd125f928fa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6be7362-6dfd-4fcc-94bd-41af95b6fc71 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4f9ba652 (id: a6be7362-6dfd-4fcc-94bd-41af95b6fc71, sid: a6be7362-6dfd-4fcc-94bd-41af95b6fc71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e422139b-cfeb-451a-b634-4553bb9f25de org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@55f86c17 (id: e422139b-cfeb-451a-b634-4553bb9f25de, sid: e422139b-cfeb-451a-b634-4553bb9f25de) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 037256e8-f75d-4f19-978e-50173cd7f8bc org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@34bec41e (id: 037256e8-f75d-4f19-978e-50173cd7f8bc, sid: 037256e8-f75d-4f19-978e-50173cd7f8bc) (name: Sub5Cutted) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 143d7cac-b5dc-453b-b400-5d60fa69443b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6004632 (id: 143d7cac-b5dc-453b-b400-5d60fa69443b, sid: 143d7cac-b5dc-453b-b400-5d60fa69443b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06570814-3b3d-4898-8ee0-a0bd975b156c org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@ad0a431 (id: 06570814-3b3d-4898-8ee0-a0bd975b156c, sid: 06570814-3b3d-4898-8ee0-a0bd975b156c) (name: MainSub45) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 9fa46e49-51e7-4da1-990d-7dc8b05e358e org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@e65528f (id: 9fa46e49-51e7-4da1-990d-7dc8b05e358e, sid: 9fa46e49-51e7-4da1-990d-7dc8b05e358e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ba69a5e4-6828-4721-8bd4-e3c1b446e45e org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@2d7cd5a7 (id: ba69a5e4-6828-4721-8bd4-e3c1b446e45e, sid: ba69a5e4-6828-4721-8bd4-e3c1b446e45e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d2bca426-fd9f-4a13-8cce-953c26e3dc9c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@c6431d6 (id: d2bca426-fd9f-4a13-8cce-953c26e3dc9c, sid: d2bca426-fd9f-4a13-8cce-953c26e3dc9c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80084302-e796-4be8-abd9-5e3d5d789d1a org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@39afd47 (id: 80084302-e796-4be8-abd9-5e3d5d789d1a, sid: 80084302-e796-4be8-abd9-5e3d5d789d1a) (name: FunctionalChain 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 04b1ada6-429b-49c9-9f85-3a183faefddc org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@274f3691 (id: 04b1ada6-429b-49c9-9f85-3a183faefddc, sid: 04b1ada6-429b-49c9-9f85-3a183faefddc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 894186e3-99a7-4496-a789-bffdcd0c1e81 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6cd51e32 (id: 894186e3-99a7-4496-a789-bffdcd0c1e81, sid: 894186e3-99a7-4496-a789-bffdcd0c1e81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e317840-e763-445b-b02b-b0674d7e7fed org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@419268ff (id: 0e317840-e763-445b-b02b-b0674d7e7fed, sid: 0e317840-e763-445b-b02b-b0674d7e7fed) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b751182f-30a8-42c3-a5f9-581d44dfb97d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@15b6d54f (id: b751182f-30a8-42c3-a5f9-581d44dfb97d, sid: b751182f-30a8-42c3-a5f9-581d44dfb97d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33a286d9-7b11-4e18-a417-83a225633697 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4b9392d6 (id: 33a286d9-7b11-4e18-a417-83a225633697, sid: 33a286d9-7b11-4e18-a417-83a225633697) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6540774-7eba-4781-819c-61c823b61b26 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@ff32118 (id: d6540774-7eba-4781-819c-61c823b61b26, sid: d6540774-7eba-4781-819c-61c823b61b26) (name: FunctionalChain 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 9891b19c-a957-4530-ab95-6a40937e1755 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5df47589 (id: 9891b19c-a957-4530-ab95-6a40937e1755, sid: 9891b19c-a957-4530-ab95-6a40937e1755) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 022bb6d9-4c4a-4c51-b011-ebe2b6ba006d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7e4bcfd5 (id: 022bb6d9-4c4a-4c51-b011-ebe2b6ba006d, sid: 022bb6d9-4c4a-4c51-b011-ebe2b6ba006d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2c8d35ae-a8ca-4d27-b545-4d3455c490be org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2919f7e8 (id: 2c8d35ae-a8ca-4d27-b545-4d3455c490be, sid: 2c8d35ae-a8ca-4d27-b545-4d3455c490be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 37d97a54-8a76-40b7-8213-7cddea3de868 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@3ff4f832 (id: 37d97a54-8a76-40b7-8213-7cddea3de868, sid: 37d97a54-8a76-40b7-8213-7cddea3de868) (name: FunctionalChain 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 6486a48f-cd63-466a-baf2-2fe98118d4ad org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@41528a78 (id: 6486a48f-cd63-466a-baf2-2fe98118d4ad, sid: 6486a48f-cd63-466a-baf2-2fe98118d4ad) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c83fc19f-9667-48ce-a10b-16b6840f43f8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@61c7d0e0 (id: c83fc19f-9667-48ce-a10b-16b6840f43f8, sid: c83fc19f-9667-48ce-a10b-16b6840f43f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a705d27-147d-43bb-96e4-ea019a8f0df9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@707dd87 (id: 7a705d27-147d-43bb-96e4-ea019a8f0df9, sid: 7a705d27-147d-43bb-96e4-ea019a8f0df9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 140ce902-c323-4a56-b2ab-f2023759c7b0 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@15615185 (id: 140ce902-c323-4a56-b2ab-f2023759c7b0, sid: 140ce902-c323-4a56-b2ab-f2023759c7b0) (name: FunctionalChain 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 6a9c68f9-ec99-47b5-b300-663cbcadfaaf org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@72cb6d5c (id: 6a9c68f9-ec99-47b5-b300-663cbcadfaaf, sid: 6a9c68f9-ec99-47b5-b300-663cbcadfaaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a818b9d7-66a7-4d1e-bef5-4bf8e8efade2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@67539b88 (id: a818b9d7-66a7-4d1e-bef5-4bf8e8efade2, sid: a818b9d7-66a7-4d1e-bef5-4bf8e8efade2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 340b2afc-b6d5-4623-abf9-c3f47bf2d641 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@44243986 (id: 340b2afc-b6d5-4623-abf9-c3f47bf2d641, sid: 340b2afc-b6d5-4623-abf9-c3f47bf2d641) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68b33122-a672-48f1-802d-7269eacaa03d org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@93f3756 (id: 68b33122-a672-48f1-802d-7269eacaa03d, sid: 68b33122-a672-48f1-802d-7269eacaa03d) (name: MainInvFunc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = d275b96a-f54c-4eba-9d57-a1c3bf0092a6 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@67b77647 (id: d275b96a-f54c-4eba-9d57-a1c3bf0092a6, sid: d275b96a-f54c-4eba-9d57-a1c3bf0092a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d35368df-2991-489d-b099-e58e6d001f2d org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@2ba8b3e (id: d35368df-2991-489d-b099-e58e6d001f2d, sid: d35368df-2991-489d-b099-e58e6d001f2d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10065fd0-6cca-498e-a178-9ba52d9918eb org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2b32a7b8 (id: 10065fd0-6cca-498e-a178-9ba52d9918eb, sid: 10065fd0-6cca-498e-a178-9ba52d9918eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = beecfd69-5202-4b28-b8dd-3b43e37c927b org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@5b47a00f (id: beecfd69-5202-4b28-b8dd-3b43e37c927b, sid: beecfd69-5202-4b28-b8dd-3b43e37c927b) (name: MainFakeFE) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 8fd2cd4b-d588-4073-b37d-525a5f3617d5 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@71ef06e (id: 8fd2cd4b-d588-4073-b37d-525a5f3617d5, sid: 8fd2cd4b-d588-4073-b37d-525a5f3617d5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 883800ee-65a4-40db-a48d-be88a26070cc org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@512b78c8 (id: 883800ee-65a4-40db-a48d-be88a26070cc, sid: 883800ee-65a4-40db-a48d-be88a26070cc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Physical_c83fc19f-9667-48ce-a10b-16b6840f43f8_a818b9d7-66a7-4d1e-bef5-4bf8e8efade28fd2cd4b-d588-4073-b37d-525a5f3617d5883800ee-65a4-40db-a48d-be88a26070cc org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@45ff80ff (id: ID_FakeFunctionalChainInvolvement_Physical_c83fc19f-9667-48ce-a10b-16b6840f43f8_a818b9d7-66a7-4d1e-bef5-4bf8e8efade28fd2cd4b-d588-4073-b37d-525a5f3617d5883800ee-65a4-40db-a48d-be88a26070cc, sid: ID_FakeFunctionalChainInvolvement_Physical_c83fc19f-9667-48ce-a10b-16b6840f43f8_a818b9d7-66a7-4d1e-bef5-4bf8e8efade28fd2cd4b-d588-4073-b37d-525a5f3617d5883800ee-65a4-40db-a48d-be88a26070cc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dad4f386-b6f9-4691-a493-5ea4cb3c8285 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@93b9816 (id: dad4f386-b6f9-4691-a493-5ea4cb3c8285, sid: dad4f386-b6f9-4691-a493-5ea4cb3c8285) (name: B) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 36afce13-3df4-4152-b8db-1d3eae6c921a org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@79d684df (id: 36afce13-3df4-4152-b8db-1d3eae6c921a, sid: 36afce13-3df4-4152-b8db-1d3eae6c921a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb18cd0f-3a72-4014-aa2b-e20ea12344d9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@73315e15 (id: eb18cd0f-3a72-4014-aa2b-e20ea12344d9, sid: eb18cd0f-3a72-4014-aa2b-e20ea12344d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2cd7eee6-82b8-4975-8c35-5a91963fdee2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4c4591cb (id: 2cd7eee6-82b8-4975-8c35-5a91963fdee2, sid: 2cd7eee6-82b8-4975-8c35-5a91963fdee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c67340a-7861-44dc-92f6-d46c7d199de9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@196b4b7d (id: 0c67340a-7861-44dc-92f6-d46c7d199de9, sid: 0c67340a-7861-44dc-92f6-d46c7d199de9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7763de9-fce5-469e-b8ba-19fdf9d8d740 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5456d4f3 (id: f7763de9-fce5-469e-b8ba-19fdf9d8d740, sid: f7763de9-fce5-469e-b8ba-19fdf9d8d740) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e48d080-84b4-4a4b-99bc-b8b2166497d9 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@2d6ee99a (id: 0e48d080-84b4-4a4b-99bc-b8b2166497d9, sid: 0e48d080-84b4-4a4b-99bc-b8b2166497d9) (name: BB) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 411900fb-dcff-4581-a7fd-ba5e206c6373 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@4dc5fe35 (id: 411900fb-dcff-4581-a7fd-ba5e206c6373, sid: 411900fb-dcff-4581-a7fd-ba5e206c6373) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23522280-e9d1-4729-9863-27aaabe57940 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@e367453 (id: 23522280-e9d1-4729-9863-27aaabe57940, sid: 23522280-e9d1-4729-9863-27aaabe57940) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_23522280-e9d1-4729-9863-27aaabe57940411900fb-dcff-4581-a7fd-ba5e206c6373 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@66b1ee44 (id: ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_23522280-e9d1-4729-9863-27aaabe57940411900fb-dcff-4581-a7fd-ba5e206c6373, sid: ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_23522280-e9d1-4729-9863-27aaabe57940411900fb-dcff-4581-a7fd-ba5e206c6373) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb4d5b60-e0a1-45ed-b766-2903fac94aa4 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@36ddce0d (id: cb4d5b60-e0a1-45ed-b766-2903fac94aa4, sid: cb4d5b60-e0a1-45ed-b766-2903fac94aa4) (name: BBB) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = d34d496c-ca36-4ccd-8df0-30dbb12c0ebc org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2b84391d (id: d34d496c-ca36-4ccd-8df0-30dbb12c0ebc, sid: d34d496c-ca36-4ccd-8df0-30dbb12c0ebc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e2edab9-daa2-4d07-8d0f-13c47f09c367 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@73f127c6 (id: 3e2edab9-daa2-4d07-8d0f-13c47f09c367, sid: 3e2edab9-daa2-4d07-8d0f-13c47f09c367) (name: B2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 404106f6-8f72-4284-8caa-36eeb56ed0e8 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@7a26750f (id: 404106f6-8f72-4284-8caa-36eeb56ed0e8, sid: 404106f6-8f72-4284-8caa-36eeb56ed0e8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2e22b218-e610-4b4d-ab57-e0888f802ed5 org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@53f9c50 (id: 2e22b218-e610-4b4d-ab57-e0888f802ed5, sid: 2e22b218-e610-4b4d-ab57-e0888f802ed5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a02e22b218-e610-4b4d-ab57-e0888f802ed53704f9c0-2f6e-49da-b709-dd66dbc03cab_404106f6-8f72-4284-8caa-36eeb56ed0e8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@808fab (id: ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a02e22b218-e610-4b4d-ab57-e0888f802ed53704f9c0-2f6e-49da-b709-dd66dbc03cab_404106f6-8f72-4284-8caa-36eeb56ed0e8, sid: ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a02e22b218-e610-4b4d-ab57-e0888f802ed53704f9c0-2f6e-49da-b709-dd66dbc03cab_404106f6-8f72-4284-8caa-36eeb56ed0e8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58fcdb66-166f-4731-846a-fe869b2f8a83 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@75ccc815 (id: 58fcdb66-166f-4731-846a-fe869b2f8a83, sid: 58fcdb66-166f-4731-846a-fe869b2f8a83) (name: BB2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 26934ac6-7341-4d0e-b3ce-65bb8d2e6f5d org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@3c8b55ae (id: 26934ac6-7341-4d0e-b3ce-65bb8d2e6f5d, sid: 26934ac6-7341-4d0e-b3ce-65bb8d2e6f5d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3704f9c0-2f6e-49da-b709-dd66dbc03cab org.polarsys.capella.core.data.fa.impl.FunctionalChainReferenceImpl@452f9373 (id: 3704f9c0-2f6e-49da-b709-dd66dbc03cab, sid: 3704f9c0-2f6e-49da-b709-dd66dbc03cab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a026934ac6-7341-4d0e-b3ce-65bb8d2e6f5d3704f9c0-2f6e-49da-b709-dd66dbc03cab org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6fc10a18 (id: ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a026934ac6-7341-4d0e-b3ce-65bb8d2e6f5d3704f9c0-2f6e-49da-b709-dd66dbc03cab, sid: ID_FakeFunctionalChainInvolvement_Physical_d34d496c-ca36-4ccd-8df0-30dbb12c0ebc_b6be540f-ae43-4377-9029-17acbdbeb7a026934ac6-7341-4d0e-b3ce-65bb8d2e6f5d3704f9c0-2f6e-49da-b709-dd66dbc03cab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 551a196b-fd63-47b2-af42-caa80c5cf23e org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@1187de02 (id: 551a196b-fd63-47b2-af42-caa80c5cf23e, sid: 551a196b-fd63-47b2-af42-caa80c5cf23e) (name: CC) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = b6be540f-ae43-4377-9029-17acbdbeb7a0 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@77c7dfb9 (id: b6be540f-ae43-4377-9029-17acbdbeb7a0, sid: b6be540f-ae43-4377-9029-17acbdbeb7a0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a141d15-b1f0-40db-bea4-6c17f17f22a3 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4e4a6e39 (id: 3a141d15-b1f0-40db-bea4-6c17f17f22a3, sid: 3a141d15-b1f0-40db-bea4-6c17f17f22a3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09e846ff-e971-4534-bc7a-7e40a92330ac org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@d80ecd6 (id: 09e846ff-e971-4534-bc7a-7e40a92330ac, sid: 09e846ff-e971-4534-bc7a-7e40a92330ac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76339303-0ad5-4c93-8bd0-43f787ebead9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@22d854aa (id: 76339303-0ad5-4c93-8bd0-43f787ebead9, sid: 76339303-0ad5-4c93-8bd0-43f787ebead9) (name: PhysicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2c31db05-dfc8-4a88-a8d6-dc457bca64c1 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6bab7d5f (id: 2c31db05-dfc8-4a88-a8d6-dc457bca64c1, sid: 2c31db05-dfc8-4a88-a8d6-dc457bca64c1) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2433ccb2-6ea3-467a-b8de-0f2b21067710 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@768dedb5 (id: 2433ccb2-6ea3-467a-b8de-0f2b21067710, sid: 2433ccb2-6ea3-467a-b8de-0f2b21067710) (name: PhysicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1f386f6c-ce2c-4f87-8644-874455fb7427 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7c6159ee (id: 1f386f6c-ce2c-4f87-8644-874455fb7427, sid: 1f386f6c-ce2c-4f87-8644-874455fb7427) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 993939eb-5dab-40b1-930f-e7d14d300c21 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1cfc2fcc (id: 993939eb-5dab-40b1-930f-e7d14d300c21, sid: 993939eb-5dab-40b1-930f-e7d14d300c21) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0cb55292-72e8-41ef-84ed-e38b29e682f1 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2c8df889 (id: 0cb55292-72e8-41ef-84ed-e38b29e682f1, sid: 0cb55292-72e8-41ef-84ed-e38b29e682f1) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 95ba52fe-4e70-459f-a83d-9f68d8d59cd2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@357448e8 (id: 95ba52fe-4e70-459f-a83d-9f68d8d59cd2, sid: 95ba52fe-4e70-459f-a83d-9f68d8d59cd2) (name: PhysicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 42924fc9-31de-479d-84b7-af8acd978890 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@43acd981 (id: 42924fc9-31de-479d-84b7-af8acd978890, sid: 42924fc9-31de-479d-84b7-af8acd978890) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ba349861-654b-4f3d-af43-ecca3048787b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e530c77 (id: ba349861-654b-4f3d-af43-ecca3048787b, sid: ba349861-654b-4f3d-af43-ecca3048787b) (name: PhysicalFunction 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 75376313-9d31-4bfb-aa2b-27691cd31971 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7dd9e284 (id: 75376313-9d31-4bfb-aa2b-27691cd31971, sid: 75376313-9d31-4bfb-aa2b-27691cd31971) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c602ab92-6624-443c-be5d-726873b28d04 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6afdd6df (id: c602ab92-6624-443c-be5d-726873b28d04, sid: c602ab92-6624-443c-be5d-726873b28d04) (name: PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d927a3e4-4059-42fe-b14f-c16f5e0fb428 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4f386ad0 (id: d927a3e4-4059-42fe-b14f-c16f5e0fb428, sid: d927a3e4-4059-42fe-b14f-c16f5e0fb428) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8c458b58-bb6b-43a8-8f8d-66d0eb96aac6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@692ef7f4 (id: 8c458b58-bb6b-43a8-8f8d-66d0eb96aac6, sid: 8c458b58-bb6b-43a8-8f8d-66d0eb96aac6) (name: PhysicalFunction 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e76756f9-3f67-47e0-8f8a-036694478ed9 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5b51e597 (id: e76756f9-3f67-47e0-8f8a-036694478ed9, sid: e76756f9-3f67-47e0-8f8a-036694478ed9) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7f6db34f (id: ID_FakeFunctionPortOut_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: ID_FakeFunctionPortOut_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: out_FakeFE_PhysicalFunction 6_PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c64b79ca-6580-4c08-bc46-ce8d270b9efa org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@32b7dfa1 (id: c64b79ca-6580-4c08-bc46-ce8d270b9efa, sid: c64b79ca-6580-4c08-bc46-ce8d270b9efa) (name: PhysicalFunction 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 912d573a-bb14-4bd3-b1a7-2a21553b1b4a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1deaf0e (id: 912d573a-bb14-4bd3-b1a7-2a21553b1b4a, sid: 912d573a-bb14-4bd3-b1a7-2a21553b1b4a) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@13027228 (id: fb5ce1dc-45c7-4cca-8c08-756454fc4cf0, sid: fb5ce1dc-45c7-4cca-8c08-756454fc4cf0) (name: PhysicalFunction 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0_ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7ccf161f (id: ID_FakeFunctionPortIn_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0_ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0, sid: ID_FakeFunctionPortIn_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0_ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0) (name: in_FakeFE_PhysicalFunction 11_PhysicalFunction 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9f97b20f-c6ae-43f2-8cd1-c07a3c589763 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6ed1dd59 (id: 9f97b20f-c6ae-43f2-8cd1-c07a3c589763, sid: 9f97b20f-c6ae-43f2-8cd1-c07a3c589763) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 698bb900-8436-4e43-b54e-5843481ca55a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@347f9bf3 (id: 698bb900-8436-4e43-b54e-5843481ca55a, sid: 698bb900-8436-4e43-b54e-5843481ca55a) (name: PhysicalFunction 29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2257a691-5970-4f4a-b74b-714bd968aa85 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@77eb4dc0 (id: 2257a691-5970-4f4a-b74b-714bd968aa85, sid: 2257a691-5970-4f4a-b74b-714bd968aa85) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0b1e67c9-7f05-4556-b879-460ec5a67445 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@d553302 (id: 0b1e67c9-7f05-4556-b879-460ec5a67445, sid: 0b1e67c9-7f05-4556-b879-460ec5a67445) (name: PhysicalFunction 21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 06673521-1225-4ff2-be43-31b0d0493a3c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@d3fd35 (id: 06673521-1225-4ff2-be43-31b0d0493a3c, sid: 06673521-1225-4ff2-be43-31b0d0493a3c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@71159cec (id: 322d28f1-0a33-4fc6-b235-8206bea763fd, sid: 322d28f1-0a33-4fc6-b235-8206bea763fd) (name: PhysicalFunction 34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_322d28f1-0a33-4fc6-b235-8206bea763fd_ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7872fb98 (id: ID_FakeFunctionPortIn_322d28f1-0a33-4fc6-b235-8206bea763fd_ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd, sid: ID_FakeFunctionPortIn_322d28f1-0a33-4fc6-b235-8206bea763fd_ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd) (name: in_FakeFE_PhysicalFunction 32_PhysicalFunction 34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5c0ed5fc-e65e-4084-9199-c15d6bc88801 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@73e66197 (id: 5c0ed5fc-e65e-4084-9199-c15d6bc88801, sid: 5c0ed5fc-e65e-4084-9199-c15d6bc88801) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 551b38c1-7d18-4f6e-b435-1dcd02ccc08c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@597a1562 (id: 551b38c1-7d18-4f6e-b435-1dcd02ccc08c, sid: 551b38c1-7d18-4f6e-b435-1dcd02ccc08c) (name: PhysicalFunction 30) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5b3a1469-eaf3-4a1e-957e-5e96aba8047e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@18d7b086 (id: 5b3a1469-eaf3-4a1e-957e-5e96aba8047e, sid: 5b3a1469-eaf3-4a1e-957e-5e96aba8047e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e24e8f7e-43fd-4fc8-8d20-307cc10e7e50 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@64353bb0 (id: e24e8f7e-43fd-4fc8-8d20-307cc10e7e50, sid: e24e8f7e-43fd-4fc8-8d20-307cc10e7e50) (name: PhysicalFunction 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 19765c70-3ad8-493c-baf4-ca447643a15e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@46488476 (id: 19765c70-3ad8-493c-baf4-ca447643a15e, sid: 19765c70-3ad8-493c-baf4-ca447643a15e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2eb3fe98-a768-4d13-be34-153c61167d9e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@540fef06 (id: 2eb3fe98-a768-4d13-be34-153c61167d9e, sid: 2eb3fe98-a768-4d13-be34-153c61167d9e) (name: PhysicalFunction 11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1e5978eb-6b41-4c73-bc1d-b367bc170293 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7ec1b952 (id: 1e5978eb-6b41-4c73-bc1d-b367bc170293, sid: 1e5978eb-6b41-4c73-bc1d-b367bc170293) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_2eb3fe98-a768-4d13-be34-153c61167d9e_ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5d907262 (id: ID_FakeFunctionPortOut_2eb3fe98-a768-4d13-be34-153c61167d9e_ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0, sid: ID_FakeFunctionPortOut_2eb3fe98-a768-4d13-be34-153c61167d9e_ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0) (name: out_FakeFE_PhysicalFunction 11_PhysicalFunction 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cfdb498a-8a15-4734-914b-191a857740c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5b5dc401 (id: cfdb498a-8a15-4734-914b-191a857740c3, sid: cfdb498a-8a15-4734-914b-191a857740c3) (name: PhysicalFunction 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 765b54d7-3534-41f2-bbea-9df15cd492dd org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5bce6e70 (id: 765b54d7-3534-41f2-bbea-9df15cd492dd, sid: 765b54d7-3534-41f2-bbea-9df15cd492dd) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@52be0c2c (id: df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_df2f8454-1cd1-4d92-a598-df77526ad3b0_ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1cf7ec27 (id: ID_FakeFunctionPortIn_df2f8454-1cd1-4d92-a598-df77526ad3b0_ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: ID_FakeFunctionPortIn_df2f8454-1cd1-4d92-a598-df77526ad3b0_ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: in_FakeFE_PhysicalFunction 6_PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 71fd3e05-4e1e-492e-be8b-6cbed9857178 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@10e7407d (id: 71fd3e05-4e1e-492e-be8b-6cbed9857178, sid: 71fd3e05-4e1e-492e-be8b-6cbed9857178) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2223bb09-3903-42ee-a3d0-6f4d3b478ae9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@31532f40 (id: 2223bb09-3903-42ee-a3d0-6f4d3b478ae9, sid: 2223bb09-3903-42ee-a3d0-6f4d3b478ae9) (name: PhysicalFunction 35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9b55d689-92d1-41d0-9d3c-df4f260e3a7e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6cfc277a (id: 9b55d689-92d1-41d0-9d3c-df4f260e3a7e, sid: 9b55d689-92d1-41d0-9d3c-df4f260e3a7e) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6f699c83-368f-4230-9121-74a99248c884 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5d2a62ea (id: 6f699c83-368f-4230-9121-74a99248c884, sid: 6f699c83-368f-4230-9121-74a99248c884) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = dba3485f-74a6-4a0b-90ff-7046dfa8ceb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@37d334a8 (id: dba3485f-74a6-4a0b-90ff-7046dfa8ceb6, sid: dba3485f-74a6-4a0b-90ff-7046dfa8ceb6) (name: PhysicalFunction 22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ca35b7a8-44c0-4a40-8362-77e7e445347b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6b1a47a4 (id: ca35b7a8-44c0-4a40-8362-77e7e445347b, sid: ca35b7a8-44c0-4a40-8362-77e7e445347b) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5e7f5b03-8b88-4ab3-bb66-35adca1739df org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4f73b4e6 (id: 5e7f5b03-8b88-4ab3-bb66-35adca1739df, sid: 5e7f5b03-8b88-4ab3-bb66-35adca1739df) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 496d6f03-cb53-460f-a12c-bdf4f2d46305 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@19f0bb2a (id: 496d6f03-cb53-460f-a12c-bdf4f2d46305, sid: 496d6f03-cb53-460f-a12c-bdf4f2d46305) (name: PhysicalFunction 17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 83af78df-b84f-4bd2-873b-36eb4f9201ef org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4e395b7b (id: 83af78df-b84f-4bd2-873b-36eb4f9201ef, sid: 83af78df-b84f-4bd2-873b-36eb4f9201ef) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = db08d65b-dcc1-4c48-8b26-4c70ffff0289 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2084de33 (id: db08d65b-dcc1-4c48-8b26-4c70ffff0289, sid: db08d65b-dcc1-4c48-8b26-4c70ffff0289) (name: PhysicalFunction 18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a23deba1-0c32-44a6-9a61-673be39a874b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3e8b6585 (id: a23deba1-0c32-44a6-9a61-673be39a874b, sid: a23deba1-0c32-44a6-9a61-673be39a874b) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e9184dcb-df71-473b-bbdc-f9150c39a534 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1d805a01 (id: e9184dcb-df71-473b-bbdc-f9150c39a534, sid: e9184dcb-df71-473b-bbdc-f9150c39a534) (name: PhysicalFunction 36) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 84f68464-3269-44ab-afed-e1fc7bb970d6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@35015fde (id: 84f68464-3269-44ab-afed-e1fc7bb970d6, sid: 84f68464-3269-44ab-afed-e1fc7bb970d6) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3c7da530-86c6-4879-9dec-0f5eb16027ad org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@64767d02 (id: 3c7da530-86c6-4879-9dec-0f5eb16027ad, sid: 3c7da530-86c6-4879-9dec-0f5eb16027ad) (name: PhysicalFunction 16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = eae9c5e4-8279-4405-b27d-78a4e49515b8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4ad4fc0 (id: eae9c5e4-8279-4405-b27d-78a4e49515b8, sid: eae9c5e4-8279-4405-b27d-78a4e49515b8) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3165fe98 (id: 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9, sid: 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = eac4d18b-38b2-4260-b827-cd1056291719 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5056d268 (id: eac4d18b-38b2-4260-b827-cd1056291719, sid: eac4d18b-38b2-4260-b827-cd1056291719) (name: PhysicalFunction 23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b9bbfa3e-bcdd-4a69-8cf4-5fed31df7b14 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7e0edabe (id: b9bbfa3e-bcdd-4a69-8cf4-5fed31df7b14, sid: b9bbfa3e-bcdd-4a69-8cf4-5fed31df7b14) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 22626436-f101-41c1-b061-ecdbd7eaea67 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@471095bc (id: 22626436-f101-41c1-b061-ecdbd7eaea67, sid: 22626436-f101-41c1-b061-ecdbd7eaea67) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 81f801b6-2d47-46c8-8817-b0b635458882 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@503f106c (id: 81f801b6-2d47-46c8-8817-b0b635458882, sid: 81f801b6-2d47-46c8-8817-b0b635458882) (name: PhysicalFunction 31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bab15eae-7252-4bd7-a082-d130dfab238f org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7d17d2e6 (id: bab15eae-7252-4bd7-a082-d130dfab238f, sid: bab15eae-7252-4bd7-a082-d130dfab238f) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 931dc5e1-846e-4f48-83aa-d9e35981d595 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@74cf1923 (id: 931dc5e1-846e-4f48-83aa-d9e35981d595, sid: 931dc5e1-846e-4f48-83aa-d9e35981d595) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1516cd3c (id: 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c, sid: 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c) (name: PhysicalFunction 24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f09950f6-6bcf-489c-ad56-4307e6532d40 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@73358864 (id: f09950f6-6bcf-489c-ad56-4307e6532d40, sid: f09950f6-6bcf-489c-ad56-4307e6532d40) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 247888f6-9a44-4f7d-8149-33882a3b9eb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1bc4f521 (id: 247888f6-9a44-4f7d-8149-33882a3b9eb6, sid: 247888f6-9a44-4f7d-8149-33882a3b9eb6) (name: PhysicalFunction 26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3d17215e-48fd-4079-9afe-4ac6fbcc4b95 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@446d3895 (id: 3d17215e-48fd-4079-9afe-4ac6fbcc4b95, sid: 3d17215e-48fd-4079-9afe-4ac6fbcc4b95) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4fdaf5af (id: ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: out_FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@711b1d4d (id: c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_c64c726d-e395-42ac-a2ca-e3ba8d863ca8_ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2670e1de (id: ID_FakeFunctionPortIn_c64c726d-e395-42ac-a2ca-e3ba8d863ca8_ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionPortIn_c64c726d-e395-42ac-a2ca-e3ba8d863ca8_ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: in_FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6e7b5d48-5ec1-4ebb-9cac-113269b3a868 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@604ea30e (id: 6e7b5d48-5ec1-4ebb-9cac-113269b3a868, sid: 6e7b5d48-5ec1-4ebb-9cac-113269b3a868) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e59f3940-472e-4914-a7c2-be83c7c33358 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5139d4bc (id: e59f3940-472e-4914-a7c2-be83c7c33358, sid: e59f3940-472e-4914-a7c2-be83c7c33358) (name: PhysicalFunction 32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fbb43254-6230-4a1e-be44-b5f96304739f org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@792d1287 (id: fbb43254-6230-4a1e-be44-b5f96304739f, sid: fbb43254-6230-4a1e-be44-b5f96304739f) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_e59f3940-472e-4914-a7c2-be83c7c33358_ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5bc7b213 (id: ID_FakeFunctionPortOut_e59f3940-472e-4914-a7c2-be83c7c33358_ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd, sid: ID_FakeFunctionPortOut_e59f3940-472e-4914-a7c2-be83c7c33358_ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd) (name: out_FakeFE_PhysicalFunction 32_PhysicalFunction 34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bb0f549d-39b5-41ee-bfe0-b135e4783a7a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7be67796 (id: bb0f549d-39b5-41ee-bfe0-b135e4783a7a, sid: bb0f549d-39b5-41ee-bfe0-b135e4783a7a) (name: PhysicalFunction 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 11d3b727-baa4-4ec1-98db-47ca0bc3d33a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3898b023 (id: 11d3b727-baa4-4ec1-98db-47ca0bc3d33a, sid: 11d3b727-baa4-4ec1-98db-47ca0bc3d33a) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8abc3773-2460-43eb-8ad2-2fdbed5431f5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@36787122 (id: 8abc3773-2460-43eb-8ad2-2fdbed5431f5, sid: 8abc3773-2460-43eb-8ad2-2fdbed5431f5) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = dd088d40-7b9d-4ae0-9f65-39c2d7d80cd8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@293775be (id: dd088d40-7b9d-4ae0-9f65-39c2d7d80cd8, sid: dd088d40-7b9d-4ae0-9f65-39c2d7d80cd8) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2b155dc1-a0d2-46d1-a32f-c0e31da1ea48 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@167720e9 (id: 2b155dc1-a0d2-46d1-a32f-c0e31da1ea48, sid: 2b155dc1-a0d2-46d1-a32f-c0e31da1ea48) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 77db9124-c1d4-4cb8-a72f-607fb4d4e58a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@75905735 (id: 77db9124-c1d4-4cb8-a72f-607fb4d4e58a, sid: 77db9124-c1d4-4cb8-a72f-607fb4d4e58a) (name: FunctionalExchange 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = cfd6683e-7b35-4d1d-a5b9-16c96fb79f51 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@196aafaf (id: cfd6683e-7b35-4d1d-a5b9-16c96fb79f51, sid: cfd6683e-7b35-4d1d-a5b9-16c96fb79f51) (name: FunctionalExchange 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 70711dcf-8343-403a-b9f5-4c70caa83456 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7de3e384 (id: 70711dcf-8343-403a-b9f5-4c70caa83456, sid: 70711dcf-8343-403a-b9f5-4c70caa83456) (name: FunctionalExchange 17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 34f13a01-438b-4582-8425-490f1861ff93 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@129cc6ed (id: 34f13a01-438b-4582-8425-490f1861ff93, sid: 34f13a01-438b-4582-8425-490f1861ff93) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 6baba159-8474-4946-b3ec-bca72e843f2b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1222a06d (id: 6baba159-8474-4946-b3ec-bca72e843f2b, sid: 6baba159-8474-4946-b3ec-bca72e843f2b) (name: FunctionalExchange 18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9a8ee18f-784f-421d-bc69-87bc2a78acfc org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7b8b8971 (id: 9a8ee18f-784f-421d-bc69-87bc2a78acfc, sid: 9a8ee18f-784f-421d-bc69-87bc2a78acfc) (name: FunctionalExchange 29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 47d9cfd2-114f-40a7-8057-9b53627db409 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4a9d0d4d (id: 47d9cfd2-114f-40a7-8057-9b53627db409, sid: 47d9cfd2-114f-40a7-8057-9b53627db409) (name: FunctionalExchange 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = beb95fde-8aee-4cd1-94e8-9162fa373ed4 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@78d3cb0e (id: beb95fde-8aee-4cd1-94e8-9162fa373ed4, sid: beb95fde-8aee-4cd1-94e8-9162fa373ed4) (name: FunctionalExchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = aab00e90-dc68-49a8-8eb0-a189091b053f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6d5ebb61 (id: aab00e90-dc68-49a8-8eb0-a189091b053f, sid: aab00e90-dc68-49a8-8eb0-a189091b053f) (name: FunctionalExchange 19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7ef3f67d-8464-4675-a84b-23cff5c2a740 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@67522efa (id: 7ef3f67d-8464-4675-a84b-23cff5c2a740, sid: 7ef3f67d-8464-4675-a84b-23cff5c2a740) (name: FunctionalExchange 30) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 01fccebc-d38c-4f96-9d51-3f9cb732dd32 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@157f4a27 (id: 01fccebc-d38c-4f96-9d51-3f9cb732dd32, sid: 01fccebc-d38c-4f96-9d51-3f9cb732dd32) (name: FunctionalExchange 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a49c9810-d478-487d-a019-76f41a4565d6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@bfeada (id: a49c9810-d478-487d-a019-76f41a4565d6, sid: a49c9810-d478-487d-a019-76f41a4565d6) (name: FunctionalExchange 20) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = f4683dfa-d63a-4423-8d35-3a16086f48d5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7d190919 (id: f4683dfa-d63a-4423-8d35-3a16086f48d5, sid: f4683dfa-d63a-4423-8d35-3a16086f48d5) (name: FunctionalExchange 23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2ce053d4-3b4e-4e34-9a9e-6b56651218a6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@20fc55a (id: 2ce053d4-3b4e-4e34-9a9e-6b56651218a6, sid: 2ce053d4-3b4e-4e34-9a9e-6b56651218a6) (name: FunctionalExchange 24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a189ae32-8701-42aa-b7a5-e217f71f2d20 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@76ed5517 (id: a189ae32-8701-42aa-b7a5-e217f71f2d20, sid: a189ae32-8701-42aa-b7a5-e217f71f2d20) (name: FunctionalExchange 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2f8375f (id: ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: FakeFE_PhysicalFunction 6_PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3b737906 (id: ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd, sid: ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd) (name: FakeFE_PhysicalFunction 32_PhysicalFunction 34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2209df6c (id: ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@10515455 (id: ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0, sid: ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0) (name: FakeFE_PhysicalFunction 11_PhysicalFunction 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9c03d752-dcbc-4194-b07f-96709eccac61 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@27271673 (id: 9c03d752-dcbc-4194-b07f-96709eccac61, sid: 9c03d752-dcbc-4194-b07f-96709eccac61) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f3aee8ab-c3ff-434a-b3f4-7db9b0b88b57 org.polarsys.capella.core.data.cs.impl.PartImpl@2fbbbf1b (id: f3aee8ab-c3ff-434a-b3f4-7db9b0b88b57, sid: f3aee8ab-c3ff-434a-b3f4-7db9b0b88b57) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9c1136fd-1be8-424f-94a4-b27ae04e5920 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4101bec7 (id: 9c1136fd-1be8-424f-94a4-b27ae04e5920, sid: 9c1136fd-1be8-424f-94a4-b27ae04e5920) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = cc2e8ca1-5702-46ac-b067-c2c9ad2d8ac3 org.polarsys.capella.core.data.cs.impl.PartImpl@36b867a1 (id: cc2e8ca1-5702-46ac-b067-c2c9ad2d8ac3, sid: cc2e8ca1-5702-46ac-b067-c2c9ad2d8ac3) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 75163f07-2361-4f50-a076-227bc9f83a51 org.polarsys.capella.core.data.cs.impl.PartImpl@29b37b8b (id: 75163f07-2361-4f50-a076-227bc9f83a51, sid: 75163f07-2361-4f50-a076-227bc9f83a51) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 877a3754-6d54-4476-9aee-2d060d500d38 org.polarsys.capella.core.data.cs.impl.PartImpl@5b024ac1 (id: 877a3754-6d54-4476-9aee-2d060d500d38, sid: 877a3754-6d54-4476-9aee-2d060d500d38) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fdead92c-c6e7-4c00-90bf-a59b3c997676 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@62c9d8d9 (id: fdead92c-c6e7-4c00-90bf-a59b3c997676, sid: fdead92c-c6e7-4c00-90bf-a59b3c997676) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 43ee229a-b896-4896-8df3-b825f6007c5d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@50948828 (id: 43ee229a-b896-4896-8df3-b825f6007c5d, sid: 43ee229a-b896-4896-8df3-b825f6007c5d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3cef204b-79ac-41b1-8130-a1123736ea48 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@198984b9 (id: 3cef204b-79ac-41b1-8130-a1123736ea48, sid: 3cef204b-79ac-41b1-8130-a1123736ea48) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = e2916d93-dc39-4dc3-904e-24f2f528f1ac org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@47699958 (id: e2916d93-dc39-4dc3-904e-24f2f528f1ac, sid: e2916d93-dc39-4dc3-904e-24f2f528f1ac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b980a91-64da-4911-8499-f4ae9fc12bb5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6bca8e7c (id: 8b980a91-64da-4911-8499-f4ae9fc12bb5, sid: 8b980a91-64da-4911-8499-f4ae9fc12bb5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d2ef47f-99cc-4333-bcf4-cbccf3be491d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1f6b8ee5 (id: 2d2ef47f-99cc-4333-bcf4-cbccf3be491d, sid: 2d2ef47f-99cc-4333-bcf4-cbccf3be491d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 67995469-7f90-4fa9-bb1a-11b68857f109 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4a127dfd (id: 67995469-7f90-4fa9-bb1a-11b68857f109, sid: 67995469-7f90-4fa9-bb1a-11b68857f109) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e8444416-5241-4fb2-b48e-bc21e926aacf org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@41ba8ebe (id: e8444416-5241-4fb2-b48e-bc21e926aacf, sid: e8444416-5241-4fb2-b48e-bc21e926aacf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d5a6d11f-a521-441d-866f-7bdb64903644 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7ebc519b (id: d5a6d11f-a521-441d-866f-7bdb64903644, sid: d5a6d11f-a521-441d-866f-7bdb64903644) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a442186f-d4cc-4cf4-a90a-0b40d88de82d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3d63f40f (id: a442186f-d4cc-4cf4-a90a-0b40d88de82d, sid: a442186f-d4cc-4cf4-a90a-0b40d88de82d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 774d73f9-4c98-4b7e-9f9c-eab799fa3df9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@64479bcb (id: 774d73f9-4c98-4b7e-9f9c-eab799fa3df9, sid: 774d73f9-4c98-4b7e-9f9c-eab799fa3df9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fc64e568-150c-4d57-aae1-14afeea72460 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@711d3683 (id: fc64e568-150c-4d57-aae1-14afeea72460, sid: fc64e568-150c-4d57-aae1-14afeea72460) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0560b3fe-6b87-4612-814d-7c8048512b16 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6d3181b2 (id: 0560b3fe-6b87-4612-814d-7c8048512b16, sid: 0560b3fe-6b87-4612-814d-7c8048512b16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c1bca70-45e4-4756-a420-08b49cae5da4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4fd0c397 (id: 8c1bca70-45e4-4756-a420-08b49cae5da4, sid: 8c1bca70-45e4-4756-a420-08b49cae5da4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c452df0-f5f2-4ef6-802c-b588611a3e3e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@17919065 (id: 6c452df0-f5f2-4ef6-802c-b588611a3e3e, sid: 6c452df0-f5f2-4ef6-802c-b588611a3e3e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 25bb566e-9125-4d9d-9cbf-a7efa800ede2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@fa0053a (id: 25bb566e-9125-4d9d-9cbf-a7efa800ede2, sid: 25bb566e-9125-4d9d-9cbf-a7efa800ede2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1589597-97b6-40b6-b502-9e2c76e8c76a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6e7d296d (id: b1589597-97b6-40b6-b502-9e2c76e8c76a, sid: b1589597-97b6-40b6-b502-9e2c76e8c76a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 86b39205-7e23-4c45-ada9-0d4f03fbaa9b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2778834e (id: 86b39205-7e23-4c45-ada9-0d4f03fbaa9b, sid: 86b39205-7e23-4c45-ada9-0d4f03fbaa9b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f4c8e2da-3a01-4971-868d-e563f038b1fb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3c712d7c (id: f4c8e2da-3a01-4971-868d-e563f038b1fb, sid: f4c8e2da-3a01-4971-868d-e563f038b1fb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 67c5683c-6b15-4d24-9887-66063eadb1d9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@33f7761d (id: 67c5683c-6b15-4d24-9887-66063eadb1d9, sid: 67c5683c-6b15-4d24-9887-66063eadb1d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = baf2c827-788e-454e-b462-b09b5cf3b64d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@34c6074f (id: baf2c827-788e-454e-b462-b09b5cf3b64d, sid: baf2c827-788e-454e-b462-b09b5cf3b64d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = e288c1ff-cb37-4da0-892c-93650248df2c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5747906a (id: e288c1ff-cb37-4da0-892c-93650248df2c, sid: e288c1ff-cb37-4da0-892c-93650248df2c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63c2c86e-544b-4dbd-9c00-094669d9f0cf org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@62e85d33 (id: 63c2c86e-544b-4dbd-9c00-094669d9f0cf, sid: 63c2c86e-544b-4dbd-9c00-094669d9f0cf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8099bda8-885b-4024-9eb3-a4ecb5a4a7fe org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6edf1699 (id: 8099bda8-885b-4024-9eb3-a4ecb5a4a7fe, sid: 8099bda8-885b-4024-9eb3-a4ecb5a4a7fe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1bf86616-52b4-49ae-99ec-a84904b88e0f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5f00fe8 (id: 1bf86616-52b4-49ae-99ec-a84904b88e0f, sid: 1bf86616-52b4-49ae-99ec-a84904b88e0f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c095f2e-693e-46b3-ae67-32165f6d35ff org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@651ae43c (id: 7c095f2e-693e-46b3-ae67-32165f6d35ff, sid: 7c095f2e-693e-46b3-ae67-32165f6d35ff) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91ed4c2b-ea96-43e3-88d8-ff2acf0668ab org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@60103838 (id: 91ed4c2b-ea96-43e3-88d8-ff2acf0668ab, sid: 91ed4c2b-ea96-43e3-88d8-ff2acf0668ab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8b3a245-2b7c-43dd-bd9d-3790494e9523 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@30e8bdb3 (id: c8b3a245-2b7c-43dd-bd9d-3790494e9523, sid: c8b3a245-2b7c-43dd-bd9d-3790494e9523) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3513e7d-716b-47d2-ab93-cad8e3f42aef org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@51d8926e (id: b3513e7d-716b-47d2-ab93-cad8e3f42aef, sid: b3513e7d-716b-47d2-ab93-cad8e3f42aef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e56efc8-8577-4d15-9b1d-55c39633d6aa org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2105deff (id: 9e56efc8-8577-4d15-9b1d-55c39633d6aa, sid: 9e56efc8-8577-4d15-9b1d-55c39633d6aa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0efe7b69-a0ad-422e-8ea1-a4891c327c33 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5a8c325b (id: 0efe7b69-a0ad-422e-8ea1-a4891c327c33, sid: 0efe7b69-a0ad-422e-8ea1-a4891c327c33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f8f9e42-11f8-43cb-bcac-9d89ec216eda org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@40af4da5 (id: 2f8f9e42-11f8-43cb-bcac-9d89ec216eda, sid: 2f8f9e42-11f8-43cb-bcac-9d89ec216eda) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [TestComposite568503] >> release >> unload 568503 [TestComposite568503] >> release >> unload output [CapabilityTest] >> require >> load Project_test_01 [CapabilityTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3c018c77 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7fe94aad (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2a6f4181 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4734d71e (id: 96f8a94e-aa78-4abe-b667-ead7412d7265, sid: null) (name: AllPhases-Capability) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3d02b922-e740-4e1b-bab6-cfabfbf02e98 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@678d6ca3 (id: 3d02b922-e740-4e1b-bab6-cfabfbf02e98, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef85c62b-17e3-419c-b040-aa35557a0fe5 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@c376cb (id: ef85c62b-17e3-419c-b040-aa35557a0fe5, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb184993-1114-4e35-a598-a111f0887e03 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6c9d2863 (id: bb184993-1114-4e35-a598-a111f0887e03, sid: bb184993-1114-4e35-a598-a111f0887e03) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6f158c57 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 73452e4c-bcf8-49a1-ae91-2371afa0fdcb org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@29b62eae (id: 73452e4c-bcf8-49a1-ae91-2371afa0fdcb, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7c5bcd5a (id: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 554689a1-bcd5-451e-9088-84ca89494212 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1353d323 (id: 554689a1-bcd5-451e-9088-84ca89494212, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee7042f1-c849-44a2-9a4c-73aac8770f93 org.polarsys.capella.core.data.information.impl.DataPkgImpl@491079ba (id: ee7042f1-c849-44a2-9a4c-73aac8770f93, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 37d999d8-4ace-4363-a77a-df2216fc2859 org.polarsys.capella.core.data.information.impl.DataPkgImpl@28235573 (id: 37d999d8-4ace-4363-a77a-df2216fc2859, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 6e330171-ad91-44a8-9663-08451dd4fe67 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@66228f47 (id: 6e330171-ad91-44a8-9663-08451dd4fe67, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 9d2a5596-cf8b-4bb1-814e-b473031a504b org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@656fcd90 (id: 9d2a5596-cf8b-4bb1-814e-b473031a504b, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 3a8fb35f-9cfa-4cac-b6dd-feec33d9465b org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@584c6c3c (id: 3a8fb35f-9cfa-4cac-b6dd-feec33d9465b, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 9e99a7a0-860f-49ad-9894-08b3d63772d2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6af6328b (id: 9e99a7a0-860f-49ad-9894-08b3d63772d2, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6a3dd864-3dff-4059-822b-2167dbbc22a3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@18dcc025 (id: 6a3dd864-3dff-4059-822b-2167dbbc22a3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d01f8b3a-1118-4101-89e4-50424a630b2b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3449de3 (id: d01f8b3a-1118-4101-89e4-50424a630b2b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 67891baf-1cf9-4fd4-9661-a70ed0c12594 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@38d23c3b (id: 67891baf-1cf9-4fd4-9661-a70ed0c12594, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = fc2a2c1b-9cbc-40a5-ab4a-0140d17bbc0f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@63eb23c0 (id: fc2a2c1b-9cbc-40a5-ab4a-0140d17bbc0f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d7df8c8d-3217-430f-81d1-a433996196a2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1d480a70 (id: d7df8c8d-3217-430f-81d1-a433996196a2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = fae0758d-54c8-4a9f-bbb8-a25655fddf1b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3ac437bf (id: fae0758d-54c8-4a9f-bbb8-a25655fddf1b, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 538788fb-8c5f-44b3-8c3d-8369ded98364 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@13def738 (id: 538788fb-8c5f-44b3-8c3d-8369ded98364, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = cb410723-8265-448d-ba13-758560981863 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@299133a0 (id: cb410723-8265-448d-ba13-758560981863, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8be49c12-8add-44f6-84cf-cf7061bf7b6e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7457a768 (id: 8be49c12-8add-44f6-84cf-cf7061bf7b6e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@788cbdc2 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@60b1a4c9 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5c4a56d9 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@54380fb (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@183c4f3c (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d0124aa6-5ee3-449d-bb59-0a1d4b523372 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@bb6526b (id: d0124aa6-5ee3-449d-bb59-0a1d4b523372, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = b13cba6e-cc31-41a9-ac6e-191fffd3049a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2b1a6c8e (id: b13cba6e-cc31-41a9-ac6e-191fffd3049a, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0657c404-ca41-46c4-a6fe-5866a059f5fe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@623ff262 (id: 0657c404-ca41-46c4-a6fe-5866a059f5fe, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2ecba4c5-2c90-4c12-98b6-770a8c01e209 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2531b828 (id: 2ecba4c5-2c90-4c12-98b6-770a8c01e209, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2134933a-e0e9-47d3-a260-80f1dbecb68f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@1cad93ef (id: 2134933a-e0e9-47d3-a260-80f1dbecb68f, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 40d701b8-8e5e-45ef-80cd-789d8f3f7d82 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@64abe2e8 (id: 40d701b8-8e5e-45ef-80cd-789d8f3f7d82, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 71d993eb-0b92-4b33-896d-940789130bc0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@791ab0fd (id: 71d993eb-0b92-4b33-896d-940789130bc0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 10892617-6d6d-4c5c-8bcc-590d2302366a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5142a70e (id: 10892617-6d6d-4c5c-8bcc-590d2302366a, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a91c65cc-7de5-46d5-add7-645713ce6419 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@21807422 (id: a91c65cc-7de5-46d5-add7-645713ce6419, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = f0b32800-477e-415d-83af-31334f485715 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1a877e58 (id: f0b32800-477e-415d-83af-31334f485715, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5df6a862-443c-4181-b722-3fb01a7cdc21 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3636b8ad (id: 5df6a862-443c-4181-b722-3fb01a7cdc21, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b80b787d-cf7a-46d1-98a7-1ba284f79ee0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@720813b2 (id: b80b787d-cf7a-46d1-98a7-1ba284f79ee0, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e1431c36-da5d-4a85-bf76-a3d424cadf88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@508b58b5 (id: e1431c36-da5d-4a85-bf76-a3d424cadf88, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@7dea3b84 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb6327ab-5b5b-4531-82ab-cb2ec339e16a org.polarsys.capella.core.data.cs.impl.PartImpl@5d56778 (id: eb6327ab-5b5b-4531-82ab-cb2ec339e16a, sid: eb6327ab-5b5b-4531-82ab-cb2ec339e16a) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = cb1ece1b-2d97-47da-9cb7-03220c049ed3 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@296ee8c (id: cb1ece1b-2d97-47da-9cb7-03220c049ed3, sid: cb1ece1b-2d97-47da-9cb7-03220c049ed3) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1eaf3dd6 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@498a72b4 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@40c61ea5 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@23df82fb (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3c018c77 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7fe94aad (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4734d71e (id: 96f8a94e-aa78-4abe-b667-ead7412d7265, sid: null) (name: AllPhases-Capability) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3d02b922-e740-4e1b-bab6-cfabfbf02e98 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@678d6ca3 (id: 3d02b922-e740-4e1b-bab6-cfabfbf02e98, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef85c62b-17e3-419c-b040-aa35557a0fe5 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@c376cb (id: ef85c62b-17e3-419c-b040-aa35557a0fe5, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb184993-1114-4e35-a598-a111f0887e03 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6c9d2863 (id: bb184993-1114-4e35-a598-a111f0887e03, sid: bb184993-1114-4e35-a598-a111f0887e03) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c45fc20d-1d8f-40c1-bd9f-acd1650647d3 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@73280d68 (id: c45fc20d-1d8f-40c1-bd9f-acd1650647d3, sid: c45fc20d-1d8f-40c1-bd9f-acd1650647d3) (name: FC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = d359aa99-9929-4567-99bc-3fa0127665b9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7fcc9fda (id: d359aa99-9929-4567-99bc-3fa0127665b9, sid: d359aa99-9929-4567-99bc-3fa0127665b9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1643ca3a-99db-4a14-9281-3f75def7f9f2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@64a2cbc6 (id: 1643ca3a-99db-4a14-9281-3f75def7f9f2, sid: 1643ca3a-99db-4a14-9281-3f75def7f9f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06dcaf0c-4746-440d-810b-ea7075fea861 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@61f92901 (id: 06dcaf0c-4746-440d-810b-ea7075fea861, sid: 06dcaf0c-4746-440d-810b-ea7075fea861) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f3793446-1c16-4cb2-aff5-dc04cbe8cf89 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@87d651d (id: f3793446-1c16-4cb2-aff5-dc04cbe8cf89, sid: f3793446-1c16-4cb2-aff5-dc04cbe8cf89) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 24cde04f-14d9-4de7-9910-4f3452e95376 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@43f08669 (id: 24cde04f-14d9-4de7-9910-4f3452e95376, sid: 24cde04f-14d9-4de7-9910-4f3452e95376) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 42680f7e-3953-4512-a5e7-ab8475fca933 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@a015433 (id: 42680f7e-3953-4512-a5e7-ab8475fca933, sid: 42680f7e-3953-4512-a5e7-ab8475fca933) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = add4bacd-8159-48b3-acbc-589ba760357b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@27b793bd (id: add4bacd-8159-48b3-acbc-589ba760357b, sid: add4bacd-8159-48b3-acbc-589ba760357b) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7fba0d6a-059e-4c13-91fe-220f1e116256 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@44014fdb (id: 7fba0d6a-059e-4c13-91fe-220f1e116256, sid: 7fba0d6a-059e-4c13-91fe-220f1e116256) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cef5f278-fc89-451f-b8e8-019c9cd1da07 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3252673 (id: cef5f278-fc89-451f-b8e8-019c9cd1da07, sid: cef5f278-fc89-451f-b8e8-019c9cd1da07) (name: LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7bbd2df5-be11-48f7-a3ff-414d0b329736 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@189467d1 (id: 7bbd2df5-be11-48f7-a3ff-414d0b329736, sid: 7bbd2df5-be11-48f7-a3ff-414d0b329736) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a8e89af9-eca2-40da-be1a-b2f4449d9da1 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5562d93b (id: a8e89af9-eca2-40da-be1a-b2f4449d9da1, sid: a8e89af9-eca2-40da-be1a-b2f4449d9da1) (name: LF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6714aa83-2b33-44aa-9224-0aa883077448 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@14c83e1c (id: 6714aa83-2b33-44aa-9224-0aa883077448, sid: 6714aa83-2b33-44aa-9224-0aa883077448) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7427faad-32bb-4755-bb3a-d62e5aab4986 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@186a149e (id: 7427faad-32bb-4755-bb3a-d62e5aab4986, sid: 7427faad-32bb-4755-bb3a-d62e5aab4986) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7c5bcd5a (id: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b66b2de9-fd73-4de6-8bba-fcb12bd949e0 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@34ddf8ab (id: b66b2de9-fd73-4de6-8bba-fcb12bd949e0, sid: b66b2de9-fd73-4de6-8bba-fcb12bd949e0) (name: CR1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a572f085-ca83-40e3-9765-92590125cc29 org.polarsys.capella.core.data.interaction.impl.AbstractFunctionAbstractCapabilityInvolvementImpl@7afcf46c (id: a572f085-ca83-40e3-9765-92590125cc29, sid: a572f085-ca83-40e3-9765-92590125cc29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f265d55b-097c-42a4-bf3c-041a0d6ff57a org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@6a65d09 (id: f265d55b-097c-42a4-bf3c-041a0d6ff57a, sid: f265d55b-097c-42a4-bf3c-041a0d6ff57a) (name: CR9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f56a7004-f97c-4889-8f6c-f18ab7480a5a org.polarsys.capella.core.data.interaction.impl.AbstractFunctionAbstractCapabilityInvolvementImpl@72401eaa (id: f56a7004-f97c-4889-8f6c-f18ab7480a5a, sid: f56a7004-f97c-4889-8f6c-f18ab7480a5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e350304e-5562-4315-86f7-bf4b7f27518c org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@1bf7f6cd (id: e350304e-5562-4315-86f7-bf4b7f27518c, sid: e350304e-5562-4315-86f7-bf4b7f27518c) (name: CR3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 239656d1-827e-422e-beb7-a8400c75fd47 org.polarsys.capella.core.data.interaction.impl.FunctionalChainAbstractCapabilityInvolvementImpl@6352e4b (id: 239656d1-827e-422e-beb7-a8400c75fd47, sid: 239656d1-827e-422e-beb7-a8400c75fd47) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3715877-2241-404a-9e8d-29f363b565fe org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@1a01bcf8 (id: d3715877-2241-404a-9e8d-29f363b565fe, sid: d3715877-2241-404a-9e8d-29f363b565fe) (name: CR7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce0cc1f7-5a9c-41a1-9fd7-170dc6d91c08 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@2e932299 (id: ce0cc1f7-5a9c-41a1-9fd7-170dc6d91c08, sid: ce0cc1f7-5a9c-41a1-9fd7-170dc6d91c08) (name: S71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 0e094ef9-fa8c-4699-9f3f-cddd7084cc00 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@75a93ebe (id: 0e094ef9-fa8c-4699-9f3f-cddd7084cc00, sid: 0e094ef9-fa8c-4699-9f3f-cddd7084cc00) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8789208-c56d-4391-986a-80289ad2fe44 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@88133b5 (id: d8789208-c56d-4391-986a-80289ad2fe44, sid: d8789208-c56d-4391-986a-80289ad2fe44) (name: LC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a42c444c-9b56-44f4-b215-e7404155c9c6 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1ff0b821 (id: a42c444c-9b56-44f4-b215-e7404155c9c6, sid: a42c444c-9b56-44f4-b215-e7404155c9c6) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = b005b47d-802b-4e90-a65a-fc37be320782 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2840d6ac (id: b005b47d-802b-4e90-a65a-fc37be320782, sid: b005b47d-802b-4e90-a65a-fc37be320782) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 86b716be-39b9-4ac4-a9c0-14c47e44f1ed org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@142041d4 (id: 86b716be-39b9-4ac4-a9c0-14c47e44f1ed, sid: 86b716be-39b9-4ac4-a9c0-14c47e44f1ed) (name: ME711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b63bec-fac1-48f6-8b1d-3a836afb1b04 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@15bdc47e (id: 89b63bec-fac1-48f6-8b1d-3a836afb1b04, sid: 89b63bec-fac1-48f6-8b1d-3a836afb1b04) (name: ME712) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8f192ce1-c74e-472e-bcac-78907d9ce2b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@f165758 (id: 8f192ce1-c74e-472e-bcac-78907d9ce2b6, sid: 8f192ce1-c74e-472e-bcac-78907d9ce2b6) (name: ME713) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a9454dfd-04cb-4bfc-9ab3-edcf0b885377 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@21cd15a0 (id: a9454dfd-04cb-4bfc-9ab3-edcf0b885377, sid: a9454dfd-04cb-4bfc-9ab3-edcf0b885377) (name: ME714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab7ea2cd-eb86-43cd-9590-f9da7b168819 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@37f5deac (id: ab7ea2cd-eb86-43cd-9590-f9da7b168819, sid: ab7ea2cd-eb86-43cd-9590-f9da7b168819) (name: E711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07abc7c8-e5ff-435a-aae6-d196a9b3f4e2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4c107218 (id: 07abc7c8-e5ff-435a-aae6-d196a9b3f4e2, sid: 07abc7c8-e5ff-435a-aae6-d196a9b3f4e2) (name: ESO711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31b83c89-225c-4542-bccf-adf7e60c9773 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@71014055 (id: 31b83c89-225c-4542-bccf-adf7e60c9773, sid: 31b83c89-225c-4542-bccf-adf7e60c9773) (name: ERO712) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a0caf466-1e04-449b-aca9-13f23ceda5d5 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@38282bc0 (id: a0caf466-1e04-449b-aca9-13f23ceda5d5, sid: a0caf466-1e04-449b-aca9-13f23ceda5d5) (name: ESO713) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 120f387b-ded7-4181-badc-05ca1f637c18 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@21b182d7 (id: 120f387b-ded7-4181-badc-05ca1f637c18, sid: 120f387b-ded7-4181-badc-05ca1f637c18) (name: ERO714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c86d0349-83d1-4404-8a0e-ccbf83431088 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@1978c629 (id: c86d0349-83d1-4404-8a0e-ccbf83431088, sid: c86d0349-83d1-4404-8a0e-ccbf83431088) (name: CR5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfd9b5b4-f455-4b47-a779-2ff484cdbf03 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@3690e43b (id: dfd9b5b4-f455-4b47-a779-2ff484cdbf03, sid: dfd9b5b4-f455-4b47-a779-2ff484cdbf03) (name: S51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = b8ed36d6-35e0-44c7-871b-3df98134265f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7d5d798 (id: b8ed36d6-35e0-44c7-871b-3df98134265f, sid: b8ed36d6-35e0-44c7-871b-3df98134265f) (name: IR511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 47a61ecb-c1d2-4ef2-9e5f-2016e8d3b9af org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@52eb7a7d (id: 47a61ecb-c1d2-4ef2-9e5f-2016e8d3b9af, sid: 47a61ecb-c1d2-4ef2-9e5f-2016e8d3b9af) (name: IR512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b33e439b-7c6b-4575-8028-192f15385ff0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@dfdb787 (id: b33e439b-7c6b-4575-8028-192f15385ff0, sid: b33e439b-7c6b-4575-8028-192f15385ff0) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 65ffcdb7-baac-437b-b19c-dc81562a9052 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3cfd3b3f (id: 65ffcdb7-baac-437b-b19c-dc81562a9052, sid: 65ffcdb7-baac-437b-b19c-dc81562a9052) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 52336a42-b6f4-470e-8200-5e0245a11667 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@153d522f (id: 52336a42-b6f4-470e-8200-5e0245a11667, sid: 52336a42-b6f4-470e-8200-5e0245a11667) (name: ME511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a14a21af-ee39-480d-a77b-091a1998af16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1c0cfa67 (id: a14a21af-ee39-480d-a77b-091a1998af16, sid: a14a21af-ee39-480d-a77b-091a1998af16) (name: ME512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01925421-7dc8-4547-b0ba-fda0bde24f69 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7cad37ee (id: 01925421-7dc8-4547-b0ba-fda0bde24f69, sid: 01925421-7dc8-4547-b0ba-fda0bde24f69) (name: ME513) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae2ef887-aa69-455d-95de-04da8818d97c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@29dccf87 (id: ae2ef887-aa69-455d-95de-04da8818d97c, sid: ae2ef887-aa69-455d-95de-04da8818d97c) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd081b33-c4dd-4cc6-82fd-1186bf62627b org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@568f5cb9 (id: cd081b33-c4dd-4cc6-82fd-1186bf62627b, sid: cd081b33-c4dd-4cc6-82fd-1186bf62627b) (name: E511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9337b0d6-bd66-4158-a759-8a912d299208 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2d2b4bcd (id: 9337b0d6-bd66-4158-a759-8a912d299208, sid: 9337b0d6-bd66-4158-a759-8a912d299208) (name: ESO511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58a658ed-d6fc-4af2-b616-9794bd75728b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@38ac1bc1 (id: 58a658ed-d6fc-4af2-b616-9794bd75728b, sid: 58a658ed-d6fc-4af2-b616-9794bd75728b) (name: ERO512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 393254c3-74f7-44b7-9de1-ded48050a958 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@77435ba4 (id: 393254c3-74f7-44b7-9de1-ded48050a958, sid: 393254c3-74f7-44b7-9de1-ded48050a958) (name: ESO513) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b553e36-353d-4787-a7ae-2b9ea8185570 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5b05bb61 (id: 2b553e36-353d-4787-a7ae-2b9ea8185570, sid: 2b553e36-353d-4787-a7ae-2b9ea8185570) (name: ERO514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@7dea3b84 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb6327ab-5b5b-4531-82ab-cb2ec339e16a org.polarsys.capella.core.data.cs.impl.PartImpl@5d56778 (id: eb6327ab-5b5b-4531-82ab-cb2ec339e16a, sid: eb6327ab-5b5b-4531-82ab-cb2ec339e16a) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 15acc159-7a3f-46e6-b527-e9b0cd0a9811 org.polarsys.capella.core.data.cs.impl.PartImpl@51952cdd (id: 15acc159-7a3f-46e6-b527-e9b0cd0a9811, sid: 15acc159-7a3f-46e6-b527-e9b0cd0a9811) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4a5de620-cfe8-441c-b51b-aca413a0f717 org.polarsys.capella.core.data.cs.impl.PartImpl@74915c3a (id: 4a5de620-cfe8-441c-b51b-aca413a0f717, sid: 4a5de620-cfe8-441c-b51b-aca413a0f717) (name: LC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7e911378-6ddd-4313-aa18-0712d41fd4f1 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@48fdbb9e (id: 7e911378-6ddd-4313-aa18-0712d41fd4f1, sid: 7e911378-6ddd-4313-aa18-0712d41fd4f1) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = cb1ece1b-2d97-47da-9cb7-03220c049ed3 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@296ee8c (id: cb1ece1b-2d97-47da-9cb7-03220c049ed3, sid: cb1ece1b-2d97-47da-9cb7-03220c049ed3) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 8d73bd6d-0bd3-4f92-b059-1da797fc669d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2185270e (id: 8d73bd6d-0bd3-4f92-b059-1da797fc669d, sid: 8d73bd6d-0bd3-4f92-b059-1da797fc669d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a055744-3467-446b-85c8-1d847c145e21 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4132a32 (id: 7a055744-3467-446b-85c8-1d847c145e21, sid: 7a055744-3467-446b-85c8-1d847c145e21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 35212596-0799-4281-a32f-cf9945ae0283 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7a1dc9c7 (id: 35212596-0799-4281-a32f-cf9945ae0283, sid: 35212596-0799-4281-a32f-cf9945ae0283) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 55d5ab34-3827-48c6-bd03-7dc3a00508d1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1d4a1093 (id: 55d5ab34-3827-48c6-bd03-7dc3a00508d1, sid: 55d5ab34-3827-48c6-bd03-7dc3a00508d1) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 82e31a73-6e8b-4db7-9e39-f637759a6c32 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6c066525 (id: 82e31a73-6e8b-4db7-9e39-f637759a6c32, sid: 82e31a73-6e8b-4db7-9e39-f637759a6c32) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ae33d9bb-e8a2-493f-8890-c7d8e2339da9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2fa1b322 (id: ae33d9bb-e8a2-493f-8890-c7d8e2339da9, sid: ae33d9bb-e8a2-493f-8890-c7d8e2339da9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cdf2fd8a-81dc-434c-908b-47f5e690f0ed org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@129405dc (id: cdf2fd8a-81dc-434c-908b-47f5e690f0ed, sid: cdf2fd8a-81dc-434c-908b-47f5e690f0ed) (name: LC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fb8b72b6-229a-4c28-bcd7-af250f7f5ab5 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@300e9c0f (id: fb8b72b6-229a-4c28-bcd7-af250f7f5ab5, sid: fb8b72b6-229a-4c28-bcd7-af250f7f5ab5) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [CapabilityTest] >> release >> unload Project_test_01 [CapabilityTest] >> release >> unload output [CapabilityTest] >> require >> load Project_test_01 [CapabilityTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5e0b7603 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4f7ed4ca (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@507c17ad (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3d83af28 (id: 96f8a94e-aa78-4abe-b667-ead7412d7265, sid: null) (name: AllPhases-Capability) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3d02b922-e740-4e1b-bab6-cfabfbf02e98 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@2afe9f9f (id: 3d02b922-e740-4e1b-bab6-cfabfbf02e98, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef85c62b-17e3-419c-b040-aa35557a0fe5 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@1041566e (id: ef85c62b-17e3-419c-b040-aa35557a0fe5, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb184993-1114-4e35-a598-a111f0887e03 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7eb4c628 (id: bb184993-1114-4e35-a598-a111f0887e03, sid: bb184993-1114-4e35-a598-a111f0887e03) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9f63ba80-8ef6-4278-9bc8-ea9b8e1c6d95 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@18733727 (id: 9f63ba80-8ef6-4278-9bc8-ea9b8e1c6d95, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 73452e4c-bcf8-49a1-ae91-2371afa0fdcb org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5a4e2a0b (id: 73452e4c-bcf8-49a1-ae91-2371afa0fdcb, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5c77e57d (id: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 554689a1-bcd5-451e-9088-84ca89494212 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@169ae799 (id: 554689a1-bcd5-451e-9088-84ca89494212, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee7042f1-c849-44a2-9a4c-73aac8770f93 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1da700c9 (id: ee7042f1-c849-44a2-9a4c-73aac8770f93, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@413c632 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: e66c115f-65e0-4803-9476-fae1017891ec) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9553e120-6c16-4c2d-9a48-edbae1516312 org.polarsys.capella.core.data.cs.impl.PartImpl@7cdfd056 (id: 9553e120-6c16-4c2d-9a48-edbae1516312, sid: 9553e120-6c16-4c2d-9a48-edbae1516312) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d26b0d40-32c5-4acb-badb-2ed32a2374d9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3d38567b (id: d26b0d40-32c5-4acb-badb-2ed32a2374d9, sid: d26b0d40-32c5-4acb-badb-2ed32a2374d9) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 2eb3c5c1-dab3-4a91-8b75-a22317828b48 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@26f5040a (id: 2eb3c5c1-dab3-4a91-8b75-a22317828b48, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566d5405-ab13-4236-8e89-d21d9ff57190 org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@6255aa94 (id: 566d5405-ab13-4236-8e89-d21d9ff57190, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5e0b7603 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4f7ed4ca (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3d83af28 (id: 96f8a94e-aa78-4abe-b667-ead7412d7265, sid: null) (name: AllPhases-Capability) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3d02b922-e740-4e1b-bab6-cfabfbf02e98 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@2afe9f9f (id: 3d02b922-e740-4e1b-bab6-cfabfbf02e98, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef85c62b-17e3-419c-b040-aa35557a0fe5 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@1041566e (id: ef85c62b-17e3-419c-b040-aa35557a0fe5, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb184993-1114-4e35-a598-a111f0887e03 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7eb4c628 (id: bb184993-1114-4e35-a598-a111f0887e03, sid: bb184993-1114-4e35-a598-a111f0887e03) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c45fc20d-1d8f-40c1-bd9f-acd1650647d3 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@71b40814 (id: c45fc20d-1d8f-40c1-bd9f-acd1650647d3, sid: c45fc20d-1d8f-40c1-bd9f-acd1650647d3) (name: FC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = d359aa99-9929-4567-99bc-3fa0127665b9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2fe873da (id: d359aa99-9929-4567-99bc-3fa0127665b9, sid: d359aa99-9929-4567-99bc-3fa0127665b9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1643ca3a-99db-4a14-9281-3f75def7f9f2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3580b26f (id: 1643ca3a-99db-4a14-9281-3f75def7f9f2, sid: 1643ca3a-99db-4a14-9281-3f75def7f9f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06dcaf0c-4746-440d-810b-ea7075fea861 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6d5db771 (id: 06dcaf0c-4746-440d-810b-ea7075fea861, sid: 06dcaf0c-4746-440d-810b-ea7075fea861) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f3793446-1c16-4cb2-aff5-dc04cbe8cf89 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1b1723db (id: f3793446-1c16-4cb2-aff5-dc04cbe8cf89, sid: f3793446-1c16-4cb2-aff5-dc04cbe8cf89) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 24cde04f-14d9-4de7-9910-4f3452e95376 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5a10c20d (id: 24cde04f-14d9-4de7-9910-4f3452e95376, sid: 24cde04f-14d9-4de7-9910-4f3452e95376) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 42680f7e-3953-4512-a5e7-ab8475fca933 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@35078ed9 (id: 42680f7e-3953-4512-a5e7-ab8475fca933, sid: 42680f7e-3953-4512-a5e7-ab8475fca933) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = add4bacd-8159-48b3-acbc-589ba760357b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6cea665c (id: add4bacd-8159-48b3-acbc-589ba760357b, sid: add4bacd-8159-48b3-acbc-589ba760357b) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7fba0d6a-059e-4c13-91fe-220f1e116256 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4ec189e1 (id: 7fba0d6a-059e-4c13-91fe-220f1e116256, sid: 7fba0d6a-059e-4c13-91fe-220f1e116256) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cef5f278-fc89-451f-b8e8-019c9cd1da07 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1be50f42 (id: cef5f278-fc89-451f-b8e8-019c9cd1da07, sid: cef5f278-fc89-451f-b8e8-019c9cd1da07) (name: LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7bbd2df5-be11-48f7-a3ff-414d0b329736 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@248242e4 (id: 7bbd2df5-be11-48f7-a3ff-414d0b329736, sid: 7bbd2df5-be11-48f7-a3ff-414d0b329736) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a8e89af9-eca2-40da-be1a-b2f4449d9da1 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2ed0d57b (id: a8e89af9-eca2-40da-be1a-b2f4449d9da1, sid: a8e89af9-eca2-40da-be1a-b2f4449d9da1) (name: LF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6714aa83-2b33-44aa-9224-0aa883077448 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@c614bd4 (id: 6714aa83-2b33-44aa-9224-0aa883077448, sid: 6714aa83-2b33-44aa-9224-0aa883077448) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7427faad-32bb-4755-bb3a-d62e5aab4986 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@73d69c5f (id: 7427faad-32bb-4755-bb3a-d62e5aab4986, sid: 7427faad-32bb-4755-bb3a-d62e5aab4986) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5c77e57d (id: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b66b2de9-fd73-4de6-8bba-fcb12bd949e0 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@1b04aec8 (id: b66b2de9-fd73-4de6-8bba-fcb12bd949e0, sid: b66b2de9-fd73-4de6-8bba-fcb12bd949e0) (name: CR1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a572f085-ca83-40e3-9765-92590125cc29 org.polarsys.capella.core.data.interaction.impl.AbstractFunctionAbstractCapabilityInvolvementImpl@6fd7f697 (id: a572f085-ca83-40e3-9765-92590125cc29, sid: a572f085-ca83-40e3-9765-92590125cc29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c86d0349-83d1-4404-8a0e-ccbf83431088 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@4378efd8 (id: c86d0349-83d1-4404-8a0e-ccbf83431088, sid: c86d0349-83d1-4404-8a0e-ccbf83431088) (name: CR5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfd9b5b4-f455-4b47-a779-2ff484cdbf03 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@19461b71 (id: dfd9b5b4-f455-4b47-a779-2ff484cdbf03, sid: dfd9b5b4-f455-4b47-a779-2ff484cdbf03) (name: S51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = b8ed36d6-35e0-44c7-871b-3df98134265f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@44559254 (id: b8ed36d6-35e0-44c7-871b-3df98134265f, sid: b8ed36d6-35e0-44c7-871b-3df98134265f) (name: IR511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 47a61ecb-c1d2-4ef2-9e5f-2016e8d3b9af org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@494fe62f (id: 47a61ecb-c1d2-4ef2-9e5f-2016e8d3b9af, sid: 47a61ecb-c1d2-4ef2-9e5f-2016e8d3b9af) (name: IR512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b33e439b-7c6b-4575-8028-192f15385ff0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4d4dc6f1 (id: b33e439b-7c6b-4575-8028-192f15385ff0, sid: b33e439b-7c6b-4575-8028-192f15385ff0) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 65ffcdb7-baac-437b-b19c-dc81562a9052 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@64f9c1ba (id: 65ffcdb7-baac-437b-b19c-dc81562a9052, sid: 65ffcdb7-baac-437b-b19c-dc81562a9052) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 52336a42-b6f4-470e-8200-5e0245a11667 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@cd63843 (id: 52336a42-b6f4-470e-8200-5e0245a11667, sid: 52336a42-b6f4-470e-8200-5e0245a11667) (name: ME511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a14a21af-ee39-480d-a77b-091a1998af16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3a9ec968 (id: a14a21af-ee39-480d-a77b-091a1998af16, sid: a14a21af-ee39-480d-a77b-091a1998af16) (name: ME512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01925421-7dc8-4547-b0ba-fda0bde24f69 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@19c7ea84 (id: 01925421-7dc8-4547-b0ba-fda0bde24f69, sid: 01925421-7dc8-4547-b0ba-fda0bde24f69) (name: ME513) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae2ef887-aa69-455d-95de-04da8818d97c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@33991c17 (id: ae2ef887-aa69-455d-95de-04da8818d97c, sid: ae2ef887-aa69-455d-95de-04da8818d97c) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd081b33-c4dd-4cc6-82fd-1186bf62627b org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@eb02e07 (id: cd081b33-c4dd-4cc6-82fd-1186bf62627b, sid: cd081b33-c4dd-4cc6-82fd-1186bf62627b) (name: E511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9337b0d6-bd66-4158-a759-8a912d299208 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@42297330 (id: 9337b0d6-bd66-4158-a759-8a912d299208, sid: 9337b0d6-bd66-4158-a759-8a912d299208) (name: ESO511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58a658ed-d6fc-4af2-b616-9794bd75728b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@641c223b (id: 58a658ed-d6fc-4af2-b616-9794bd75728b, sid: 58a658ed-d6fc-4af2-b616-9794bd75728b) (name: ERO512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 393254c3-74f7-44b7-9de1-ded48050a958 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1f9ee30b (id: 393254c3-74f7-44b7-9de1-ded48050a958, sid: 393254c3-74f7-44b7-9de1-ded48050a958) (name: ESO513) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b553e36-353d-4787-a7ae-2b9ea8185570 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@10d136e9 (id: 2b553e36-353d-4787-a7ae-2b9ea8185570, sid: 2b553e36-353d-4787-a7ae-2b9ea8185570) (name: ERO514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e350304e-5562-4315-86f7-bf4b7f27518c org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@19915625 (id: e350304e-5562-4315-86f7-bf4b7f27518c, sid: e350304e-5562-4315-86f7-bf4b7f27518c) (name: CR3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 239656d1-827e-422e-beb7-a8400c75fd47 org.polarsys.capella.core.data.interaction.impl.FunctionalChainAbstractCapabilityInvolvementImpl@492278ce (id: 239656d1-827e-422e-beb7-a8400c75fd47, sid: 239656d1-827e-422e-beb7-a8400c75fd47) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3715877-2241-404a-9e8d-29f363b565fe org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@66467104 (id: d3715877-2241-404a-9e8d-29f363b565fe, sid: d3715877-2241-404a-9e8d-29f363b565fe) (name: CR7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce0cc1f7-5a9c-41a1-9fd7-170dc6d91c08 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@333923a5 (id: ce0cc1f7-5a9c-41a1-9fd7-170dc6d91c08, sid: ce0cc1f7-5a9c-41a1-9fd7-170dc6d91c08) (name: S71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 0e094ef9-fa8c-4699-9f3f-cddd7084cc00 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7d22f418 (id: 0e094ef9-fa8c-4699-9f3f-cddd7084cc00, sid: 0e094ef9-fa8c-4699-9f3f-cddd7084cc00) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8789208-c56d-4391-986a-80289ad2fe44 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@14c56e03 (id: d8789208-c56d-4391-986a-80289ad2fe44, sid: d8789208-c56d-4391-986a-80289ad2fe44) (name: LC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a42c444c-9b56-44f4-b215-e7404155c9c6 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@41def3ce (id: a42c444c-9b56-44f4-b215-e7404155c9c6, sid: a42c444c-9b56-44f4-b215-e7404155c9c6) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = b005b47d-802b-4e90-a65a-fc37be320782 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3b80c45b (id: b005b47d-802b-4e90-a65a-fc37be320782, sid: b005b47d-802b-4e90-a65a-fc37be320782) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 86b716be-39b9-4ac4-a9c0-14c47e44f1ed org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@51686507 (id: 86b716be-39b9-4ac4-a9c0-14c47e44f1ed, sid: 86b716be-39b9-4ac4-a9c0-14c47e44f1ed) (name: ME711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b63bec-fac1-48f6-8b1d-3a836afb1b04 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6ee2bc5f (id: 89b63bec-fac1-48f6-8b1d-3a836afb1b04, sid: 89b63bec-fac1-48f6-8b1d-3a836afb1b04) (name: ME712) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8f192ce1-c74e-472e-bcac-78907d9ce2b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@589462ce (id: 8f192ce1-c74e-472e-bcac-78907d9ce2b6, sid: 8f192ce1-c74e-472e-bcac-78907d9ce2b6) (name: ME713) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a9454dfd-04cb-4bfc-9ab3-edcf0b885377 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@658bc79b (id: a9454dfd-04cb-4bfc-9ab3-edcf0b885377, sid: a9454dfd-04cb-4bfc-9ab3-edcf0b885377) (name: ME714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab7ea2cd-eb86-43cd-9590-f9da7b168819 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7759d670 (id: ab7ea2cd-eb86-43cd-9590-f9da7b168819, sid: ab7ea2cd-eb86-43cd-9590-f9da7b168819) (name: E711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07abc7c8-e5ff-435a-aae6-d196a9b3f4e2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@ca28c80 (id: 07abc7c8-e5ff-435a-aae6-d196a9b3f4e2, sid: 07abc7c8-e5ff-435a-aae6-d196a9b3f4e2) (name: ESO711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31b83c89-225c-4542-bccf-adf7e60c9773 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@775b1dc8 (id: 31b83c89-225c-4542-bccf-adf7e60c9773, sid: 31b83c89-225c-4542-bccf-adf7e60c9773) (name: ERO712) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a0caf466-1e04-449b-aca9-13f23ceda5d5 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4cd7bba7 (id: a0caf466-1e04-449b-aca9-13f23ceda5d5, sid: a0caf466-1e04-449b-aca9-13f23ceda5d5) (name: ESO713) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 120f387b-ded7-4181-badc-05ca1f637c18 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@75040e1b (id: 120f387b-ded7-4181-badc-05ca1f637c18, sid: 120f387b-ded7-4181-badc-05ca1f637c18) (name: ERO714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f265d55b-097c-42a4-bf3c-041a0d6ff57a org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@5b2840b7 (id: f265d55b-097c-42a4-bf3c-041a0d6ff57a, sid: f265d55b-097c-42a4-bf3c-041a0d6ff57a) (name: CR9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f56a7004-f97c-4889-8f6c-f18ab7480a5a org.polarsys.capella.core.data.interaction.impl.AbstractFunctionAbstractCapabilityInvolvementImpl@4ca68244 (id: f56a7004-f97c-4889-8f6c-f18ab7480a5a, sid: f56a7004-f97c-4889-8f6c-f18ab7480a5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@413c632 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: e66c115f-65e0-4803-9476-fae1017891ec) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9553e120-6c16-4c2d-9a48-edbae1516312 org.polarsys.capella.core.data.cs.impl.PartImpl@7cdfd056 (id: 9553e120-6c16-4c2d-9a48-edbae1516312, sid: 9553e120-6c16-4c2d-9a48-edbae1516312) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7e911378-6ddd-4313-aa18-0712d41fd4f1 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@183cb85d (id: 7e911378-6ddd-4313-aa18-0712d41fd4f1, sid: 7e911378-6ddd-4313-aa18-0712d41fd4f1) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = d26b0d40-32c5-4acb-badb-2ed32a2374d9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3d38567b (id: d26b0d40-32c5-4acb-badb-2ed32a2374d9, sid: d26b0d40-32c5-4acb-badb-2ed32a2374d9) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = eb6327ab-5b5b-4531-82ab-cb2ec339e16a org.polarsys.capella.core.data.cs.impl.PartImpl@5be258 (id: eb6327ab-5b5b-4531-82ab-cb2ec339e16a, sid: eb6327ab-5b5b-4531-82ab-cb2ec339e16a) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 15acc159-7a3f-46e6-b527-e9b0cd0a9811 org.polarsys.capella.core.data.cs.impl.PartImpl@7f2ff7a6 (id: 15acc159-7a3f-46e6-b527-e9b0cd0a9811, sid: 15acc159-7a3f-46e6-b527-e9b0cd0a9811) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4a5de620-cfe8-441c-b51b-aca413a0f717 org.polarsys.capella.core.data.cs.impl.PartImpl@2ac564e (id: 4a5de620-cfe8-441c-b51b-aca413a0f717, sid: 4a5de620-cfe8-441c-b51b-aca413a0f717) (name: LC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = cb1ece1b-2d97-47da-9cb7-03220c049ed3 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@79e36bae (id: cb1ece1b-2d97-47da-9cb7-03220c049ed3, sid: cb1ece1b-2d97-47da-9cb7-03220c049ed3) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 35212596-0799-4281-a32f-cf9945ae0283 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@797131f3 (id: 35212596-0799-4281-a32f-cf9945ae0283, sid: 35212596-0799-4281-a32f-cf9945ae0283) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a055744-3467-446b-85c8-1d847c145e21 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@190f06b5 (id: 7a055744-3467-446b-85c8-1d847c145e21, sid: 7a055744-3467-446b-85c8-1d847c145e21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 55d5ab34-3827-48c6-bd03-7dc3a00508d1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@175484ca (id: 55d5ab34-3827-48c6-bd03-7dc3a00508d1, sid: 55d5ab34-3827-48c6-bd03-7dc3a00508d1) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = a25db2cf-117e-47f1-9b1e-457ef4e4b733 org.polarsys.capella.core.data.cs.impl.PartImpl@75883395 (id: a25db2cf-117e-47f1-9b1e-457ef4e4b733, sid: a25db2cf-117e-47f1-9b1e-457ef4e4b733) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 32b92a58-4772-4e40-8480-8ae332f1be45 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5867a7e (id: 32b92a58-4772-4e40-8480-8ae332f1be45, sid: 32b92a58-4772-4e40-8480-8ae332f1be45) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 8d73bd6d-0bd3-4f92-b059-1da797fc669d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@64ddeed5 (id: 8d73bd6d-0bd3-4f92-b059-1da797fc669d, sid: 8d73bd6d-0bd3-4f92-b059-1da797fc669d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 82e31a73-6e8b-4db7-9e39-f637759a6c32 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@579c4450 (id: 82e31a73-6e8b-4db7-9e39-f637759a6c32, sid: 82e31a73-6e8b-4db7-9e39-f637759a6c32) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ae33d9bb-e8a2-493f-8890-c7d8e2339da9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@633cc1ad (id: ae33d9bb-e8a2-493f-8890-c7d8e2339da9, sid: ae33d9bb-e8a2-493f-8890-c7d8e2339da9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cdf2fd8a-81dc-434c-908b-47f5e690f0ed org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6b74845d (id: cdf2fd8a-81dc-434c-908b-47f5e690f0ed, sid: cdf2fd8a-81dc-434c-908b-47f5e690f0ed) (name: LC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fb8b72b6-229a-4c28-bcd7-af250f7f5ab5 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6e400137 (id: fb8b72b6-229a-4c28-bcd7-af250f7f5ab5, sid: fb8b72b6-229a-4c28-bcd7-af250f7f5ab5) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [CapabilityTest] >> release >> unload Project_test_01 [CapabilityTest] >> release >> unload output [Crossphases] >> require >> load Project_test_01 [Crossphases] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@192a2f92 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@639ae67d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3ede2cc4 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2868775c (id: 1f127874-9190-4e3e-a01a-b4c3f8185648, sid: null) (name: Categories) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = da44c0ad-6f56-494d-af3a-1a7be037c306 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7382c0aa (id: da44c0ad-6f56-494d-af3a-1a7be037c306, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f80f95c-d284-4972-86a0-310e28c0444a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2b6143f8 (id: 9f80f95c-d284-4972-86a0-310e28c0444a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db7d9859-4cfd-46ac-8ba4-b9d001151124 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@51e929a3 (id: db7d9859-4cfd-46ac-8ba4-b9d001151124, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@2b817f24 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e706723-10dd-41cc-9e25-ef4bcf306edc org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7960e8b8 (id: 5e706723-10dd-41cc-9e25-ef4bcf306edc, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = a32d53da-f8a8-4b39-b6c8-14823af0cec2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@583f1aef (id: a32d53da-f8a8-4b39-b6c8-14823af0cec2, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cfd797b-5ff4-47fe-b35a-db78993df603 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4bea8214 (id: 0cfd797b-5ff4-47fe-b35a-db78993df603, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10e42b7f-37ed-43de-8461-ab83bd476bdd org.polarsys.capella.core.data.information.impl.DataPkgImpl@35b186f9 (id: 10e42b7f-37ed-43de-8461-ab83bd476bdd, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e7e53dbf-1d78-4cf4-8dcd-fbf382aba11f org.polarsys.capella.core.data.information.impl.DataPkgImpl@6c9befae (id: e7e53dbf-1d78-4cf4-8dcd-fbf382aba11f, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 755400c3-b186-4549-bc26-0074ac245726 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@372e433c (id: 755400c3-b186-4549-bc26-0074ac245726, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 151a2c16-39a0-43ad-89a3-a41d95a5d789 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1f575b39 (id: 151a2c16-39a0-43ad-89a3-a41d95a5d789, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 13aefd2e-245a-4442-b3f7-7bbc21bbe7f1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2b994fe8 (id: 13aefd2e-245a-4442-b3f7-7bbc21bbe7f1, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = b9df8e7b-c017-4c76-85fb-88a2c090f6c4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@184c23aa (id: b9df8e7b-c017-4c76-85fb-88a2c090f6c4, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 41a64c1c-06ee-44c7-8972-1076390f1dfd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5dbea43c (id: 41a64c1c-06ee-44c7-8972-1076390f1dfd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 0371f20f-30df-4199-a28c-d35dddc5a939 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7815b221 (id: 0371f20f-30df-4199-a28c-d35dddc5a939, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 9ea00f02-6f14-4e3c-a152-d2bb25904521 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@199254c4 (id: 9ea00f02-6f14-4e3c-a152-d2bb25904521, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 65cc6760-5790-48ee-b123-f82336abdf2c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@603a752f (id: 65cc6760-5790-48ee-b123-f82336abdf2c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1c56781d-6ca1-468c-a529-7d5dde000b66 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@480db250 (id: 1c56781d-6ca1-468c-a529-7d5dde000b66, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = be5c3034-2b08-4c97-b8fe-d7bc433f654b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1d5c85ca (id: be5c3034-2b08-4c97-b8fe-d7bc433f654b, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 9a5e4da1-94f0-4fb1-b5d0-379ec9574136 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@16e3d6d1 (id: 9a5e4da1-94f0-4fb1-b5d0-379ec9574136, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 4f85fc24-683e-4320-a0a4-ba28d31432a1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@25434a2f (id: 4f85fc24-683e-4320-a0a4-ba28d31432a1, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 15677819-1fbb-40e8-b5de-fe3be1b2169e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f9e3e5 (id: 15677819-1fbb-40e8-b5de-fe3be1b2169e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e4771ef3-fed3-49e5-a8bc-75db1251d6e6 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@79f244e5 (id: e4771ef3-fed3-49e5-a8bc-75db1251d6e6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 3976c159-22af-4109-b683-06704e150a37 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@71af4054 (id: 3976c159-22af-4109-b683-06704e150a37, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = ab1c8468-505d-4075-bf3d-6e68c327904c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4e826e7c (id: ab1c8468-505d-4075-bf3d-6e68c327904c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = e0deb991-a1a5-46e7-86fd-7f7cb35ffc0f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ab4a82 (id: e0deb991-a1a5-46e7-86fd-7f7cb35ffc0f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = b033b749-7bd7-4b25-8780-53f68a9e0e24 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6a95e33e (id: b033b749-7bd7-4b25-8780-53f68a9e0e24, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 89929296-517e-47fb-b207-924c2dc51b8c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6133a3d8 (id: 89929296-517e-47fb-b207-924c2dc51b8c, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 1b35b6d9-d977-4363-be20-46e113be0ee3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3c9fd00c (id: 1b35b6d9-d977-4363-be20-46e113be0ee3, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3bc2f4e2-a07e-4e4e-ae6f-73bf020a8dc3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@67bb7247 (id: 3bc2f4e2-a07e-4e4e-ae6f-73bf020a8dc3, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ec4f4a01-a2b9-47f8-8996-ff1370c00143 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@22f2f19d (id: ec4f4a01-a2b9-47f8-8996-ff1370c00143, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9188b4df-0631-4fc6-b47d-932848a1e95b org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5e23bb78 (id: 9188b4df-0631-4fc6-b47d-932848a1e95b, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = e5fccac8-e561-4a9e-b308-d0132e0c2bd8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1cfe0f00 (id: e5fccac8-e561-4a9e-b308-d0132e0c2bd8, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 67d334fb-1fed-42d8-99fc-9dda504ee402 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@20eb6f92 (id: 67d334fb-1fed-42d8-99fc-9dda504ee402, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7c59bac2-3378-4030-9f15-690dab7e8b1d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@15200c0b (id: 7c59bac2-3378-4030-9f15-690dab7e8b1d, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3e42c5bb-4418-4d9e-90e8-0355c8312d35 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@561b9dac (id: 3e42c5bb-4418-4d9e-90e8-0355c8312d35, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 88a19459-783b-4d74-a743-cdcd4aa13f53 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3a711e60 (id: 88a19459-783b-4d74-a743-cdcd4aa13f53, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 43fb0b6f-bb11-4ff7-bc31-ccce9c89c752 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@419d6143 (id: 43fb0b6f-bb11-4ff7-bc31-ccce9c89c752, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 259cd4f2-b2dc-472e-9ba7-76d030dfb731 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@54486d2f (id: 259cd4f2-b2dc-472e-9ba7-76d030dfb731, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5de6a2d5-4e9b-4ce4-a53e-0dd025dac6c7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5e346cf7 (id: 5de6a2d5-4e9b-4ce4-a53e-0dd025dac6c7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@15f90ac2 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3b7add3f-77d2-46ff-84d5-2799c5ca0186 org.polarsys.capella.core.data.cs.impl.PartImpl@61d3c39 (id: 3b7add3f-77d2-46ff-84d5-2799c5ca0186, sid: 3b7add3f-77d2-46ff-84d5-2799c5ca0186) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2be2c019-7ccb-4e52-8321-52e9cbb8d416 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@339e78f2 (id: 2be2c019-7ccb-4e52-8321-52e9cbb8d416, sid: 2be2c019-7ccb-4e52-8321-52e9cbb8d416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@137e1d46 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3a795109 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@26cf2d56 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@21f0e2da (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@192a2f92 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@639ae67d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2868775c (id: 1f127874-9190-4e3e-a01a-b4c3f8185648, sid: null) (name: Categories) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = da44c0ad-6f56-494d-af3a-1a7be037c306 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7382c0aa (id: da44c0ad-6f56-494d-af3a-1a7be037c306, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f80f95c-d284-4972-86a0-310e28c0444a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2b6143f8 (id: 9f80f95c-d284-4972-86a0-310e28c0444a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db7d9859-4cfd-46ac-8ba4-b9d001151124 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@51e929a3 (id: db7d9859-4cfd-46ac-8ba4-b9d001151124, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5e706723-10dd-41cc-9e25-ef4bcf306edc org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7960e8b8 (id: 5e706723-10dd-41cc-9e25-ef4bcf306edc, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = a32d53da-f8a8-4b39-b6c8-14823af0cec2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@583f1aef (id: a32d53da-f8a8-4b39-b6c8-14823af0cec2, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cfd797b-5ff4-47fe-b35a-db78993df603 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4bea8214 (id: 0cfd797b-5ff4-47fe-b35a-db78993df603, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10e42b7f-37ed-43de-8461-ab83bd476bdd org.polarsys.capella.core.data.information.impl.DataPkgImpl@35b186f9 (id: 10e42b7f-37ed-43de-8461-ab83bd476bdd, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@15f90ac2 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3b7add3f-77d2-46ff-84d5-2799c5ca0186 org.polarsys.capella.core.data.cs.impl.PartImpl@61d3c39 (id: 3b7add3f-77d2-46ff-84d5-2799c5ca0186, sid: 3b7add3f-77d2-46ff-84d5-2799c5ca0186) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b373eee0-594c-4b17-bdc4-64f8b6483cf2 org.polarsys.capella.core.data.cs.impl.PartImpl@56e02d45 (id: b373eee0-594c-4b17-bdc4-64f8b6483cf2, sid: b373eee0-594c-4b17-bdc4-64f8b6483cf2) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 24bbc3a9-8f0b-47b0-b2b6-4e0300157f5a org.polarsys.capella.core.data.cs.impl.PartImpl@9779e66 (id: 24bbc3a9-8f0b-47b0-b2b6-4e0300157f5a, sid: 24bbc3a9-8f0b-47b0-b2b6-4e0300157f5a) (name: PC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7df593ed-257a-46db-b430-d3c6fe4a368f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@13476e65 (id: 7df593ed-257a-46db-b430-d3c6fe4a368f, sid: 7df593ed-257a-46db-b430-d3c6fe4a368f) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 4e392a04-86a5-40a1-9617-749b8f6fdef4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@7d834a0b (id: 4e392a04-86a5-40a1-9617-749b8f6fdef4, sid: 4e392a04-86a5-40a1-9617-749b8f6fdef4) (name: C 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = a2f46b67-54f2-44f8-9cc4-03515911b770 org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@585ef22d (id: a2f46b67-54f2-44f8-9cc4-03515911b770, sid: a2f46b67-54f2-44f8-9cc4-03515911b770) (name: CEC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3850f885-8004-4338-8ece-7b8c8ebfba8f org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@26482511 (id: 3850f885-8004-4338-8ece-7b8c8ebfba8f, sid: 3850f885-8004-4338-8ece-7b8c8ebfba8f) (name: CEC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28baf20e-fb25-4338-a0db-caaf42b0d0c5 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@322d470d (id: 28baf20e-fb25-4338-a0db-caaf42b0d0c5, sid: 28baf20e-fb25-4338-a0db-caaf42b0d0c5) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8d6e1ec3-9d76-495d-b282-a76f327a5a94 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@5d39f6ec (id: 8d6e1ec3-9d76-495d-b282-a76f327a5a94, sid: 8d6e1ec3-9d76-495d-b282-a76f327a5a94) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ed175b5-2499-47a2-88ee-e8f6b6049065 org.polarsys.capella.core.data.cs.impl.PhysicalLinkCategoryImpl@54ac526f (id: 7ed175b5-2499-47a2-88ee-e8f6b6049065, sid: 7ed175b5-2499-47a2-88ee-e8f6b6049065) (name: PLC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 57c7ffbe-32ef-4785-8441-29795d2dff54 org.polarsys.capella.core.data.cs.impl.PhysicalLinkCategoryImpl@484a67e (id: 57c7ffbe-32ef-4785-8441-29795d2dff54, sid: 57c7ffbe-32ef-4785-8441-29795d2dff54) (name: PLC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b628467-b392-4c31-aa25-b3a1b8772010 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60d39145 (id: 9b628467-b392-4c31-aa25-b3a1b8772010, sid: 9b628467-b392-4c31-aa25-b3a1b8772010) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 4, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = f61c92ce-c39b-4b27-af31-8436c000a15d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1c878914 (id: f61c92ce-c39b-4b27-af31-8436c000a15d, sid: f61c92ce-c39b-4b27-af31-8436c000a15d) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 275392b2-4013-4e0d-8dd6-a3d646deae37 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5785a7f0 (id: 275392b2-4013-4e0d-8dd6-a3d646deae37, sid: 275392b2-4013-4e0d-8dd6-a3d646deae37) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 118f8ee2-43a3-4908-86c0-057f8e139347 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@774db786 (id: 118f8ee2-43a3-4908-86c0-057f8e139347, sid: 118f8ee2-43a3-4908-86c0-057f8e139347) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = a6defe83-ed29-43e7-a07b-c4754271edc3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6e76a1eb (id: a6defe83-ed29-43e7-a07b-c4754271edc3, sid: a6defe83-ed29-43e7-a07b-c4754271edc3) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = da1a836e-737f-4753-abeb-462468a50d2a org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2cef297d (id: da1a836e-737f-4753-abeb-462468a50d2a, sid: da1a836e-737f-4753-abeb-462468a50d2a) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2be2c019-7ccb-4e52-8321-52e9cbb8d416 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@339e78f2 (id: 2be2c019-7ccb-4e52-8321-52e9cbb8d416, sid: 2be2c019-7ccb-4e52-8321-52e9cbb8d416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@171129ef (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@69d019fa (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@7fe6c0ef (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@a98012 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@1ee99fb9 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@771f5a57 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@3eb70de3 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@72d2b337 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2014ee83 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2d54c534 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2b0a1d68 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@4c265835 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 69c106b0-62b6-49d2-abea-87dc296f0689 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@443e6be4 (id: 69c106b0-62b6-49d2-abea-87dc296f0689, sid: 69c106b0-62b6-49d2-abea-87dc296f0689) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 7d0c0eed-89f4-47de-96c4-22bc00a74205 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@3e2d7cd8 (id: 7d0c0eed-89f4-47de-96c4-22bc00a74205, sid: 7d0c0eed-89f4-47de-96c4-22bc00a74205) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dda5629e-e4fc-4d5a-9096-44c2e86f0288 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2d6a9657 (id: dda5629e-e4fc-4d5a-9096-44c2e86f0288, sid: dda5629e-e4fc-4d5a-9096-44c2e86f0288) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = b21e6710-a432-4adb-bbad-89ec91d28435 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7eb4ca07 (id: b21e6710-a432-4adb-bbad-89ec91d28435, sid: b21e6710-a432-4adb-bbad-89ec91d28435) (name: PP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Crossphases] >> release >> unload Project_test_01 [Crossphases] >> release >> unload output [Interphases] >> require >> load Project_test_01 [Interphases] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6f840ea9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@427ba2c1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@265d0ac (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@379458ae (id: 1f127874-9190-4e3e-a01a-b4c3f8185648, sid: null) (name: Categories) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = da44c0ad-6f56-494d-af3a-1a7be037c306 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79b2d133 (id: da44c0ad-6f56-494d-af3a-1a7be037c306, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f80f95c-d284-4972-86a0-310e28c0444a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@131ea1ba (id: 9f80f95c-d284-4972-86a0-310e28c0444a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db7d9859-4cfd-46ac-8ba4-b9d001151124 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7e774ecf (id: db7d9859-4cfd-46ac-8ba4-b9d001151124, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0857177-cb90-473f-b10f-356663e3cd21 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@18646ed9 (id: e0857177-cb90-473f-b10f-356663e3cd21, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e706723-10dd-41cc-9e25-ef4bcf306edc org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@77b01faf (id: 5e706723-10dd-41cc-9e25-ef4bcf306edc, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = a32d53da-f8a8-4b39-b6c8-14823af0cec2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@11456392 (id: a32d53da-f8a8-4b39-b6c8-14823af0cec2, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cfd797b-5ff4-47fe-b35a-db78993df603 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@6e29e89c (id: 0cfd797b-5ff4-47fe-b35a-db78993df603, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10e42b7f-37ed-43de-8461-ab83bd476bdd org.polarsys.capella.core.data.information.impl.DataPkgImpl@1913cf91 (id: 10e42b7f-37ed-43de-8461-ab83bd476bdd, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@237066d2 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3df3bb4b-52dc-4c77-96fc-fd985f9d1986 org.polarsys.capella.core.data.cs.impl.PartImpl@74959eb1 (id: 3df3bb4b-52dc-4c77-96fc-fd985f9d1986, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aaa12662-abf8-42a5-b824-aa5fe11fb285 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@308129f2 (id: aaa12662-abf8-42a5-b824-aa5fe11fb285, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 1f306add-2c12-4632-8338-959118f94850 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@52394c49 (id: 1f306add-2c12-4632-8338-959118f94850, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1039bcbe-6eda-49b6-a295-b11dfbc7554e org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@398605eb (id: 1039bcbe-6eda-49b6-a295-b11dfbc7554e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6f840ea9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@427ba2c1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@379458ae (id: 1f127874-9190-4e3e-a01a-b4c3f8185648, sid: null) (name: Categories) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = da44c0ad-6f56-494d-af3a-1a7be037c306 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79b2d133 (id: da44c0ad-6f56-494d-af3a-1a7be037c306, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f80f95c-d284-4972-86a0-310e28c0444a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@131ea1ba (id: 9f80f95c-d284-4972-86a0-310e28c0444a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db7d9859-4cfd-46ac-8ba4-b9d001151124 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7e774ecf (id: db7d9859-4cfd-46ac-8ba4-b9d001151124, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5e706723-10dd-41cc-9e25-ef4bcf306edc org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@77b01faf (id: 5e706723-10dd-41cc-9e25-ef4bcf306edc, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = a32d53da-f8a8-4b39-b6c8-14823af0cec2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@11456392 (id: a32d53da-f8a8-4b39-b6c8-14823af0cec2, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cfd797b-5ff4-47fe-b35a-db78993df603 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@6e29e89c (id: 0cfd797b-5ff4-47fe-b35a-db78993df603, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10e42b7f-37ed-43de-8461-ab83bd476bdd org.polarsys.capella.core.data.information.impl.DataPkgImpl@1913cf91 (id: 10e42b7f-37ed-43de-8461-ab83bd476bdd, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@237066d2 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3df3bb4b-52dc-4c77-96fc-fd985f9d1986 org.polarsys.capella.core.data.cs.impl.PartImpl@74959eb1 (id: 3df3bb4b-52dc-4c77-96fc-fd985f9d1986, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b373eee0-594c-4b17-bdc4-64f8b6483cf2 org.polarsys.capella.core.data.cs.impl.PartImpl@55d9f5b7 (id: b373eee0-594c-4b17-bdc4-64f8b6483cf2, sid: b373eee0-594c-4b17-bdc4-64f8b6483cf2) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e6844013-7f43-4974-9d0c-42de23bae341 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@5231d7da (id: e6844013-7f43-4974-9d0c-42de23bae341, sid: e6844013-7f43-4974-9d0c-42de23bae341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7df593ed-257a-46db-b430-d3c6fe4a368f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@6c52a73f (id: 7df593ed-257a-46db-b430-d3c6fe4a368f, sid: 7df593ed-257a-46db-b430-d3c6fe4a368f) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = dd2a6a52-9825-4b0c-b0ea-ab737c97c67c org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@25a12db0 (id: dd2a6a52-9825-4b0c-b0ea-ab737c97c67c, sid: dd2a6a52-9825-4b0c-b0ea-ab737c97c67c) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 4e392a04-86a5-40a1-9617-749b8f6fdef4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@7736516c (id: 4e392a04-86a5-40a1-9617-749b8f6fdef4, sid: 4e392a04-86a5-40a1-9617-749b8f6fdef4) (name: C 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = a2f46b67-54f2-44f8-9cc4-03515911b770 org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@37531579 (id: a2f46b67-54f2-44f8-9cc4-03515911b770, sid: a2f46b67-54f2-44f8-9cc4-03515911b770) (name: CEC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b8253656-a9d6-42d0-af2a-27d163630b75 org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@1b33628e (id: b8253656-a9d6-42d0-af2a-27d163630b75, sid: b8253656-a9d6-42d0-af2a-27d163630b75) (name: CEC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3850f885-8004-4338-8ece-7b8c8ebfba8f org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@5e4bedb5 (id: 3850f885-8004-4338-8ece-7b8c8ebfba8f, sid: 3850f885-8004-4338-8ece-7b8c8ebfba8f) (name: CEC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28baf20e-fb25-4338-a0db-caaf42b0d0c5 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@72d77db8 (id: 28baf20e-fb25-4338-a0db-caaf42b0d0c5, sid: 28baf20e-fb25-4338-a0db-caaf42b0d0c5) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8d6e1ec3-9d76-495d-b282-a76f327a5a94 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@193f8dc3 (id: 8d6e1ec3-9d76-495d-b282-a76f327a5a94, sid: 8d6e1ec3-9d76-495d-b282-a76f327a5a94) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ed175b5-2499-47a2-88ee-e8f6b6049065 org.polarsys.capella.core.data.cs.impl.PhysicalLinkCategoryImpl@2a6f0545 (id: 7ed175b5-2499-47a2-88ee-e8f6b6049065, sid: 7ed175b5-2499-47a2-88ee-e8f6b6049065) (name: PLC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 57c7ffbe-32ef-4785-8441-29795d2dff54 org.polarsys.capella.core.data.cs.impl.PhysicalLinkCategoryImpl@40fd818d (id: 57c7ffbe-32ef-4785-8441-29795d2dff54, sid: 57c7ffbe-32ef-4785-8441-29795d2dff54) (name: PLC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aaa12662-abf8-42a5-b824-aa5fe11fb285 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@308129f2 (id: aaa12662-abf8-42a5-b824-aa5fe11fb285, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@79345361 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7a302459 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@470a1cf4 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1f400389 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@4434e45b (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3f5d1268 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@28a744cb (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3764561d (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@54916a96 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@388fc3e (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@111b7198 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@45a0918 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 3b7add3f-77d2-46ff-84d5-2799c5ca0186 org.polarsys.capella.core.data.cs.impl.PartImpl@4003034b (id: 3b7add3f-77d2-46ff-84d5-2799c5ca0186, sid: 3b7add3f-77d2-46ff-84d5-2799c5ca0186) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6de32f73-498c-4e8e-bc1a-a92fbc4430f4 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@c1cca28 (id: 6de32f73-498c-4e8e-bc1a-a92fbc4430f4, sid: 6de32f73-498c-4e8e-bc1a-a92fbc4430f4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5118d3a8-7295-4fa9-ae8c-6e5c17f56768 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@78bc9282 (id: 5118d3a8-7295-4fa9-ae8c-6e5c17f56768, sid: 5118d3a8-7295-4fa9-ae8c-6e5c17f56768) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = feb408b6-7944-478f-a1fa-46457d997784 org.polarsys.capella.core.data.cs.impl.PartImpl@5196602 (id: feb408b6-7944-478f-a1fa-46457d997784, sid: feb408b6-7944-478f-a1fa-46457d997784) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a3dcd29a-5529-49f2-96a1-e64e3971af43 org.polarsys.capella.core.data.cs.impl.PartImpl@5d5824b1 (id: a3dcd29a-5529-49f2-96a1-e64e3971af43, sid: a3dcd29a-5529-49f2-96a1-e64e3971af43) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 24bbc3a9-8f0b-47b0-b2b6-4e0300157f5a org.polarsys.capella.core.data.cs.impl.PartImpl@37ffe8b8 (id: 24bbc3a9-8f0b-47b0-b2b6-4e0300157f5a, sid: 24bbc3a9-8f0b-47b0-b2b6-4e0300157f5a) (name: PC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d3b1bf48-5b35-45ba-97e3-42815b3783b4 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@2bcb5447 (id: d3b1bf48-5b35-45ba-97e3-42815b3783b4, sid: d3b1bf48-5b35-45ba-97e3-42815b3783b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0c9bfd5-e587-43aa-933e-057c6be99df2 org.polarsys.capella.core.data.cs.impl.PartImpl@652c1e4a (id: d0c9bfd5-e587-43aa-933e-057c6be99df2, sid: d0c9bfd5-e587-43aa-933e-057c6be99df2) (name: PC 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = edb78203-aefe-48ba-ae1b-8d09115bdc62 org.polarsys.capella.core.data.cs.impl.PartImpl@40a75d57 (id: edb78203-aefe-48ba-ae1b-8d09115bdc62, sid: edb78203-aefe-48ba-ae1b-8d09115bdc62) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2be2c019-7ccb-4e52-8321-52e9cbb8d416 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3d8a199e (id: 2be2c019-7ccb-4e52-8321-52e9cbb8d416, sid: 2be2c019-7ccb-4e52-8321-52e9cbb8d416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 1182dc6d-a2dd-469a-9e04-6b9c1f29f4a7 org.polarsys.capella.core.data.cs.impl.PartImpl@1f9222ff (id: 1182dc6d-a2dd-469a-9e04-6b9c1f29f4a7, sid: 1182dc6d-a2dd-469a-9e04-6b9c1f29f4a7) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 426dfddf-f6c4-4cf3-b0de-c67fc99600b2 org.polarsys.capella.core.data.cs.impl.PartImpl@33cf2969 (id: 426dfddf-f6c4-4cf3-b0de-c67fc99600b2, sid: 426dfddf-f6c4-4cf3-b0de-c67fc99600b2) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7d0c0eed-89f4-47de-96c4-22bc00a74205 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1d6909e1 (id: 7d0c0eed-89f4-47de-96c4-22bc00a74205, sid: 7d0c0eed-89f4-47de-96c4-22bc00a74205) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b21e6710-a432-4adb-bbad-89ec91d28435 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7042b53b (id: b21e6710-a432-4adb-bbad-89ec91d28435, sid: b21e6710-a432-4adb-bbad-89ec91d28435) (name: PP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 972bc294-d954-471a-a009-15d1792d74d3 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@7ec9f416 (id: 972bc294-d954-471a-a009-15d1792d74d3, sid: 972bc294-d954-471a-a009-15d1792d74d3) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5f60fbdd-ea32-470f-b353-f6cb366834a4 org.polarsys.capella.core.data.cs.impl.PhysicalLinkCategoryImpl@34070ec7 (id: 5f60fbdd-ea32-470f-b353-f6cb366834a4, sid: 5f60fbdd-ea32-470f-b353-f6cb366834a4) (name: PLC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 24bcd278-49ed-440e-9324-7982fb4bec12 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@61f43fa7 (id: 24bcd278-49ed-440e-9324-7982fb4bec12, sid: 24bcd278-49ed-440e-9324-7982fb4bec12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 73f13694-eefe-4b45-b359-5fcd9e3f2042 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4fab5cf (id: 73f13694-eefe-4b45-b359-5fcd9e3f2042, sid: 73f13694-eefe-4b45-b359-5fcd9e3f2042) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3d11b19c-47d1-46cb-991c-c0ce40ee31a0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@35228802 (id: 3d11b19c-47d1-46cb-991c-c0ce40ee31a0, sid: 3d11b19c-47d1-46cb-991c-c0ce40ee31a0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = d038fd37-bd51-411d-9338-acda4b1651fb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@39dfc957 (id: d038fd37-bd51-411d-9338-acda4b1651fb, sid: d038fd37-bd51-411d-9338-acda4b1651fb) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 137b5b2b-1e37-493c-bb9f-4619035c875c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7916d0cc (id: 137b5b2b-1e37-493c-bb9f-4619035c875c, sid: 137b5b2b-1e37-493c-bb9f-4619035c875c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 72b9b67f-e2ab-4b03-b52c-445c926f7b00 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@281346ec (id: 72b9b67f-e2ab-4b03-b52c-445c926f7b00, sid: 72b9b67f-e2ab-4b03-b52c-445c926f7b00) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = db6aa27a-499f-4134-a5a3-7c7f483efc40 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@950b974 (id: db6aa27a-499f-4134-a5a3-7c7f483efc40, sid: db6aa27a-499f-4134-a5a3-7c7f483efc40) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 69c106b0-62b6-49d2-abea-87dc296f0689 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4e825c78 (id: 69c106b0-62b6-49d2-abea-87dc296f0689, sid: 69c106b0-62b6-49d2-abea-87dc296f0689) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 97d79af3-1440-4fac-9f3f-c2f4b90d5ea4 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1dd75d4 (id: 97d79af3-1440-4fac-9f3f-c2f4b90d5ea4, sid: 97d79af3-1440-4fac-9f3f-c2f4b90d5ea4) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = dda5629e-e4fc-4d5a-9096-44c2e86f0288 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@334b6725 (id: dda5629e-e4fc-4d5a-9096-44c2e86f0288, sid: dda5629e-e4fc-4d5a-9096-44c2e86f0288) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 9b628467-b392-4c31-aa25-b3a1b8772010 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3f5ce321 (id: 9b628467-b392-4c31-aa25-b3a1b8772010, sid: 9b628467-b392-4c31-aa25-b3a1b8772010) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 4, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 275392b2-4013-4e0d-8dd6-a3d646deae37 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@6361092e (id: 275392b2-4013-4e0d-8dd6-a3d646deae37, sid: 275392b2-4013-4e0d-8dd6-a3d646deae37) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 664b4679-1404-4389-ba34-c041114d2e18 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@61629f06 (id: 664b4679-1404-4389-ba34-c041114d2e18, sid: 664b4679-1404-4389-ba34-c041114d2e18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = f61c92ce-c39b-4b27-af31-8436c000a15d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@397f2de0 (id: f61c92ce-c39b-4b27-af31-8436c000a15d, sid: f61c92ce-c39b-4b27-af31-8436c000a15d) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = d77b058b-0a0b-41c8-98c7-64d53f4d863e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2b2d3eee (id: d77b058b-0a0b-41c8-98c7-64d53f4d863e, sid: d77b058b-0a0b-41c8-98c7-64d53f4d863e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a6defe83-ed29-43e7-a07b-c4754271edc3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1a7c60b8 (id: a6defe83-ed29-43e7-a07b-c4754271edc3, sid: a6defe83-ed29-43e7-a07b-c4754271edc3) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 118f8ee2-43a3-4908-86c0-057f8e139347 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@54344523 (id: 118f8ee2-43a3-4908-86c0-057f8e139347, sid: 118f8ee2-43a3-4908-86c0-057f8e139347) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = da1a836e-737f-4753-abeb-462468a50d2a org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2db496bd (id: da1a836e-737f-4753-abeb-462468a50d2a, sid: da1a836e-737f-4753-abeb-462468a50d2a) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Interphases] >> release >> unload Project_test_01 [Interphases] >> release >> unload output [Multiphase] >> require >> load Project_test_01 [Multiphase] >> require >> load output [Multiphase] >> release >> unload Project_test_01 [Multiphase] >> release >> unload output [ConstraintTest] >> require >> load Project_test_01 [ConstraintTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6d3a19da (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@d4df7fb (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2bb26558 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@56691c1f (id: 1cf3cf3c-0d51-4498-99d7-a3b290c4e999, sid: null) (name: Constraints) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4efbca1e-1f00-4c07-aa16-819ce9b56f03 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@54f95c5f (id: 4efbca1e-1f00-4c07-aa16-819ce9b56f03, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1dc7843e-9a55-45f7-a98f-28f428ce4554 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@14ffbe7d (id: 1dc7843e-9a55-45f7-a98f-28f428ce4554, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f7254db-7b76-489d-b4b6-46596aec8217 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6f6d56ca (id: 1f7254db-7b76-489d-b4b6-46596aec8217, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@55a1bdc4 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f357d762-fa0d-40fc-96b3-2652eb53ef66 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@133945b0 (id: f357d762-fa0d-40fc-96b3-2652eb53ef66, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3fdf7a7f-0074-42b1-a524-fd856bd89b58 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7a5c0dfc (id: 3fdf7a7f-0074-42b1-a524-fd856bd89b58, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 78e54110-0102-48b9-a826-b1ce00b4f30b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@150ba86c (id: 78e54110-0102-48b9-a826-b1ce00b4f30b, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28cf9463-7ca5-4250-a907-fb5ee9103b05 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4c467bb8 (id: 28cf9463-7ca5-4250-a907-fb5ee9103b05, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5ab0d4ab-1b4d-4b3f-9bbf-da108eaa24dd org.polarsys.capella.core.data.information.impl.DataPkgImpl@5ddce03 (id: 5ab0d4ab-1b4d-4b3f-9bbf-da108eaa24dd, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e110db94-5cd3-46c9-bfe6-965f907b960b org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3ad0040 (id: e110db94-5cd3-46c9-bfe6-965f907b960b, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = fcc27a97-ded1-4d4f-846c-cb149b3ad1c0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@fbc88a0 (id: fcc27a97-ded1-4d4f-846c-cb149b3ad1c0, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 864dce29-081e-4da2-9a56-56dd11a12756 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6ce0537a (id: 864dce29-081e-4da2-9a56-56dd11a12756, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 99c46f14-b2dc-486d-b427-c885266b6a89 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7263533 (id: 99c46f14-b2dc-486d-b427-c885266b6a89, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8913248e-ddfe-4e6d-8352-144263f65b74 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6ce28a97 (id: 8913248e-ddfe-4e6d-8352-144263f65b74, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = cf45335d-b0b6-4c5f-843c-d3c7dc0fb118 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7f0e623 (id: cf45335d-b0b6-4c5f-843c-d3c7dc0fb118, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c13c37a3-f6d4-47e2-b605-9e857cff9843 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@69651e24 (id: c13c37a3-f6d4-47e2-b605-9e857cff9843, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 4f2465f9-0507-4ccc-b68e-d2c4354da67a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5f5c2196 (id: 4f2465f9-0507-4ccc-b68e-d2c4354da67a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e233925c-81ba-434e-8155-7eac0444ed45 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2712aed8 (id: e233925c-81ba-434e-8155-7eac0444ed45, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f484f964-6074-4f4d-b935-4d32ee1615af org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@275385e7 (id: f484f964-6074-4f4d-b935-4d32ee1615af, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = c4e454b0-1f23-4dc0-955d-0b503591091f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@66062b17 (id: c4e454b0-1f23-4dc0-955d-0b503591091f, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 4426eea0-00e2-4f40-b393-9b5d7763d546 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@58e8f6d0 (id: 4426eea0-00e2-4f40-b393-9b5d7763d546, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eac1f545-df92-4f27-9832-5cfd0628afbf org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6abef77b (id: eac1f545-df92-4f27-9832-5cfd0628afbf, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 14e48d0a-0cad-4696-b086-052104667eec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@51793b76 (id: 14e48d0a-0cad-4696-b086-052104667eec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = bd5796e9-b013-4217-83d7-54fa8da21565 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6f0ecdd (id: bd5796e9-b013-4217-83d7-54fa8da21565, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 9b23ad15-93af-47cc-afd0-72d670cc5b47 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@19b1c4a5 (id: 9b23ad15-93af-47cc-afd0-72d670cc5b47, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 73d1c82d-c833-43b2-a956-b463c224bb3d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@429edc7 (id: 73d1c82d-c833-43b2-a956-b463c224bb3d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 86f32364-4d88-4ae4-9176-ecd82e186b33 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1c93d4bf (id: 86f32364-4d88-4ae4-9176-ecd82e186b33, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = b57d9712-e2da-4644-95ee-093a6cb579c1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1d8455f4 (id: b57d9712-e2da-4644-95ee-093a6cb579c1, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 2fff4c3e-fd4a-4b87-a136-232b185ad656 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@a872e0d (id: 2fff4c3e-fd4a-4b87-a136-232b185ad656, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 93d2c6cd-878d-450f-8c84-664febe92d54 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@410bad4f (id: 93d2c6cd-878d-450f-8c84-664febe92d54, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7d39881c-d1a7-4204-8640-77324daa6afd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@433fbffd (id: 7d39881c-d1a7-4204-8640-77324daa6afd, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = cbafc1f8-b4d8-42cf-97e9-e4783fddd8ed org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@7c2b699b (id: cbafc1f8-b4d8-42cf-97e9-e4783fddd8ed, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 372fa387-90c0-4382-9a64-8dd35298c249 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4f6fd755 (id: 372fa387-90c0-4382-9a64-8dd35298c249, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7d18a936-f1c2-4300-8483-41c893b0b2f4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@53127a22 (id: 7d18a936-f1c2-4300-8483-41c893b0b2f4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6ad5bc52-4967-4c3d-b174-8723d3d2cd74 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6d6cf7ea (id: 6ad5bc52-4967-4c3d-b174-8723d3d2cd74, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7575ce08-158f-4dd6-96d5-3129280aed79 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4a2c2c6d (id: 7575ce08-158f-4dd6-96d5-3129280aed79, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6645ef27-d646-4ea3-b804-ee2c1770bd8e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7b488f02 (id: 6645ef27-d646-4ea3-b804-ee2c1770bd8e, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5457c4aa-4a19-4b67-9601-84643e6cb46e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3bcb3923 (id: 5457c4aa-4a19-4b67-9601-84643e6cb46e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9209631a-d728-455f-a1b1-2beb9ccdaf4b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@31125a17 (id: 9209631a-d728-455f-a1b1-2beb9ccdaf4b, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d5edb52d-cbfd-4430-8f83-351281a6a574 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1a76471c (id: d5edb52d-cbfd-4430-8f83-351281a6a574, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@566fac21 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6 org.polarsys.capella.core.data.cs.impl.PartImpl@1a935f4c (id: 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6, sid: 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@122cf61f (id: 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7, sid: 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@731e6762 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1c732f02 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@1b59fddb (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@1e579547 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6d3a19da (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@d4df7fb (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@56691c1f (id: 1cf3cf3c-0d51-4498-99d7-a3b290c4e999, sid: null) (name: Constraints) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4efbca1e-1f00-4c07-aa16-819ce9b56f03 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@54f95c5f (id: 4efbca1e-1f00-4c07-aa16-819ce9b56f03, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0a61df1b-47ad-44b2-bba1-fa094c7545bd org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@89be127 (id: 0a61df1b-47ad-44b2-bba1-fa094c7545bd, sid: 0a61df1b-47ad-44b2-bba1-fa094c7545bd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0448fdb7-fbcc-410d-bca5-7b8b69478b7f org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@23be5ab1 (id: 0448fdb7-fbcc-410d-bca5-7b8b69478b7f, sid: 0448fdb7-fbcc-410d-bca5-7b8b69478b7f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [], languages: [capella:linkedText]) ID = 1dc7843e-9a55-45f7-a98f-28f428ce4554 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@14ffbe7d (id: 1dc7843e-9a55-45f7-a98f-28f428ce4554, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f7254db-7b76-489d-b4b6-46596aec8217 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6f6d56ca (id: 1f7254db-7b76-489d-b4b6-46596aec8217, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f357d762-fa0d-40fc-96b3-2652eb53ef66 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@133945b0 (id: f357d762-fa0d-40fc-96b3-2652eb53ef66, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3fdf7a7f-0074-42b1-a524-fd856bd89b58 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7a5c0dfc (id: 3fdf7a7f-0074-42b1-a524-fd856bd89b58, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 78e54110-0102-48b9-a826-b1ce00b4f30b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@150ba86c (id: 78e54110-0102-48b9-a826-b1ce00b4f30b, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28cf9463-7ca5-4250-a907-fb5ee9103b05 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4c467bb8 (id: 28cf9463-7ca5-4250-a907-fb5ee9103b05, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@566fac21 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6 org.polarsys.capella.core.data.cs.impl.PartImpl@1a935f4c (id: 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6, sid: 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@122cf61f (id: 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7, sid: 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@e806a49 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@b5b26f6 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@369c8aae (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@77dc30a (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@aa2338e (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@589cc8ba (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@a87f0fd (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@630b1734 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@782e6698 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4649a83f (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@73fca813 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@4875a3ef (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) [ConstraintTest] >> release >> unload Project_test_01 [ConstraintTest] >> release >> unload output [ConstraintTest] >> require >> load Project_test_01 [ConstraintTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@274a1de8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@624846b7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5933e243 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@68d4a22f (id: 1cf3cf3c-0d51-4498-99d7-a3b290c4e999, sid: null) (name: Constraints) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4efbca1e-1f00-4c07-aa16-819ce9b56f03 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@5244b32d (id: 4efbca1e-1f00-4c07-aa16-819ce9b56f03, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1dc7843e-9a55-45f7-a98f-28f428ce4554 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2687fc6b (id: 1dc7843e-9a55-45f7-a98f-28f428ce4554, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f7254db-7b76-489d-b4b6-46596aec8217 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7931faf9 (id: 1f7254db-7b76-489d-b4b6-46596aec8217, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8770e065-d17d-48d7-bddb-cc4b97475347 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@11d6da9a (id: 8770e065-d17d-48d7-bddb-cc4b97475347, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f357d762-fa0d-40fc-96b3-2652eb53ef66 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@66fcde56 (id: f357d762-fa0d-40fc-96b3-2652eb53ef66, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3fdf7a7f-0074-42b1-a524-fd856bd89b58 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7f810246 (id: 3fdf7a7f-0074-42b1-a524-fd856bd89b58, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 78e54110-0102-48b9-a826-b1ce00b4f30b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2e34c0df (id: 78e54110-0102-48b9-a826-b1ce00b4f30b, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28cf9463-7ca5-4250-a907-fb5ee9103b05 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2e3ab521 (id: 28cf9463-7ca5-4250-a907-fb5ee9103b05, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@595e0192 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 335e40e3-1c05-4094-8704-7436bdcd0591 org.polarsys.capella.core.data.cs.impl.PartImpl@5e03f1e5 (id: 335e40e3-1c05-4094-8704-7436bdcd0591, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 81d518a0-09b2-41da-8be6-7c81ad0233c2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5639e0c2 (id: 81d518a0-09b2-41da-8be6-7c81ad0233c2, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = a1104a6a-a7f8-4ef2-945e-6b5eb7e07cad org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@5bd3eb8d (id: a1104a6a-a7f8-4ef2-945e-6b5eb7e07cad, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2f9061c-6415-4c3e-972c-3f77e5506abf org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@25471d07 (id: b2f9061c-6415-4c3e-972c-3f77e5506abf, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@274a1de8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@624846b7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@68d4a22f (id: 1cf3cf3c-0d51-4498-99d7-a3b290c4e999, sid: null) (name: Constraints) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4efbca1e-1f00-4c07-aa16-819ce9b56f03 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@5244b32d (id: 4efbca1e-1f00-4c07-aa16-819ce9b56f03, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1dc7843e-9a55-45f7-a98f-28f428ce4554 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2687fc6b (id: 1dc7843e-9a55-45f7-a98f-28f428ce4554, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f7254db-7b76-489d-b4b6-46596aec8217 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7931faf9 (id: 1f7254db-7b76-489d-b4b6-46596aec8217, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f357d762-fa0d-40fc-96b3-2652eb53ef66 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@66fcde56 (id: f357d762-fa0d-40fc-96b3-2652eb53ef66, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3fdf7a7f-0074-42b1-a524-fd856bd89b58 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7f810246 (id: 3fdf7a7f-0074-42b1-a524-fd856bd89b58, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 78e54110-0102-48b9-a826-b1ce00b4f30b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2e34c0df (id: 78e54110-0102-48b9-a826-b1ce00b4f30b, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28cf9463-7ca5-4250-a907-fb5ee9103b05 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2e3ab521 (id: 28cf9463-7ca5-4250-a907-fb5ee9103b05, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@595e0192 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 335e40e3-1c05-4094-8704-7436bdcd0591 org.polarsys.capella.core.data.cs.impl.PartImpl@5e03f1e5 (id: 335e40e3-1c05-4094-8704-7436bdcd0591, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 81d518a0-09b2-41da-8be6-7c81ad0233c2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5639e0c2 (id: 81d518a0-09b2-41da-8be6-7c81ad0233c2, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 0a61df1b-47ad-44b2-bba1-fa094c7545bd org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@2dd1d499 (id: 0a61df1b-47ad-44b2-bba1-fa094c7545bd, sid: 0a61df1b-47ad-44b2-bba1-fa094c7545bd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0448fdb7-fbcc-410d-bca5-7b8b69478b7f org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@42a0220 (id: 0448fdb7-fbcc-410d-bca5-7b8b69478b7f, sid: 0448fdb7-fbcc-410d-bca5-7b8b69478b7f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [], languages: [capella:linkedText]) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5d15a029 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3aee4b2f (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@762eccd8 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@38a52bea (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@48c1c03f (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@be5d3b (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@f619f8 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@119d9877 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@579b7243 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@253eaa0e (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@15b75e88 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@68942269 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6 org.polarsys.capella.core.data.cs.impl.PartImpl@5fd9829c (id: 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6, sid: 58f744a2-eff5-48d3-a940-4ae3f8dbfeb6) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4215f92f (id: 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7, sid: 4dc46f7c-b442-434b-9dc5-b36b63ca4bb7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) [ConstraintTest] >> release >> unload Project_test_01 [ConstraintTest] >> release >> unload output [DataPkgTest] >> require >> load Project_test_01 [DataPkgTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@36276383 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@17ee9b50 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@65a7fc9b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@295f6060 (id: 6492c738-093c-445a-83ba-3012cb94de7b, sid: null) (name: AllPhases-DataPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76a49576-8ec5-4c09-93b8-1ece8ac6d608 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1ff6d040 (id: 76a49576-8ec5-4c09-93b8-1ece8ac6d608, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b72f4a6-a938-490b-9599-f1449a4bbcd2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6233adee (id: 9b72f4a6-a938-490b-9599-f1449a4bbcd2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3faafaed-b16f-4875-9aec-cac27a31d576 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@515b26fd (id: 3faafaed-b16f-4875-9aec-cac27a31d576, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@616fb34f (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce43b198-650f-42e3-86d3-fbbc33700b2c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6c3ec92c (id: ce43b198-650f-42e3-86d3-fbbc33700b2c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ef5c12ee-232b-4bc1-86d2-7571f6fe2c95 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@67a38225 (id: ef5c12ee-232b-4bc1-86d2-7571f6fe2c95, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 38872ff2-467f-430e-9128-5887a807a5ed org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1ef21ab0 (id: 38872ff2-467f-430e-9128-5887a807a5ed, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7157f10-821f-40d1-9fe4-db709ca785c8 org.polarsys.capella.core.data.information.impl.DataPkgImpl@395271db (id: f7157f10-821f-40d1-9fe4-db709ca785c8, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8d7b9d37-62c1-4691-a576-71ba229cdd5e org.polarsys.capella.core.data.information.impl.DataPkgImpl@6734cca4 (id: 8d7b9d37-62c1-4691-a576-71ba229cdd5e, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b26b61a1-24a5-4e72-b29b-84a66dbaaea6 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@e097753 (id: b26b61a1-24a5-4e72-b29b-84a66dbaaea6, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 2fc932dc-5c23-48e3-a375-98d4f3b1e3a3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@339a4814 (id: 2fc932dc-5c23-48e3-a375-98d4f3b1e3a3, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = ca0b4c47-4331-4c96-920e-6eb12d82f94a org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@7973b893 (id: ca0b4c47-4331-4c96-920e-6eb12d82f94a, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = a8c9415f-81e7-4ac3-9d06-eae3f27b4475 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@38e31af5 (id: a8c9415f-81e7-4ac3-9d06-eae3f27b4475, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 43366044-446f-4abb-bbe6-9967b1b5d7c4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7d954155 (id: 43366044-446f-4abb-bbe6-9967b1b5d7c4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 2d49a7cb-2e69-499d-9d03-dfbc6048d2aa org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1c2e6c1b (id: 2d49a7cb-2e69-499d-9d03-dfbc6048d2aa, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c8892930-fdab-4d3f-9744-00674a9d4ead org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@78fde82d (id: c8892930-fdab-4d3f-9744-00674a9d4ead, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = bed4fc73-6f05-4d57-b4c7-9c5cef421849 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@58e97175 (id: bed4fc73-6f05-4d57-b4c7-9c5cef421849, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5c345514-81db-477e-9cc4-c97088145eac org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f211cd4 (id: 5c345514-81db-477e-9cc4-c97088145eac, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6fde9f42-df05-479b-a48a-0ef9aac11b5f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6080f79f (id: 6fde9f42-df05-479b-a48a-0ef9aac11b5f, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = d302af6f-9150-4156-9094-b6fc53f5bfed org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@772bc722 (id: d302af6f-9150-4156-9094-b6fc53f5bfed, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 9401101e-de7d-4f2c-87b3-bda0f69034be org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@64da726b (id: 9401101e-de7d-4f2c-87b3-bda0f69034be, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 1e124860-ec84-485f-ab9f-00b3dfdc2fd6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@639a1598 (id: 1e124860-ec84-485f-ab9f-00b3dfdc2fd6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@252f491d (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7996c690 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@79b33b11 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@68d97452 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@37e1aff5 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9440e7e1-f86e-41c2-b658-536a2fc10546 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2dfaef16 (id: 9440e7e1-f86e-41c2-b658-536a2fc10546, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 66722f28-fa11-4758-9637-3c2498970399 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1a8489e8 (id: 66722f28-fa11-4758-9637-3c2498970399, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = eef350d5-a07a-424f-a877-85fef52d8451 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@290169f5 (id: eef350d5-a07a-424f-a877-85fef52d8451, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0837f887-4459-4cf9-b623-370f1ac0a4b8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@249e1c5c (id: 0837f887-4459-4cf9-b623-370f1ac0a4b8, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 09580371-612b-4781-bf5e-c4f0c54c8450 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5ee6d586 (id: 09580371-612b-4781-bf5e-c4f0c54c8450, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 6dd7cf73-0241-4dd2-874d-de7fd273832a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6013dc7b (id: 6dd7cf73-0241-4dd2-874d-de7fd273832a, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 28e6abf6-a778-46bd-bcce-87f8449fa0ef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@42ff5f4d (id: 28e6abf6-a778-46bd-bcce-87f8449fa0ef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4f464dda-0a8d-4e78-8ddb-ac4a00ae6b3c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@16d7c7b2 (id: 4f464dda-0a8d-4e78-8ddb-ac4a00ae6b3c, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f25f849e-fe1e-4e19-b0b2-bbdc46f00a40 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7ef57a0b (id: f25f849e-fe1e-4e19-b0b2-bbdc46f00a40, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = bff81a8b-1864-4b52-9d31-1a41be8e27b6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@fb91aa (id: bff81a8b-1864-4b52-9d31-1a41be8e27b6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = adfafeca-e3cc-4732-a2bb-62a1dca6c976 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@38c6a3cf (id: adfafeca-e3cc-4732-a2bb-62a1dca6c976, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = f1cfe350-27e7-4dc5-b2f6-8eebbfcf8777 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@10041932 (id: f1cfe350-27e7-4dc5-b2f6-8eebbfcf8777, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f2137c41-47de-4c5f-aa29-3daa65d2394a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@45741c1b (id: f2137c41-47de-4c5f-aa29-3daa65d2394a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@24d5ad9 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2766b0d8-811c-4940-b32e-4d65bf350adb org.polarsys.capella.core.data.cs.impl.PartImpl@1f178bc3 (id: 2766b0d8-811c-4940-b32e-4d65bf350adb, sid: 2766b0d8-811c-4940-b32e-4d65bf350adb) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 59bda89b-9e0d-4267-8cff-bf11a4c53d92 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@22694c4e (id: 59bda89b-9e0d-4267-8cff-bf11a4c53d92, sid: 59bda89b-9e0d-4267-8cff-bf11a4c53d92) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@53be3d86 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@64be2980 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@e64dc52 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@36cf4c78 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@36276383 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@17ee9b50 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@295f6060 (id: 6492c738-093c-445a-83ba-3012cb94de7b, sid: null) (name: AllPhases-DataPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76a49576-8ec5-4c09-93b8-1ece8ac6d608 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1ff6d040 (id: 76a49576-8ec5-4c09-93b8-1ece8ac6d608, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b72f4a6-a938-490b-9599-f1449a4bbcd2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6233adee (id: 9b72f4a6-a938-490b-9599-f1449a4bbcd2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3faafaed-b16f-4875-9aec-cac27a31d576 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@515b26fd (id: 3faafaed-b16f-4875-9aec-cac27a31d576, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bd942c8e-c3fd-483b-ab7e-28ccaea8e387 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@500a22ab (id: bd942c8e-c3fd-483b-ab7e-28ccaea8e387, sid: bd942c8e-c3fd-483b-ab7e-28ccaea8e387) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 90aa97f9-47d7-46b5-a4a3-e7c32507f3ce org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@79578c3a (id: 90aa97f9-47d7-46b5-a4a3-e7c32507f3ce, sid: 90aa97f9-47d7-46b5-a4a3-e7c32507f3ce) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f84e3f49-cf66-46ef-b12e-b6b6d7b31547 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6740223 (id: f84e3f49-cf66-46ef-b12e-b6b6d7b31547, sid: f84e3f49-cf66-46ef-b12e-b6b6d7b31547) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 97a3819e-cc1e-4fe1-9cd2-d79b915e6497 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@e10a0de (id: 97a3819e-cc1e-4fe1-9cd2-d79b915e6497, sid: 97a3819e-cc1e-4fe1-9cd2-d79b915e6497) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2a15b889-51b2-4b3d-98be-c1ae8b9833a3 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4afdaf4a (id: 2a15b889-51b2-4b3d-98be-c1ae8b9833a3, sid: 2a15b889-51b2-4b3d-98be-c1ae8b9833a3) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ce43b198-650f-42e3-86d3-fbbc33700b2c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6c3ec92c (id: ce43b198-650f-42e3-86d3-fbbc33700b2c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ef5c12ee-232b-4bc1-86d2-7571f6fe2c95 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@67a38225 (id: ef5c12ee-232b-4bc1-86d2-7571f6fe2c95, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 38872ff2-467f-430e-9128-5887a807a5ed org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1ef21ab0 (id: 38872ff2-467f-430e-9128-5887a807a5ed, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7157f10-821f-40d1-9fe4-db709ca785c8 org.polarsys.capella.core.data.information.impl.DataPkgImpl@395271db (id: f7157f10-821f-40d1-9fe4-db709ca785c8, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 64602844-6e34-4ee1-9225-67fa83dd679c org.polarsys.capella.core.data.information.impl.DataPkgImpl@23bfb874 (id: 64602844-6e34-4ee1-9225-67fa83dd679c, sid: 64602844-6e34-4ee1-9225-67fa83dd679c) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 344c87e5-85ad-43b7-80c2-a5b2730a2193 org.polarsys.capella.core.data.information.impl.DataPkgImpl@58f6a48c (id: 344c87e5-85ad-43b7-80c2-a5b2730a2193, sid: 344c87e5-85ad-43b7-80c2-a5b2730a2193) (name: DP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 70bb39da-accc-4726-872e-5809e3510b22 org.polarsys.capella.core.data.information.impl.ClassImpl@56df02b8 (id: 70bb39da-accc-4726-872e-5809e3510b22, sid: 70bb39da-accc-4726-872e-5809e3510b22) (name: C111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = d8664b73-695f-4af7-a970-d199188858fd org.polarsys.capella.core.data.information.impl.DataPkgImpl@4f3404e1 (id: d8664b73-695f-4af7-a970-d199188858fd, sid: d8664b73-695f-4af7-a970-d199188858fd) (name: DP2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 48342344-f690-4c08-be53-dcea16a14444 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5626adb3 (id: 48342344-f690-4c08-be53-dcea16a14444, sid: 48342344-f690-4c08-be53-dcea16a14444) (name: DP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2d59542b-a502-4124-be15-aec1ff4ab286 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2c605d59 (id: 2d59542b-a502-4124-be15-aec1ff4ab286, sid: 2d59542b-a502-4124-be15-aec1ff4ab286) (name: EI211) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 58c9a56e-02d1-48bd-bebe-4b9cc267df69 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@439c5738 (id: 58c9a56e-02d1-48bd-bebe-4b9cc267df69, sid: 58c9a56e-02d1-48bd-bebe-4b9cc267df69) (name: EIE2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = db25122e-522a-4ced-b447-3a97196da1e5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@228649db (id: db25122e-522a-4ced-b447-3a97196da1e5, sid: db25122e-522a-4ced-b447-3a97196da1e5) (name: LNV21111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5fcd1e6b-65b9-4365-b52c-e1f3ef401c42 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@412e230d (id: 5fcd1e6b-65b9-4365-b52c-e1f3ef401c42, sid: 5fcd1e6b-65b9-4365-b52c-e1f3ef401c42) (name: LNV21111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@24d5ad9 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2766b0d8-811c-4940-b32e-4d65bf350adb org.polarsys.capella.core.data.cs.impl.PartImpl@1f178bc3 (id: 2766b0d8-811c-4940-b32e-4d65bf350adb, sid: 2766b0d8-811c-4940-b32e-4d65bf350adb) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7b74148e-fbb0-4812-b99c-facd4492ea95 org.polarsys.capella.core.data.cs.impl.PartImpl@47d8e18c (id: 7b74148e-fbb0-4812-b99c-facd4492ea95, sid: 7b74148e-fbb0-4812-b99c-facd4492ea95) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e57332d0-5c59-4a83-a4e4-ec716a3246c0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7874e24 (id: e57332d0-5c59-4a83-a4e4-ec716a3246c0, sid: e57332d0-5c59-4a83-a4e4-ec716a3246c0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 6ad6bb74-078e-44fd-99b0-1005ec2d0483 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7083cb13 (id: 6ad6bb74-078e-44fd-99b0-1005ec2d0483, sid: 6ad6bb74-078e-44fd-99b0-1005ec2d0483) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59bda89b-9e0d-4267-8cff-bf11a4c53d92 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@22694c4e (id: 59bda89b-9e0d-4267-8cff-bf11a4c53d92, sid: 59bda89b-9e0d-4267-8cff-bf11a4c53d92) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fc106950-58a3-4579-a036-66a908f16dc9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@25ab7937 (id: fc106950-58a3-4579-a036-66a908f16dc9, sid: fc106950-58a3-4579-a036-66a908f16dc9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [DataPkgTest] >> release >> unload Project_test_01 [DataPkgTest] >> release >> unload output [DataPkgTest] >> require >> load Project_test_01 [DataPkgTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1093fb66 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5a415c1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@69ed2202 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@60f43425 (id: 6492c738-093c-445a-83ba-3012cb94de7b, sid: null) (name: AllPhases-DataPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76a49576-8ec5-4c09-93b8-1ece8ac6d608 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6c2bd4af (id: 76a49576-8ec5-4c09-93b8-1ece8ac6d608, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b72f4a6-a938-490b-9599-f1449a4bbcd2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@57c2a04f (id: 9b72f4a6-a938-490b-9599-f1449a4bbcd2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3faafaed-b16f-4875-9aec-cac27a31d576 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@67c8bbd5 (id: 3faafaed-b16f-4875-9aec-cac27a31d576, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 052fe0ad-9ea6-4b42-8e28-43f79261d3ad org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@176a948d (id: 052fe0ad-9ea6-4b42-8e28-43f79261d3ad, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce43b198-650f-42e3-86d3-fbbc33700b2c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@45981028 (id: ce43b198-650f-42e3-86d3-fbbc33700b2c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ef5c12ee-232b-4bc1-86d2-7571f6fe2c95 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@57a5fcfb (id: ef5c12ee-232b-4bc1-86d2-7571f6fe2c95, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 38872ff2-467f-430e-9128-5887a807a5ed org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@14a8c47e (id: 38872ff2-467f-430e-9128-5887a807a5ed, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7157f10-821f-40d1-9fe4-db709ca785c8 org.polarsys.capella.core.data.information.impl.DataPkgImpl@aa3d2e6 (id: f7157f10-821f-40d1-9fe4-db709ca785c8, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@10b6ac08 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 739bbac1-6beb-4c97-baa2-6515bcc8afef org.polarsys.capella.core.data.cs.impl.PartImpl@54630572 (id: 739bbac1-6beb-4c97-baa2-6515bcc8afef, sid: 739bbac1-6beb-4c97-baa2-6515bcc8afef) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e3529bbc-0c8d-48aa-a31e-d93af0cb75e9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1432cd11 (id: e3529bbc-0c8d-48aa-a31e-d93af0cb75e9, sid: e3529bbc-0c8d-48aa-a31e-d93af0cb75e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 380b5ef2-db6c-4543-9f22-fb0c409e65de org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@57b0ae39 (id: 380b5ef2-db6c-4543-9f22-fb0c409e65de, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8cbf4afa-8534-47d6-8ed8-50402281e029 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@5ca65587 (id: 8cbf4afa-8534-47d6-8ed8-50402281e029, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1093fb66 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5a415c1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@60f43425 (id: 6492c738-093c-445a-83ba-3012cb94de7b, sid: null) (name: AllPhases-DataPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76a49576-8ec5-4c09-93b8-1ece8ac6d608 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6c2bd4af (id: 76a49576-8ec5-4c09-93b8-1ece8ac6d608, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b72f4a6-a938-490b-9599-f1449a4bbcd2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@57c2a04f (id: 9b72f4a6-a938-490b-9599-f1449a4bbcd2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3faafaed-b16f-4875-9aec-cac27a31d576 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@67c8bbd5 (id: 3faafaed-b16f-4875-9aec-cac27a31d576, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bd942c8e-c3fd-483b-ab7e-28ccaea8e387 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@54b8ae2e (id: bd942c8e-c3fd-483b-ab7e-28ccaea8e387, sid: bd942c8e-c3fd-483b-ab7e-28ccaea8e387) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 90aa97f9-47d7-46b5-a4a3-e7c32507f3ce org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@660496ba (id: 90aa97f9-47d7-46b5-a4a3-e7c32507f3ce, sid: 90aa97f9-47d7-46b5-a4a3-e7c32507f3ce) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f84e3f49-cf66-46ef-b12e-b6b6d7b31547 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@240692ed (id: f84e3f49-cf66-46ef-b12e-b6b6d7b31547, sid: f84e3f49-cf66-46ef-b12e-b6b6d7b31547) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 97a3819e-cc1e-4fe1-9cd2-d79b915e6497 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6b293ab (id: 97a3819e-cc1e-4fe1-9cd2-d79b915e6497, sid: 97a3819e-cc1e-4fe1-9cd2-d79b915e6497) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2a15b889-51b2-4b3d-98be-c1ae8b9833a3 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5519719c (id: 2a15b889-51b2-4b3d-98be-c1ae8b9833a3, sid: 2a15b889-51b2-4b3d-98be-c1ae8b9833a3) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ce43b198-650f-42e3-86d3-fbbc33700b2c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@45981028 (id: ce43b198-650f-42e3-86d3-fbbc33700b2c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ef5c12ee-232b-4bc1-86d2-7571f6fe2c95 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@57a5fcfb (id: ef5c12ee-232b-4bc1-86d2-7571f6fe2c95, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 38872ff2-467f-430e-9128-5887a807a5ed org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@14a8c47e (id: 38872ff2-467f-430e-9128-5887a807a5ed, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7157f10-821f-40d1-9fe4-db709ca785c8 org.polarsys.capella.core.data.information.impl.DataPkgImpl@aa3d2e6 (id: f7157f10-821f-40d1-9fe4-db709ca785c8, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 64602844-6e34-4ee1-9225-67fa83dd679c org.polarsys.capella.core.data.information.impl.DataPkgImpl@f3f9aca (id: 64602844-6e34-4ee1-9225-67fa83dd679c, sid: 64602844-6e34-4ee1-9225-67fa83dd679c) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 344c87e5-85ad-43b7-80c2-a5b2730a2193 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7705edf2 (id: 344c87e5-85ad-43b7-80c2-a5b2730a2193, sid: 344c87e5-85ad-43b7-80c2-a5b2730a2193) (name: DP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 70bb39da-accc-4726-872e-5809e3510b22 org.polarsys.capella.core.data.information.impl.ClassImpl@255c4c58 (id: 70bb39da-accc-4726-872e-5809e3510b22, sid: 70bb39da-accc-4726-872e-5809e3510b22) (name: C111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = d8664b73-695f-4af7-a970-d199188858fd org.polarsys.capella.core.data.information.impl.DataPkgImpl@1a54a40b (id: d8664b73-695f-4af7-a970-d199188858fd, sid: d8664b73-695f-4af7-a970-d199188858fd) (name: DP2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 48342344-f690-4c08-be53-dcea16a14444 org.polarsys.capella.core.data.information.impl.DataPkgImpl@8f3a3f1 (id: 48342344-f690-4c08-be53-dcea16a14444, sid: 48342344-f690-4c08-be53-dcea16a14444) (name: DP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2d59542b-a502-4124-be15-aec1ff4ab286 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@7fbcf14c (id: 2d59542b-a502-4124-be15-aec1ff4ab286, sid: 2d59542b-a502-4124-be15-aec1ff4ab286) (name: EI211) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 58c9a56e-02d1-48bd-bebe-4b9cc267df69 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@40f7664c (id: 58c9a56e-02d1-48bd-bebe-4b9cc267df69, sid: 58c9a56e-02d1-48bd-bebe-4b9cc267df69) (name: EIE2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = db25122e-522a-4ced-b447-3a97196da1e5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7543526a (id: db25122e-522a-4ced-b447-3a97196da1e5, sid: db25122e-522a-4ced-b447-3a97196da1e5) (name: LNV21111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5fcd1e6b-65b9-4365-b52c-e1f3ef401c42 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@60ba8b18 (id: 5fcd1e6b-65b9-4365-b52c-e1f3ef401c42, sid: 5fcd1e6b-65b9-4365-b52c-e1f3ef401c42) (name: LNV21111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@10b6ac08 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 739bbac1-6beb-4c97-baa2-6515bcc8afef org.polarsys.capella.core.data.cs.impl.PartImpl@54630572 (id: 739bbac1-6beb-4c97-baa2-6515bcc8afef, sid: 739bbac1-6beb-4c97-baa2-6515bcc8afef) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e3529bbc-0c8d-48aa-a31e-d93af0cb75e9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1432cd11 (id: e3529bbc-0c8d-48aa-a31e-d93af0cb75e9, sid: e3529bbc-0c8d-48aa-a31e-d93af0cb75e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 2766b0d8-811c-4940-b32e-4d65bf350adb org.polarsys.capella.core.data.cs.impl.PartImpl@576acdb5 (id: 2766b0d8-811c-4940-b32e-4d65bf350adb, sid: 2766b0d8-811c-4940-b32e-4d65bf350adb) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 024cca98-c342-488d-a41d-02712b0d2ec7 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@7219fdbc (id: 024cca98-c342-488d-a41d-02712b0d2ec7, sid: 024cca98-c342-488d-a41d-02712b0d2ec7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7b74148e-fbb0-4812-b99c-facd4492ea95 org.polarsys.capella.core.data.cs.impl.PartImpl@3e1d3e18 (id: 7b74148e-fbb0-4812-b99c-facd4492ea95, sid: 7b74148e-fbb0-4812-b99c-facd4492ea95) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 55525275-8502-489e-b0b5-820fdbb18924 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@3cc5368f (id: 55525275-8502-489e-b0b5-820fdbb18924, sid: 55525275-8502-489e-b0b5-820fdbb18924) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a07d9b4-d7c5-46bc-99b5-7c295a848058 org.polarsys.capella.core.data.cs.impl.PartImpl@3dc353c7 (id: 8a07d9b4-d7c5-46bc-99b5-7c295a848058, sid: 8a07d9b4-d7c5-46bc-99b5-7c295a848058) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5b617c9c-a443-47b3-ba17-1a6739a8ce3c org.polarsys.capella.core.data.cs.impl.PartImpl@abdde (id: 5b617c9c-a443-47b3-ba17-1a6739a8ce3c, sid: 5b617c9c-a443-47b3-ba17-1a6739a8ce3c) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 59bda89b-9e0d-4267-8cff-bf11a4c53d92 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@42d49b0e (id: 59bda89b-9e0d-4267-8cff-bf11a4c53d92, sid: 59bda89b-9e0d-4267-8cff-bf11a4c53d92) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = e57332d0-5c59-4a83-a4e4-ec716a3246c0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@65aea5f8 (id: e57332d0-5c59-4a83-a4e4-ec716a3246c0, sid: e57332d0-5c59-4a83-a4e4-ec716a3246c0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 446a9cb0-ae62-46a7-93eb-34238b8d1c28 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@301f00de (id: 446a9cb0-ae62-46a7-93eb-34238b8d1c28, sid: 446a9cb0-ae62-46a7-93eb-34238b8d1c28) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = fc106950-58a3-4579-a036-66a908f16dc9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@620ca182 (id: fc106950-58a3-4579-a036-66a908f16dc9, sid: fc106950-58a3-4579-a036-66a908f16dc9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 050f695a-f2e2-4345-b399-573d9c49b024 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4e65a26 (id: 050f695a-f2e2-4345-b399-573d9c49b024, sid: 050f695a-f2e2-4345-b399-573d9c49b024) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 6ad6bb74-078e-44fd-99b0-1005ec2d0483 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1477be27 (id: 6ad6bb74-078e-44fd-99b0-1005ec2d0483, sid: 6ad6bb74-078e-44fd-99b0-1005ec2d0483) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [DataPkgTest] >> release >> unload Project_test_01 [DataPkgTest] >> release >> unload output [DataValuesTest] >> require >> load Project_test_01 [DataValuesTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6ccfdd8a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@e4cec6a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@118a89d3 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7babde29 (id: e8fb8cf6-7888-4dc5-ba9d-e11baab7826f, sid: null) (name: AllPhases-DataTypes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@24123d6c (id: d6671b01-fbfb-49af-aa61-c6c2843f01eb, sid: d6671b01-fbfb-49af-aa61-c6c2843f01eb) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc002b99-8594-4160-ba50-1407dfeccb84 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6abac08e (id: cc002b99-8594-4160-ba50-1407dfeccb84, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3f2b2c83 (id: 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8, sid: null) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@56cbc664 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f22d8ee8-4099-40f4-81ea-8e814480b0e2 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@59e8f7 (id: f22d8ee8-4099-40f4-81ea-8e814480b0e2, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d12e0b3d-85a9-416f-a47e-13cec0a242d1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3c5bf6c2 (id: d12e0b3d-85a9-416f-a47e-13cec0a242d1, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c410971f-3302-4c46-81d7-4ad7a6049240 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5a728afe (id: c410971f-3302-4c46-81d7-4ad7a6049240, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab266b43-9b76-41cb-8577-fbdb162eee44 org.polarsys.capella.core.data.information.impl.DataPkgImpl@45abadbe (id: ab266b43-9b76-41cb-8577-fbdb162eee44, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3fca682d-b91b-4bd4-9a76-121c140320b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7a932d03 (id: 3fca682d-b91b-4bd4-9a76-121c140320b9, sid: 3fca682d-b91b-4bd4-9a76-121c140320b9) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = fabbad49-bc70-4284-b151-2d7d5a90ebea org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@19deacd7 (id: fabbad49-bc70-4284-b151-2d7d5a90ebea, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 62f1996d-22c2-4705-bb0a-6dd9544453a3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@7ac671da (id: 62f1996d-22c2-4705-bb0a-6dd9544453a3, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 2da5269f-a502-43ac-87e0-ba5cf91328be org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1cbaf335 (id: 2da5269f-a502-43ac-87e0-ba5cf91328be, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = f2ebde8f-db24-46f4-b6a6-1b8e21b1ceb6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4129f3a6 (id: f2ebde8f-db24-46f4-b6a6-1b8e21b1ceb6, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 3d6c1ada-78a9-4320-8125-eefec94db18f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dfd5740 (id: 3d6c1ada-78a9-4320-8125-eefec94db18f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 66833265-b917-46d6-b0d9-09471039a40c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@64fcbb84 (id: 66833265-b917-46d6-b0d9-09471039a40c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 79d96541-51bd-4133-884c-59f44408cb58 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2f14cf75 (id: 79d96541-51bd-4133-884c-59f44408cb58, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 67b45fc1-72aa-4905-938d-f52243773f8b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@21aeadf2 (id: 67b45fc1-72aa-4905-938d-f52243773f8b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = feb70ede-b5e6-4968-8373-aa4e54245b7a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@662ea9d0 (id: feb70ede-b5e6-4968-8373-aa4e54245b7a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d4e5297d-1f65-4dc7-b57d-0a4f606bec38 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@678f1e0a (id: d4e5297d-1f65-4dc7-b57d-0a4f606bec38, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 1c6b67f7-4aac-44b0-9cfe-57ec486b599b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6ee90ae9 (id: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b, sid: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6cd87841-2313-4ba7-b8c3-218b3b3473e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3afcebfb (id: 6cd87841-2313-4ba7-b8c3-218b3b3473e4, sid: 6cd87841-2313-4ba7-b8c3-218b3b3473e4) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95fc1d74-b07d-45fa-bcaa-1262f0f831a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@298fa55d (id: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0, sid: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1ebf0a48 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@304fdd7 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@686bfadc (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1bf4d04b (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7dff7437 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e060d7bb-2150-445b-9284-7f08aa18ea80 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@10777b4e (id: e060d7bb-2150-445b-9284-7f08aa18ea80, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6617db97-d364-466d-933f-6ac5e53925ae org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4d09e988 (id: 6617db97-d364-466d-933f-6ac5e53925ae, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0b454d54-2c24-4455-97aa-4b6b55145b93 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@19f81839 (id: 0b454d54-2c24-4455-97aa-4b6b55145b93, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0a167e41-2870-4c4f-849e-e7507edd5719 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@53d43cff (id: 0a167e41-2870-4c4f-849e-e7507edd5719, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95239afe-9901-4dbc-8328-9b9c2914e36f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@78d290c0 (id: 95239afe-9901-4dbc-8328-9b9c2914e36f, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 2d3abac9-f4ac-4e6e-a7fe-c6cb3b751329 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7a1563fb (id: 2d3abac9-f4ac-4e6e-a7fe-c6cb3b751329, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6216a4eb-174d-40f1-93ee-090505553af3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@23758550 (id: 6216a4eb-174d-40f1-93ee-090505553af3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = beb3a66d-22ec-43ee-b72b-8e56f705c6f1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@51b47605 (id: beb3a66d-22ec-43ee-b72b-8e56f705c6f1, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4d3789dd-3648-43af-8e90-654ba203ab6d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3d8ca863 (id: 4d3789dd-3648-43af-8e90-654ba203ab6d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 633a91d3-9873-4d60-9a10-79749a701362 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6c570e92 (id: 633a91d3-9873-4d60-9a10-79749a701362, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bb640213-59f0-4be5-ae5a-1f0386bacb32 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6387594d (id: bb640213-59f0-4be5-ae5a-1f0386bacb32, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 858f86f5-2e7a-43a2-8b88-ac27eac430df org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@11f11f66 (id: 858f86f5-2e7a-43a2-8b88-ac27eac430df, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f535b048-dbef-47f2-ae31-0c03df105508 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@49e6728b (id: f535b048-dbef-47f2-ae31-0c03df105508, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@ca4e7b4 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0b57e6c5-023f-41ba-8899-09d6cf09d78b org.polarsys.capella.core.data.cs.impl.PartImpl@7c3d2042 (id: 0b57e6c5-023f-41ba-8899-09d6cf09d78b, sid: 0b57e6c5-023f-41ba-8899-09d6cf09d78b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5e89ce85-ec92-4f47-92ed-d780ba00d3e1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@50b0acfe (id: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1, sid: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@40ad520c (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@99b9aeb (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@28d1ad84 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3a8abfbc (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6ccfdd8a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@e4cec6a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7babde29 (id: e8fb8cf6-7888-4dc5-ba9d-e11baab7826f, sid: null) (name: AllPhases-DataTypes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@24123d6c (id: d6671b01-fbfb-49af-aa61-c6c2843f01eb, sid: d6671b01-fbfb-49af-aa61-c6c2843f01eb) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc002b99-8594-4160-ba50-1407dfeccb84 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6abac08e (id: cc002b99-8594-4160-ba50-1407dfeccb84, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3f2b2c83 (id: 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8, sid: null) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f22d8ee8-4099-40f4-81ea-8e814480b0e2 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@59e8f7 (id: f22d8ee8-4099-40f4-81ea-8e814480b0e2, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d12e0b3d-85a9-416f-a47e-13cec0a242d1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3c5bf6c2 (id: d12e0b3d-85a9-416f-a47e-13cec0a242d1, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c410971f-3302-4c46-81d7-4ad7a6049240 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5a728afe (id: c410971f-3302-4c46-81d7-4ad7a6049240, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80331347-4aec-4fec-a01f-c9e3bc29cb3b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@63c09547 (id: 80331347-4aec-4fec-a01f-c9e3bc29cb3b, sid: 80331347-4aec-4fec-a01f-c9e3bc29cb3b) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b09b77eb-b76a-4f96-9179-9d68cf40c51c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@487257cc (id: b09b77eb-b76a-4f96-9179-9d68cf40c51c, sid: b09b77eb-b76a-4f96-9179-9d68cf40c51c) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 4c12ed69-2855-4f0d-8365-782764384d08 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@64ec5d22 (id: 4c12ed69-2855-4f0d-8365-782764384d08, sid: 4c12ed69-2855-4f0d-8365-782764384d08) (name: EIE1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = d2e185a1-d7d2-4429-a7dc-d37218cdb25a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@56924a5e (id: d2e185a1-d7d2-4429-a7dc-d37218cdb25a, sid: d2e185a1-d7d2-4429-a7dc-d37218cdb25a) (name: LNV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@311f8766 (id: 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe, sid: 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe) (name: LNV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@6b896abe (id: d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5, sid: d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5) (name: EIE1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 63ce26e8-e172-4b01-9a47-0a0d028efc88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d0a3fa0 (id: 63ce26e8-e172-4b01-9a47-0a0d028efc88, sid: 63ce26e8-e172-4b01-9a47-0a0d028efc88) (name: LNV11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 28bcfa1e-5574-4813-9d82-b08a538cb55c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@290e48e5 (id: 28bcfa1e-5574-4813-9d82-b08a538cb55c, sid: 28bcfa1e-5574-4813-9d82-b08a538cb55c) (name: LNV11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9ca82825-1920-4059-8179-466023092225 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6467ce15 (id: 9ca82825-1920-4059-8179-466023092225, sid: 9ca82825-1920-4059-8179-466023092225) (name: EI112) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@441b94bd (id: 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea, sid: 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea) (name: EIE1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 32a4546f-e6b6-4b32-9aab-e822cab55df3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@78d054a1 (id: 32a4546f-e6b6-4b32-9aab-e822cab55df3, sid: 32a4546f-e6b6-4b32-9aab-e822cab55df3) (name: LNV11211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 07d9fe19-ddd3-4821-859e-a499c353449f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2342723e (id: 07d9fe19-ddd3-4821-859e-a499c353449f, sid: 07d9fe19-ddd3-4821-859e-a499c353449f) (name: LNV11211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f91d119b-7f1f-4d8c-b1ba-9eb697c9b264 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@798f1725 (id: f91d119b-7f1f-4d8c-b1ba-9eb697c9b264, sid: f91d119b-7f1f-4d8c-b1ba-9eb697c9b264) (name: EIE1122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = b0ce03be-5d0d-4a79-a561-e257ed62c5f7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61a9dad5 (id: b0ce03be-5d0d-4a79-a561-e257ed62c5f7, sid: b0ce03be-5d0d-4a79-a561-e257ed62c5f7) (name: LNV11221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f6932ebc-87aa-4701-b672-0e16c8aa6dcf org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1b26ef1d (id: f6932ebc-87aa-4701-b672-0e16c8aa6dcf, sid: f6932ebc-87aa-4701-b672-0e16c8aa6dcf) (name: LNV11221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8b8b77af-3d79-43fb-92b4-941751c36b2a org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2b45bdc5 (id: 8b8b77af-3d79-43fb-92b4-941751c36b2a, sid: 8b8b77af-3d79-43fb-92b4-941751c36b2a) (name: EI113) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 4becef8f-c2ff-4283-9d34-64685c281f10 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@2a72a1b7 (id: 4becef8f-c2ff-4283-9d34-64685c281f10, sid: 4becef8f-c2ff-4283-9d34-64685c281f10) (name: EIE1131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 8c924f7c-b026-4ee0-badc-6d86c7d822d3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a2b95e (id: 8c924f7c-b026-4ee0-badc-6d86c7d822d3, sid: 8c924f7c-b026-4ee0-badc-6d86c7d822d3) (name: LNV11311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ddcad734-18e8-476a-8d11-399dcfc5e638 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@29d0e0f0 (id: ddcad734-18e8-476a-8d11-399dcfc5e638, sid: ddcad734-18e8-476a-8d11-399dcfc5e638) (name: LNV11311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 455dc121-181d-4153-9fa1-09cf23ef359e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@2ffddb9a (id: 455dc121-181d-4153-9fa1-09cf23ef359e, sid: 455dc121-181d-4153-9fa1-09cf23ef359e) (name: EIE1132) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 8df82b29-e88d-4136-96ea-66de2e2ac95f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@10bda8cb (id: 8df82b29-e88d-4136-96ea-66de2e2ac95f, sid: 8df82b29-e88d-4136-96ea-66de2e2ac95f) (name: LNV11321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1fd31d5d-ea25-47f4-be1b-2314a38669ab org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@c59bcb (id: 1fd31d5d-ea25-47f4-be1b-2314a38669ab, sid: 1fd31d5d-ea25-47f4-be1b-2314a38669ab) (name: LNV11321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = efebc3c3-cb34-4315-a410-a0668443516b org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@2ebc3c43 (id: efebc3c3-cb34-4315-a410-a0668443516b, sid: efebc3c3-cb34-4315-a410-a0668443516b) (name: EIE1133) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 9e5e269f-958e-4e43-a234-3e444786c514 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6fdc1305 (id: 9e5e269f-958e-4e43-a234-3e444786c514, sid: 9e5e269f-958e-4e43-a234-3e444786c514) (name: LNV11331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 50413a21-6dd5-414a-80af-0a71920d8c4d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@125a15c5 (id: 50413a21-6dd5-414a-80af-0a71920d8c4d, sid: 50413a21-6dd5-414a-80af-0a71920d8c4d) (name: LNV11331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = eceddf8e-6e40-4173-bf64-6729bd03472d org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@3eedcf86 (id: eceddf8e-6e40-4173-bf64-6729bd03472d, sid: eceddf8e-6e40-4173-bf64-6729bd03472d) (name: EIE1134) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@717ca23c (id: 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79, sid: 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79) (name: LNV11341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 0ea43a2d-7077-4789-b87b-939b9329a9ee org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7eb7d32d (id: 0ea43a2d-7077-4789-b87b-939b9329a9ee, sid: 0ea43a2d-7077-4789-b87b-939b9329a9ee) (name: LNV11341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e2d343db-31fd-47e2-bf33-bcba9099d2c6 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3c810503 (id: e2d343db-31fd-47e2-bf33-bcba9099d2c6, sid: e2d343db-31fd-47e2-bf33-bcba9099d2c6) (name: EI114) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = a08322a8-5538-43fb-99c9-5fa0372039cf org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@6cc06cea (id: a08322a8-5538-43fb-99c9-5fa0372039cf, sid: a08322a8-5538-43fb-99c9-5fa0372039cf) (name: EIE1141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 82b3c4d7-34f3-43c7-b864-a63b97dcf230 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@78395e0c (id: 82b3c4d7-34f3-43c7-b864-a63b97dcf230, sid: 82b3c4d7-34f3-43c7-b864-a63b97dcf230) (name: LNV11411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = eca57f33-e71f-404d-9171-33f197d22bd9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3857c49d (id: eca57f33-e71f-404d-9171-33f197d22bd9, sid: eca57f33-e71f-404d-9171-33f197d22bd9) (name: LNV11411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5842ee0c-97bd-4a7a-9e6c-3134073820ca org.polarsys.capella.core.data.cs.impl.InterfaceImpl@cca7789 (id: 5842ee0c-97bd-4a7a-9e6c-3134073820ca, sid: 5842ee0c-97bd-4a7a-9e6c-3134073820ca) (name: I111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = df3d5bb7-cb78-45f9-9ed1-2df3154ee406 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@6382edc6 (id: df3d5bb7-cb78-45f9-9ed1-2df3154ee406, sid: df3d5bb7-cb78-45f9-9ed1-2df3154ee406) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1111, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = ca36532c-72c9-4844-b198-092b7030f889 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@51f90684 (id: ca36532c-72c9-4844-b198-092b7030f889, sid: ca36532c-72c9-4844-b198-092b7030f889) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1112, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 57ab9721-4447-4019-b2d5-7b532a31968b org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@570c530a (id: 57ab9721-4447-4019-b2d5-7b532a31968b, sid: 57ab9721-4447-4019-b2d5-7b532a31968b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1113, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 49dc8563-0b85-4411-8a11-0ed8e649832e org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@825005d (id: 49dc8563-0b85-4411-8a11-0ed8e649832e, sid: 49dc8563-0b85-4411-8a11-0ed8e649832e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1114, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = ab266b43-9b76-41cb-8577-fbdb162eee44 org.polarsys.capella.core.data.information.impl.DataPkgImpl@45abadbe (id: ab266b43-9b76-41cb-8577-fbdb162eee44, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4473d465-63e4-4c35-a5dc-16eae2b6f46d org.polarsys.capella.core.data.information.impl.AssociationImpl@afafbac (id: 4473d465-63e4-4c35-a5dc-16eae2b6f46d, sid: 4473d465-63e4-4c35-a5dc-16eae2b6f46d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: A11) ID = 7ace49bb-e601-403e-9641-1e40a1107652 org.polarsys.capella.core.data.information.impl.PropertyImpl@69f4e1d7 (id: 7ace49bb-e601-403e-9641-1e40a1107652, sid: 7ace49bb-e601-403e-9641-1e40a1107652) (name: P111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: ASSOCIATION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b2f0615b-d999-415a-b303-8cbe6d93d2ed org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@271fb36d (id: b2f0615b-d999-415a-b303-8cbe6d93d2ed, sid: b2f0615b-d999-415a-b303-8cbe6d93d2ed) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bf198f99-e228-48c0-b647-ce44cd27fc13 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3f413c6d (id: bf198f99-e228-48c0-b647-ce44cd27fc13, sid: bf198f99-e228-48c0-b647-ce44cd27fc13) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 3fca682d-b91b-4bd4-9a76-121c140320b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7a932d03 (id: 3fca682d-b91b-4bd4-9a76-121c140320b9, sid: 3fca682d-b91b-4bd4-9a76-121c140320b9) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1c6b67f7-4aac-44b0-9cfe-57ec486b599b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6ee90ae9 (id: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b, sid: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6cd87841-2313-4ba7-b8c3-218b3b3473e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3afcebfb (id: 6cd87841-2313-4ba7-b8c3-218b3b3473e4, sid: 6cd87841-2313-4ba7-b8c3-218b3b3473e4) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95fc1d74-b07d-45fa-bcaa-1262f0f831a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@298fa55d (id: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0, sid: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = bb686818-d4ba-4f0f-8184-c67c7b68c149 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@366f9128 (id: bb686818-d4ba-4f0f-8184-c67c7b68c149, sid: bb686818-d4ba-4f0f-8184-c67c7b68c149) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2**64-1) ID = 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18 org.polarsys.capella.core.data.information.impl.ClassImpl@623b87b2 (id: 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18, sid: 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18) (name: C11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = aa018584-ea95-434d-8542-ce3a8db65cbb org.polarsys.capella.core.data.information.impl.PropertyImpl@2c0f287b (id: aa018584-ea95-434d-8542-ce3a8db65cbb, sid: aa018584-ea95-434d-8542-ce3a8db65cbb) (name: P111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: ASSOCIATION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 374c1fd8-4bb7-42bd-a2b5-1b899843721f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@76d1624c (id: 374c1fd8-4bb7-42bd-a2b5-1b899843721f, sid: 374c1fd8-4bb7-42bd-a2b5-1b899843721f) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f005d8b0-7d33-4867-8093-7029e830c171 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@40458aaf (id: f005d8b0-7d33-4867-8093-7029e830c171, sid: f005d8b0-7d33-4867-8093-7029e830c171) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = fa327be4-40e8-4347-9636-ae8822cfd223 org.polarsys.capella.core.data.information.impl.ClassImpl@7efd8302 (id: fa327be4-40e8-4347-9636-ae8822cfd223, sid: fa327be4-40e8-4347-9636-ae8822cfd223) (name: C12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 4061a972-6632-4cde-99d3-d3bcefbc2cdd org.polarsys.capella.core.data.information.impl.UnionImpl@2b643056 (id: 4061a972-6632-4cde-99d3-d3bcefbc2cdd, sid: 4061a972-6632-4cde-99d3-d3bcefbc2cdd) (name: U13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) (kind: UNION) ID = 8117e6be-4793-4399-a559-c5686efe816d org.polarsys.capella.core.data.information.impl.UnionPropertyImpl@56dae474 (id: 8117e6be-4793-4399-a559-c5686efe816d, sid: 8117e6be-4793-4399-a559-c5686efe816d) (name: UP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 318e4817-0690-409c-8eab-37a6749746f3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a261cf2 (id: 318e4817-0690-409c-8eab-37a6749746f3, sid: 318e4817-0690-409c-8eab-37a6749746f3) (name: LNV1311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 576e2a8c-9546-404a-afcd-b61ef4c09f9b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@28516d27 (id: 576e2a8c-9546-404a-afcd-b61ef4c09f9b, sid: 576e2a8c-9546-404a-afcd-b61ef4c09f9b) (name: LNV1311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2aac66e1-7167-4d7d-8e46-3915be8e72c9 org.polarsys.capella.core.data.information.impl.CollectionImpl@223d1efb (id: 2aac66e1-7167-4d7d-8e46-3915be8e72c9, sid: 2aac66e1-7167-4d7d-8e46-3915be8e72c9) (name: C11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (ordered: false, unique: false, minInclusive: true, maxInclusive: true, final: false, isPrimitive: false, visibility: UNSET, kind: ARRAY, aggregationKind: UNSET) ID = 16508cf1-adba-4b5c-8f43-430fa0c9a646 org.polarsys.capella.core.data.information.impl.ServiceImpl@23c5a78c (id: 16508cf1-adba-4b5c-8f43-430fa0c9a646, sid: 16508cf1-adba-4b5c-8f43-430fa0c9a646) (name: S111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (synchronismKind: UNSET) ID = d0fee987-b1c5-4b05-a23c-a08e7fc4018b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@290eee8a (id: d0fee987-b1c5-4b05-a23c-a08e7fc4018b, sid: d0fee987-b1c5-4b05-a23c-a08e7fc4018b) (name: LNV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@a1586d9 (id: 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac, sid: 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac) (name: LNV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: *) ID = 784e56ae-643f-4de3-969d-11832283cb98 org.polarsys.capella.core.data.information.impl.CollectionValueImpl@40158ba6 (id: 784e56ae-643f-4de3-969d-11832283cb98, sid: 784e56ae-643f-4de3-969d-11832283cb98) (name: CV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 260bd5b2-2907-4aab-8701-de8682dccd2e org.polarsys.capella.core.data.information.impl.CollectionValueReferenceImpl@4ee2adef (id: 260bd5b2-2907-4aab-8701-de8682dccd2e, sid: 260bd5b2-2907-4aab-8701-de8682dccd2e) (name: CVR112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 3e62e36a-a6ee-4b08-92a5-19a0fd13735c org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueImpl@10c67007 (id: 3e62e36a-a6ee-4b08-92a5-19a0fd13735c, sid: 3e62e36a-a6ee-4b08-92a5-19a0fd13735c) (name: CV113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 56a5c76c-9541-44e5-921f-f01f10536b38 org.polarsys.capella.core.data.information.impl.CollectionImpl@36430f88 (id: 56a5c76c-9541-44e5-921f-f01f10536b38, sid: 56a5c76c-9541-44e5-921f-f01f10536b38) (name: C12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (ordered: false, unique: false, minInclusive: true, maxInclusive: true, final: false, isPrimitive: false, visibility: UNSET, kind: ARRAY, aggregationKind: UNSET) ID = 0cbb2771-ed46-4d49-9bc9-7185dd440b38 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a67fa5d (id: 0cbb2771-ed46-4d49-9bc9-7185dd440b38, sid: 0cbb2771-ed46-4d49-9bc9-7185dd440b38) (name: LNV121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 34547b42-743b-4976-84a7-ec629ab5684f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@131a92b (id: 34547b42-743b-4976-84a7-ec629ab5684f, sid: 34547b42-743b-4976-84a7-ec629ab5684f) (name: LNV121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: *) ID = c7cf295e-69b6-48ed-82e1-9899541f4ddf org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@22d4b742 (id: c7cf295e-69b6-48ed-82e1-9899541f4ddf, sid: c7cf295e-69b6-48ed-82e1-9899541f4ddf) (name: NR121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 2dfbac72-3d51-4418-9f21-f4795c2324fc org.polarsys.capella.core.data.information.impl.UnitImpl@cc5c3df (id: 2dfbac72-3d51-4418-9f21-f4795c2324fc, sid: 2dfbac72-3d51-4418-9f21-f4795c2324fc) (name: U11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2797ded9-8fd7-4063-b6c3-165f5b840ffe org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@69156508 (id: 2797ded9-8fd7-4063-b6c3-165f5b840ffe, sid: 2797ded9-8fd7-4063-b6c3-165f5b840ffe) (name: BT11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 06452b78-63b3-4ca4-a819-4354d3921de0 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@6561e1f0 (id: 06452b78-63b3-4ca4-a819-4354d3921de0, sid: 06452b78-63b3-4ca4-a819-4354d3921de0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 392cfbcc-0e2f-48b1-a993-884d303c0be0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@628824b9 (id: 392cfbcc-0e2f-48b1-a993-884d303c0be0, sid: 392cfbcc-0e2f-48b1-a993-884d303c0be0) (name: LBV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c87ad436-1254-4234-9172-480c5dc25ff7 org.polarsys.capella.core.data.information.datatype.impl.EnumerationImpl@4071d80c (id: c87ad436-1254-4234-9172-480c5dc25ff7, sid: c87ad436-1254-4234-9172-480c5dc25ff7) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = a9c1942a-db06-4899-9ea7-0ff82ba894b4 org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@28ed82f (id: a9c1942a-db06-4899-9ea7-0ff82ba894b4, sid: a9c1942a-db06-4899-9ea7-0ff82ba894b4) (name: EL121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = a5a8b483-eb0d-40db-a4ed-8624e5683a30 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@688ad7ef (id: a5a8b483-eb0d-40db-a4ed-8624e5683a30, sid: a5a8b483-eb0d-40db-a4ed-8624e5683a30) (name: NT13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 42cef0f1-dc98-4720-8f90-0d797f92206e org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@4b849bab (id: 42cef0f1-dc98-4720-8f90-0d797f92206e, sid: 42cef0f1-dc98-4720-8f90-0d797f92206e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ccdfc5f-1e87-4f42-85ab-70610f230a94 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@57b8b6f (id: 8ccdfc5f-1e87-4f42-85ab-70610f230a94, sid: 8ccdfc5f-1e87-4f42-85ab-70610f230a94) (name: NR131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = bff6d6e5-63c0-4957-8aca-13561d494fc8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7140744f (id: bff6d6e5-63c0-4957-8aca-13561d494fc8, sid: bff6d6e5-63c0-4957-8aca-13561d494fc8) (name: LNV132) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 21732957-19a7-4a6c-91f6-8f9390c323d8 org.polarsys.capella.core.data.information.datavalue.impl.UnaryExpressionImpl@4f4bf027 (id: 21732957-19a7-4a6c-91f6-8f9390c323d8, sid: 21732957-19a7-4a6c-91f6-8f9390c323d8) (name: UE133) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 6a7e9a1e-e860-45e6-9237-d25e66524108 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@20fd73a6 (id: 6a7e9a1e-e860-45e6-9237-d25e66524108, sid: 6a7e9a1e-e860-45e6-9237-d25e66524108) (name: BE134) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 09ee1806-c3cf-499c-8429-5c11dfb0233f org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@7984a425 (id: 09ee1806-c3cf-499c-8429-5c11dfb0233f, sid: 09ee1806-c3cf-499c-8429-5c11dfb0233f) (name: LSV135) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 8777a323-8108-4add-ad6f-c008639497c9 org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueReferenceImpl@b944556 (id: 8777a323-8108-4add-ad6f-c008639497c9, sid: 8777a323-8108-4add-ad6f-c008639497c9) (name: CVR136) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 69093e26-e225-4128-887f-0e3880aa4bcb org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueImpl@1bce56cb (id: 69093e26-e225-4128-887f-0e3880aa4bcb, sid: 69093e26-e225-4128-887f-0e3880aa4bcb) (name: CV137) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@50657657 (id: 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94, sid: 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94) (name: ST14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 42ffa15a-e203-432d-8841-803eef0b059e org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@c9c45f2 (id: 42ffa15a-e203-432d-8841-803eef0b059e, sid: 42ffa15a-e203-432d-8841-803eef0b059e) (name: BE141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 3e411a8d-fd89-4a82-b152-3e908d825aa4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@250b1fc2 (id: 3e411a8d-fd89-4a82-b152-3e908d825aa4, sid: 3e411a8d-fd89-4a82-b152-3e908d825aa4) (name: LSV141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 928919ae-73c2-4e8f-9f91-8af5723af526 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4c1a7da6 (id: 928919ae-73c2-4e8f-9f91-8af5723af526, sid: 928919ae-73c2-4e8f-9f91-8af5723af526) (name: NT15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 75a1ce70-5c7e-44e0-80b1-6435c2773d25 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@37367dbc (id: 75a1ce70-5c7e-44e0-80b1-6435c2773d25, sid: 75a1ce70-5c7e-44e0-80b1-6435c2773d25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@59eb1d7d (id: 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5, sid: 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5) (name: LSV151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = ff5ed2cc-42cd-490d-9d34-9be2b1547d15 org.polarsys.capella.core.data.information.datatype.impl.PhysicalQuantityImpl@24e3ec8d (id: ff5ed2cc-42cd-490d-9d34-9be2b1547d15, sid: ff5ed2cc-42cd-490d-9d34-9be2b1547d15) (name: PQ16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = a5f20704-71c3-4914-9083-ea81502f14f6 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@3b0b42fa (id: a5f20704-71c3-4914-9083-ea81502f14f6, sid: a5f20704-71c3-4914-9083-ea81502f14f6) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 5379fdc6-66c4-42a7-8d1e-a90442412678 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@3f5413ba (id: 5379fdc6-66c4-42a7-8d1e-a90442412678, sid: 5379fdc6-66c4-42a7-8d1e-a90442412678) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@3e55e1d8 (id: a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2, sid: a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 68895b8c-eae5-496a-8964-728e220eb61c org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@569e51b (id: 68895b8c-eae5-496a-8964-728e220eb61c, sid: 68895b8c-eae5-496a-8964-728e220eb61c) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 78794098-a333-465f-9e52-e50e716a391c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@64947bde (id: 78794098-a333-465f-9e52-e50e716a391c, sid: 78794098-a333-465f-9e52-e50e716a391c) (name: BT17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 4025701b-f8f8-452e-918d-24348c2ae3e2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@7bc27d35 (id: 4025701b-f8f8-452e-918d-24348c2ae3e2, sid: 4025701b-f8f8-452e-918d-24348c2ae3e2) (name: LBV171) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 1c6553e1-87f9-46fd-8769-1296f1b89271 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@6a0818b4 (id: 1c6553e1-87f9-46fd-8769-1296f1b89271, sid: 1c6553e1-87f9-46fd-8769-1296f1b89271) (name: BT18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 82975796-0947-4699-95e9-70a0a19c09f2 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@208369d3 (id: 82975796-0947-4699-95e9-70a0a19c09f2, sid: 82975796-0947-4699-95e9-70a0a19c09f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ffc8b42-18c2-45ec-9779-d54b8eabfec8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@670ebc96 (id: 5ffc8b42-18c2-45ec-9779-d54b8eabfec8, sid: 5ffc8b42-18c2-45ec-9779-d54b8eabfec8) (name: LBV181) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 071326a9-31b0-4e80-a808-0afa59a9162f org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@fcd4e97 (id: 071326a9-31b0-4e80-a808-0afa59a9162f, sid: 071326a9-31b0-4e80-a808-0afa59a9162f) (name: LBV182) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@ca4e7b4 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0b57e6c5-023f-41ba-8899-09d6cf09d78b org.polarsys.capella.core.data.cs.impl.PartImpl@7c3d2042 (id: 0b57e6c5-023f-41ba-8899-09d6cf09d78b, sid: 0b57e6c5-023f-41ba-8899-09d6cf09d78b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5e89ce85-ec92-4f47-92ed-d780ba00d3e1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@50b0acfe (id: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1, sid: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a09e600b-26ca-4990-a8d6-903eebb2d384 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@28938337 (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [DataValuesTest] >> release >> unload Project_test_01 [DataValuesTest] >> release >> unload output [DataValuesTest] >> require >> load Project_test_01 [DataValuesTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@534e7e7c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@11cf5cf8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7d7fef1d (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5d1f8a3a (id: e8fb8cf6-7888-4dc5-ba9d-e11baab7826f, sid: null) (name: AllPhases-DataTypes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5e8fb90-ea7f-4109-8de2-e5b78f574001 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@3622b023 (id: b5e8fb90-ea7f-4109-8de2-e5b78f574001, sid: b5e8fb90-ea7f-4109-8de2-e5b78f574001) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c0534fca-27dc-4956-a984-c58959f3e2bb org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@14c926ea (id: c0534fca-27dc-4956-a984-c58959f3e2bb, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e82567f-4ea5-4162-a858-180eb7350939 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@532806ea (id: 9e82567f-4ea5-4162-a858-180eb7350939, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 343a150a-94a0-4850-8150-ce8b4c9a5eaf org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6d57d172 (id: 343a150a-94a0-4850-8150-ce8b4c9a5eaf, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ea415515-1220-4d5a-a228-b5559ba47ec5 org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@30f45444 (id: ea415515-1220-4d5a-a228-b5559ba47ec5, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07ef2fe1-9974-490a-81da-07b83c581044 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@23781be6 (id: 07ef2fe1-9974-490a-81da-07b83c581044, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4729ae06-fb33-4068-990d-ca41ec761d93 org.polarsys.capella.core.data.information.impl.DataPkgImpl@53461ae1 (id: 4729ae06-fb33-4068-990d-ca41ec761d93, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3fca682d-b91b-4bd4-9a76-121c140320b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@499dba (id: 3fca682d-b91b-4bd4-9a76-121c140320b9, sid: 3fca682d-b91b-4bd4-9a76-121c140320b9) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1c6b67f7-4aac-44b0-9cfe-57ec486b599b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@69a5a1fe (id: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b, sid: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6cd87841-2313-4ba7-b8c3-218b3b3473e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@a218976 (id: 6cd87841-2313-4ba7-b8c3-218b3b3473e4, sid: 6cd87841-2313-4ba7-b8c3-218b3b3473e4) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95fc1d74-b07d-45fa-bcaa-1262f0f831a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1993bdc1 (id: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0, sid: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@46695110 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d336c5c-0d84-4ff5-854e-0f6485a3e4c9 org.polarsys.capella.core.data.ctx.impl.SystemComponentImpl@6fd89f1c (id: 2d336c5c-0d84-4ff5-854e-0f6485a3e4c9, sid: null) (name: System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) (dataComponent: false) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6104240a (id: d6671b01-fbfb-49af-aa61-c6c2843f01eb, sid: d6671b01-fbfb-49af-aa61-c6c2843f01eb) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc002b99-8594-4160-ba50-1407dfeccb84 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@57fbba09 (id: cc002b99-8594-4160-ba50-1407dfeccb84, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@30c7e2f3 (id: 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8, sid: null) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a6d2696d-444a-4215-b50a-c1b390a969c8 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@431bc2ad (id: a6d2696d-444a-4215-b50a-c1b390a969c8, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f22d8ee8-4099-40f4-81ea-8e814480b0e2 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@37f9ab0 (id: f22d8ee8-4099-40f4-81ea-8e814480b0e2, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d12e0b3d-85a9-416f-a47e-13cec0a242d1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@95e4324 (id: d12e0b3d-85a9-416f-a47e-13cec0a242d1, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c410971f-3302-4c46-81d7-4ad7a6049240 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@681e886 (id: c410971f-3302-4c46-81d7-4ad7a6049240, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab266b43-9b76-41cb-8577-fbdb162eee44 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1b124c51 (id: ab266b43-9b76-41cb-8577-fbdb162eee44, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@64ffff15 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7 org.polarsys.capella.core.data.cs.impl.PartImpl@23c6df0b (id: 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7, sid: 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3a771013-331c-4778-abc7-617a9300ab0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5f00df2b (id: 3a771013-331c-4778-abc7-617a9300ab0e, sid: 3a771013-331c-4778-abc7-617a9300ab0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = aafeec33-8d0a-4602-bdcf-7052a362c6e5 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@4a5ef9c7 (id: aafeec33-8d0a-4602-bdcf-7052a362c6e5, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca264e69-a1bf-4166-a44c-14ab23cd248a org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@6d3279da (id: ca264e69-a1bf-4166-a44c-14ab23cd248a, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@534e7e7c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@11cf5cf8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5d1f8a3a (id: e8fb8cf6-7888-4dc5-ba9d-e11baab7826f, sid: null) (name: AllPhases-DataTypes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5e8fb90-ea7f-4109-8de2-e5b78f574001 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@3622b023 (id: b5e8fb90-ea7f-4109-8de2-e5b78f574001, sid: b5e8fb90-ea7f-4109-8de2-e5b78f574001) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c0534fca-27dc-4956-a984-c58959f3e2bb org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@14c926ea (id: c0534fca-27dc-4956-a984-c58959f3e2bb, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e82567f-4ea5-4162-a858-180eb7350939 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@532806ea (id: 9e82567f-4ea5-4162-a858-180eb7350939, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 343a150a-94a0-4850-8150-ce8b4c9a5eaf org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6d57d172 (id: 343a150a-94a0-4850-8150-ce8b4c9a5eaf, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ea415515-1220-4d5a-a228-b5559ba47ec5 org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@30f45444 (id: ea415515-1220-4d5a-a228-b5559ba47ec5, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07ef2fe1-9974-490a-81da-07b83c581044 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@23781be6 (id: 07ef2fe1-9974-490a-81da-07b83c581044, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4729ae06-fb33-4068-990d-ca41ec761d93 org.polarsys.capella.core.data.information.impl.DataPkgImpl@53461ae1 (id: 4729ae06-fb33-4068-990d-ca41ec761d93, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3fca682d-b91b-4bd4-9a76-121c140320b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@499dba (id: 3fca682d-b91b-4bd4-9a76-121c140320b9, sid: 3fca682d-b91b-4bd4-9a76-121c140320b9) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1c6b67f7-4aac-44b0-9cfe-57ec486b599b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@69a5a1fe (id: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b, sid: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6cd87841-2313-4ba7-b8c3-218b3b3473e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@a218976 (id: 6cd87841-2313-4ba7-b8c3-218b3b3473e4, sid: 6cd87841-2313-4ba7-b8c3-218b3b3473e4) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95fc1d74-b07d-45fa-bcaa-1262f0f831a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1993bdc1 (id: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0, sid: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = bb686818-d4ba-4f0f-8184-c67c7b68c149 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6fd94f77 (id: bb686818-d4ba-4f0f-8184-c67c7b68c149, sid: bb686818-d4ba-4f0f-8184-c67c7b68c149) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2**64-1) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@46695110 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6104240a (id: d6671b01-fbfb-49af-aa61-c6c2843f01eb, sid: d6671b01-fbfb-49af-aa61-c6c2843f01eb) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc002b99-8594-4160-ba50-1407dfeccb84 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@57fbba09 (id: cc002b99-8594-4160-ba50-1407dfeccb84, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@30c7e2f3 (id: 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8, sid: null) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f22d8ee8-4099-40f4-81ea-8e814480b0e2 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@37f9ab0 (id: f22d8ee8-4099-40f4-81ea-8e814480b0e2, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d12e0b3d-85a9-416f-a47e-13cec0a242d1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@95e4324 (id: d12e0b3d-85a9-416f-a47e-13cec0a242d1, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c410971f-3302-4c46-81d7-4ad7a6049240 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@681e886 (id: c410971f-3302-4c46-81d7-4ad7a6049240, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab266b43-9b76-41cb-8577-fbdb162eee44 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1b124c51 (id: ab266b43-9b76-41cb-8577-fbdb162eee44, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4473d465-63e4-4c35-a5dc-16eae2b6f46d org.polarsys.capella.core.data.information.impl.AssociationImpl@6447ef99 (id: 4473d465-63e4-4c35-a5dc-16eae2b6f46d, sid: 4473d465-63e4-4c35-a5dc-16eae2b6f46d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: A11) ID = 7ace49bb-e601-403e-9641-1e40a1107652 org.polarsys.capella.core.data.information.impl.PropertyImpl@1ffbc756 (id: 7ace49bb-e601-403e-9641-1e40a1107652, sid: 7ace49bb-e601-403e-9641-1e40a1107652) (name: P111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: ASSOCIATION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b2f0615b-d999-415a-b303-8cbe6d93d2ed org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1637c9f7 (id: b2f0615b-d999-415a-b303-8cbe6d93d2ed, sid: b2f0615b-d999-415a-b303-8cbe6d93d2ed) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bf198f99-e228-48c0-b647-ce44cd27fc13 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1f4e6fa4 (id: bf198f99-e228-48c0-b647-ce44cd27fc13, sid: bf198f99-e228-48c0-b647-ce44cd27fc13) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18 org.polarsys.capella.core.data.information.impl.ClassImpl@442e60f3 (id: 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18, sid: 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18) (name: C11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = aa018584-ea95-434d-8542-ce3a8db65cbb org.polarsys.capella.core.data.information.impl.PropertyImpl@5aece57 (id: aa018584-ea95-434d-8542-ce3a8db65cbb, sid: aa018584-ea95-434d-8542-ce3a8db65cbb) (name: P111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: ASSOCIATION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 374c1fd8-4bb7-42bd-a2b5-1b899843721f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dfed764 (id: 374c1fd8-4bb7-42bd-a2b5-1b899843721f, sid: 374c1fd8-4bb7-42bd-a2b5-1b899843721f) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f005d8b0-7d33-4867-8093-7029e830c171 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4121be30 (id: f005d8b0-7d33-4867-8093-7029e830c171, sid: f005d8b0-7d33-4867-8093-7029e830c171) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = fa327be4-40e8-4347-9636-ae8822cfd223 org.polarsys.capella.core.data.information.impl.ClassImpl@76bf671f (id: fa327be4-40e8-4347-9636-ae8822cfd223, sid: fa327be4-40e8-4347-9636-ae8822cfd223) (name: C12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 4061a972-6632-4cde-99d3-d3bcefbc2cdd org.polarsys.capella.core.data.information.impl.UnionImpl@590d3e9 (id: 4061a972-6632-4cde-99d3-d3bcefbc2cdd, sid: 4061a972-6632-4cde-99d3-d3bcefbc2cdd) (name: U13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) (kind: UNION) ID = 8117e6be-4793-4399-a559-c5686efe816d org.polarsys.capella.core.data.information.impl.UnionPropertyImpl@5e8e61c8 (id: 8117e6be-4793-4399-a559-c5686efe816d, sid: 8117e6be-4793-4399-a559-c5686efe816d) (name: UP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 318e4817-0690-409c-8eab-37a6749746f3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@12128417 (id: 318e4817-0690-409c-8eab-37a6749746f3, sid: 318e4817-0690-409c-8eab-37a6749746f3) (name: LNV1311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 576e2a8c-9546-404a-afcd-b61ef4c09f9b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1f989ed5 (id: 576e2a8c-9546-404a-afcd-b61ef4c09f9b, sid: 576e2a8c-9546-404a-afcd-b61ef4c09f9b) (name: LNV1311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2aac66e1-7167-4d7d-8e46-3915be8e72c9 org.polarsys.capella.core.data.information.impl.CollectionImpl@1c140954 (id: 2aac66e1-7167-4d7d-8e46-3915be8e72c9, sid: 2aac66e1-7167-4d7d-8e46-3915be8e72c9) (name: C11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (ordered: false, unique: false, minInclusive: true, maxInclusive: true, final: false, isPrimitive: false, visibility: UNSET, kind: ARRAY, aggregationKind: UNSET) ID = 16508cf1-adba-4b5c-8f43-430fa0c9a646 org.polarsys.capella.core.data.information.impl.ServiceImpl@31b9bb3f (id: 16508cf1-adba-4b5c-8f43-430fa0c9a646, sid: 16508cf1-adba-4b5c-8f43-430fa0c9a646) (name: S111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (synchronismKind: UNSET) ID = d0fee987-b1c5-4b05-a23c-a08e7fc4018b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@370da323 (id: d0fee987-b1c5-4b05-a23c-a08e7fc4018b, sid: d0fee987-b1c5-4b05-a23c-a08e7fc4018b) (name: LNV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6cb8fd21 (id: 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac, sid: 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac) (name: LNV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: *) ID = 784e56ae-643f-4de3-969d-11832283cb98 org.polarsys.capella.core.data.information.impl.CollectionValueImpl@50da174b (id: 784e56ae-643f-4de3-969d-11832283cb98, sid: 784e56ae-643f-4de3-969d-11832283cb98) (name: CV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 260bd5b2-2907-4aab-8701-de8682dccd2e org.polarsys.capella.core.data.information.impl.CollectionValueReferenceImpl@2cc62e2c (id: 260bd5b2-2907-4aab-8701-de8682dccd2e, sid: 260bd5b2-2907-4aab-8701-de8682dccd2e) (name: CVR112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 3e62e36a-a6ee-4b08-92a5-19a0fd13735c org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueImpl@7688942c (id: 3e62e36a-a6ee-4b08-92a5-19a0fd13735c, sid: 3e62e36a-a6ee-4b08-92a5-19a0fd13735c) (name: CV113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 56a5c76c-9541-44e5-921f-f01f10536b38 org.polarsys.capella.core.data.information.impl.CollectionImpl@5df22e29 (id: 56a5c76c-9541-44e5-921f-f01f10536b38, sid: 56a5c76c-9541-44e5-921f-f01f10536b38) (name: C12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (ordered: false, unique: false, minInclusive: true, maxInclusive: true, final: false, isPrimitive: false, visibility: UNSET, kind: ARRAY, aggregationKind: UNSET) ID = 0cbb2771-ed46-4d49-9bc9-7185dd440b38 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5d921a93 (id: 0cbb2771-ed46-4d49-9bc9-7185dd440b38, sid: 0cbb2771-ed46-4d49-9bc9-7185dd440b38) (name: LNV121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 34547b42-743b-4976-84a7-ec629ab5684f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@40b8f843 (id: 34547b42-743b-4976-84a7-ec629ab5684f, sid: 34547b42-743b-4976-84a7-ec629ab5684f) (name: LNV121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: *) ID = c7cf295e-69b6-48ed-82e1-9899541f4ddf org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@72232d8c (id: c7cf295e-69b6-48ed-82e1-9899541f4ddf, sid: c7cf295e-69b6-48ed-82e1-9899541f4ddf) (name: NR121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 2dfbac72-3d51-4418-9f21-f4795c2324fc org.polarsys.capella.core.data.information.impl.UnitImpl@3eecd687 (id: 2dfbac72-3d51-4418-9f21-f4795c2324fc, sid: 2dfbac72-3d51-4418-9f21-f4795c2324fc) (name: U11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2797ded9-8fd7-4063-b6c3-165f5b840ffe org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@73e7054b (id: 2797ded9-8fd7-4063-b6c3-165f5b840ffe, sid: 2797ded9-8fd7-4063-b6c3-165f5b840ffe) (name: BT11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 06452b78-63b3-4ca4-a819-4354d3921de0 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@741a8194 (id: 06452b78-63b3-4ca4-a819-4354d3921de0, sid: 06452b78-63b3-4ca4-a819-4354d3921de0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 392cfbcc-0e2f-48b1-a993-884d303c0be0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1fbe8dd6 (id: 392cfbcc-0e2f-48b1-a993-884d303c0be0, sid: 392cfbcc-0e2f-48b1-a993-884d303c0be0) (name: LBV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c87ad436-1254-4234-9172-480c5dc25ff7 org.polarsys.capella.core.data.information.datatype.impl.EnumerationImpl@473e2848 (id: c87ad436-1254-4234-9172-480c5dc25ff7, sid: c87ad436-1254-4234-9172-480c5dc25ff7) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = a9c1942a-db06-4899-9ea7-0ff82ba894b4 org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@c38b0b9 (id: a9c1942a-db06-4899-9ea7-0ff82ba894b4, sid: a9c1942a-db06-4899-9ea7-0ff82ba894b4) (name: EL121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = a5a8b483-eb0d-40db-a4ed-8624e5683a30 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c8e968b (id: a5a8b483-eb0d-40db-a4ed-8624e5683a30, sid: a5a8b483-eb0d-40db-a4ed-8624e5683a30) (name: NT13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 42cef0f1-dc98-4720-8f90-0d797f92206e org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@47357ef1 (id: 42cef0f1-dc98-4720-8f90-0d797f92206e, sid: 42cef0f1-dc98-4720-8f90-0d797f92206e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ccdfc5f-1e87-4f42-85ab-70610f230a94 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@71ff6237 (id: 8ccdfc5f-1e87-4f42-85ab-70610f230a94, sid: 8ccdfc5f-1e87-4f42-85ab-70610f230a94) (name: NR131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = bff6d6e5-63c0-4957-8aca-13561d494fc8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@380bb9c9 (id: bff6d6e5-63c0-4957-8aca-13561d494fc8, sid: bff6d6e5-63c0-4957-8aca-13561d494fc8) (name: LNV132) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 21732957-19a7-4a6c-91f6-8f9390c323d8 org.polarsys.capella.core.data.information.datavalue.impl.UnaryExpressionImpl@60695a8d (id: 21732957-19a7-4a6c-91f6-8f9390c323d8, sid: 21732957-19a7-4a6c-91f6-8f9390c323d8) (name: UE133) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 6a7e9a1e-e860-45e6-9237-d25e66524108 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@c477287 (id: 6a7e9a1e-e860-45e6-9237-d25e66524108, sid: 6a7e9a1e-e860-45e6-9237-d25e66524108) (name: BE134) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 09ee1806-c3cf-499c-8429-5c11dfb0233f org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@6a347e2 (id: 09ee1806-c3cf-499c-8429-5c11dfb0233f, sid: 09ee1806-c3cf-499c-8429-5c11dfb0233f) (name: LSV135) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 8777a323-8108-4add-ad6f-c008639497c9 org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueReferenceImpl@6383730e (id: 8777a323-8108-4add-ad6f-c008639497c9, sid: 8777a323-8108-4add-ad6f-c008639497c9) (name: CVR136) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 69093e26-e225-4128-887f-0e3880aa4bcb org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueImpl@4994e0c1 (id: 69093e26-e225-4128-887f-0e3880aa4bcb, sid: 69093e26-e225-4128-887f-0e3880aa4bcb) (name: CV137) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@7e70703e (id: 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94, sid: 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94) (name: ST14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 42ffa15a-e203-432d-8841-803eef0b059e org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@62f0b445 (id: 42ffa15a-e203-432d-8841-803eef0b059e, sid: 42ffa15a-e203-432d-8841-803eef0b059e) (name: BE141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 3e411a8d-fd89-4a82-b152-3e908d825aa4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@1a13a016 (id: 3e411a8d-fd89-4a82-b152-3e908d825aa4, sid: 3e411a8d-fd89-4a82-b152-3e908d825aa4) (name: LSV141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 928919ae-73c2-4e8f-9f91-8af5723af526 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@746fc97d (id: 928919ae-73c2-4e8f-9f91-8af5723af526, sid: 928919ae-73c2-4e8f-9f91-8af5723af526) (name: NT15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 75a1ce70-5c7e-44e0-80b1-6435c2773d25 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@963b64e (id: 75a1ce70-5c7e-44e0-80b1-6435c2773d25, sid: 75a1ce70-5c7e-44e0-80b1-6435c2773d25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@6ed669bb (id: 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5, sid: 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5) (name: LSV151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = ff5ed2cc-42cd-490d-9d34-9be2b1547d15 org.polarsys.capella.core.data.information.datatype.impl.PhysicalQuantityImpl@69c26767 (id: ff5ed2cc-42cd-490d-9d34-9be2b1547d15, sid: ff5ed2cc-42cd-490d-9d34-9be2b1547d15) (name: PQ16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = a5f20704-71c3-4914-9083-ea81502f14f6 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@63ec6f03 (id: a5f20704-71c3-4914-9083-ea81502f14f6, sid: a5f20704-71c3-4914-9083-ea81502f14f6) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 5379fdc6-66c4-42a7-8d1e-a90442412678 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@77a974f6 (id: 5379fdc6-66c4-42a7-8d1e-a90442412678, sid: 5379fdc6-66c4-42a7-8d1e-a90442412678) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@2aef4009 (id: a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2, sid: a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 68895b8c-eae5-496a-8964-728e220eb61c org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@506ce36c (id: 68895b8c-eae5-496a-8964-728e220eb61c, sid: 68895b8c-eae5-496a-8964-728e220eb61c) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 78794098-a333-465f-9e52-e50e716a391c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@50f80a15 (id: 78794098-a333-465f-9e52-e50e716a391c, sid: 78794098-a333-465f-9e52-e50e716a391c) (name: BT17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 4025701b-f8f8-452e-918d-24348c2ae3e2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6c4aca38 (id: 4025701b-f8f8-452e-918d-24348c2ae3e2, sid: 4025701b-f8f8-452e-918d-24348c2ae3e2) (name: LBV171) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 1c6553e1-87f9-46fd-8769-1296f1b89271 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3cf530b0 (id: 1c6553e1-87f9-46fd-8769-1296f1b89271, sid: 1c6553e1-87f9-46fd-8769-1296f1b89271) (name: BT18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 82975796-0947-4699-95e9-70a0a19c09f2 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@bb5d3c1 (id: 82975796-0947-4699-95e9-70a0a19c09f2, sid: 82975796-0947-4699-95e9-70a0a19c09f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ffc8b42-18c2-45ec-9779-d54b8eabfec8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1b8dc800 (id: 5ffc8b42-18c2-45ec-9779-d54b8eabfec8, sid: 5ffc8b42-18c2-45ec-9779-d54b8eabfec8) (name: LBV181) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 071326a9-31b0-4e80-a808-0afa59a9162f org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@212cda43 (id: 071326a9-31b0-4e80-a808-0afa59a9162f, sid: 071326a9-31b0-4e80-a808-0afa59a9162f) (name: LBV182) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@64ffff15 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7 org.polarsys.capella.core.data.cs.impl.PartImpl@23c6df0b (id: 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7, sid: 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3a771013-331c-4778-abc7-617a9300ab0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5f00df2b (id: 3a771013-331c-4778-abc7-617a9300ab0e, sid: 3a771013-331c-4778-abc7-617a9300ab0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 80331347-4aec-4fec-a01f-c9e3bc29cb3b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@71ae847e (id: 80331347-4aec-4fec-a01f-c9e3bc29cb3b, sid: 80331347-4aec-4fec-a01f-c9e3bc29cb3b) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b09b77eb-b76a-4f96-9179-9d68cf40c51c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6ab2da09 (id: b09b77eb-b76a-4f96-9179-9d68cf40c51c, sid: b09b77eb-b76a-4f96-9179-9d68cf40c51c) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 4c12ed69-2855-4f0d-8365-782764384d08 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@7f996ed3 (id: 4c12ed69-2855-4f0d-8365-782764384d08, sid: 4c12ed69-2855-4f0d-8365-782764384d08) (name: EIE1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = d2e185a1-d7d2-4429-a7dc-d37218cdb25a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26b91f8c (id: d2e185a1-d7d2-4429-a7dc-d37218cdb25a, sid: d2e185a1-d7d2-4429-a7dc-d37218cdb25a) (name: LNV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2331f251 (id: 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe, sid: 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe) (name: LNV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@5faf16ac (id: d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5, sid: d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5) (name: EIE1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 63ce26e8-e172-4b01-9a47-0a0d028efc88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6bf4047c (id: 63ce26e8-e172-4b01-9a47-0a0d028efc88, sid: 63ce26e8-e172-4b01-9a47-0a0d028efc88) (name: LNV11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 28bcfa1e-5574-4813-9d82-b08a538cb55c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5df23f1 (id: 28bcfa1e-5574-4813-9d82-b08a538cb55c, sid: 28bcfa1e-5574-4813-9d82-b08a538cb55c) (name: LNV11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9ca82825-1920-4059-8179-466023092225 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2950ea61 (id: 9ca82825-1920-4059-8179-466023092225, sid: 9ca82825-1920-4059-8179-466023092225) (name: EI112) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@e6d9391 (id: 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea, sid: 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea) (name: EIE1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 32a4546f-e6b6-4b32-9aab-e822cab55df3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@45f1b1c4 (id: 32a4546f-e6b6-4b32-9aab-e822cab55df3, sid: 32a4546f-e6b6-4b32-9aab-e822cab55df3) (name: LNV11211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 07d9fe19-ddd3-4821-859e-a499c353449f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@394dc220 (id: 07d9fe19-ddd3-4821-859e-a499c353449f, sid: 07d9fe19-ddd3-4821-859e-a499c353449f) (name: LNV11211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f91d119b-7f1f-4d8c-b1ba-9eb697c9b264 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1760348a (id: f91d119b-7f1f-4d8c-b1ba-9eb697c9b264, sid: f91d119b-7f1f-4d8c-b1ba-9eb697c9b264) (name: EIE1122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = b0ce03be-5d0d-4a79-a561-e257ed62c5f7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7573ccec (id: b0ce03be-5d0d-4a79-a561-e257ed62c5f7, sid: b0ce03be-5d0d-4a79-a561-e257ed62c5f7) (name: LNV11221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f6932ebc-87aa-4701-b672-0e16c8aa6dcf org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3d442c17 (id: f6932ebc-87aa-4701-b672-0e16c8aa6dcf, sid: f6932ebc-87aa-4701-b672-0e16c8aa6dcf) (name: LNV11221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8b8b77af-3d79-43fb-92b4-941751c36b2a org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6acfb55d (id: 8b8b77af-3d79-43fb-92b4-941751c36b2a, sid: 8b8b77af-3d79-43fb-92b4-941751c36b2a) (name: EI113) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 4becef8f-c2ff-4283-9d34-64685c281f10 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@7c9d08ea (id: 4becef8f-c2ff-4283-9d34-64685c281f10, sid: 4becef8f-c2ff-4283-9d34-64685c281f10) (name: EIE1131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 8c924f7c-b026-4ee0-badc-6d86c7d822d3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1762bf39 (id: 8c924f7c-b026-4ee0-badc-6d86c7d822d3, sid: 8c924f7c-b026-4ee0-badc-6d86c7d822d3) (name: LNV11311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ddcad734-18e8-476a-8d11-399dcfc5e638 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b5a1d56 (id: ddcad734-18e8-476a-8d11-399dcfc5e638, sid: ddcad734-18e8-476a-8d11-399dcfc5e638) (name: LNV11311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 455dc121-181d-4153-9fa1-09cf23ef359e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1ca8343d (id: 455dc121-181d-4153-9fa1-09cf23ef359e, sid: 455dc121-181d-4153-9fa1-09cf23ef359e) (name: EIE1132) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 8df82b29-e88d-4136-96ea-66de2e2ac95f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8e6b51a (id: 8df82b29-e88d-4136-96ea-66de2e2ac95f, sid: 8df82b29-e88d-4136-96ea-66de2e2ac95f) (name: LNV11321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1fd31d5d-ea25-47f4-be1b-2314a38669ab org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@aff4848 (id: 1fd31d5d-ea25-47f4-be1b-2314a38669ab, sid: 1fd31d5d-ea25-47f4-be1b-2314a38669ab) (name: LNV11321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = efebc3c3-cb34-4315-a410-a0668443516b org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@511454ec (id: efebc3c3-cb34-4315-a410-a0668443516b, sid: efebc3c3-cb34-4315-a410-a0668443516b) (name: EIE1133) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 9e5e269f-958e-4e43-a234-3e444786c514 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@c408b2f (id: 9e5e269f-958e-4e43-a234-3e444786c514, sid: 9e5e269f-958e-4e43-a234-3e444786c514) (name: LNV11331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 50413a21-6dd5-414a-80af-0a71920d8c4d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@31b3a1d8 (id: 50413a21-6dd5-414a-80af-0a71920d8c4d, sid: 50413a21-6dd5-414a-80af-0a71920d8c4d) (name: LNV11331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = eceddf8e-6e40-4173-bf64-6729bd03472d org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@41fe02ae (id: eceddf8e-6e40-4173-bf64-6729bd03472d, sid: eceddf8e-6e40-4173-bf64-6729bd03472d) (name: EIE1134) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@32be8d49 (id: 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79, sid: 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79) (name: LNV11341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 0ea43a2d-7077-4789-b87b-939b9329a9ee org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3aaf71c2 (id: 0ea43a2d-7077-4789-b87b-939b9329a9ee, sid: 0ea43a2d-7077-4789-b87b-939b9329a9ee) (name: LNV11341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e2d343db-31fd-47e2-bf33-bcba9099d2c6 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@163eba2e (id: e2d343db-31fd-47e2-bf33-bcba9099d2c6, sid: e2d343db-31fd-47e2-bf33-bcba9099d2c6) (name: EI114) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = a08322a8-5538-43fb-99c9-5fa0372039cf org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@27643135 (id: a08322a8-5538-43fb-99c9-5fa0372039cf, sid: a08322a8-5538-43fb-99c9-5fa0372039cf) (name: EIE1141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 82b3c4d7-34f3-43c7-b864-a63b97dcf230 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61f62455 (id: 82b3c4d7-34f3-43c7-b864-a63b97dcf230, sid: 82b3c4d7-34f3-43c7-b864-a63b97dcf230) (name: LNV11411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = eca57f33-e71f-404d-9171-33f197d22bd9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@201668c8 (id: eca57f33-e71f-404d-9171-33f197d22bd9, sid: eca57f33-e71f-404d-9171-33f197d22bd9) (name: LNV11411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5842ee0c-97bd-4a7a-9e6c-3134073820ca org.polarsys.capella.core.data.cs.impl.InterfaceImpl@439a592e (id: 5842ee0c-97bd-4a7a-9e6c-3134073820ca, sid: 5842ee0c-97bd-4a7a-9e6c-3134073820ca) (name: I111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = df3d5bb7-cb78-45f9-9ed1-2df3154ee406 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@457135f1 (id: df3d5bb7-cb78-45f9-9ed1-2df3154ee406, sid: df3d5bb7-cb78-45f9-9ed1-2df3154ee406) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1111, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = ca36532c-72c9-4844-b198-092b7030f889 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@15757586 (id: ca36532c-72c9-4844-b198-092b7030f889, sid: ca36532c-72c9-4844-b198-092b7030f889) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1112, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 57ab9721-4447-4019-b2d5-7b532a31968b org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@6360fc8 (id: 57ab9721-4447-4019-b2d5-7b532a31968b, sid: 57ab9721-4447-4019-b2d5-7b532a31968b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1113, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 49dc8563-0b85-4411-8a11-0ed8e649832e org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@17747509 (id: 49dc8563-0b85-4411-8a11-0ed8e649832e, sid: 49dc8563-0b85-4411-8a11-0ed8e649832e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1114, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 0b57e6c5-023f-41ba-8899-09d6cf09d78b org.polarsys.capella.core.data.cs.impl.PartImpl@5be614ab (id: 0b57e6c5-023f-41ba-8899-09d6cf09d78b, sid: 0b57e6c5-023f-41ba-8899-09d6cf09d78b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6d08855c-2823-4d40-a23d-58d49a2c9e95 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@65818314 (id: 6d08855c-2823-4d40-a23d-58d49a2c9e95, sid: 6d08855c-2823-4d40-a23d-58d49a2c9e95) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60f6c039-1a92-4b0c-9ffa-db1965df025f org.polarsys.capella.core.data.cs.impl.PartImpl@c3f607d (id: 60f6c039-1a92-4b0c-9ffa-db1965df025f, sid: 60f6c039-1a92-4b0c-9ffa-db1965df025f) (name: PC13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5e89ce85-ec92-4f47-92ed-d780ba00d3e1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@168edf47 (id: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1, sid: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 47701162-8aa1-4d64-acf1-893216ff3018 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7acfd735 (id: 47701162-8aa1-4d64-acf1-893216ff3018, sid: 47701162-8aa1-4d64-acf1-893216ff3018) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC13, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a09e600b-26ca-4990-a8d6-903eebb2d384 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@4762996a (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [DataValuesTest] >> release >> unload Project_test_01 [DataValuesTest] >> release >> unload output [Crossphase] >> require >> load Project_test_01 [Crossphase] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@272711ce (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5b371f8c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7c2068c8 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@652c72bb (id: e8fb8cf6-7888-4dc5-ba9d-e11baab7826f, sid: null) (name: AllPhases-DataTypes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@21c48030 (id: d6671b01-fbfb-49af-aa61-c6c2843f01eb, sid: d6671b01-fbfb-49af-aa61-c6c2843f01eb) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc002b99-8594-4160-ba50-1407dfeccb84 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@15a6dcbe (id: cc002b99-8594-4160-ba50-1407dfeccb84, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@72f1c98e (id: 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8, sid: null) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6b268030 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f22d8ee8-4099-40f4-81ea-8e814480b0e2 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6df95936 (id: f22d8ee8-4099-40f4-81ea-8e814480b0e2, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d12e0b3d-85a9-416f-a47e-13cec0a242d1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4e192b1b (id: d12e0b3d-85a9-416f-a47e-13cec0a242d1, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c410971f-3302-4c46-81d7-4ad7a6049240 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@32d826ef (id: c410971f-3302-4c46-81d7-4ad7a6049240, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab266b43-9b76-41cb-8577-fbdb162eee44 org.polarsys.capella.core.data.information.impl.DataPkgImpl@16cd983c (id: ab266b43-9b76-41cb-8577-fbdb162eee44, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3fca682d-b91b-4bd4-9a76-121c140320b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6bd945e6 (id: 3fca682d-b91b-4bd4-9a76-121c140320b9, sid: 3fca682d-b91b-4bd4-9a76-121c140320b9) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = fabbad49-bc70-4284-b151-2d7d5a90ebea org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@2698fcb8 (id: fabbad49-bc70-4284-b151-2d7d5a90ebea, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 62f1996d-22c2-4705-bb0a-6dd9544453a3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@74f6bf8 (id: 62f1996d-22c2-4705-bb0a-6dd9544453a3, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 2da5269f-a502-43ac-87e0-ba5cf91328be org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3b06ffab (id: 2da5269f-a502-43ac-87e0-ba5cf91328be, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = f2ebde8f-db24-46f4-b6a6-1b8e21b1ceb6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@42649a14 (id: f2ebde8f-db24-46f4-b6a6-1b8e21b1ceb6, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 3d6c1ada-78a9-4320-8125-eefec94db18f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2378d3dc (id: 3d6c1ada-78a9-4320-8125-eefec94db18f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 66833265-b917-46d6-b0d9-09471039a40c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5f946ce0 (id: 66833265-b917-46d6-b0d9-09471039a40c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 79d96541-51bd-4133-884c-59f44408cb58 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@53e32b1e (id: 79d96541-51bd-4133-884c-59f44408cb58, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 67b45fc1-72aa-4905-938d-f52243773f8b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3531af4c (id: 67b45fc1-72aa-4905-938d-f52243773f8b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = feb70ede-b5e6-4968-8373-aa4e54245b7a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@50327c05 (id: feb70ede-b5e6-4968-8373-aa4e54245b7a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d4e5297d-1f65-4dc7-b57d-0a4f606bec38 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2cbdf98f (id: d4e5297d-1f65-4dc7-b57d-0a4f606bec38, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 1c6b67f7-4aac-44b0-9cfe-57ec486b599b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@664c8cdd (id: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b, sid: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6cd87841-2313-4ba7-b8c3-218b3b3473e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5ebf1497 (id: 6cd87841-2313-4ba7-b8c3-218b3b3473e4, sid: 6cd87841-2313-4ba7-b8c3-218b3b3473e4) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95fc1d74-b07d-45fa-bcaa-1262f0f831a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1d2e9911 (id: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0, sid: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@558a44e5 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@196c16e8 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@24e053d4 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@cb05ec8 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b1a9ed7 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e060d7bb-2150-445b-9284-7f08aa18ea80 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5cb42fc0 (id: e060d7bb-2150-445b-9284-7f08aa18ea80, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6617db97-d364-466d-933f-6ac5e53925ae org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7a09836d (id: 6617db97-d364-466d-933f-6ac5e53925ae, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0b454d54-2c24-4455-97aa-4b6b55145b93 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@13867b2c (id: 0b454d54-2c24-4455-97aa-4b6b55145b93, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0a167e41-2870-4c4f-849e-e7507edd5719 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2e728a5c (id: 0a167e41-2870-4c4f-849e-e7507edd5719, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95239afe-9901-4dbc-8328-9b9c2914e36f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@53c57a7d (id: 95239afe-9901-4dbc-8328-9b9c2914e36f, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 2d3abac9-f4ac-4e6e-a7fe-c6cb3b751329 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@65e19983 (id: 2d3abac9-f4ac-4e6e-a7fe-c6cb3b751329, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6216a4eb-174d-40f1-93ee-090505553af3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@459ec108 (id: 6216a4eb-174d-40f1-93ee-090505553af3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = beb3a66d-22ec-43ee-b72b-8e56f705c6f1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7f84938d (id: beb3a66d-22ec-43ee-b72b-8e56f705c6f1, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4d3789dd-3648-43af-8e90-654ba203ab6d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@76a0892 (id: 4d3789dd-3648-43af-8e90-654ba203ab6d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 633a91d3-9873-4d60-9a10-79749a701362 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6eaea47d (id: 633a91d3-9873-4d60-9a10-79749a701362, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bb640213-59f0-4be5-ae5a-1f0386bacb32 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5d0bae21 (id: bb640213-59f0-4be5-ae5a-1f0386bacb32, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 858f86f5-2e7a-43a2-8b88-ac27eac430df org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6c856f6 (id: 858f86f5-2e7a-43a2-8b88-ac27eac430df, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f535b048-dbef-47f2-ae31-0c03df105508 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@51b1e025 (id: f535b048-dbef-47f2-ae31-0c03df105508, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@17ea33d8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0b57e6c5-023f-41ba-8899-09d6cf09d78b org.polarsys.capella.core.data.cs.impl.PartImpl@6cdc6592 (id: 0b57e6c5-023f-41ba-8899-09d6cf09d78b, sid: 0b57e6c5-023f-41ba-8899-09d6cf09d78b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5e89ce85-ec92-4f47-92ed-d780ba00d3e1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@45aa75b9 (id: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1, sid: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6a803d6a (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@61ea2fd0 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@772bc1fd (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@50f74632 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@272711ce (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5b371f8c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@652c72bb (id: e8fb8cf6-7888-4dc5-ba9d-e11baab7826f, sid: null) (name: AllPhases-DataTypes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@21c48030 (id: d6671b01-fbfb-49af-aa61-c6c2843f01eb, sid: d6671b01-fbfb-49af-aa61-c6c2843f01eb) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc002b99-8594-4160-ba50-1407dfeccb84 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@15a6dcbe (id: cc002b99-8594-4160-ba50-1407dfeccb84, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@72f1c98e (id: 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8, sid: null) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f22d8ee8-4099-40f4-81ea-8e814480b0e2 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6df95936 (id: f22d8ee8-4099-40f4-81ea-8e814480b0e2, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d12e0b3d-85a9-416f-a47e-13cec0a242d1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4e192b1b (id: d12e0b3d-85a9-416f-a47e-13cec0a242d1, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c410971f-3302-4c46-81d7-4ad7a6049240 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@32d826ef (id: c410971f-3302-4c46-81d7-4ad7a6049240, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80331347-4aec-4fec-a01f-c9e3bc29cb3b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@40b66607 (id: 80331347-4aec-4fec-a01f-c9e3bc29cb3b, sid: 80331347-4aec-4fec-a01f-c9e3bc29cb3b) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b09b77eb-b76a-4f96-9179-9d68cf40c51c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@604e93a (id: b09b77eb-b76a-4f96-9179-9d68cf40c51c, sid: b09b77eb-b76a-4f96-9179-9d68cf40c51c) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 4c12ed69-2855-4f0d-8365-782764384d08 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@31486442 (id: 4c12ed69-2855-4f0d-8365-782764384d08, sid: 4c12ed69-2855-4f0d-8365-782764384d08) (name: EIE1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = d2e185a1-d7d2-4429-a7dc-d37218cdb25a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ffbd6c0 (id: d2e185a1-d7d2-4429-a7dc-d37218cdb25a, sid: d2e185a1-d7d2-4429-a7dc-d37218cdb25a) (name: LNV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4c8e1966 (id: 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe, sid: 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe) (name: LNV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@6d6264f4 (id: d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5, sid: d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5) (name: EIE1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 63ce26e8-e172-4b01-9a47-0a0d028efc88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ffa676e (id: 63ce26e8-e172-4b01-9a47-0a0d028efc88, sid: 63ce26e8-e172-4b01-9a47-0a0d028efc88) (name: LNV11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 28bcfa1e-5574-4813-9d82-b08a538cb55c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7ed6ff87 (id: 28bcfa1e-5574-4813-9d82-b08a538cb55c, sid: 28bcfa1e-5574-4813-9d82-b08a538cb55c) (name: LNV11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9ca82825-1920-4059-8179-466023092225 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@42af9c12 (id: 9ca82825-1920-4059-8179-466023092225, sid: 9ca82825-1920-4059-8179-466023092225) (name: EI112) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@3c141577 (id: 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea, sid: 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea) (name: EIE1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 32a4546f-e6b6-4b32-9aab-e822cab55df3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7019d48c (id: 32a4546f-e6b6-4b32-9aab-e822cab55df3, sid: 32a4546f-e6b6-4b32-9aab-e822cab55df3) (name: LNV11211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 07d9fe19-ddd3-4821-859e-a499c353449f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@39fa37cf (id: 07d9fe19-ddd3-4821-859e-a499c353449f, sid: 07d9fe19-ddd3-4821-859e-a499c353449f) (name: LNV11211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f91d119b-7f1f-4d8c-b1ba-9eb697c9b264 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@78b63ee (id: f91d119b-7f1f-4d8c-b1ba-9eb697c9b264, sid: f91d119b-7f1f-4d8c-b1ba-9eb697c9b264) (name: EIE1122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = b0ce03be-5d0d-4a79-a561-e257ed62c5f7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1b2861c5 (id: b0ce03be-5d0d-4a79-a561-e257ed62c5f7, sid: b0ce03be-5d0d-4a79-a561-e257ed62c5f7) (name: LNV11221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f6932ebc-87aa-4701-b672-0e16c8aa6dcf org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@252b7b98 (id: f6932ebc-87aa-4701-b672-0e16c8aa6dcf, sid: f6932ebc-87aa-4701-b672-0e16c8aa6dcf) (name: LNV11221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8b8b77af-3d79-43fb-92b4-941751c36b2a org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@4d0774bd (id: 8b8b77af-3d79-43fb-92b4-941751c36b2a, sid: 8b8b77af-3d79-43fb-92b4-941751c36b2a) (name: EI113) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 4becef8f-c2ff-4283-9d34-64685c281f10 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@114ffae0 (id: 4becef8f-c2ff-4283-9d34-64685c281f10, sid: 4becef8f-c2ff-4283-9d34-64685c281f10) (name: EIE1131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 8c924f7c-b026-4ee0-badc-6d86c7d822d3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@49b18745 (id: 8c924f7c-b026-4ee0-badc-6d86c7d822d3, sid: 8c924f7c-b026-4ee0-badc-6d86c7d822d3) (name: LNV11311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ddcad734-18e8-476a-8d11-399dcfc5e638 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3738c250 (id: ddcad734-18e8-476a-8d11-399dcfc5e638, sid: ddcad734-18e8-476a-8d11-399dcfc5e638) (name: LNV11311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 455dc121-181d-4153-9fa1-09cf23ef359e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@41ecfa96 (id: 455dc121-181d-4153-9fa1-09cf23ef359e, sid: 455dc121-181d-4153-9fa1-09cf23ef359e) (name: EIE1132) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 8df82b29-e88d-4136-96ea-66de2e2ac95f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2f9a90b1 (id: 8df82b29-e88d-4136-96ea-66de2e2ac95f, sid: 8df82b29-e88d-4136-96ea-66de2e2ac95f) (name: LNV11321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1fd31d5d-ea25-47f4-be1b-2314a38669ab org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6ad4a1a8 (id: 1fd31d5d-ea25-47f4-be1b-2314a38669ab, sid: 1fd31d5d-ea25-47f4-be1b-2314a38669ab) (name: LNV11321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = efebc3c3-cb34-4315-a410-a0668443516b org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1b0fc4e0 (id: efebc3c3-cb34-4315-a410-a0668443516b, sid: efebc3c3-cb34-4315-a410-a0668443516b) (name: EIE1133) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 9e5e269f-958e-4e43-a234-3e444786c514 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3d11a55d (id: 9e5e269f-958e-4e43-a234-3e444786c514, sid: 9e5e269f-958e-4e43-a234-3e444786c514) (name: LNV11331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 50413a21-6dd5-414a-80af-0a71920d8c4d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4675b556 (id: 50413a21-6dd5-414a-80af-0a71920d8c4d, sid: 50413a21-6dd5-414a-80af-0a71920d8c4d) (name: LNV11331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = eceddf8e-6e40-4173-bf64-6729bd03472d org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@96395d1 (id: eceddf8e-6e40-4173-bf64-6729bd03472d, sid: eceddf8e-6e40-4173-bf64-6729bd03472d) (name: EIE1134) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6cae78d9 (id: 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79, sid: 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79) (name: LNV11341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 0ea43a2d-7077-4789-b87b-939b9329a9ee org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5ca5135c (id: 0ea43a2d-7077-4789-b87b-939b9329a9ee, sid: 0ea43a2d-7077-4789-b87b-939b9329a9ee) (name: LNV11341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e2d343db-31fd-47e2-bf33-bcba9099d2c6 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3711d29b (id: e2d343db-31fd-47e2-bf33-bcba9099d2c6, sid: e2d343db-31fd-47e2-bf33-bcba9099d2c6) (name: EI114) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = a08322a8-5538-43fb-99c9-5fa0372039cf org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@22c914b5 (id: a08322a8-5538-43fb-99c9-5fa0372039cf, sid: a08322a8-5538-43fb-99c9-5fa0372039cf) (name: EIE1141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 82b3c4d7-34f3-43c7-b864-a63b97dcf230 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3d3ed885 (id: 82b3c4d7-34f3-43c7-b864-a63b97dcf230, sid: 82b3c4d7-34f3-43c7-b864-a63b97dcf230) (name: LNV11411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = eca57f33-e71f-404d-9171-33f197d22bd9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@49f5138d (id: eca57f33-e71f-404d-9171-33f197d22bd9, sid: eca57f33-e71f-404d-9171-33f197d22bd9) (name: LNV11411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5842ee0c-97bd-4a7a-9e6c-3134073820ca org.polarsys.capella.core.data.cs.impl.InterfaceImpl@70498522 (id: 5842ee0c-97bd-4a7a-9e6c-3134073820ca, sid: 5842ee0c-97bd-4a7a-9e6c-3134073820ca) (name: I111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = df3d5bb7-cb78-45f9-9ed1-2df3154ee406 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@1acf4b22 (id: df3d5bb7-cb78-45f9-9ed1-2df3154ee406, sid: df3d5bb7-cb78-45f9-9ed1-2df3154ee406) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1111, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = ca36532c-72c9-4844-b198-092b7030f889 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@51fe420e (id: ca36532c-72c9-4844-b198-092b7030f889, sid: ca36532c-72c9-4844-b198-092b7030f889) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1112, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 57ab9721-4447-4019-b2d5-7b532a31968b org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@30f64ac7 (id: 57ab9721-4447-4019-b2d5-7b532a31968b, sid: 57ab9721-4447-4019-b2d5-7b532a31968b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1113, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 49dc8563-0b85-4411-8a11-0ed8e649832e org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@c2aa96e (id: 49dc8563-0b85-4411-8a11-0ed8e649832e, sid: 49dc8563-0b85-4411-8a11-0ed8e649832e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1114, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = ab266b43-9b76-41cb-8577-fbdb162eee44 org.polarsys.capella.core.data.information.impl.DataPkgImpl@16cd983c (id: ab266b43-9b76-41cb-8577-fbdb162eee44, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4473d465-63e4-4c35-a5dc-16eae2b6f46d org.polarsys.capella.core.data.information.impl.AssociationImpl@31da433a (id: 4473d465-63e4-4c35-a5dc-16eae2b6f46d, sid: 4473d465-63e4-4c35-a5dc-16eae2b6f46d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: A11) ID = 7ace49bb-e601-403e-9641-1e40a1107652 org.polarsys.capella.core.data.information.impl.PropertyImpl@361cf7e9 (id: 7ace49bb-e601-403e-9641-1e40a1107652, sid: 7ace49bb-e601-403e-9641-1e40a1107652) (name: P111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: ASSOCIATION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b2f0615b-d999-415a-b303-8cbe6d93d2ed org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4500509b (id: b2f0615b-d999-415a-b303-8cbe6d93d2ed, sid: b2f0615b-d999-415a-b303-8cbe6d93d2ed) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bf198f99-e228-48c0-b647-ce44cd27fc13 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3f762c7f (id: bf198f99-e228-48c0-b647-ce44cd27fc13, sid: bf198f99-e228-48c0-b647-ce44cd27fc13) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 3fca682d-b91b-4bd4-9a76-121c140320b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6bd945e6 (id: 3fca682d-b91b-4bd4-9a76-121c140320b9, sid: 3fca682d-b91b-4bd4-9a76-121c140320b9) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1c6b67f7-4aac-44b0-9cfe-57ec486b599b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@664c8cdd (id: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b, sid: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6cd87841-2313-4ba7-b8c3-218b3b3473e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5ebf1497 (id: 6cd87841-2313-4ba7-b8c3-218b3b3473e4, sid: 6cd87841-2313-4ba7-b8c3-218b3b3473e4) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95fc1d74-b07d-45fa-bcaa-1262f0f831a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1d2e9911 (id: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0, sid: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = bb686818-d4ba-4f0f-8184-c67c7b68c149 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5e1c6aba (id: bb686818-d4ba-4f0f-8184-c67c7b68c149, sid: bb686818-d4ba-4f0f-8184-c67c7b68c149) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2**64-1) ID = 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18 org.polarsys.capella.core.data.information.impl.ClassImpl@5c567b38 (id: 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18, sid: 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18) (name: C11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = aa018584-ea95-434d-8542-ce3a8db65cbb org.polarsys.capella.core.data.information.impl.PropertyImpl@da47ce4 (id: aa018584-ea95-434d-8542-ce3a8db65cbb, sid: aa018584-ea95-434d-8542-ce3a8db65cbb) (name: P111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: ASSOCIATION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 374c1fd8-4bb7-42bd-a2b5-1b899843721f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4a676143 (id: 374c1fd8-4bb7-42bd-a2b5-1b899843721f, sid: 374c1fd8-4bb7-42bd-a2b5-1b899843721f) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f005d8b0-7d33-4867-8093-7029e830c171 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@44fcb9a4 (id: f005d8b0-7d33-4867-8093-7029e830c171, sid: f005d8b0-7d33-4867-8093-7029e830c171) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = fa327be4-40e8-4347-9636-ae8822cfd223 org.polarsys.capella.core.data.information.impl.ClassImpl@2b1c85b8 (id: fa327be4-40e8-4347-9636-ae8822cfd223, sid: fa327be4-40e8-4347-9636-ae8822cfd223) (name: C12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 4061a972-6632-4cde-99d3-d3bcefbc2cdd org.polarsys.capella.core.data.information.impl.UnionImpl@5f19f63 (id: 4061a972-6632-4cde-99d3-d3bcefbc2cdd, sid: 4061a972-6632-4cde-99d3-d3bcefbc2cdd) (name: U13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) (kind: UNION) ID = 8117e6be-4793-4399-a559-c5686efe816d org.polarsys.capella.core.data.information.impl.UnionPropertyImpl@746d9be7 (id: 8117e6be-4793-4399-a559-c5686efe816d, sid: 8117e6be-4793-4399-a559-c5686efe816d) (name: UP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 318e4817-0690-409c-8eab-37a6749746f3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@55fd3d57 (id: 318e4817-0690-409c-8eab-37a6749746f3, sid: 318e4817-0690-409c-8eab-37a6749746f3) (name: LNV1311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 576e2a8c-9546-404a-afcd-b61ef4c09f9b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1a035315 (id: 576e2a8c-9546-404a-afcd-b61ef4c09f9b, sid: 576e2a8c-9546-404a-afcd-b61ef4c09f9b) (name: LNV1311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2aac66e1-7167-4d7d-8e46-3915be8e72c9 org.polarsys.capella.core.data.information.impl.CollectionImpl@1300ddb1 (id: 2aac66e1-7167-4d7d-8e46-3915be8e72c9, sid: 2aac66e1-7167-4d7d-8e46-3915be8e72c9) (name: C11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (ordered: false, unique: false, minInclusive: true, maxInclusive: true, final: false, isPrimitive: false, visibility: UNSET, kind: ARRAY, aggregationKind: UNSET) ID = 16508cf1-adba-4b5c-8f43-430fa0c9a646 org.polarsys.capella.core.data.information.impl.ServiceImpl@baace95 (id: 16508cf1-adba-4b5c-8f43-430fa0c9a646, sid: 16508cf1-adba-4b5c-8f43-430fa0c9a646) (name: S111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (synchronismKind: UNSET) ID = d0fee987-b1c5-4b05-a23c-a08e7fc4018b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@37815d32 (id: d0fee987-b1c5-4b05-a23c-a08e7fc4018b, sid: d0fee987-b1c5-4b05-a23c-a08e7fc4018b) (name: LNV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@371a3b2c (id: 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac, sid: 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac) (name: LNV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: *) ID = 784e56ae-643f-4de3-969d-11832283cb98 org.polarsys.capella.core.data.information.impl.CollectionValueImpl@22e2852b (id: 784e56ae-643f-4de3-969d-11832283cb98, sid: 784e56ae-643f-4de3-969d-11832283cb98) (name: CV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 260bd5b2-2907-4aab-8701-de8682dccd2e org.polarsys.capella.core.data.information.impl.CollectionValueReferenceImpl@7f613984 (id: 260bd5b2-2907-4aab-8701-de8682dccd2e, sid: 260bd5b2-2907-4aab-8701-de8682dccd2e) (name: CVR112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 3e62e36a-a6ee-4b08-92a5-19a0fd13735c org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueImpl@42349397 (id: 3e62e36a-a6ee-4b08-92a5-19a0fd13735c, sid: 3e62e36a-a6ee-4b08-92a5-19a0fd13735c) (name: CV113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 56a5c76c-9541-44e5-921f-f01f10536b38 org.polarsys.capella.core.data.information.impl.CollectionImpl@241103a6 (id: 56a5c76c-9541-44e5-921f-f01f10536b38, sid: 56a5c76c-9541-44e5-921f-f01f10536b38) (name: C12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (ordered: false, unique: false, minInclusive: true, maxInclusive: true, final: false, isPrimitive: false, visibility: UNSET, kind: ARRAY, aggregationKind: UNSET) ID = 0cbb2771-ed46-4d49-9bc9-7185dd440b38 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@12ec01d2 (id: 0cbb2771-ed46-4d49-9bc9-7185dd440b38, sid: 0cbb2771-ed46-4d49-9bc9-7185dd440b38) (name: LNV121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 34547b42-743b-4976-84a7-ec629ab5684f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6437a712 (id: 34547b42-743b-4976-84a7-ec629ab5684f, sid: 34547b42-743b-4976-84a7-ec629ab5684f) (name: LNV121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: *) ID = c7cf295e-69b6-48ed-82e1-9899541f4ddf org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@2793828 (id: c7cf295e-69b6-48ed-82e1-9899541f4ddf, sid: c7cf295e-69b6-48ed-82e1-9899541f4ddf) (name: NR121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 2dfbac72-3d51-4418-9f21-f4795c2324fc org.polarsys.capella.core.data.information.impl.UnitImpl@2e5907f2 (id: 2dfbac72-3d51-4418-9f21-f4795c2324fc, sid: 2dfbac72-3d51-4418-9f21-f4795c2324fc) (name: U11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2797ded9-8fd7-4063-b6c3-165f5b840ffe org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@5c49717a (id: 2797ded9-8fd7-4063-b6c3-165f5b840ffe, sid: 2797ded9-8fd7-4063-b6c3-165f5b840ffe) (name: BT11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 06452b78-63b3-4ca4-a819-4354d3921de0 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@51f52d6 (id: 06452b78-63b3-4ca4-a819-4354d3921de0, sid: 06452b78-63b3-4ca4-a819-4354d3921de0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 392cfbcc-0e2f-48b1-a993-884d303c0be0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4e6c8225 (id: 392cfbcc-0e2f-48b1-a993-884d303c0be0, sid: 392cfbcc-0e2f-48b1-a993-884d303c0be0) (name: LBV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c87ad436-1254-4234-9172-480c5dc25ff7 org.polarsys.capella.core.data.information.datatype.impl.EnumerationImpl@28ec7a8d (id: c87ad436-1254-4234-9172-480c5dc25ff7, sid: c87ad436-1254-4234-9172-480c5dc25ff7) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = a9c1942a-db06-4899-9ea7-0ff82ba894b4 org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@3fb90c4b (id: a9c1942a-db06-4899-9ea7-0ff82ba894b4, sid: a9c1942a-db06-4899-9ea7-0ff82ba894b4) (name: EL121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = a5a8b483-eb0d-40db-a4ed-8624e5683a30 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@404f6088 (id: a5a8b483-eb0d-40db-a4ed-8624e5683a30, sid: a5a8b483-eb0d-40db-a4ed-8624e5683a30) (name: NT13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 42cef0f1-dc98-4720-8f90-0d797f92206e org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@6a18bf0e (id: 42cef0f1-dc98-4720-8f90-0d797f92206e, sid: 42cef0f1-dc98-4720-8f90-0d797f92206e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ccdfc5f-1e87-4f42-85ab-70610f230a94 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@21eb98d2 (id: 8ccdfc5f-1e87-4f42-85ab-70610f230a94, sid: 8ccdfc5f-1e87-4f42-85ab-70610f230a94) (name: NR131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = bff6d6e5-63c0-4957-8aca-13561d494fc8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@56c703f0 (id: bff6d6e5-63c0-4957-8aca-13561d494fc8, sid: bff6d6e5-63c0-4957-8aca-13561d494fc8) (name: LNV132) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 21732957-19a7-4a6c-91f6-8f9390c323d8 org.polarsys.capella.core.data.information.datavalue.impl.UnaryExpressionImpl@6db76280 (id: 21732957-19a7-4a6c-91f6-8f9390c323d8, sid: 21732957-19a7-4a6c-91f6-8f9390c323d8) (name: UE133) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 6a7e9a1e-e860-45e6-9237-d25e66524108 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@42f840f7 (id: 6a7e9a1e-e860-45e6-9237-d25e66524108, sid: 6a7e9a1e-e860-45e6-9237-d25e66524108) (name: BE134) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 09ee1806-c3cf-499c-8429-5c11dfb0233f org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@3f287d72 (id: 09ee1806-c3cf-499c-8429-5c11dfb0233f, sid: 09ee1806-c3cf-499c-8429-5c11dfb0233f) (name: LSV135) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 8777a323-8108-4add-ad6f-c008639497c9 org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueReferenceImpl@519e21e4 (id: 8777a323-8108-4add-ad6f-c008639497c9, sid: 8777a323-8108-4add-ad6f-c008639497c9) (name: CVR136) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 69093e26-e225-4128-887f-0e3880aa4bcb org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueImpl@7ebea35 (id: 69093e26-e225-4128-887f-0e3880aa4bcb, sid: 69093e26-e225-4128-887f-0e3880aa4bcb) (name: CV137) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@714fdc7 (id: 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94, sid: 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94) (name: ST14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 42ffa15a-e203-432d-8841-803eef0b059e org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7babc3ba (id: 42ffa15a-e203-432d-8841-803eef0b059e, sid: 42ffa15a-e203-432d-8841-803eef0b059e) (name: BE141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 3e411a8d-fd89-4a82-b152-3e908d825aa4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@5b9a4c2a (id: 3e411a8d-fd89-4a82-b152-3e908d825aa4, sid: 3e411a8d-fd89-4a82-b152-3e908d825aa4) (name: LSV141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 928919ae-73c2-4e8f-9f91-8af5723af526 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3f8bf2e (id: 928919ae-73c2-4e8f-9f91-8af5723af526, sid: 928919ae-73c2-4e8f-9f91-8af5723af526) (name: NT15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 75a1ce70-5c7e-44e0-80b1-6435c2773d25 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@23229053 (id: 75a1ce70-5c7e-44e0-80b1-6435c2773d25, sid: 75a1ce70-5c7e-44e0-80b1-6435c2773d25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@631219e (id: 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5, sid: 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5) (name: LSV151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = ff5ed2cc-42cd-490d-9d34-9be2b1547d15 org.polarsys.capella.core.data.information.datatype.impl.PhysicalQuantityImpl@f43c66e (id: ff5ed2cc-42cd-490d-9d34-9be2b1547d15, sid: ff5ed2cc-42cd-490d-9d34-9be2b1547d15) (name: PQ16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = a5f20704-71c3-4914-9083-ea81502f14f6 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@49041967 (id: a5f20704-71c3-4914-9083-ea81502f14f6, sid: a5f20704-71c3-4914-9083-ea81502f14f6) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 5379fdc6-66c4-42a7-8d1e-a90442412678 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@7e13a81c (id: 5379fdc6-66c4-42a7-8d1e-a90442412678, sid: 5379fdc6-66c4-42a7-8d1e-a90442412678) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@71a14b91 (id: a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2, sid: a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 68895b8c-eae5-496a-8964-728e220eb61c org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@6040937d (id: 68895b8c-eae5-496a-8964-728e220eb61c, sid: 68895b8c-eae5-496a-8964-728e220eb61c) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 78794098-a333-465f-9e52-e50e716a391c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@9667133 (id: 78794098-a333-465f-9e52-e50e716a391c, sid: 78794098-a333-465f-9e52-e50e716a391c) (name: BT17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 4025701b-f8f8-452e-918d-24348c2ae3e2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6ad67b4b (id: 4025701b-f8f8-452e-918d-24348c2ae3e2, sid: 4025701b-f8f8-452e-918d-24348c2ae3e2) (name: LBV171) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 1c6553e1-87f9-46fd-8769-1296f1b89271 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@11d04843 (id: 1c6553e1-87f9-46fd-8769-1296f1b89271, sid: 1c6553e1-87f9-46fd-8769-1296f1b89271) (name: BT18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 82975796-0947-4699-95e9-70a0a19c09f2 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@756ffa7f (id: 82975796-0947-4699-95e9-70a0a19c09f2, sid: 82975796-0947-4699-95e9-70a0a19c09f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ffc8b42-18c2-45ec-9779-d54b8eabfec8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4f3ae208 (id: 5ffc8b42-18c2-45ec-9779-d54b8eabfec8, sid: 5ffc8b42-18c2-45ec-9779-d54b8eabfec8) (name: LBV181) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 071326a9-31b0-4e80-a808-0afa59a9162f org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@16efc487 (id: 071326a9-31b0-4e80-a808-0afa59a9162f, sid: 071326a9-31b0-4e80-a808-0afa59a9162f) (name: LBV182) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@17ea33d8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0b57e6c5-023f-41ba-8899-09d6cf09d78b org.polarsys.capella.core.data.cs.impl.PartImpl@6cdc6592 (id: 0b57e6c5-023f-41ba-8899-09d6cf09d78b, sid: 0b57e6c5-023f-41ba-8899-09d6cf09d78b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5e89ce85-ec92-4f47-92ed-d780ba00d3e1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@45aa75b9 (id: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1, sid: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a09e600b-26ca-4990-a8d6-903eebb2d384 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@5b73024a (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Crossphase] >> release >> unload Project_test_01 [Crossphase] >> release >> unload output [Interphase] >> require >> load Project_test_01 [Interphase] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5b5b7d3c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4a3e7c14 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@c86057f (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@144b9218 (id: e8fb8cf6-7888-4dc5-ba9d-e11baab7826f, sid: null) (name: AllPhases-DataTypes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5e8fb90-ea7f-4109-8de2-e5b78f574001 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@39a8e251 (id: b5e8fb90-ea7f-4109-8de2-e5b78f574001, sid: b5e8fb90-ea7f-4109-8de2-e5b78f574001) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c0534fca-27dc-4956-a984-c58959f3e2bb org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@69d191c4 (id: c0534fca-27dc-4956-a984-c58959f3e2bb, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e82567f-4ea5-4162-a858-180eb7350939 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@5a8c72b (id: 9e82567f-4ea5-4162-a858-180eb7350939, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 343a150a-94a0-4850-8150-ce8b4c9a5eaf org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@197484bf (id: 343a150a-94a0-4850-8150-ce8b4c9a5eaf, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ea415515-1220-4d5a-a228-b5559ba47ec5 org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@7c4e69e4 (id: ea415515-1220-4d5a-a228-b5559ba47ec5, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07ef2fe1-9974-490a-81da-07b83c581044 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3f9c68d9 (id: 07ef2fe1-9974-490a-81da-07b83c581044, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4729ae06-fb33-4068-990d-ca41ec761d93 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5a8a4410 (id: 4729ae06-fb33-4068-990d-ca41ec761d93, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3fca682d-b91b-4bd4-9a76-121c140320b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@67666282 (id: 3fca682d-b91b-4bd4-9a76-121c140320b9, sid: 3fca682d-b91b-4bd4-9a76-121c140320b9) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1c6b67f7-4aac-44b0-9cfe-57ec486b599b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@709cd8f (id: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b, sid: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6cd87841-2313-4ba7-b8c3-218b3b3473e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4058b2e2 (id: 6cd87841-2313-4ba7-b8c3-218b3b3473e4, sid: 6cd87841-2313-4ba7-b8c3-218b3b3473e4) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95fc1d74-b07d-45fa-bcaa-1262f0f831a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e9350b1 (id: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0, sid: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@40d14079 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d336c5c-0d84-4ff5-854e-0f6485a3e4c9 org.polarsys.capella.core.data.ctx.impl.SystemComponentImpl@551b478c (id: 2d336c5c-0d84-4ff5-854e-0f6485a3e4c9, sid: null) (name: System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) (dataComponent: false) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@a8ad0bf (id: d6671b01-fbfb-49af-aa61-c6c2843f01eb, sid: d6671b01-fbfb-49af-aa61-c6c2843f01eb) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc002b99-8594-4160-ba50-1407dfeccb84 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@73182390 (id: cc002b99-8594-4160-ba50-1407dfeccb84, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6842ea7e (id: 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8, sid: null) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a6d2696d-444a-4215-b50a-c1b390a969c8 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@785087c3 (id: a6d2696d-444a-4215-b50a-c1b390a969c8, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f22d8ee8-4099-40f4-81ea-8e814480b0e2 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2483af5e (id: f22d8ee8-4099-40f4-81ea-8e814480b0e2, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d12e0b3d-85a9-416f-a47e-13cec0a242d1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@16351cfd (id: d12e0b3d-85a9-416f-a47e-13cec0a242d1, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c410971f-3302-4c46-81d7-4ad7a6049240 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@69db155f (id: c410971f-3302-4c46-81d7-4ad7a6049240, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab266b43-9b76-41cb-8577-fbdb162eee44 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1549f938 (id: ab266b43-9b76-41cb-8577-fbdb162eee44, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@24806c7d (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7 org.polarsys.capella.core.data.cs.impl.PartImpl@31d8dd14 (id: 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7, sid: 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3a771013-331c-4778-abc7-617a9300ab0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@16804c7c (id: 3a771013-331c-4778-abc7-617a9300ab0e, sid: 3a771013-331c-4778-abc7-617a9300ab0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = aafeec33-8d0a-4602-bdcf-7052a362c6e5 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@703dffd4 (id: aafeec33-8d0a-4602-bdcf-7052a362c6e5, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca264e69-a1bf-4166-a44c-14ab23cd248a org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@1ad75822 (id: ca264e69-a1bf-4166-a44c-14ab23cd248a, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5b5b7d3c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4a3e7c14 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@144b9218 (id: e8fb8cf6-7888-4dc5-ba9d-e11baab7826f, sid: null) (name: AllPhases-DataTypes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5e8fb90-ea7f-4109-8de2-e5b78f574001 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@39a8e251 (id: b5e8fb90-ea7f-4109-8de2-e5b78f574001, sid: b5e8fb90-ea7f-4109-8de2-e5b78f574001) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c0534fca-27dc-4956-a984-c58959f3e2bb org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@69d191c4 (id: c0534fca-27dc-4956-a984-c58959f3e2bb, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e82567f-4ea5-4162-a858-180eb7350939 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@5a8c72b (id: 9e82567f-4ea5-4162-a858-180eb7350939, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 343a150a-94a0-4850-8150-ce8b4c9a5eaf org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@197484bf (id: 343a150a-94a0-4850-8150-ce8b4c9a5eaf, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ea415515-1220-4d5a-a228-b5559ba47ec5 org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@7c4e69e4 (id: ea415515-1220-4d5a-a228-b5559ba47ec5, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07ef2fe1-9974-490a-81da-07b83c581044 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3f9c68d9 (id: 07ef2fe1-9974-490a-81da-07b83c581044, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4729ae06-fb33-4068-990d-ca41ec761d93 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5a8a4410 (id: 4729ae06-fb33-4068-990d-ca41ec761d93, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3fca682d-b91b-4bd4-9a76-121c140320b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@67666282 (id: 3fca682d-b91b-4bd4-9a76-121c140320b9, sid: 3fca682d-b91b-4bd4-9a76-121c140320b9) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1c6b67f7-4aac-44b0-9cfe-57ec486b599b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@709cd8f (id: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b, sid: 1c6b67f7-4aac-44b0-9cfe-57ec486b599b) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6cd87841-2313-4ba7-b8c3-218b3b3473e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4058b2e2 (id: 6cd87841-2313-4ba7-b8c3-218b3b3473e4, sid: 6cd87841-2313-4ba7-b8c3-218b3b3473e4) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95fc1d74-b07d-45fa-bcaa-1262f0f831a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e9350b1 (id: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0, sid: 95fc1d74-b07d-45fa-bcaa-1262f0f831a0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = bb686818-d4ba-4f0f-8184-c67c7b68c149 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5ae6d82c (id: bb686818-d4ba-4f0f-8184-c67c7b68c149, sid: bb686818-d4ba-4f0f-8184-c67c7b68c149) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2**64-1) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@40d14079 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@a8ad0bf (id: d6671b01-fbfb-49af-aa61-c6c2843f01eb, sid: d6671b01-fbfb-49af-aa61-c6c2843f01eb) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc002b99-8594-4160-ba50-1407dfeccb84 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@73182390 (id: cc002b99-8594-4160-ba50-1407dfeccb84, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6842ea7e (id: 31f2f9a8-abb0-4d48-8031-aa0af69d2eb8, sid: null) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f22d8ee8-4099-40f4-81ea-8e814480b0e2 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2483af5e (id: f22d8ee8-4099-40f4-81ea-8e814480b0e2, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d12e0b3d-85a9-416f-a47e-13cec0a242d1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@16351cfd (id: d12e0b3d-85a9-416f-a47e-13cec0a242d1, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c410971f-3302-4c46-81d7-4ad7a6049240 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@69db155f (id: c410971f-3302-4c46-81d7-4ad7a6049240, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab266b43-9b76-41cb-8577-fbdb162eee44 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1549f938 (id: ab266b43-9b76-41cb-8577-fbdb162eee44, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4473d465-63e4-4c35-a5dc-16eae2b6f46d org.polarsys.capella.core.data.information.impl.AssociationImpl@2c095d90 (id: 4473d465-63e4-4c35-a5dc-16eae2b6f46d, sid: 4473d465-63e4-4c35-a5dc-16eae2b6f46d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: A11) ID = 7ace49bb-e601-403e-9641-1e40a1107652 org.polarsys.capella.core.data.information.impl.PropertyImpl@12656e18 (id: 7ace49bb-e601-403e-9641-1e40a1107652, sid: 7ace49bb-e601-403e-9641-1e40a1107652) (name: P111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: ASSOCIATION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b2f0615b-d999-415a-b303-8cbe6d93d2ed org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2325f0e6 (id: b2f0615b-d999-415a-b303-8cbe6d93d2ed, sid: b2f0615b-d999-415a-b303-8cbe6d93d2ed) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bf198f99-e228-48c0-b647-ce44cd27fc13 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@79ff4d83 (id: bf198f99-e228-48c0-b647-ce44cd27fc13, sid: bf198f99-e228-48c0-b647-ce44cd27fc13) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18 org.polarsys.capella.core.data.information.impl.ClassImpl@1ffc7af1 (id: 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18, sid: 6fd4cbbf-3141-4c0a-9bf6-6a1cf82f7b18) (name: C11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = aa018584-ea95-434d-8542-ce3a8db65cbb org.polarsys.capella.core.data.information.impl.PropertyImpl@26d0d2b8 (id: aa018584-ea95-434d-8542-ce3a8db65cbb, sid: aa018584-ea95-434d-8542-ce3a8db65cbb) (name: P111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: ASSOCIATION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 374c1fd8-4bb7-42bd-a2b5-1b899843721f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2a7ea444 (id: 374c1fd8-4bb7-42bd-a2b5-1b899843721f, sid: 374c1fd8-4bb7-42bd-a2b5-1b899843721f) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f005d8b0-7d33-4867-8093-7029e830c171 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@296e77dd (id: f005d8b0-7d33-4867-8093-7029e830c171, sid: f005d8b0-7d33-4867-8093-7029e830c171) (name: LNV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = fa327be4-40e8-4347-9636-ae8822cfd223 org.polarsys.capella.core.data.information.impl.ClassImpl@5539abf3 (id: fa327be4-40e8-4347-9636-ae8822cfd223, sid: fa327be4-40e8-4347-9636-ae8822cfd223) (name: C12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 4061a972-6632-4cde-99d3-d3bcefbc2cdd org.polarsys.capella.core.data.information.impl.UnionImpl@755cf6fe (id: 4061a972-6632-4cde-99d3-d3bcefbc2cdd, sid: 4061a972-6632-4cde-99d3-d3bcefbc2cdd) (name: U13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) (kind: UNION) ID = 8117e6be-4793-4399-a559-c5686efe816d org.polarsys.capella.core.data.information.impl.UnionPropertyImpl@2a5f2095 (id: 8117e6be-4793-4399-a559-c5686efe816d, sid: 8117e6be-4793-4399-a559-c5686efe816d) (name: UP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 318e4817-0690-409c-8eab-37a6749746f3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@70d56a9c (id: 318e4817-0690-409c-8eab-37a6749746f3, sid: 318e4817-0690-409c-8eab-37a6749746f3) (name: LNV1311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 576e2a8c-9546-404a-afcd-b61ef4c09f9b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@682b3146 (id: 576e2a8c-9546-404a-afcd-b61ef4c09f9b, sid: 576e2a8c-9546-404a-afcd-b61ef4c09f9b) (name: LNV1311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2aac66e1-7167-4d7d-8e46-3915be8e72c9 org.polarsys.capella.core.data.information.impl.CollectionImpl@7a52c1bb (id: 2aac66e1-7167-4d7d-8e46-3915be8e72c9, sid: 2aac66e1-7167-4d7d-8e46-3915be8e72c9) (name: C11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (ordered: false, unique: false, minInclusive: true, maxInclusive: true, final: false, isPrimitive: false, visibility: UNSET, kind: ARRAY, aggregationKind: UNSET) ID = 16508cf1-adba-4b5c-8f43-430fa0c9a646 org.polarsys.capella.core.data.information.impl.ServiceImpl@29da1dec (id: 16508cf1-adba-4b5c-8f43-430fa0c9a646, sid: 16508cf1-adba-4b5c-8f43-430fa0c9a646) (name: S111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (synchronismKind: UNSET) ID = d0fee987-b1c5-4b05-a23c-a08e7fc4018b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@728003c1 (id: d0fee987-b1c5-4b05-a23c-a08e7fc4018b, sid: d0fee987-b1c5-4b05-a23c-a08e7fc4018b) (name: LNV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4390add6 (id: 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac, sid: 63c5a2fb-7ed8-4d0e-8e89-5498924c61ac) (name: LNV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: *) ID = 784e56ae-643f-4de3-969d-11832283cb98 org.polarsys.capella.core.data.information.impl.CollectionValueImpl@2f23f306 (id: 784e56ae-643f-4de3-969d-11832283cb98, sid: 784e56ae-643f-4de3-969d-11832283cb98) (name: CV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 260bd5b2-2907-4aab-8701-de8682dccd2e org.polarsys.capella.core.data.information.impl.CollectionValueReferenceImpl@566fbe73 (id: 260bd5b2-2907-4aab-8701-de8682dccd2e, sid: 260bd5b2-2907-4aab-8701-de8682dccd2e) (name: CVR112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 3e62e36a-a6ee-4b08-92a5-19a0fd13735c org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueImpl@24832174 (id: 3e62e36a-a6ee-4b08-92a5-19a0fd13735c, sid: 3e62e36a-a6ee-4b08-92a5-19a0fd13735c) (name: CV113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 56a5c76c-9541-44e5-921f-f01f10536b38 org.polarsys.capella.core.data.information.impl.CollectionImpl@623bc62f (id: 56a5c76c-9541-44e5-921f-f01f10536b38, sid: 56a5c76c-9541-44e5-921f-f01f10536b38) (name: C12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (ordered: false, unique: false, minInclusive: true, maxInclusive: true, final: false, isPrimitive: false, visibility: UNSET, kind: ARRAY, aggregationKind: UNSET) ID = 0cbb2771-ed46-4d49-9bc9-7185dd440b38 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@52b0b2ad (id: 0cbb2771-ed46-4d49-9bc9-7185dd440b38, sid: 0cbb2771-ed46-4d49-9bc9-7185dd440b38) (name: LNV121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 34547b42-743b-4976-84a7-ec629ab5684f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@790702ae (id: 34547b42-743b-4976-84a7-ec629ab5684f, sid: 34547b42-743b-4976-84a7-ec629ab5684f) (name: LNV121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: *) ID = c7cf295e-69b6-48ed-82e1-9899541f4ddf org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@44b2047b (id: c7cf295e-69b6-48ed-82e1-9899541f4ddf, sid: c7cf295e-69b6-48ed-82e1-9899541f4ddf) (name: NR121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 2dfbac72-3d51-4418-9f21-f4795c2324fc org.polarsys.capella.core.data.information.impl.UnitImpl@7804b87c (id: 2dfbac72-3d51-4418-9f21-f4795c2324fc, sid: 2dfbac72-3d51-4418-9f21-f4795c2324fc) (name: U11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2797ded9-8fd7-4063-b6c3-165f5b840ffe org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@2ff6580b (id: 2797ded9-8fd7-4063-b6c3-165f5b840ffe, sid: 2797ded9-8fd7-4063-b6c3-165f5b840ffe) (name: BT11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 06452b78-63b3-4ca4-a819-4354d3921de0 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@6ea53d29 (id: 06452b78-63b3-4ca4-a819-4354d3921de0, sid: 06452b78-63b3-4ca4-a819-4354d3921de0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 392cfbcc-0e2f-48b1-a993-884d303c0be0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3ae07d5a (id: 392cfbcc-0e2f-48b1-a993-884d303c0be0, sid: 392cfbcc-0e2f-48b1-a993-884d303c0be0) (name: LBV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c87ad436-1254-4234-9172-480c5dc25ff7 org.polarsys.capella.core.data.information.datatype.impl.EnumerationImpl@67faf522 (id: c87ad436-1254-4234-9172-480c5dc25ff7, sid: c87ad436-1254-4234-9172-480c5dc25ff7) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = a9c1942a-db06-4899-9ea7-0ff82ba894b4 org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@7a51cfd6 (id: a9c1942a-db06-4899-9ea7-0ff82ba894b4, sid: a9c1942a-db06-4899-9ea7-0ff82ba894b4) (name: EL121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = a5a8b483-eb0d-40db-a4ed-8624e5683a30 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3d5ae9c0 (id: a5a8b483-eb0d-40db-a4ed-8624e5683a30, sid: a5a8b483-eb0d-40db-a4ed-8624e5683a30) (name: NT13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 42cef0f1-dc98-4720-8f90-0d797f92206e org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@4e9599c (id: 42cef0f1-dc98-4720-8f90-0d797f92206e, sid: 42cef0f1-dc98-4720-8f90-0d797f92206e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ccdfc5f-1e87-4f42-85ab-70610f230a94 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@340aefc6 (id: 8ccdfc5f-1e87-4f42-85ab-70610f230a94, sid: 8ccdfc5f-1e87-4f42-85ab-70610f230a94) (name: NR131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = bff6d6e5-63c0-4957-8aca-13561d494fc8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4051a9ee (id: bff6d6e5-63c0-4957-8aca-13561d494fc8, sid: bff6d6e5-63c0-4957-8aca-13561d494fc8) (name: LNV132) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 21732957-19a7-4a6c-91f6-8f9390c323d8 org.polarsys.capella.core.data.information.datavalue.impl.UnaryExpressionImpl@2a2f4ccd (id: 21732957-19a7-4a6c-91f6-8f9390c323d8, sid: 21732957-19a7-4a6c-91f6-8f9390c323d8) (name: UE133) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 6a7e9a1e-e860-45e6-9237-d25e66524108 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6444c5ad (id: 6a7e9a1e-e860-45e6-9237-d25e66524108, sid: 6a7e9a1e-e860-45e6-9237-d25e66524108) (name: BE134) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 09ee1806-c3cf-499c-8429-5c11dfb0233f org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@7d3723c (id: 09ee1806-c3cf-499c-8429-5c11dfb0233f, sid: 09ee1806-c3cf-499c-8429-5c11dfb0233f) (name: LSV135) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 8777a323-8108-4add-ad6f-c008639497c9 org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueReferenceImpl@4a80b5f1 (id: 8777a323-8108-4add-ad6f-c008639497c9, sid: 8777a323-8108-4add-ad6f-c008639497c9) (name: CVR136) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 69093e26-e225-4128-887f-0e3880aa4bcb org.polarsys.capella.core.data.information.datavalue.impl.ComplexValueImpl@1a19d148 (id: 69093e26-e225-4128-887f-0e3880aa4bcb, sid: 69093e26-e225-4128-887f-0e3880aa4bcb) (name: CV137) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@58b2060b (id: 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94, sid: 3ea0dd4f-8c94-4f1b-bb10-67eb449f5b94) (name: ST14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 42ffa15a-e203-432d-8841-803eef0b059e org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@446cddb3 (id: 42ffa15a-e203-432d-8841-803eef0b059e, sid: 42ffa15a-e203-432d-8841-803eef0b059e) (name: BE141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 3e411a8d-fd89-4a82-b152-3e908d825aa4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@b0cd7f2 (id: 3e411a8d-fd89-4a82-b152-3e908d825aa4, sid: 3e411a8d-fd89-4a82-b152-3e908d825aa4) (name: LSV141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 928919ae-73c2-4e8f-9f91-8af5723af526 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5fcbc44a (id: 928919ae-73c2-4e8f-9f91-8af5723af526, sid: 928919ae-73c2-4e8f-9f91-8af5723af526) (name: NT15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 75a1ce70-5c7e-44e0-80b1-6435c2773d25 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@178103e6 (id: 75a1ce70-5c7e-44e0-80b1-6435c2773d25, sid: 75a1ce70-5c7e-44e0-80b1-6435c2773d25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@35a2c5e0 (id: 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5, sid: 4edb1bb5-e4d2-472a-8aed-de8eb29cd2e5) (name: LSV151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = ff5ed2cc-42cd-490d-9d34-9be2b1547d15 org.polarsys.capella.core.data.information.datatype.impl.PhysicalQuantityImpl@58fc27e1 (id: ff5ed2cc-42cd-490d-9d34-9be2b1547d15, sid: ff5ed2cc-42cd-490d-9d34-9be2b1547d15) (name: PQ16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = a5f20704-71c3-4914-9083-ea81502f14f6 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@59945120 (id: a5f20704-71c3-4914-9083-ea81502f14f6, sid: a5f20704-71c3-4914-9083-ea81502f14f6) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 5379fdc6-66c4-42a7-8d1e-a90442412678 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@4615e7c7 (id: 5379fdc6-66c4-42a7-8d1e-a90442412678, sid: 5379fdc6-66c4-42a7-8d1e-a90442412678) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2 org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@653bb720 (id: a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2, sid: a65e492c-10d2-4f84-b7a7-2b6ff5cf92b2) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 68895b8c-eae5-496a-8964-728e220eb61c org.polarsys.capella.core.data.information.datavalue.impl.NumericReferenceImpl@5c415749 (id: 68895b8c-eae5-496a-8964-728e220eb61c, sid: 68895b8c-eae5-496a-8964-728e220eb61c) (name: NR161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 78794098-a333-465f-9e52-e50e716a391c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@272700b0 (id: 78794098-a333-465f-9e52-e50e716a391c, sid: 78794098-a333-465f-9e52-e50e716a391c) (name: BT17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 4025701b-f8f8-452e-918d-24348c2ae3e2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4e65e04c (id: 4025701b-f8f8-452e-918d-24348c2ae3e2, sid: 4025701b-f8f8-452e-918d-24348c2ae3e2) (name: LBV171) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 1c6553e1-87f9-46fd-8769-1296f1b89271 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@765fcc17 (id: 1c6553e1-87f9-46fd-8769-1296f1b89271, sid: 1c6553e1-87f9-46fd-8769-1296f1b89271) (name: BT18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 82975796-0947-4699-95e9-70a0a19c09f2 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@2072268a (id: 82975796-0947-4699-95e9-70a0a19c09f2, sid: 82975796-0947-4699-95e9-70a0a19c09f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ffc8b42-18c2-45ec-9779-d54b8eabfec8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3fcf90b4 (id: 5ffc8b42-18c2-45ec-9779-d54b8eabfec8, sid: 5ffc8b42-18c2-45ec-9779-d54b8eabfec8) (name: LBV181) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 071326a9-31b0-4e80-a808-0afa59a9162f org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@5e497081 (id: 071326a9-31b0-4e80-a808-0afa59a9162f, sid: 071326a9-31b0-4e80-a808-0afa59a9162f) (name: LBV182) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@24806c7d (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7 org.polarsys.capella.core.data.cs.impl.PartImpl@31d8dd14 (id: 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7, sid: 74a88cc3-c0c0-4e55-9f5d-1fccdfd24ed7) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3a771013-331c-4778-abc7-617a9300ab0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@16804c7c (id: 3a771013-331c-4778-abc7-617a9300ab0e, sid: 3a771013-331c-4778-abc7-617a9300ab0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 80331347-4aec-4fec-a01f-c9e3bc29cb3b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@39f64dfe (id: 80331347-4aec-4fec-a01f-c9e3bc29cb3b, sid: 80331347-4aec-4fec-a01f-c9e3bc29cb3b) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b09b77eb-b76a-4f96-9179-9d68cf40c51c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@1e322d39 (id: b09b77eb-b76a-4f96-9179-9d68cf40c51c, sid: b09b77eb-b76a-4f96-9179-9d68cf40c51c) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 4c12ed69-2855-4f0d-8365-782764384d08 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@69756396 (id: 4c12ed69-2855-4f0d-8365-782764384d08, sid: 4c12ed69-2855-4f0d-8365-782764384d08) (name: EIE1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = d2e185a1-d7d2-4429-a7dc-d37218cdb25a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7d822168 (id: d2e185a1-d7d2-4429-a7dc-d37218cdb25a, sid: d2e185a1-d7d2-4429-a7dc-d37218cdb25a) (name: LNV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@76900a9b (id: 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe, sid: 2007a5e5-5e46-44c9-bff8-7b5c0103a2fe) (name: LNV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@7944aa95 (id: d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5, sid: d13ef0a8-70ff-42b3-afa1-2a19d5ff75e5) (name: EIE1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 63ce26e8-e172-4b01-9a47-0a0d028efc88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3bef1ff8 (id: 63ce26e8-e172-4b01-9a47-0a0d028efc88, sid: 63ce26e8-e172-4b01-9a47-0a0d028efc88) (name: LNV11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 28bcfa1e-5574-4813-9d82-b08a538cb55c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@570ae08c (id: 28bcfa1e-5574-4813-9d82-b08a538cb55c, sid: 28bcfa1e-5574-4813-9d82-b08a538cb55c) (name: LNV11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9ca82825-1920-4059-8179-466023092225 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@21b8ec24 (id: 9ca82825-1920-4059-8179-466023092225, sid: 9ca82825-1920-4059-8179-466023092225) (name: EI112) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@7df4ea84 (id: 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea, sid: 5f02f7bd-4ab8-4169-82f5-3ae2d49c33ea) (name: EIE1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 32a4546f-e6b6-4b32-9aab-e822cab55df3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3e273a1d (id: 32a4546f-e6b6-4b32-9aab-e822cab55df3, sid: 32a4546f-e6b6-4b32-9aab-e822cab55df3) (name: LNV11211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 07d9fe19-ddd3-4821-859e-a499c353449f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ea9b3d5 (id: 07d9fe19-ddd3-4821-859e-a499c353449f, sid: 07d9fe19-ddd3-4821-859e-a499c353449f) (name: LNV11211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f91d119b-7f1f-4d8c-b1ba-9eb697c9b264 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@5816b1e8 (id: f91d119b-7f1f-4d8c-b1ba-9eb697c9b264, sid: f91d119b-7f1f-4d8c-b1ba-9eb697c9b264) (name: EIE1122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = b0ce03be-5d0d-4a79-a561-e257ed62c5f7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2ecc0a4 (id: b0ce03be-5d0d-4a79-a561-e257ed62c5f7, sid: b0ce03be-5d0d-4a79-a561-e257ed62c5f7) (name: LNV11221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f6932ebc-87aa-4701-b672-0e16c8aa6dcf org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@51cf536 (id: f6932ebc-87aa-4701-b672-0e16c8aa6dcf, sid: f6932ebc-87aa-4701-b672-0e16c8aa6dcf) (name: LNV11221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8b8b77af-3d79-43fb-92b4-941751c36b2a org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@76d8c95b (id: 8b8b77af-3d79-43fb-92b4-941751c36b2a, sid: 8b8b77af-3d79-43fb-92b4-941751c36b2a) (name: EI113) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 4becef8f-c2ff-4283-9d34-64685c281f10 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1b2caf99 (id: 4becef8f-c2ff-4283-9d34-64685c281f10, sid: 4becef8f-c2ff-4283-9d34-64685c281f10) (name: EIE1131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 8c924f7c-b026-4ee0-badc-6d86c7d822d3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7f21a5b8 (id: 8c924f7c-b026-4ee0-badc-6d86c7d822d3, sid: 8c924f7c-b026-4ee0-badc-6d86c7d822d3) (name: LNV11311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ddcad734-18e8-476a-8d11-399dcfc5e638 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1df64a2f (id: ddcad734-18e8-476a-8d11-399dcfc5e638, sid: ddcad734-18e8-476a-8d11-399dcfc5e638) (name: LNV11311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 455dc121-181d-4153-9fa1-09cf23ef359e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@2dd4dadb (id: 455dc121-181d-4153-9fa1-09cf23ef359e, sid: 455dc121-181d-4153-9fa1-09cf23ef359e) (name: EIE1132) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 8df82b29-e88d-4136-96ea-66de2e2ac95f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@53fae89f (id: 8df82b29-e88d-4136-96ea-66de2e2ac95f, sid: 8df82b29-e88d-4136-96ea-66de2e2ac95f) (name: LNV11321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1fd31d5d-ea25-47f4-be1b-2314a38669ab org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@21048b3d (id: 1fd31d5d-ea25-47f4-be1b-2314a38669ab, sid: 1fd31d5d-ea25-47f4-be1b-2314a38669ab) (name: LNV11321) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = efebc3c3-cb34-4315-a410-a0668443516b org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@e8c0a00 (id: efebc3c3-cb34-4315-a410-a0668443516b, sid: efebc3c3-cb34-4315-a410-a0668443516b) (name: EIE1133) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 9e5e269f-958e-4e43-a234-3e444786c514 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5051b08 (id: 9e5e269f-958e-4e43-a234-3e444786c514, sid: 9e5e269f-958e-4e43-a234-3e444786c514) (name: LNV11331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 50413a21-6dd5-414a-80af-0a71920d8c4d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@13fb527 (id: 50413a21-6dd5-414a-80af-0a71920d8c4d, sid: 50413a21-6dd5-414a-80af-0a71920d8c4d) (name: LNV11331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = eceddf8e-6e40-4173-bf64-6729bd03472d org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@4e79b5e (id: eceddf8e-6e40-4173-bf64-6729bd03472d, sid: eceddf8e-6e40-4173-bf64-6729bd03472d) (name: EIE1134) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6ad54dc8 (id: 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79, sid: 68c70b11-de4d-4207-b7b2-ab1fbd0b5b79) (name: LNV11341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 0ea43a2d-7077-4789-b87b-939b9329a9ee org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4725d6c1 (id: 0ea43a2d-7077-4789-b87b-939b9329a9ee, sid: 0ea43a2d-7077-4789-b87b-939b9329a9ee) (name: LNV11341) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e2d343db-31fd-47e2-bf33-bcba9099d2c6 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3bcfd58f (id: e2d343db-31fd-47e2-bf33-bcba9099d2c6, sid: e2d343db-31fd-47e2-bf33-bcba9099d2c6) (name: EI114) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = a08322a8-5538-43fb-99c9-5fa0372039cf org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@3ca94c3 (id: a08322a8-5538-43fb-99c9-5fa0372039cf, sid: a08322a8-5538-43fb-99c9-5fa0372039cf) (name: EIE1141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 82b3c4d7-34f3-43c7-b864-a63b97dcf230 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4331327f (id: 82b3c4d7-34f3-43c7-b864-a63b97dcf230, sid: 82b3c4d7-34f3-43c7-b864-a63b97dcf230) (name: LNV11411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = eca57f33-e71f-404d-9171-33f197d22bd9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2a4b6706 (id: eca57f33-e71f-404d-9171-33f197d22bd9, sid: eca57f33-e71f-404d-9171-33f197d22bd9) (name: LNV11411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5842ee0c-97bd-4a7a-9e6c-3134073820ca org.polarsys.capella.core.data.cs.impl.InterfaceImpl@6fedac6d (id: 5842ee0c-97bd-4a7a-9e6c-3134073820ca, sid: 5842ee0c-97bd-4a7a-9e6c-3134073820ca) (name: I111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = df3d5bb7-cb78-45f9-9ed1-2df3154ee406 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@385651df (id: df3d5bb7-cb78-45f9-9ed1-2df3154ee406, sid: df3d5bb7-cb78-45f9-9ed1-2df3154ee406) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1111, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = ca36532c-72c9-4844-b198-092b7030f889 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@72be3e60 (id: ca36532c-72c9-4844-b198-092b7030f889, sid: ca36532c-72c9-4844-b198-092b7030f889) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1112, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 57ab9721-4447-4019-b2d5-7b532a31968b org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@3bc1466 (id: 57ab9721-4447-4019-b2d5-7b532a31968b, sid: 57ab9721-4447-4019-b2d5-7b532a31968b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1113, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 49dc8563-0b85-4411-8a11-0ed8e649832e org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@1b05eb8 (id: 49dc8563-0b85-4411-8a11-0ed8e649832e, sid: 49dc8563-0b85-4411-8a11-0ed8e649832e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: EIA1114, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 0b57e6c5-023f-41ba-8899-09d6cf09d78b org.polarsys.capella.core.data.cs.impl.PartImpl@be23ff8 (id: 0b57e6c5-023f-41ba-8899-09d6cf09d78b, sid: 0b57e6c5-023f-41ba-8899-09d6cf09d78b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6d08855c-2823-4d40-a23d-58d49a2c9e95 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@82c4dda (id: 6d08855c-2823-4d40-a23d-58d49a2c9e95, sid: 6d08855c-2823-4d40-a23d-58d49a2c9e95) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60f6c039-1a92-4b0c-9ffa-db1965df025f org.polarsys.capella.core.data.cs.impl.PartImpl@72915ed4 (id: 60f6c039-1a92-4b0c-9ffa-db1965df025f, sid: 60f6c039-1a92-4b0c-9ffa-db1965df025f) (name: PC13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5e89ce85-ec92-4f47-92ed-d780ba00d3e1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2df850ab (id: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1, sid: 5e89ce85-ec92-4f47-92ed-d780ba00d3e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 47701162-8aa1-4d64-acf1-893216ff3018 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@17416d4 (id: 47701162-8aa1-4d64-acf1-893216ff3018, sid: 47701162-8aa1-4d64-acf1-893216ff3018) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC13, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a09e600b-26ca-4990-a8d6-903eebb2d384 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@1e288a71 (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Interphase] >> release >> unload Project_test_01 [Interphase] >> release >> unload output [ExchangeCategoryTest] >> require >> load Project_test_01 [ExchangeCategoryTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@647e2e6f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@57a82694 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6b03306d (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@763f2de0 (id: ac8231a3-5b89-4c10-809d-11ce4f119f5c, sid: null) (name: AllPhases-ExchangeCategory) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@4458631 (id: e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d, sid: e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05cf849f-9db1-401b-8c4b-96825155a66e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@290e88d2 (id: 05cf849f-9db1-401b-8c4b-96825155a66e, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2bbb367a-1433-447b-8135-48e6aa1f3d75 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2cd863c9 (id: 2bbb367a-1433-447b-8135-48e6aa1f3d75, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@5f3dfc4a (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0e16cf8-85fc-4cb7-8087-a273154f33e3 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1bdcd14a (id: d0e16cf8-85fc-4cb7-8087-a273154f33e3, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = e3001efc-82e9-48fd-b350-886cb10971e4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4787894b (id: e3001efc-82e9-48fd-b350-886cb10971e4, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6468cfb1-6dc4-4d8a-a9b8-5790753660be org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@38fad210 (id: 6468cfb1-6dc4-4d8a-a9b8-5790753660be, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcb4224f-ee1a-44c3-922b-02e53e5a60db org.polarsys.capella.core.data.information.impl.DataPkgImpl@15c90dbc (id: dcb4224f-ee1a-44c3-922b-02e53e5a60db, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 51f27951-8f86-4002-bd57-1b89daef86bc org.polarsys.capella.core.data.information.impl.DataPkgImpl@3119568f (id: 51f27951-8f86-4002-bd57-1b89daef86bc, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3d0de083-8a94-4ded-8ee0-522eec87e592 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@36ba59f9 (id: 3d0de083-8a94-4ded-8ee0-522eec87e592, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c9a056cf-d73c-4fdd-b6e3-301c6480d56f org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@11c6bcd2 (id: c9a056cf-d73c-4fdd-b6e3-301c6480d56f, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 6370ab2c-3307-467c-b7a4-2402084f5ace org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6fbec46f (id: 6370ab2c-3307-467c-b7a4-2402084f5ace, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c8724333-1dee-42e0-8959-b6a8cb11d40a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@14684a39 (id: c8724333-1dee-42e0-8959-b6a8cb11d40a, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c17653dd-03fc-47d6-b9c3-3b0de9021617 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7079acdc (id: c17653dd-03fc-47d6-b9c3-3b0de9021617, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = a55fc2db-d09c-4ad2-b696-20a06836a6d7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@54fdae2d (id: a55fc2db-d09c-4ad2-b696-20a06836a6d7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 1442ca0b-bc38-45a6-9c58-3b5a41ca1de3 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4df99561 (id: 1442ca0b-bc38-45a6-9c58-3b5a41ca1de3, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 1eccc355-0f13-4dd0-81dd-d85be08f740a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1b962765 (id: 1eccc355-0f13-4dd0-81dd-d85be08f740a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 7271ae31-3197-4a16-848e-c9e2b170474a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26347787 (id: 7271ae31-3197-4a16-848e-c9e2b170474a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4082a463-0f8e-402b-839b-bb5bd23962df org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1f8129aa (id: 4082a463-0f8e-402b-839b-bb5bd23962df, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 130ab0e0-9ded-4fb5-a380-e0638f56ea96 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1e52f5a6 (id: 130ab0e0-9ded-4fb5-a380-e0638f56ea96, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 11d79240-334e-4cf3-b80c-76a3f94a2cc0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@34555406 (id: 11d79240-334e-4cf3-b80c-76a3f94a2cc0, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e2d868de-a40e-4c6a-987b-65b6a290c21c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@31d88544 (id: e2d868de-a40e-4c6a-987b-65b6a290c21c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@62558bfd (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1edc131 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@25c814db (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@10541d38 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5e9076ac (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f8051a71-c06c-4371-971c-67b6c639bcec org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2ef4183f (id: f8051a71-c06c-4371-971c-67b6c639bcec, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = db123249-dc2f-47a7-ba82-ea938563e007 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@301f9c83 (id: db123249-dc2f-47a7-ba82-ea938563e007, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 35bab333-3daf-4d01-958b-62cea98d3b20 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4598dd61 (id: 35bab333-3daf-4d01-958b-62cea98d3b20, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e0b1f53c-fa2a-4f6d-8d66-17e68eda0019 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@73193438 (id: e0b1f53c-fa2a-4f6d-8d66-17e68eda0019, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7feb40ad-b14b-476e-9212-65fe9cfb147b org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@7d22ff84 (id: 7feb40ad-b14b-476e-9212-65fe9cfb147b, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c4738927-4a24-49bb-84e6-c1a511d23cdc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@31959f27 (id: c4738927-4a24-49bb-84e6-c1a511d23cdc, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dc2a7380-a169-4534-b604-4c3cd326cb4a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@32e52fa1 (id: dc2a7380-a169-4534-b604-4c3cd326cb4a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7d118909-8d9f-4a64-8206-8496ff798043 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8677531 (id: 7d118909-8d9f-4a64-8206-8496ff798043, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0f32b2ab-0c42-40f3-998e-8e5f36cee898 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@62536566 (id: 0f32b2ab-0c42-40f3-998e-8e5f36cee898, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = a7b10e19-50a9-4a40-8891-9b88afc3f26c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7f22a2ac (id: a7b10e19-50a9-4a40-8891-9b88afc3f26c, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a564d262-4124-4bb8-bb3a-205b4d594199 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@642112ce (id: a564d262-4124-4bb8-bb3a-205b4d594199, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 96a1602e-254a-48a0-ae46-414f90cf863a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@575c3d86 (id: 96a1602e-254a-48a0-ae46-414f90cf863a, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = ea940995-e696-4b52-b5a4-2886eb5f0d11 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2edd1a5e (id: ea940995-e696-4b52-b5a4-2886eb5f0d11, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@44421124 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9e7fb494-e3eb-4bc6-ad58-52b87942795a org.polarsys.capella.core.data.cs.impl.PartImpl@776a65bc (id: 9e7fb494-e3eb-4bc6-ad58-52b87942795a, sid: 9e7fb494-e3eb-4bc6-ad58-52b87942795a) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1c00b6c0-67f2-47de-93e2-8745fd93045e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4342f49a (id: 1c00b6c0-67f2-47de-93e2-8745fd93045e, sid: 1c00b6c0-67f2-47de-93e2-8745fd93045e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@34088b46 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7415f3af (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@32074ec0 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3d12e0e9 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@647e2e6f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@57a82694 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@763f2de0 (id: ac8231a3-5b89-4c10-809d-11ce4f119f5c, sid: null) (name: AllPhases-ExchangeCategory) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@4458631 (id: e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d, sid: e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05cf849f-9db1-401b-8c4b-96825155a66e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@290e88d2 (id: 05cf849f-9db1-401b-8c4b-96825155a66e, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36f6df92-4f7f-4cff-b2ca-ff718ea021cf org.polarsys.capella.core.data.fa.impl.ExchangeCategoryImpl@4be2eca6 (id: 36f6df92-4f7f-4cff-b2ca-ff718ea021cf, sid: 36f6df92-4f7f-4cff-b2ca-ff718ea021cf) (name: EC1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ecbe53dc-f66d-4e19-8850-4a80433e6a22 org.polarsys.capella.core.data.fa.impl.ExchangeCategoryImpl@7f9a4478 (id: ecbe53dc-f66d-4e19-8850-4a80433e6a22, sid: ecbe53dc-f66d-4e19-8850-4a80433e6a22) (name: EC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2bbb367a-1433-447b-8135-48e6aa1f3d75 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2cd863c9 (id: 2bbb367a-1433-447b-8135-48e6aa1f3d75, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c9a0f817-c8c0-4134-93a9-0530334ef45f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4840c6d (id: c9a0f817-c8c0-4134-93a9-0530334ef45f, sid: c9a0f817-c8c0-4134-93a9-0530334ef45f) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 72a10bfe-1f9d-4feb-8639-b6d7ed516252 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@59114c37 (id: 72a10bfe-1f9d-4feb-8639-b6d7ed516252, sid: 72a10bfe-1f9d-4feb-8639-b6d7ed516252) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5faa6ee2-78e5-4f4f-aefa-a016bd1190af org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@74857ae9 (id: 5faa6ee2-78e5-4f4f-aefa-a016bd1190af, sid: 5faa6ee2-78e5-4f4f-aefa-a016bd1190af) (name: FOP112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 48d2b799-3fd2-476f-8067-cd0144e89635 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1b2c999b (id: 48d2b799-3fd2-476f-8067-cd0144e89635, sid: 48d2b799-3fd2-476f-8067-cd0144e89635) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5fcf17b8-4392-45fc-8d6a-6a446dadf420 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3f6f19f7 (id: 5fcf17b8-4392-45fc-8d6a-6a446dadf420, sid: 5fcf17b8-4392-45fc-8d6a-6a446dadf420) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 97c7fb43-84d5-4369-9d11-23787f1777c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6ccc8ad9 (id: 97c7fb43-84d5-4369-9d11-23787f1777c3, sid: 97c7fb43-84d5-4369-9d11-23787f1777c3) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 18671830-be83-45cb-811e-ab3e88f09185 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@33c1e79b (id: 18671830-be83-45cb-811e-ab3e88f09185, sid: 18671830-be83-45cb-811e-ab3e88f09185) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 86d261ca-08a6-4c14-a5bc-1145ba127993 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@18b9395 (id: 86d261ca-08a6-4c14-a5bc-1145ba127993, sid: 86d261ca-08a6-4c14-a5bc-1145ba127993) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3a69c4da-4d82-4825-907b-22ee680429da org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@40b48528 (id: 3a69c4da-4d82-4825-907b-22ee680429da, sid: 3a69c4da-4d82-4825-907b-22ee680429da) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d0e16cf8-85fc-4cb7-8087-a273154f33e3 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1bdcd14a (id: d0e16cf8-85fc-4cb7-8087-a273154f33e3, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = e3001efc-82e9-48fd-b350-886cb10971e4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4787894b (id: e3001efc-82e9-48fd-b350-886cb10971e4, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6468cfb1-6dc4-4d8a-a9b8-5790753660be org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@38fad210 (id: 6468cfb1-6dc4-4d8a-a9b8-5790753660be, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcb4224f-ee1a-44c3-922b-02e53e5a60db org.polarsys.capella.core.data.information.impl.DataPkgImpl@15c90dbc (id: dcb4224f-ee1a-44c3-922b-02e53e5a60db, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@44421124 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9e7fb494-e3eb-4bc6-ad58-52b87942795a org.polarsys.capella.core.data.cs.impl.PartImpl@776a65bc (id: 9e7fb494-e3eb-4bc6-ad58-52b87942795a, sid: 9e7fb494-e3eb-4bc6-ad58-52b87942795a) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 00c1f2eb-e04c-4938-b811-81203f7cf2b8 org.polarsys.capella.core.data.cs.impl.PartImpl@f57ba5 (id: 00c1f2eb-e04c-4938-b811-81203f7cf2b8, sid: 00c1f2eb-e04c-4938-b811-81203f7cf2b8) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1c00b6c0-67f2-47de-93e2-8745fd93045e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4342f49a (id: 1c00b6c0-67f2-47de-93e2-8745fd93045e, sid: 1c00b6c0-67f2-47de-93e2-8745fd93045e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = c7970d72-88d5-4f9d-ba45-d1c1b36ca58a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@390753f7 (id: c7970d72-88d5-4f9d-ba45-d1c1b36ca58a, sid: c7970d72-88d5-4f9d-ba45-d1c1b36ca58a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6db59669 (id: 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393, sid: 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b09ea616-5821-47a4-9a19-d4c15e67c2a0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@9735fb5 (id: b09ea616-5821-47a4-9a19-d4c15e67c2a0, sid: b09ea616-5821-47a4-9a19-d4c15e67c2a0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 8e675659-de4a-4b4e-b421-80eadd018cf8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6b689933 (id: 8e675659-de4a-4b4e-b421-80eadd018cf8, sid: 8e675659-de4a-4b4e-b421-80eadd018cf8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [ExchangeCategoryTest] >> release >> unload Project_test_01 [ExchangeCategoryTest] >> release >> unload output [ExchangeCategoryTest] >> require >> load Project_test_01 [ExchangeCategoryTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@60de86f0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@21c1dc65 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@71437124 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@48b55670 (id: ac8231a3-5b89-4c10-809d-11ce4f119f5c, sid: null) (name: AllPhases-ExchangeCategory) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7b097ce6 (id: e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d, sid: e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05cf849f-9db1-401b-8c4b-96825155a66e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@71799a93 (id: 05cf849f-9db1-401b-8c4b-96825155a66e, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2bbb367a-1433-447b-8135-48e6aa1f3d75 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@62cf4403 (id: 2bbb367a-1433-447b-8135-48e6aa1f3d75, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e9645e60-ed53-4392-89d7-f0b285578f63 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@4de660e4 (id: e9645e60-ed53-4392-89d7-f0b285578f63, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0e16cf8-85fc-4cb7-8087-a273154f33e3 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@61901601 (id: d0e16cf8-85fc-4cb7-8087-a273154f33e3, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = e3001efc-82e9-48fd-b350-886cb10971e4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3168fb79 (id: e3001efc-82e9-48fd-b350-886cb10971e4, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6468cfb1-6dc4-4d8a-a9b8-5790753660be org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@322df858 (id: 6468cfb1-6dc4-4d8a-a9b8-5790753660be, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcb4224f-ee1a-44c3-922b-02e53e5a60db org.polarsys.capella.core.data.information.impl.DataPkgImpl@8bb91c3 (id: dcb4224f-ee1a-44c3-922b-02e53e5a60db, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@28ce7114 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 96fdfd15-f13d-4cfb-8ab7-9899e7f684ff org.polarsys.capella.core.data.cs.impl.PartImpl@461e1256 (id: 96fdfd15-f13d-4cfb-8ab7-9899e7f684ff, sid: 96fdfd15-f13d-4cfb-8ab7-9899e7f684ff) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3f454e9a-effa-4907-804c-2fd02018add5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@638e6551 (id: 3f454e9a-effa-4907-804c-2fd02018add5, sid: 3f454e9a-effa-4907-804c-2fd02018add5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 919d2c5f-92ee-46f2-9d1c-5605fd5c2bf8 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@64b720a1 (id: 919d2c5f-92ee-46f2-9d1c-5605fd5c2bf8, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 977e8faf-e74c-45fb-95d7-11aa06fe2f80 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@5e7af8e (id: 977e8faf-e74c-45fb-95d7-11aa06fe2f80, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@60de86f0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@21c1dc65 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@48b55670 (id: ac8231a3-5b89-4c10-809d-11ce4f119f5c, sid: null) (name: AllPhases-ExchangeCategory) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7b097ce6 (id: e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d, sid: e4f6f96a-6f77-4f98-a4c1-b1fd514cdf0d) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05cf849f-9db1-401b-8c4b-96825155a66e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@71799a93 (id: 05cf849f-9db1-401b-8c4b-96825155a66e, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36f6df92-4f7f-4cff-b2ca-ff718ea021cf org.polarsys.capella.core.data.fa.impl.ExchangeCategoryImpl@72244193 (id: 36f6df92-4f7f-4cff-b2ca-ff718ea021cf, sid: 36f6df92-4f7f-4cff-b2ca-ff718ea021cf) (name: EC1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ecbe53dc-f66d-4e19-8850-4a80433e6a22 org.polarsys.capella.core.data.fa.impl.ExchangeCategoryImpl@37cf6b5c (id: ecbe53dc-f66d-4e19-8850-4a80433e6a22, sid: ecbe53dc-f66d-4e19-8850-4a80433e6a22) (name: EC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2bbb367a-1433-447b-8135-48e6aa1f3d75 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@62cf4403 (id: 2bbb367a-1433-447b-8135-48e6aa1f3d75, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c9a0f817-c8c0-4134-93a9-0530334ef45f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5211eaf0 (id: c9a0f817-c8c0-4134-93a9-0530334ef45f, sid: c9a0f817-c8c0-4134-93a9-0530334ef45f) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 72a10bfe-1f9d-4feb-8639-b6d7ed516252 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6f014f23 (id: 72a10bfe-1f9d-4feb-8639-b6d7ed516252, sid: 72a10bfe-1f9d-4feb-8639-b6d7ed516252) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5faa6ee2-78e5-4f4f-aefa-a016bd1190af org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@23d84c14 (id: 5faa6ee2-78e5-4f4f-aefa-a016bd1190af, sid: 5faa6ee2-78e5-4f4f-aefa-a016bd1190af) (name: FOP112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 48d2b799-3fd2-476f-8067-cd0144e89635 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3b2feb30 (id: 48d2b799-3fd2-476f-8067-cd0144e89635, sid: 48d2b799-3fd2-476f-8067-cd0144e89635) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5fcf17b8-4392-45fc-8d6a-6a446dadf420 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@66b4d0cf (id: 5fcf17b8-4392-45fc-8d6a-6a446dadf420, sid: 5fcf17b8-4392-45fc-8d6a-6a446dadf420) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 97c7fb43-84d5-4369-9d11-23787f1777c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@329f36d (id: 97c7fb43-84d5-4369-9d11-23787f1777c3, sid: 97c7fb43-84d5-4369-9d11-23787f1777c3) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 18671830-be83-45cb-811e-ab3e88f09185 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@62f0b7f0 (id: 18671830-be83-45cb-811e-ab3e88f09185, sid: 18671830-be83-45cb-811e-ab3e88f09185) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 86d261ca-08a6-4c14-a5bc-1145ba127993 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7e2082b3 (id: 86d261ca-08a6-4c14-a5bc-1145ba127993, sid: 86d261ca-08a6-4c14-a5bc-1145ba127993) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3a69c4da-4d82-4825-907b-22ee680429da org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@19b587d5 (id: 3a69c4da-4d82-4825-907b-22ee680429da, sid: 3a69c4da-4d82-4825-907b-22ee680429da) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d0e16cf8-85fc-4cb7-8087-a273154f33e3 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@61901601 (id: d0e16cf8-85fc-4cb7-8087-a273154f33e3, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = e3001efc-82e9-48fd-b350-886cb10971e4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3168fb79 (id: e3001efc-82e9-48fd-b350-886cb10971e4, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6468cfb1-6dc4-4d8a-a9b8-5790753660be org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@322df858 (id: 6468cfb1-6dc4-4d8a-a9b8-5790753660be, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcb4224f-ee1a-44c3-922b-02e53e5a60db org.polarsys.capella.core.data.information.impl.DataPkgImpl@8bb91c3 (id: dcb4224f-ee1a-44c3-922b-02e53e5a60db, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@28ce7114 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 96fdfd15-f13d-4cfb-8ab7-9899e7f684ff org.polarsys.capella.core.data.cs.impl.PartImpl@461e1256 (id: 96fdfd15-f13d-4cfb-8ab7-9899e7f684ff, sid: 96fdfd15-f13d-4cfb-8ab7-9899e7f684ff) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3f454e9a-effa-4907-804c-2fd02018add5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@638e6551 (id: 3f454e9a-effa-4907-804c-2fd02018add5, sid: 3f454e9a-effa-4907-804c-2fd02018add5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 9e7fb494-e3eb-4bc6-ad58-52b87942795a org.polarsys.capella.core.data.cs.impl.PartImpl@37efd56a (id: 9e7fb494-e3eb-4bc6-ad58-52b87942795a, sid: 9e7fb494-e3eb-4bc6-ad58-52b87942795a) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bdbb186b-429b-42cf-b8ee-7fa794cd98e6 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@6cf24452 (id: bdbb186b-429b-42cf-b8ee-7fa794cd98e6, sid: bdbb186b-429b-42cf-b8ee-7fa794cd98e6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00c1f2eb-e04c-4938-b811-81203f7cf2b8 org.polarsys.capella.core.data.cs.impl.PartImpl@5a486738 (id: 00c1f2eb-e04c-4938-b811-81203f7cf2b8, sid: 00c1f2eb-e04c-4938-b811-81203f7cf2b8) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = cbc53c47-2c96-4237-a55a-a892e2870703 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@4afc25cd (id: cbc53c47-2c96-4237-a55a-a892e2870703, sid: cbc53c47-2c96-4237-a55a-a892e2870703) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 88d99e4c-baee-4c06-81e1-263c67094dc0 org.polarsys.capella.core.data.cs.impl.PartImpl@3f1ed7d (id: 88d99e4c-baee-4c06-81e1-263c67094dc0, sid: 88d99e4c-baee-4c06-81e1-263c67094dc0) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c1ae9a87-fe6f-474a-b88a-8bf2027b5db7 org.polarsys.capella.core.data.cs.impl.PartImpl@7ddfe985 (id: c1ae9a87-fe6f-474a-b88a-8bf2027b5db7, sid: c1ae9a87-fe6f-474a-b88a-8bf2027b5db7) (name: PC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1c00b6c0-67f2-47de-93e2-8745fd93045e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4fcea3b7 (id: 1c00b6c0-67f2-47de-93e2-8745fd93045e, sid: 1c00b6c0-67f2-47de-93e2-8745fd93045e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = b09ea616-5821-47a4-9a19-d4c15e67c2a0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@43d83536 (id: b09ea616-5821-47a4-9a19-d4c15e67c2a0, sid: b09ea616-5821-47a4-9a19-d4c15e67c2a0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 602528ce-4173-4bec-8dff-65bcda01e7b8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@41497f09 (id: 602528ce-4173-4bec-8dff-65bcda01e7b8, sid: 602528ce-4173-4bec-8dff-65bcda01e7b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = c7970d72-88d5-4f9d-ba45-d1c1b36ca58a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1ca6fda9 (id: c7970d72-88d5-4f9d-ba45-d1c1b36ca58a, sid: c7970d72-88d5-4f9d-ba45-d1c1b36ca58a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@264f2691 (id: 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393, sid: 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e75874-7d08-4b57-9775-c4d0d2fc8ff0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@243cc6eb (id: 33e75874-7d08-4b57-9775-c4d0d2fc8ff0, sid: 33e75874-7d08-4b57-9775-c4d0d2fc8ff0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 8e675659-de4a-4b4e-b421-80eadd018cf8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2e075452 (id: 8e675659-de4a-4b4e-b421-80eadd018cf8, sid: 8e675659-de4a-4b4e-b421-80eadd018cf8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [ExchangeCategoryTest] >> release >> unload Project_test_01 [ExchangeCategoryTest] >> release >> unload output [Always] >> require >> load FakeChainInvolvementLink [Always] >> require >> load FakeChainInvolvementLinkSubsystem ID = 7cf4344a-ba3a-4e7e-b742-d896284a9e40 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3f5d091 (id: 7cf4344a-ba3a-4e7e-b742-d896284a9e40, sid: null) (name: FakeChainInvolvementLink) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@22b7bdea (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = bdf83bdb-a0f5-4444-8e5e-17d5504190e6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@570560f7 (id: bdf83bdb-a0f5-4444-8e5e-17d5504190e6, sid: null) (name: ProgressStatus) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b09250f-f9ef-4095-9fa7-ede971825a9a org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@2835b96a (id: 9b09250f-f9ef-4095-9fa7-ede971825a9a, sid: null) (name: DRAFT) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a80aca5e-c3d7-413f-a062-5b3801b77cb2 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@39468522 (id: a80aca5e-c3d7-413f-a062-5b3801b77cb2, sid: null) (name: TO_BE_REVIEWED) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 795ba367-5aaf-4300-ae06-f0dc4d2fe49c org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@75ba3784 (id: 795ba367-5aaf-4300-ae06-f0dc4d2fe49c, sid: null) (name: TO_BE_DISCUSSED) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5871861c-f087-4c06-886c-f23e72512f15 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@944e31c (id: 5871861c-f087-4c06-886c-f23e72512f15, sid: null) (name: REWORK_NECESSARY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f9482eca-6ea2-4767-b55e-bb3699f95a9f org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@c3fe5b7 (id: f9482eca-6ea2-4767-b55e-bb3699f95a9f, sid: null) (name: UNDER_REWORK) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b42215d-350d-4808-b9e2-07f1b0c4159d org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@1dd1e87 (id: 2b42215d-350d-4808-b9e2-07f1b0c4159d, sid: null) (name: REVIEWED_OK) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3877c944-e7d9-43e9-b57f-c911aad8315a org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@257f1f2f (id: 3877c944-e7d9-43e9-b57f-c911aad8315a, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@707ecb88 (id: 9e300026-108f-4c9e-b02d-7cbad80dee5e, sid: null) (name: FakeChainInvolvementLink) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f15fb8d6-7c69-44ef-be65-06a1e3ae2b35 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@44768325 (id: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35, sid: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c162ced8-62a2-4006-8800-ad0ba8f9c9af org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@71af0f3 (id: c162ced8-62a2-4006-8800-ad0ba8f9c9af, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 589adba1-a986-4f89-a636-676701ac022e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@218e9931 (id: 589adba1-a986-4f89-a636-676701ac022e, sid: 589adba1-a986-4f89-a636-676701ac022e) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 448203bf-78ea-4429-bf1b-602b261b5203 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@3c025d81 (id: 448203bf-78ea-4429-bf1b-602b261b5203, sid: 448203bf-78ea-4429-bf1b-602b261b5203) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = a10821ab-118a-4cc1-bf73-30224681ffaa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4c9d9e8f (id: a10821ab-118a-4cc1-bf73-30224681ffaa, sid: a10821ab-118a-4cc1-bf73-30224681ffaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a8784ea3-f4ac-48d9-b923-ba25fbd4ac65 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1c507287 (id: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65, sid: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@49c2372d (id: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2, sid: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0c7206e-f643-4597-be84-4c9fb512d0fa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@30c54138 (id: d0c7206e-f643-4597-be84-4c9fb512d0fa, sid: d0c7206e-f643-4597-be84-4c9fb512d0fa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e9af270-2a1d-4df0-bbb9-2045e3d7905f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2d9353e3 (id: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f, sid: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5717d4b5 (id: ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6c8a3f25 (id: f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3e1e76b9 (id: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e, sid: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 07f71639-6883-4712-a5a5-d0de332fbebf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3501548 (id: 07f71639-6883-4712-a5a5-d0de332fbebf, sid: 07f71639-6883-4712-a5a5-d0de332fbebf) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2485377a-9c39-475b-976b-61744a1b660c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1906589b (id: 2485377a-9c39-475b-976b-61744a1b660c, sid: 2485377a-9c39-475b-976b-61744a1b660c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 91e6e9c6-05df-4a16-8df4-12a01bb6ea48 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2ebd0c13 (id: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48, sid: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a982aa16-5846-446d-89dd-927222134ef8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@63db1cc3 (id: a982aa16-5846-446d-89dd-927222134ef8, sid: a982aa16-5846-446d-89dd-927222134ef8) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@27fe1b1 (id: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: out_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4bcbe1aa (id: 419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: 419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2b619aa (id: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: in_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0932cb49-5b83-4bde-9a4f-928d38a6759e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@36d68929 (id: 0932cb49-5b83-4bde-9a4f-928d38a6759e, sid: 0932cb49-5b83-4bde-9a4f-928d38a6759e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5af073c4-ebb1-49fc-a70e-82d9ee8efaf3 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@ad1c5a4 (id: 5af073c4-ebb1-49fc-a70e-82d9ee8efaf3, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 875f8380-8349-4a77-b7e3-db930db4a60f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@329281fe (id: 875f8380-8349-4a77-b7e3-db930db4a60f, sid: 875f8380-8349-4a77-b7e3-db930db4a60f) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 88f41a1c-a95a-4573-8764-977c2840f8e1 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@210f8a4 (id: 88f41a1c-a95a-4573-8764-977c2840f8e1, sid: 88f41a1c-a95a-4573-8764-977c2840f8e1) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1b3e1ecc (id: ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1ad1fb1a (id: 078d87b2-7038-47c8-b17b-e8980ed26b24, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dea16f1-e56c-4342-91cd-f01cdcbcc1c5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7cc59678 (id: 9dea16f1-e56c-4342-91cd-f01cdcbcc1c5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f26850d-fde5-4fe9-97e7-b3456fd4fd22 org.polarsys.capella.core.data.information.impl.DataPkgImpl@9757be (id: 6f26850d-fde5-4fe9-97e7-b3456fd4fd22, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = a0707f6b-c482-43f5-aae2-1307a6495f6c org.polarsys.capella.core.data.information.impl.DataPkgImpl@ebbff1c (id: a0707f6b-c482-43f5-aae2-1307a6495f6c, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2271d6c3-e245-4629-9772-952bdee8ea03 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@7933c007 (id: 2271d6c3-e245-4629-9772-952bdee8ea03, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 269f46ca-c5ad-4322-bc4f-8432684d2da5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@5fe1b84b (id: 269f46ca-c5ad-4322-bc4f-8432684d2da5, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 9a4a5be5-1f97-4364-8579-0ca2921449fa org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1b019a5c (id: 9a4a5be5-1f97-4364-8579-0ca2921449fa, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 8cafe50f-79da-4875-9185-0d2f28607511 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4a13d53f (id: 8cafe50f-79da-4875-9185-0d2f28607511, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3cace166-3cb5-46f1-9feb-ad59c8c2cc8c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dc70782 (id: 3cace166-3cb5-46f1-9feb-ad59c8c2cc8c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c95a051f-1bc9-4add-bf5b-87dd92b5f615 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7fb6c191 (id: c95a051f-1bc9-4add-bf5b-87dd92b5f615, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c06fff26-c788-4fdf-8ce5-0ad15288a44e org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@68f26741 (id: c06fff26-c788-4fdf-8ce5-0ad15288a44e, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c4340e85-5885-47ec-ad39-a0a7deaec594 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3c1ced4d (id: c4340e85-5885-47ec-ad39-a0a7deaec594, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f3ba114-8456-4f6f-93bc-280116516939 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@29f2165b (id: 8f3ba114-8456-4f6f-93bc-280116516939, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 55bbc757-6554-487a-abd0-386275084f1e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6081f0bd (id: 55bbc757-6554-487a-abd0-386275084f1e, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = c122e236-ce05-40db-bcc2-fb1c0b51f5d4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1b325b83 (id: c122e236-ce05-40db-bcc2-fb1c0b51f5d4, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 4c3ee632-383a-4fa7-94f7-00a3c95d02f2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@401fab2d (id: 4c3ee632-383a-4fa7-94f7-00a3c95d02f2, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3cefbd8e-d1c1-43f5-9a9f-dc85e3cd29e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@79662dbb (id: 3cefbd8e-d1c1-43f5-9a9f-dc85e3cd29e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b78da234-f0d5-450d-b642-44f61621bb75 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@160d3e32 (id: b78da234-f0d5-450d-b642-44f61621bb75, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 793e36e3-5271-42fd-a063-fd1d87f91991 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1f6a9133 (id: 793e36e3-5271-42fd-a063-fd1d87f91991, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = aad3b648-c359-4310-a07d-b8cf8324c8c2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@22910730 (id: aad3b648-c359-4310-a07d-b8cf8324c8c2, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 6001089e-dfc0-41c9-bbd4-d6420ab37c9f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6ad2fd2c (id: 6001089e-dfc0-41c9-bbd4-d6420ab37c9f, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 4b47737f-b6c4-492c-952f-116471b28108 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1551a2ea (id: 4b47737f-b6c4-492c-952f-116471b28108, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bf403ae3-c824-4de6-aad6-5f3bb856d6b0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5e794a7a (id: bf403ae3-c824-4de6-aad6-5f3bb856d6b0, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7e69fb2d-d90f-4423-a9d1-14f2dcd89b84 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@747b7e02 (id: 7e69fb2d-d90f-4423-a9d1-14f2dcd89b84, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 1a2a50a8-9dbb-46db-a35c-4a177055d228 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@9bdd63c (id: 1a2a50a8-9dbb-46db-a35c-4a177055d228, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ca026d3f-e645-4d41-9e9c-be7f76408781 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@11637313 (id: ca026d3f-e645-4d41-9e9c-be7f76408781, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = e203fe34-3547-42ec-a4cd-44c1c663b31e org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@55dc1df (id: e203fe34-3547-42ec-a4cd-44c1c663b31e, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 46bd1371-04ba-4d61-8668-d5b2ea69c791 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2a792418 (id: 46bd1371-04ba-4d61-8668-d5b2ea69c791, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8231ac34-eaef-4a66-8dea-9574764047a6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4d120b5d (id: 8231ac34-eaef-4a66-8dea-9574764047a6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 27557e27-e2a6-41ec-9909-99e47d7de608 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@47e30207 (id: 27557e27-e2a6-41ec-9909-99e47d7de608, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8e60f7d2-35ef-43be-b436-658a10d4d2e5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2c5b701d (id: 8e60f7d2-35ef-43be-b436-658a10d4d2e5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = ca699533-8e7e-4af5-9ecd-f40a7cd3b45a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4f61c86a (id: ca699533-8e7e-4af5-9ecd-f40a7cd3b45a, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8b920b09-2e19-4c7f-a012-15eaa02264c8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@12746a38 (id: 8b920b09-2e19-4c7f-a012-15eaa02264c8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = f1f7e98b-edf3-4d83-9cca-0fa33b880c45 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4d58a14b (id: f1f7e98b-edf3-4d83-9cca-0fa33b880c45, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b6a19c2b-2965-4967-ad44-e0449886aa7b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a74fb65 (id: b6a19c2b-2965-4967-ad44-e0449886aa7b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = eac43d11-966f-4563-bea3-9a5bce38f1bc org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@5c75ad0 (id: eac43d11-966f-4563-bea3-9a5bce38f1bc, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13738ce8-258b-4fa0-bbab-388d736487ad org.polarsys.capella.core.data.cs.impl.PartImpl@7a6dcf6a (id: 13738ce8-258b-4fa0-bbab-388d736487ad, sid: 13738ce8-258b-4fa0-bbab-388d736487ad) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dab7942b-4298-4207-8791-fd99c7aeb912 org.polarsys.capella.core.data.cs.impl.PartImpl@45c30b2d (id: dab7942b-4298-4207-8791-fd99c7aeb912, sid: dab7942b-4298-4207-8791-fd99c7aeb912) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ba4b0016-efad-41d7-a0ee-fba1474629f8 org.polarsys.capella.core.data.cs.impl.PartImpl@e112a6c (id: ba4b0016-efad-41d7-a0ee-fba1474629f8, sid: ba4b0016-efad-41d7-a0ee-fba1474629f8) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ac7c9b59-8325-49db-883f-272e979fd2f2 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6d505dc3 (id: ac7c9b59-8325-49db-883f-272e979fd2f2, sid: ac7c9b59-8325-49db-883f-272e979fd2f2) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fc141995-dff9-4743-9a5c-07182f43f05c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6a15584f (id: fc141995-dff9-4743-9a5c-07182f43f05c, sid: fc141995-dff9-4743-9a5c-07182f43f05c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d2cdbc6c-560a-4050-ab98-55501d1a50e7 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@243f4aa3 (id: d2cdbc6c-560a-4050-ab98-55501d1a50e7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = f8c95b9b-5977-40ab-b1c8-1556c6b9b7d7 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1ae56f9c (id: f8c95b9b-5977-40ab-b1c8-1556c6b9b7d7, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1174652e-decb-4400-bf16-aae63c2d7975 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6772d01a (id: 1174652e-decb-4400-bf16-aae63c2d7975, sid: 1174652e-decb-4400-bf16-aae63c2d7975) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 002b0406-fcd4-4af9-90c5-7c4000371d95 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6afc95b1 (id: 002b0406-fcd4-4af9-90c5-7c4000371d95, sid: 002b0406-fcd4-4af9-90c5-7c4000371d95) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e82a6bda-4310-49b3-b7c2-42e23389cef9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5ad6368 (id: e82a6bda-4310-49b3-b7c2-42e23389cef9, sid: e82a6bda-4310-49b3-b7c2-42e23389cef9) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@45ba84b2 (id: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86, sid: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c2333023-3675-442b-82fe-b8c80517d8fa org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@4ae5daf1 (id: c2333023-3675-442b-82fe-b8c80517d8fa, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1907bb3-f203-4af2-a82e-f07e6e046e27 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@16a0bd8a (id: d1907bb3-f203-4af2-a82e-f07e6e046e27, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7cf4344a-ba3a-4e7e-b742-d896284a9e40 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3f5d091 (id: 7cf4344a-ba3a-4e7e-b742-d896284a9e40, sid: null) (name: FakeChainInvolvementLink) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@22b7bdea (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@707ecb88 (id: 9e300026-108f-4c9e-b02d-7cbad80dee5e, sid: null) (name: FakeChainInvolvementLink) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f15fb8d6-7c69-44ef-be65-06a1e3ae2b35 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@44768325 (id: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35, sid: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c162ced8-62a2-4006-8800-ad0ba8f9c9af org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@71af0f3 (id: c162ced8-62a2-4006-8800-ad0ba8f9c9af, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 589adba1-a986-4f89-a636-676701ac022e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@218e9931 (id: 589adba1-a986-4f89-a636-676701ac022e, sid: 589adba1-a986-4f89-a636-676701ac022e) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 448203bf-78ea-4429-bf1b-602b261b5203 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@3c025d81 (id: 448203bf-78ea-4429-bf1b-602b261b5203, sid: 448203bf-78ea-4429-bf1b-602b261b5203) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = a10821ab-118a-4cc1-bf73-30224681ffaa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4c9d9e8f (id: a10821ab-118a-4cc1-bf73-30224681ffaa, sid: a10821ab-118a-4cc1-bf73-30224681ffaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a8784ea3-f4ac-48d9-b923-ba25fbd4ac65 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1c507287 (id: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65, sid: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@49c2372d (id: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2, sid: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0c7206e-f643-4597-be84-4c9fb512d0fa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@30c54138 (id: d0c7206e-f643-4597-be84-4c9fb512d0fa, sid: d0c7206e-f643-4597-be84-4c9fb512d0fa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4d9e0d7b (id: ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6c8a3f25 (id: f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e9af270-2a1d-4df0-bbb9-2045e3d7905f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2d9353e3 (id: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f, sid: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3e1e76b9 (id: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e, sid: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 07f71639-6883-4712-a5a5-d0de332fbebf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3501548 (id: 07f71639-6883-4712-a5a5-d0de332fbebf, sid: 07f71639-6883-4712-a5a5-d0de332fbebf) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2485377a-9c39-475b-976b-61744a1b660c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1906589b (id: 2485377a-9c39-475b-976b-61744a1b660c, sid: 2485377a-9c39-475b-976b-61744a1b660c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 91e6e9c6-05df-4a16-8df4-12a01bb6ea48 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2ebd0c13 (id: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48, sid: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a982aa16-5846-446d-89dd-927222134ef8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@63db1cc3 (id: a982aa16-5846-446d-89dd-927222134ef8, sid: a982aa16-5846-446d-89dd-927222134ef8) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@64fddec5 (id: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: out_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4bcbe1aa (id: 419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: 419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@45e54322 (id: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: in_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0932cb49-5b83-4bde-9a4f-928d38a6759e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@36d68929 (id: 0932cb49-5b83-4bde-9a4f-928d38a6759e, sid: 0932cb49-5b83-4bde-9a4f-928d38a6759e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 875f8380-8349-4a77-b7e3-db930db4a60f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@329281fe (id: 875f8380-8349-4a77-b7e3-db930db4a60f, sid: 875f8380-8349-4a77-b7e3-db930db4a60f) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 88f41a1c-a95a-4573-8764-977c2840f8e1 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@210f8a4 (id: 88f41a1c-a95a-4573-8764-977c2840f8e1, sid: 88f41a1c-a95a-4573-8764-977c2840f8e1) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@67717efb (id: ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = eac43d11-966f-4563-bea3-9a5bce38f1bc org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@5c75ad0 (id: eac43d11-966f-4563-bea3-9a5bce38f1bc, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13738ce8-258b-4fa0-bbab-388d736487ad org.polarsys.capella.core.data.cs.impl.PartImpl@7a6dcf6a (id: 13738ce8-258b-4fa0-bbab-388d736487ad, sid: 13738ce8-258b-4fa0-bbab-388d736487ad) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dab7942b-4298-4207-8791-fd99c7aeb912 org.polarsys.capella.core.data.cs.impl.PartImpl@45c30b2d (id: dab7942b-4298-4207-8791-fd99c7aeb912, sid: dab7942b-4298-4207-8791-fd99c7aeb912) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ba4b0016-efad-41d7-a0ee-fba1474629f8 org.polarsys.capella.core.data.cs.impl.PartImpl@e112a6c (id: ba4b0016-efad-41d7-a0ee-fba1474629f8, sid: ba4b0016-efad-41d7-a0ee-fba1474629f8) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ac7c9b59-8325-49db-883f-272e979fd2f2 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6d505dc3 (id: ac7c9b59-8325-49db-883f-272e979fd2f2, sid: ac7c9b59-8325-49db-883f-272e979fd2f2) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fc141995-dff9-4743-9a5c-07182f43f05c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6a15584f (id: fc141995-dff9-4743-9a5c-07182f43f05c, sid: fc141995-dff9-4743-9a5c-07182f43f05c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1174652e-decb-4400-bf16-aae63c2d7975 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6772d01a (id: 1174652e-decb-4400-bf16-aae63c2d7975, sid: 1174652e-decb-4400-bf16-aae63c2d7975) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 002b0406-fcd4-4af9-90c5-7c4000371d95 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6afc95b1 (id: 002b0406-fcd4-4af9-90c5-7c4000371d95, sid: 002b0406-fcd4-4af9-90c5-7c4000371d95) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e82a6bda-4310-49b3-b7c2-42e23389cef9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5ad6368 (id: e82a6bda-4310-49b3-b7c2-42e23389cef9, sid: e82a6bda-4310-49b3-b7c2-42e23389cef9) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@45ba84b2 (id: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86, sid: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Always] >> release >> unload FakeChainInvolvementLink [Always] >> release >> unload FakeChainInvolvementLinkSubsystem [Always] >> require >> load FakeChainInvolvementLink [Always] >> require >> load FakeChainInvolvementLinkSubsystem ID = 7cf4344a-ba3a-4e7e-b742-d896284a9e40 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@12a8f56f (id: 7cf4344a-ba3a-4e7e-b742-d896284a9e40, sid: null) (name: FakeChainInvolvementLink) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@160c5f4 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = bdf83bdb-a0f5-4444-8e5e-17d5504190e6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@2267e865 (id: bdf83bdb-a0f5-4444-8e5e-17d5504190e6, sid: null) (name: ProgressStatus) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b09250f-f9ef-4095-9fa7-ede971825a9a org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@4bedff09 (id: 9b09250f-f9ef-4095-9fa7-ede971825a9a, sid: null) (name: DRAFT) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a80aca5e-c3d7-413f-a062-5b3801b77cb2 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@4f6a84c3 (id: a80aca5e-c3d7-413f-a062-5b3801b77cb2, sid: null) (name: TO_BE_REVIEWED) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 795ba367-5aaf-4300-ae06-f0dc4d2fe49c org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@66b99c71 (id: 795ba367-5aaf-4300-ae06-f0dc4d2fe49c, sid: null) (name: TO_BE_DISCUSSED) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5871861c-f087-4c06-886c-f23e72512f15 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@7b007403 (id: 5871861c-f087-4c06-886c-f23e72512f15, sid: null) (name: REWORK_NECESSARY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f9482eca-6ea2-4767-b55e-bb3699f95a9f org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@5f31c9dd (id: f9482eca-6ea2-4767-b55e-bb3699f95a9f, sid: null) (name: UNDER_REWORK) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b42215d-350d-4808-b9e2-07f1b0c4159d org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@44660264 (id: 2b42215d-350d-4808-b9e2-07f1b0c4159d, sid: null) (name: REVIEWED_OK) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3877c944-e7d9-43e9-b57f-c911aad8315a org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6e96548d (id: 3877c944-e7d9-43e9-b57f-c911aad8315a, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@533b3c1c (id: 9e300026-108f-4c9e-b02d-7cbad80dee5e, sid: null) (name: FakeChainInvolvementLink) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f15fb8d6-7c69-44ef-be65-06a1e3ae2b35 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@7ec8fd1f (id: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35, sid: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c162ced8-62a2-4006-8800-ad0ba8f9c9af org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2a3a48e1 (id: c162ced8-62a2-4006-8800-ad0ba8f9c9af, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 589adba1-a986-4f89-a636-676701ac022e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@37a78e9f (id: 589adba1-a986-4f89-a636-676701ac022e, sid: 589adba1-a986-4f89-a636-676701ac022e) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3b0d5af6-3b26-44c8-a740-4f1685d3f0e3 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@45bad2e7 (id: 3b0d5af6-3b26-44c8-a740-4f1685d3f0e3, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@e08718a (id: 078d87b2-7038-47c8-b17b-e8980ed26b24, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dea16f1-e56c-4342-91cd-f01cdcbcc1c5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@412bc19a (id: 9dea16f1-e56c-4342-91cd-f01cdcbcc1c5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f26850d-fde5-4fe9-97e7-b3456fd4fd22 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6b81b611 (id: 6f26850d-fde5-4fe9-97e7-b3456fd4fd22, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = eac43d11-966f-4563-bea3-9a5bce38f1bc org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@53a3e6b0 (id: eac43d11-966f-4563-bea3-9a5bce38f1bc, sid: eac43d11-966f-4563-bea3-9a5bce38f1bc) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64126479-ddfe-4143-8393-4663ea4eff3a org.polarsys.capella.core.data.cs.impl.PartImpl@1e6a496f (id: 64126479-ddfe-4143-8393-4663ea4eff3a, sid: 64126479-ddfe-4143-8393-4663ea4eff3a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1527c29 (id: 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf, sid: 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 847ef10e-2022-4d8a-b5f8-64e773206d5e org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@39438059 (id: 847ef10e-2022-4d8a-b5f8-64e773206d5e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ddd1c83-c9a3-42b8-9120-ae95eae6c7aa org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@609fdb77 (id: 2ddd1c83-c9a3-42b8-9120-ae95eae6c7aa, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7cf4344a-ba3a-4e7e-b742-d896284a9e40 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@12a8f56f (id: 7cf4344a-ba3a-4e7e-b742-d896284a9e40, sid: null) (name: FakeChainInvolvementLink) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@160c5f4 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@533b3c1c (id: 9e300026-108f-4c9e-b02d-7cbad80dee5e, sid: null) (name: FakeChainInvolvementLink) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f15fb8d6-7c69-44ef-be65-06a1e3ae2b35 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@7ec8fd1f (id: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35, sid: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c162ced8-62a2-4006-8800-ad0ba8f9c9af org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2a3a48e1 (id: c162ced8-62a2-4006-8800-ad0ba8f9c9af, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 589adba1-a986-4f89-a636-676701ac022e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@37a78e9f (id: 589adba1-a986-4f89-a636-676701ac022e, sid: 589adba1-a986-4f89-a636-676701ac022e) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 448203bf-78ea-4429-bf1b-602b261b5203 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@7717b3b8 (id: 448203bf-78ea-4429-bf1b-602b261b5203, sid: 448203bf-78ea-4429-bf1b-602b261b5203) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = a10821ab-118a-4cc1-bf73-30224681ffaa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4e8e8840 (id: a10821ab-118a-4cc1-bf73-30224681ffaa, sid: a10821ab-118a-4cc1-bf73-30224681ffaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a8784ea3-f4ac-48d9-b923-ba25fbd4ac65 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@360bbc30 (id: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65, sid: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3dd30f18 (id: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2, sid: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0c7206e-f643-4597-be84-4c9fb512d0fa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@e838ab1 (id: d0c7206e-f643-4597-be84-4c9fb512d0fa, sid: d0c7206e-f643-4597-be84-4c9fb512d0fa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Logical_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@3797bea1 (id: ID_FakeFunctionalChainInvolvement_Logical_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: ID_FakeFunctionalChainInvolvement_Logical_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@bc534d6 (id: f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e9af270-2a1d-4df0-bbb9-2045e3d7905f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5d1d824d (id: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f, sid: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6393a4b6 (id: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e, sid: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 07f71639-6883-4712-a5a5-d0de332fbebf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@41524f96 (id: 07f71639-6883-4712-a5a5-d0de332fbebf, sid: 07f71639-6883-4712-a5a5-d0de332fbebf) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2485377a-9c39-475b-976b-61744a1b660c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5316830f (id: 2485377a-9c39-475b-976b-61744a1b660c, sid: 2485377a-9c39-475b-976b-61744a1b660c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 91e6e9c6-05df-4a16-8df4-12a01bb6ea48 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@62286cca (id: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48, sid: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a982aa16-5846-446d-89dd-927222134ef8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1c60c22d (id: a982aa16-5846-446d-89dd-927222134ef8, sid: a982aa16-5846-446d-89dd-927222134ef8) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7b94d20f (id: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: out_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@28f4ecdf (id: 419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: 419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5f292790 (id: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: in_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0932cb49-5b83-4bde-9a4f-928d38a6759e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@13704183 (id: 0932cb49-5b83-4bde-9a4f-928d38a6759e, sid: 0932cb49-5b83-4bde-9a4f-928d38a6759e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 875f8380-8349-4a77-b7e3-db930db4a60f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@64825d15 (id: 875f8380-8349-4a77-b7e3-db930db4a60f, sid: 875f8380-8349-4a77-b7e3-db930db4a60f) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 88f41a1c-a95a-4573-8764-977c2840f8e1 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@fa6f796 (id: 88f41a1c-a95a-4573-8764-977c2840f8e1, sid: 88f41a1c-a95a-4573-8764-977c2840f8e1) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2c9ffd02 (id: ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = eac43d11-966f-4563-bea3-9a5bce38f1bc org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@53a3e6b0 (id: eac43d11-966f-4563-bea3-9a5bce38f1bc, sid: eac43d11-966f-4563-bea3-9a5bce38f1bc) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64126479-ddfe-4143-8393-4663ea4eff3a org.polarsys.capella.core.data.cs.impl.PartImpl@1e6a496f (id: 64126479-ddfe-4143-8393-4663ea4eff3a, sid: 64126479-ddfe-4143-8393-4663ea4eff3a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1527c29 (id: 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf, sid: 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 13738ce8-258b-4fa0-bbab-388d736487ad org.polarsys.capella.core.data.cs.impl.PartImpl@6705732c (id: 13738ce8-258b-4fa0-bbab-388d736487ad, sid: 13738ce8-258b-4fa0-bbab-388d736487ad) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dab7942b-4298-4207-8791-fd99c7aeb912 org.polarsys.capella.core.data.cs.impl.PartImpl@2bdf8f1a (id: dab7942b-4298-4207-8791-fd99c7aeb912, sid: dab7942b-4298-4207-8791-fd99c7aeb912) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ba4b0016-efad-41d7-a0ee-fba1474629f8 org.polarsys.capella.core.data.cs.impl.PartImpl@67b29a3f (id: ba4b0016-efad-41d7-a0ee-fba1474629f8, sid: ba4b0016-efad-41d7-a0ee-fba1474629f8) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ac7c9b59-8325-49db-883f-272e979fd2f2 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6e336f34 (id: ac7c9b59-8325-49db-883f-272e979fd2f2, sid: ac7c9b59-8325-49db-883f-272e979fd2f2) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fc141995-dff9-4743-9a5c-07182f43f05c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1da363af (id: fc141995-dff9-4743-9a5c-07182f43f05c, sid: fc141995-dff9-4743-9a5c-07182f43f05c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1174652e-decb-4400-bf16-aae63c2d7975 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@70d3dc7e (id: 1174652e-decb-4400-bf16-aae63c2d7975, sid: 1174652e-decb-4400-bf16-aae63c2d7975) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 002b0406-fcd4-4af9-90c5-7c4000371d95 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5537cb75 (id: 002b0406-fcd4-4af9-90c5-7c4000371d95, sid: 002b0406-fcd4-4af9-90c5-7c4000371d95) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e82a6bda-4310-49b3-b7c2-42e23389cef9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@20884428 (id: e82a6bda-4310-49b3-b7c2-42e23389cef9, sid: e82a6bda-4310-49b3-b7c2-42e23389cef9) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@26b0f58d (id: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86, sid: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Always] >> release >> unload FakeChainInvolvementLink [Always] >> release >> unload FakeChainInvolvementLinkSubsystem [FunctionalChainLoopTest] >> require >> load Project_test_01 [FunctionalChainLoopTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2ff72514 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@16b783f0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1fa7a961 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7e0fe0a5 (id: 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32, sid: null) (name: FunctionalChainLoop) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b146d701-5932-4477-82f9-0493c2ebc95d org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@9da5100 (id: b146d701-5932-4477-82f9-0493c2ebc95d, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3faf0185-042e-4079-a205-e4e11eea7f2a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3f1838ac (id: 3faf0185-042e-4079-a205-e4e11eea7f2a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f9463627-2917-4e6e-85b2-85e43b2ded95 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@59bb371d (id: f9463627-2917-4e6e-85b2-85e43b2ded95, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@604a835e (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de81979a-f899-49ef-a15b-9bd731396daa org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@251fe5b4 (id: de81979a-f899-49ef-a15b-9bd731396daa, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3f38f562-8e73-4ee7-bdaf-a5a02d11f441 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@8c52bb0 (id: 3f38f562-8e73-4ee7-bdaf-a5a02d11f441, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = af1f7c37-4ff3-453e-9742-bcd11c16ce16 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@d74848b (id: af1f7c37-4ff3-453e-9742-bcd11c16ce16, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b377692-42be-4ba3-a4ef-388075a3f46f org.polarsys.capella.core.data.information.impl.DataPkgImpl@571cf2d4 (id: 4b377692-42be-4ba3-a4ef-388075a3f46f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 7868e162-705e-4980-ae37-27dbdef1cebb org.polarsys.capella.core.data.information.impl.DataPkgImpl@6dcd243f (id: 7868e162-705e-4980-ae37-27dbdef1cebb, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e138bd2b-ff56-4479-b67f-c6700be77577 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@b5bb213 (id: e138bd2b-ff56-4479-b67f-c6700be77577, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = aa075867-968f-4114-b86a-d04ad69073d8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2ceb9479 (id: aa075867-968f-4114-b86a-d04ad69073d8, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 89a4ea90-f3d9-4298-853e-0a6174ccfb87 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@649359cd (id: 89a4ea90-f3d9-4298-853e-0a6174ccfb87, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 1e781fec-c8aa-4137-92ea-87ce9592fb3d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@60fb65bc (id: 1e781fec-c8aa-4137-92ea-87ce9592fb3d, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3a00927f-5e70-4ce7-bf8d-d389bd831449 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3666989a (id: 3a00927f-5e70-4ce7-bf8d-d389bd831449, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9d865b16-d158-4fc3-bd9d-f56275a61203 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@46de9a73 (id: 9d865b16-d158-4fc3-bd9d-f56275a61203, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 990a641b-18c7-4388-bf04-8dd5487e9829 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@387dfe54 (id: 990a641b-18c7-4388-bf04-8dd5487e9829, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 12b8f5be-0ec6-4824-8d31-ce9675c022d5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@390ba62 (id: 12b8f5be-0ec6-4824-8d31-ce9675c022d5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 89296801-111d-4ad9-965a-1b9ac8429b3a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1b040c2 (id: 89296801-111d-4ad9-965a-1b9ac8429b3a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 48d9c0d4-aa3e-4e1b-ab12-17defb057c25 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@330f4f85 (id: 48d9c0d4-aa3e-4e1b-ab12-17defb057c25, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = e5a81ec0-4e82-4ef1-9994-e3ec5e6f8acd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@64d788ee (id: e5a81ec0-4e82-4ef1-9994-e3ec5e6f8acd, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 145c049c-de1b-4ea9-a4ab-cdb2ff87a477 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@62927dbc (id: 145c049c-de1b-4ea9-a4ab-cdb2ff87a477, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f27d2004-99b6-42d0-b154-b8ee47476255 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61a7877c (id: f27d2004-99b6-42d0-b154-b8ee47476255, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 867ac7fc-eb8a-4f29-86d9-8d48ae77e2ed org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@281d9faa (id: 867ac7fc-eb8a-4f29-86d9-8d48ae77e2ed, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 315575b5-edd8-4898-80be-64e5483a2b74 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@70d5e2bf (id: 315575b5-edd8-4898-80be-64e5483a2b74, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 0e2c6353-ebec-439d-93bf-5f1171ee04a5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1db1e84 (id: 0e2c6353-ebec-439d-93bf-5f1171ee04a5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 07072bd9-3eee-4dc7-af77-da9ef60ae8c1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5c1af5a4 (id: 07072bd9-3eee-4dc7-af77-da9ef60ae8c1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = f7633158-23f4-4b6e-b143-5cec287e50cb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@18bec142 (id: f7633158-23f4-4b6e-b143-5cec287e50cb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 30665734-6f28-4fa7-98b2-bd76da583eb2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@472108f0 (id: 30665734-6f28-4fa7-98b2-bd76da583eb2, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 53daeef5-2acc-4537-bbd7-96b3c8433db9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1e5701ae (id: 53daeef5-2acc-4537-bbd7-96b3c8433db9, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 6bbb3c4e-e8f7-4414-910d-2c7101483967 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@15eb7015 (id: 6bbb3c4e-e8f7-4414-910d-2c7101483967, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 92d6f010-6e1d-4350-aeb0-990b56c12097 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7b31073b (id: 92d6f010-6e1d-4350-aeb0-990b56c12097, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9b00dab0-204a-4976-9575-1f7b71dd2075 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@3498f625 (id: 9b00dab0-204a-4976-9575-1f7b71dd2075, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 76f63d29-198e-45c9-b88e-f10ae9f40b05 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@12e4db69 (id: 76f63d29-198e-45c9-b88e-f10ae9f40b05, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eb08e974-8604-4ece-ac85-57de5300768f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5c416af8 (id: eb08e974-8604-4ece-ac85-57de5300768f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 70ce781c-ecbf-46cd-8a6a-6aa4ea024b69 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2f3aa694 (id: 70ce781c-ecbf-46cd-8a6a-6aa4ea024b69, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b6f77201-de68-4b49-a83c-9f403f96061e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5ce04488 (id: b6f77201-de68-4b49-a83c-9f403f96061e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c4ead88f-6164-4729-9bfd-3fd9caf3aeaf org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@68ebe3ee (id: c4ead88f-6164-4729-9bfd-3fd9caf3aeaf, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b5cfab68-bf5e-4f85-bdf0-fb8750506091 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3f2a52a1 (id: b5cfab68-bf5e-4f85-bdf0-fb8750506091, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = a19d56d6-62f4-45e7-9217-fc22bff7662e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@455e4dd6 (id: a19d56d6-62f4-45e7-9217-fc22bff7662e, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 10cbe503-6964-41b5-be50-c1c48a174582 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1bc495f1 (id: 10cbe503-6964-41b5-be50-c1c48a174582, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7625cb2c (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 129d2636-cc53-4adb-b7ab-820f84138fab org.polarsys.capella.core.data.cs.impl.PartImpl@3de2a215 (id: 129d2636-cc53-4adb-b7ab-820f84138fab, sid: 129d2636-cc53-4adb-b7ab-820f84138fab) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 06da8bcf-fe54-4452-9567-467c0667949e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@17f2622c (id: 06da8bcf-fe54-4452-9567-467c0667949e, sid: 06da8bcf-fe54-4452-9567-467c0667949e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2568b948 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@13fd4141 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@5d0ea7bd (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3202a615 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2ff72514 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@16b783f0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7e0fe0a5 (id: 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32, sid: null) (name: FunctionalChainLoop) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b146d701-5932-4477-82f9-0493c2ebc95d org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@9da5100 (id: b146d701-5932-4477-82f9-0493c2ebc95d, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3faf0185-042e-4079-a205-e4e11eea7f2a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3f1838ac (id: 3faf0185-042e-4079-a205-e4e11eea7f2a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f9463627-2917-4e6e-85b2-85e43b2ded95 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@59bb371d (id: f9463627-2917-4e6e-85b2-85e43b2ded95, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3f6e0fa5-8795-470e-9d75-d57407e6fb9b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4e1fdd91 (id: 3f6e0fa5-8795-470e-9d75-d57407e6fb9b, sid: 3f6e0fa5-8795-470e-9d75-d57407e6fb9b) (name: PhysicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 489fb043-9b8e-415a-bf29-0dc6d36f7efa org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@32e57e2c (id: 489fb043-9b8e-415a-bf29-0dc6d36f7efa, sid: 489fb043-9b8e-415a-bf29-0dc6d36f7efa) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9a30b2fa-2c98-42a7-8f0e-ce153fbc454e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@50b94d57 (id: 9a30b2fa-2c98-42a7-8f0e-ce153fbc454e, sid: 9a30b2fa-2c98-42a7-8f0e-ce153fbc454e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f32a6e8d-fcd6-419e-9d5c-aac2aa34ceb3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@459cec5c (id: f32a6e8d-fcd6-419e-9d5c-aac2aa34ceb3, sid: f32a6e8d-fcd6-419e-9d5c-aac2aa34ceb3) (name: PhysicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b9c207cf-cee5-4067-81e0-e8acad71e15b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@755f422b (id: b9c207cf-cee5-4067-81e0-e8acad71e15b, sid: b9c207cf-cee5-4067-81e0-e8acad71e15b) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c09ef82e-658a-4068-a7d1-7d0a95dd5d22 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6cd246b2 (id: c09ef82e-658a-4068-a7d1-7d0a95dd5d22, sid: c09ef82e-658a-4068-a7d1-7d0a95dd5d22) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f6eca6c1-0654-4109-9b1f-4d1ae32d0191 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@54479119 (id: f6eca6c1-0654-4109-9b1f-4d1ae32d0191, sid: f6eca6c1-0654-4109-9b1f-4d1ae32d0191) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3b691f05-c370-4d8a-a8c0-7ddcb53617b9 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5b86cfa0 (id: 3b691f05-c370-4d8a-a8c0-7ddcb53617b9, sid: 3b691f05-c370-4d8a-a8c0-7ddcb53617b9) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = de81979a-f899-49ef-a15b-9bd731396daa org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@251fe5b4 (id: de81979a-f899-49ef-a15b-9bd731396daa, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3f38f562-8e73-4ee7-bdaf-a5a02d11f441 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@8c52bb0 (id: 3f38f562-8e73-4ee7-bdaf-a5a02d11f441, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = af1f7c37-4ff3-453e-9742-bcd11c16ce16 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@d74848b (id: af1f7c37-4ff3-453e-9742-bcd11c16ce16, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b377692-42be-4ba3-a4ef-388075a3f46f org.polarsys.capella.core.data.information.impl.DataPkgImpl@571cf2d4 (id: 4b377692-42be-4ba3-a4ef-388075a3f46f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7625cb2c (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 129d2636-cc53-4adb-b7ab-820f84138fab org.polarsys.capella.core.data.cs.impl.PartImpl@3de2a215 (id: 129d2636-cc53-4adb-b7ab-820f84138fab, sid: 129d2636-cc53-4adb-b7ab-820f84138fab) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ae32b4ee-f851-45a9-afb8-1b659cfc6836 org.polarsys.capella.core.data.cs.impl.PartImpl@4a3d756f (id: ae32b4ee-f851-45a9-afb8-1b659cfc6836, sid: ae32b4ee-f851-45a9-afb8-1b659cfc6836) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a1cc6c0c-21c8-4509-a084-9e1689c6e5fd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@61d7ef3 (id: a1cc6c0c-21c8-4509-a084-9e1689c6e5fd, sid: a1cc6c0c-21c8-4509-a084-9e1689c6e5fd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 9266e26a-d2ac-46fb-9b8a-96ce82132730 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7254b960 (id: 9266e26a-d2ac-46fb-9b8a-96ce82132730, sid: 9266e26a-d2ac-46fb-9b8a-96ce82132730) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06da8bcf-fe54-4452-9567-467c0667949e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@17f2622c (id: 06da8bcf-fe54-4452-9567-467c0667949e, sid: 06da8bcf-fe54-4452-9567-467c0667949e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 2e3df9b2-8d05-4b38-819c-f0ad6f2f7941 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1bb444d7 (id: 2e3df9b2-8d05-4b38-819c-f0ad6f2f7941, sid: 2e3df9b2-8d05-4b38-819c-f0ad6f2f7941) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@18f5fb04 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2a77cc70 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@5d5b8e65 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2aa8922b (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@1db261a1 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@9b23a2b (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@89bb5de (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@66cc472c (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@68fd9d3d (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@7006816b (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@25e6fff0 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@21173947 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) [FunctionalChainLoopTest] >> release >> unload Project_test_01 [FunctionalChainLoopTest] >> release >> unload output [FunctionalChainLoopTest] >> require >> load Project_test_01 [FunctionalChainLoopTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4557a4a6 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@76560052 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1b1c98b0 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@30796f62 (id: 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32, sid: null) (name: FunctionalChainLoop) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b146d701-5932-4477-82f9-0493c2ebc95d org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@29dfd913 (id: b146d701-5932-4477-82f9-0493c2ebc95d, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3faf0185-042e-4079-a205-e4e11eea7f2a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2fed8863 (id: 3faf0185-042e-4079-a205-e4e11eea7f2a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f9463627-2917-4e6e-85b2-85e43b2ded95 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2d8956a9 (id: f9463627-2917-4e6e-85b2-85e43b2ded95, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7bd8fd98-7f0f-49d3-a39c-b76b98ec8694 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@370e5deb (id: 7bd8fd98-7f0f-49d3-a39c-b76b98ec8694, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de81979a-f899-49ef-a15b-9bd731396daa org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1218eafd (id: de81979a-f899-49ef-a15b-9bd731396daa, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3f38f562-8e73-4ee7-bdaf-a5a02d11f441 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@57bc0c50 (id: 3f38f562-8e73-4ee7-bdaf-a5a02d11f441, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = af1f7c37-4ff3-453e-9742-bcd11c16ce16 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@73db9283 (id: af1f7c37-4ff3-453e-9742-bcd11c16ce16, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b377692-42be-4ba3-a4ef-388075a3f46f org.polarsys.capella.core.data.information.impl.DataPkgImpl@2641c107 (id: 4b377692-42be-4ba3-a4ef-388075a3f46f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@11289713 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 54a0d554-fdb8-438f-9a21-be0c7067f69a org.polarsys.capella.core.data.cs.impl.PartImpl@5a23a6d5 (id: 54a0d554-fdb8-438f-9a21-be0c7067f69a, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6558698d-2d15-49de-a2eb-af95252b4cc7 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@75436898 (id: 6558698d-2d15-49de-a2eb-af95252b4cc7, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 04288b8d-87df-4a5c-a58c-3dc2634641a1 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@3b739541 (id: 04288b8d-87df-4a5c-a58c-3dc2634641a1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = caea0c90-57b4-454f-95f2-67743035a171 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@3fcc7f96 (id: caea0c90-57b4-454f-95f2-67743035a171, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4557a4a6 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@76560052 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@30796f62 (id: 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32, sid: null) (name: FunctionalChainLoop) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b146d701-5932-4477-82f9-0493c2ebc95d org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@29dfd913 (id: b146d701-5932-4477-82f9-0493c2ebc95d, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3faf0185-042e-4079-a205-e4e11eea7f2a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2fed8863 (id: 3faf0185-042e-4079-a205-e4e11eea7f2a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f9463627-2917-4e6e-85b2-85e43b2ded95 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2d8956a9 (id: f9463627-2917-4e6e-85b2-85e43b2ded95, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3f6e0fa5-8795-470e-9d75-d57407e6fb9b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3379dd2 (id: 3f6e0fa5-8795-470e-9d75-d57407e6fb9b, sid: 3f6e0fa5-8795-470e-9d75-d57407e6fb9b) (name: PhysicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 489fb043-9b8e-415a-bf29-0dc6d36f7efa org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@45c3e4e9 (id: 489fb043-9b8e-415a-bf29-0dc6d36f7efa, sid: 489fb043-9b8e-415a-bf29-0dc6d36f7efa) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9a30b2fa-2c98-42a7-8f0e-ce153fbc454e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3df61ef2 (id: 9a30b2fa-2c98-42a7-8f0e-ce153fbc454e, sid: 9a30b2fa-2c98-42a7-8f0e-ce153fbc454e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f32a6e8d-fcd6-419e-9d5c-aac2aa34ceb3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5fda4eb1 (id: f32a6e8d-fcd6-419e-9d5c-aac2aa34ceb3, sid: f32a6e8d-fcd6-419e-9d5c-aac2aa34ceb3) (name: PhysicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b9c207cf-cee5-4067-81e0-e8acad71e15b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@603c8195 (id: b9c207cf-cee5-4067-81e0-e8acad71e15b, sid: b9c207cf-cee5-4067-81e0-e8acad71e15b) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c09ef82e-658a-4068-a7d1-7d0a95dd5d22 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3a02d5d7 (id: c09ef82e-658a-4068-a7d1-7d0a95dd5d22, sid: c09ef82e-658a-4068-a7d1-7d0a95dd5d22) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f6eca6c1-0654-4109-9b1f-4d1ae32d0191 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3aac327d (id: f6eca6c1-0654-4109-9b1f-4d1ae32d0191, sid: f6eca6c1-0654-4109-9b1f-4d1ae32d0191) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3b691f05-c370-4d8a-a8c0-7ddcb53617b9 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3e982c94 (id: 3b691f05-c370-4d8a-a8c0-7ddcb53617b9, sid: 3b691f05-c370-4d8a-a8c0-7ddcb53617b9) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = de81979a-f899-49ef-a15b-9bd731396daa org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1218eafd (id: de81979a-f899-49ef-a15b-9bd731396daa, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3f38f562-8e73-4ee7-bdaf-a5a02d11f441 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@57bc0c50 (id: 3f38f562-8e73-4ee7-bdaf-a5a02d11f441, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = af1f7c37-4ff3-453e-9742-bcd11c16ce16 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@73db9283 (id: af1f7c37-4ff3-453e-9742-bcd11c16ce16, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b377692-42be-4ba3-a4ef-388075a3f46f org.polarsys.capella.core.data.information.impl.DataPkgImpl@2641c107 (id: 4b377692-42be-4ba3-a4ef-388075a3f46f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@11289713 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 54a0d554-fdb8-438f-9a21-be0c7067f69a org.polarsys.capella.core.data.cs.impl.PartImpl@5a23a6d5 (id: 54a0d554-fdb8-438f-9a21-be0c7067f69a, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6558698d-2d15-49de-a2eb-af95252b4cc7 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@75436898 (id: 6558698d-2d15-49de-a2eb-af95252b4cc7, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5519b4fa (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@a092b83 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@7538b621 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@53cdb39b (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@4beb637c (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@87d1cb1 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@38442a21 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@62b07d9 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@164b64e3 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@76336a0f (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6fbf43ca (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@3174942b (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 129d2636-cc53-4adb-b7ab-820f84138fab org.polarsys.capella.core.data.cs.impl.PartImpl@653f057 (id: 129d2636-cc53-4adb-b7ab-820f84138fab, sid: 129d2636-cc53-4adb-b7ab-820f84138fab) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d5b4fe96-126e-49af-87d4-e989be92092e org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@46eb7b85 (id: d5b4fe96-126e-49af-87d4-e989be92092e, sid: d5b4fe96-126e-49af-87d4-e989be92092e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b4ee-f851-45a9-afb8-1b659cfc6836 org.polarsys.capella.core.data.cs.impl.PartImpl@4d4a6d8a (id: ae32b4ee-f851-45a9-afb8-1b659cfc6836, sid: ae32b4ee-f851-45a9-afb8-1b659cfc6836) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6c59046c-220e-4d5a-a6e1-ad58eda224ca org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@212974af (id: 6c59046c-220e-4d5a-a6e1-ad58eda224ca, sid: 6c59046c-220e-4d5a-a6e1-ad58eda224ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51144437-809f-4ee6-9fbb-e1eecc9f65c2 org.polarsys.capella.core.data.cs.impl.PartImpl@3861f995 (id: 51144437-809f-4ee6-9fbb-e1eecc9f65c2, sid: 51144437-809f-4ee6-9fbb-e1eecc9f65c2) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f418d87f-ede2-4412-b3b6-b71add060ff1 org.polarsys.capella.core.data.cs.impl.PartImpl@25cb9a4f (id: f418d87f-ede2-4412-b3b6-b71add060ff1, sid: f418d87f-ede2-4412-b3b6-b71add060ff1) (name: PC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 06da8bcf-fe54-4452-9567-467c0667949e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5115128c (id: 06da8bcf-fe54-4452-9567-467c0667949e, sid: 06da8bcf-fe54-4452-9567-467c0667949e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a1cc6c0c-21c8-4509-a084-9e1689c6e5fd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@668ff46a (id: a1cc6c0c-21c8-4509-a084-9e1689c6e5fd, sid: a1cc6c0c-21c8-4509-a084-9e1689c6e5fd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 60ead9c2-8a8b-40ac-97f9-fa18093ed374 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1f6f1316 (id: 60ead9c2-8a8b-40ac-97f9-fa18093ed374, sid: 60ead9c2-8a8b-40ac-97f9-fa18093ed374) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 2e3df9b2-8d05-4b38-819c-f0ad6f2f7941 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@38115427 (id: 2e3df9b2-8d05-4b38-819c-f0ad6f2f7941, sid: 2e3df9b2-8d05-4b38-819c-f0ad6f2f7941) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2a099db5-52b4-4f55-b3dd-9f3b9b6ffad4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@41e9b0db (id: 2a099db5-52b4-4f55-b3dd-9f3b9b6ffad4, sid: 2a099db5-52b4-4f55-b3dd-9f3b9b6ffad4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 9266e26a-d2ac-46fb-9b8a-96ce82132730 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@585c2028 (id: 9266e26a-d2ac-46fb-9b8a-96ce82132730, sid: 9266e26a-d2ac-46fb-9b8a-96ce82132730) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [FunctionalChainLoopTest] >> release >> unload Project_test_01 [FunctionalChainLoopTest] >> release >> unload output [FunctionalChainScopeTest] >> require >> load Project_test_01 [FunctionalChainScopeTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@754a052a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d7c37af (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@59349741 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@73396b (id: 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e, sid: null) (name: FunctionalChainScope) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d4b11e9-d2c4-4452-97e2-1adbd27d3a69 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@22bbd98 (id: 7d4b11e9-d2c4-4452-97e2-1adbd27d3a69, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5756745d-ddfe-4133-9d97-d1fccb910d26 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@270d93e3 (id: 5756745d-ddfe-4133-9d97-d1fccb910d26, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83d1dca3-3679-4421-9345-e0f71fb428a3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4a11170a (id: 83d1dca3-3679-4421-9345-e0f71fb428a3, sid: 83d1dca3-3679-4421-9345-e0f71fb428a3) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@577d0001 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93bc9530-8f2b-4795-9ded-bd507de72041 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@4ab03c1d (id: 93bc9530-8f2b-4795-9ded-bd507de72041, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 748a40d0-7ef6-406c-855c-c6550a19ba96 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@50057ecc (id: 748a40d0-7ef6-406c-855c-c6550a19ba96, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ecd902c7-3da2-41a8-bf2a-5a0e53ceb740 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@23afb80 (id: ecd902c7-3da2-41a8-bf2a-5a0e53ceb740, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63d08c6a-b8b0-4949-bd65-455e2d853c3d org.polarsys.capella.core.data.information.impl.DataPkgImpl@49217f0e (id: 63d08c6a-b8b0-4949-bd65-455e2d853c3d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = d930cd0e-abb0-458f-8d21-383cbc267415 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1780cd8c (id: d930cd0e-abb0-458f-8d21-383cbc267415, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 57799b9e-e64b-4a8f-b258-1c17137ca6ba org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@2a951555 (id: 57799b9e-e64b-4a8f-b258-1c17137ca6ba, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f18e66c2-5994-4d08-8b74-5ebadf6efd68 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@5712bcfe (id: f18e66c2-5994-4d08-8b74-5ebadf6efd68, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = cf3c8d97-8c1d-4a69-8344-20798f403fd2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@48a438fc (id: cf3c8d97-8c1d-4a69-8344-20798f403fd2, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 950e24af-83f2-42e2-a634-ca9f773f03fb org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@59d960c9 (id: 950e24af-83f2-42e2-a634-ca9f773f03fb, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 479a3c76-a89f-4d77-ac98-c35e53f01344 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5be4e91a (id: 479a3c76-a89f-4d77-ac98-c35e53f01344, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 06bbaf84-a4e5-40c1-9b04-a5bcfcc16270 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@19535bd4 (id: 06bbaf84-a4e5-40c1-9b04-a5bcfcc16270, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = b06959f8-ab4b-47d1-a4e4-f744f6119395 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@70d9e3da (id: b06959f8-ab4b-47d1-a4e4-f744f6119395, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a7f39f34-b826-43d9-895c-95b085adb719 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@62940a20 (id: a7f39f34-b826-43d9-895c-95b085adb719, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f4732391-3c6c-4106-9b63-b7e40828b6cc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1e449351 (id: f4732391-3c6c-4106-9b63-b7e40828b6cc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = cc46f3bf-92b7-4d21-8c98-679a5221b18b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1d4ae6b6 (id: cc46f3bf-92b7-4d21-8c98-679a5221b18b, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 997c3a24-11ca-423e-9f70-ecbddcd6326e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@22b201f6 (id: 997c3a24-11ca-423e-9f70-ecbddcd6326e, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 09a5ecfd-7327-4407-81cc-7556939aed4b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@60b5da8a (id: 09a5ecfd-7327-4407-81cc-7556939aed4b, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b215bdfd-455d-4551-b8df-380c7938e541 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a5113d6 (id: b215bdfd-455d-4551-b8df-380c7938e541, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 962a486a-054f-4ee4-829d-e81014e22f0e org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@10e4317c (id: 962a486a-054f-4ee4-829d-e81014e22f0e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = e10261e8-a036-4cd9-99bf-f09705624a18 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@226b2f27 (id: e10261e8-a036-4cd9-99bf-f09705624a18, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = b0ed5cd4-cf1c-4603-a72e-99ca3d2e77b4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6cc4d06a (id: b0ed5cd4-cf1c-4603-a72e-99ca3d2e77b4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 06b00105-950d-4bab-9526-593172d55b18 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ed9b187 (id: 06b00105-950d-4bab-9526-593172d55b18, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = e452637e-5441-4fed-b820-c7fff663d042 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f0718f1 (id: e452637e-5441-4fed-b820-c7fff663d042, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 56b5681f-7fa8-49b4-8419-5de38dfe5574 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@74ee1c21 (id: 56b5681f-7fa8-49b4-8419-5de38dfe5574, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 29ff6168-0769-4293-aab6-a46a0f4126c4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3ee3c556 (id: 29ff6168-0769-4293-aab6-a46a0f4126c4, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = a44037dc-2005-4bb9-b115-a3eabc3d6db5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4dc50e84 (id: a44037dc-2005-4bb9-b115-a3eabc3d6db5, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c4e2561f-d92c-4c27-9f26-10e7c30cb528 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7a32475d (id: c4e2561f-d92c-4c27-9f26-10e7c30cb528, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eaf5e1cc-ddd9-476a-96ac-c38b2070b6e4 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@7eb9432e (id: eaf5e1cc-ddd9-476a-96ac-c38b2070b6e4, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d04f5600-fd64-4a36-884c-d4b03c59123c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5ed0f0da (id: d04f5600-fd64-4a36-884c-d4b03c59123c, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 23cd39ad-4d43-4e83-8dff-a36d1bab21bd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b8474aa (id: 23cd39ad-4d43-4e83-8dff-a36d1bab21bd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c439424a-b39b-4161-9846-06cdde42f49e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@53e4d428 (id: c439424a-b39b-4161-9846-06cdde42f49e, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 6af50ad5-c8fe-4885-9180-0c2dabc592bd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@67f04d49 (id: 6af50ad5-c8fe-4885-9180-0c2dabc592bd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = dd7b0861-591b-4114-af5a-57e70138a8bd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3eff274d (id: dd7b0861-591b-4114-af5a-57e70138a8bd, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 42a86d74-12da-41bf-bc91-7653285ac085 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26c6351c (id: 42a86d74-12da-41bf-bc91-7653285ac085, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7586e68d-422e-4c43-abfc-dce6a0238088 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@53f6f078 (id: 7586e68d-422e-4c43-abfc-dce6a0238088, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c7cd70bf-95e4-4cbd-a4bf-4d4bf2e65fdc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3609754a (id: c7cd70bf-95e4-4cbd-a4bf-4d4bf2e65fdc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@32a99bf8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 31c32b15-3d9c-4973-956d-015b54685735 org.polarsys.capella.core.data.cs.impl.PartImpl@1af5c167 (id: 31c32b15-3d9c-4973-956d-015b54685735, sid: 31c32b15-3d9c-4973-956d-015b54685735) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d5d229cf-35e1-4889-87c3-35116c427473 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@604535d1 (id: d5d229cf-35e1-4889-87c3-35116c427473, sid: d5d229cf-35e1-4889-87c3-35116c427473) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2c9bdd7 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3b4865ae (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@5e76016c (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@312cd5cf (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@754a052a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d7c37af (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@73396b (id: 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e, sid: null) (name: FunctionalChainScope) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d4b11e9-d2c4-4452-97e2-1adbd27d3a69 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@22bbd98 (id: 7d4b11e9-d2c4-4452-97e2-1adbd27d3a69, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5756745d-ddfe-4133-9d97-d1fccb910d26 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@270d93e3 (id: 5756745d-ddfe-4133-9d97-d1fccb910d26, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83d1dca3-3679-4421-9345-e0f71fb428a3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4a11170a (id: 83d1dca3-3679-4421-9345-e0f71fb428a3, sid: 83d1dca3-3679-4421-9345-e0f71fb428a3) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 267c9f19-23b5-43ef-895b-ed38c8b1a04d org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@49330f32 (id: 267c9f19-23b5-43ef-895b-ed38c8b1a04d, sid: 267c9f19-23b5-43ef-895b-ed38c8b1a04d) (name: FC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 3ad46201-2d08-43a6-bede-bbae406b4520 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@162bacf1 (id: 3ad46201-2d08-43a6-bede-bbae406b4520, sid: 3ad46201-2d08-43a6-bede-bbae406b4520) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2bcc7f5-70b5-4155-a6ae-8a09320ba5a8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5df2b75c (id: a2bcc7f5-70b5-4155-a6ae-8a09320ba5a8, sid: a2bcc7f5-70b5-4155-a6ae-8a09320ba5a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94ddb22b-1a49-4ff6-8665-8b142008fa65 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1f9952af (id: 94ddb22b-1a49-4ff6-8665-8b142008fa65, sid: 94ddb22b-1a49-4ff6-8665-8b142008fa65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1dddb8e-ced4-4b55-87fe-982ee4013c37 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4e8294f1 (id: c1dddb8e-ced4-4b55-87fe-982ee4013c37, sid: c1dddb8e-ced4-4b55-87fe-982ee4013c37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c7ebcd24-9f60-4e54-9386-16b6a2aec0ef org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@585e5f4 (id: c7ebcd24-9f60-4e54-9386-16b6a2aec0ef, sid: c7ebcd24-9f60-4e54-9386-16b6a2aec0ef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c977c3d-835c-47c1-82b4-528b0653d5e6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4d05ea4f (id: 1c977c3d-835c-47c1-82b4-528b0653d5e6, sid: 1c977c3d-835c-47c1-82b4-528b0653d5e6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9bd59dbd-86e4-4eaa-a643-250fe096aa5c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@185cc56a (id: 9bd59dbd-86e4-4eaa-a643-250fe096aa5c, sid: 9bd59dbd-86e4-4eaa-a643-250fe096aa5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10418407-73a0-49ae-974d-1509523f96ad org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@42a3ff8c (id: 10418407-73a0-49ae-974d-1509523f96ad, sid: 10418407-73a0-49ae-974d-1509523f96ad) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f13d871-f8bf-4c34-abb0-a051c96eaebe org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@68a30869 (id: 6f13d871-f8bf-4c34-abb0-a051c96eaebe, sid: 6f13d871-f8bf-4c34-abb0-a051c96eaebe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10b2061d-c91f-435c-8f33-f3d9898a4774 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@a96c0a0 (id: 10b2061d-c91f-435c-8f33-f3d9898a4774, sid: 10b2061d-c91f-435c-8f33-f3d9898a4774) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07130859-2e16-4c16-a4ef-898754db9b3a org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@741f230d (id: 07130859-2e16-4c16-a4ef-898754db9b3a, sid: 07130859-2e16-4c16-a4ef-898754db9b3a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a1356bff-6f06-4144-816d-333f37c77fa0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@299dfd9d (id: a1356bff-6f06-4144-816d-333f37c77fa0, sid: a1356bff-6f06-4144-816d-333f37c77fa0) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bd0e76f8-c42d-41ce-b73d-b81bb9dae0dc org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@590d5887 (id: bd0e76f8-c42d-41ce-b73d-b81bb9dae0dc, sid: bd0e76f8-c42d-41ce-b73d-b81bb9dae0dc) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fe2172c5-7841-4e5c-9511-1a3823918309 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@652200c6 (id: fe2172c5-7841-4e5c-9511-1a3823918309, sid: fe2172c5-7841-4e5c-9511-1a3823918309) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 16a6c106-45b1-4c3f-9f34-b77258a092fc org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@68285024 (id: 16a6c106-45b1-4c3f-9f34-b77258a092fc, sid: 16a6c106-45b1-4c3f-9f34-b77258a092fc) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 962a1c2c-51ba-46b0-a8eb-22b2aa1969de org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2e9f29a9 (id: 962a1c2c-51ba-46b0-a8eb-22b2aa1969de, sid: 962a1c2c-51ba-46b0-a8eb-22b2aa1969de) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0eb2b9db-e912-4fb0-9fed-f326077d6075 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1d65859d (id: 0eb2b9db-e912-4fb0-9fed-f326077d6075, sid: 0eb2b9db-e912-4fb0-9fed-f326077d6075) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6946a757-a53e-43f0-a487-0750693898cf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@68b492c7 (id: 6946a757-a53e-43f0-a487-0750693898cf, sid: 6946a757-a53e-43f0-a487-0750693898cf) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f8e15d8f-8763-4858-a2b4-1f7b2cf462c4 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@42b75685 (id: f8e15d8f-8763-4858-a2b4-1f7b2cf462c4, sid: f8e15d8f-8763-4858-a2b4-1f7b2cf462c4) (name: FOP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 28372abc-2877-4b2d-9eff-8d82e6dc78f3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@15b2ed1b (id: 28372abc-2877-4b2d-9eff-8d82e6dc78f3, sid: 28372abc-2877-4b2d-9eff-8d82e6dc78f3) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 371fe2df-c46a-4fa0-ae83-e5d96f6d1303 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@24cadb5d (id: 371fe2df-c46a-4fa0-ae83-e5d96f6d1303, sid: 371fe2df-c46a-4fa0-ae83-e5d96f6d1303) (name: FIP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 87b6c802-e9a4-472d-88a9-3d32b2e71242 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@68a447a9 (id: 87b6c802-e9a4-472d-88a9-3d32b2e71242, sid: 87b6c802-e9a4-472d-88a9-3d32b2e71242) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e465afa7-4dab-48e1-88de-2f53af219a20 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1287ca63 (id: e465afa7-4dab-48e1-88de-2f53af219a20, sid: e465afa7-4dab-48e1-88de-2f53af219a20) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1f8652a5-f02c-49cb-aa71-693853e49a52 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6065eb5d (id: 1f8652a5-f02c-49cb-aa71-693853e49a52, sid: 1f8652a5-f02c-49cb-aa71-693853e49a52) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5ecad64d-c1e4-4fe2-8e1f-2e1242dfbce6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2a3661f7 (id: 5ecad64d-c1e4-4fe2-8e1f-2e1242dfbce6, sid: 5ecad64d-c1e4-4fe2-8e1f-2e1242dfbce6) (name: FIP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5d980b6a-4e6e-48fb-910c-0b61ea964d72 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@20b22990 (id: 5d980b6a-4e6e-48fb-910c-0b61ea964d72, sid: 5d980b6a-4e6e-48fb-910c-0b61ea964d72) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f29e050d-14f7-45e4-a9e0-752f41b35ada org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3912cda8 (id: f29e050d-14f7-45e4-a9e0-752f41b35ada, sid: f29e050d-14f7-45e4-a9e0-752f41b35ada) (name: PF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 065c7514-1e1e-4b04-b2b0-3cad73e0c54b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2a0cc17c (id: 065c7514-1e1e-4b04-b2b0-3cad73e0c54b, sid: 065c7514-1e1e-4b04-b2b0-3cad73e0c54b) (name: FIP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e2472514-f382-47ea-8bd9-57b07bb58ab8 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@55f0ef23 (id: e2472514-f382-47ea-8bd9-57b07bb58ab8, sid: e2472514-f382-47ea-8bd9-57b07bb58ab8) (name: FOP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aa442ab8-44d2-4c30-a7b5-6c8e43102df7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@557f1d06 (id: aa442ab8-44d2-4c30-a7b5-6c8e43102df7, sid: aa442ab8-44d2-4c30-a7b5-6c8e43102df7) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9cfdbbf5-079d-4814-b04e-0c324baf3bfd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4c4cbf9f (id: 9cfdbbf5-079d-4814-b04e-0c324baf3bfd, sid: 9cfdbbf5-079d-4814-b04e-0c324baf3bfd) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 30ed945c-3063-4035-8879-6dba6f759b57 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7df245ec (id: 30ed945c-3063-4035-8879-6dba6f759b57, sid: 30ed945c-3063-4035-8879-6dba6f759b57) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ca02dce3-6084-442a-ad17-8be7b2cc86fc org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@59eba4b7 (id: ca02dce3-6084-442a-ad17-8be7b2cc86fc, sid: ca02dce3-6084-442a-ad17-8be7b2cc86fc) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2e3e572e-b6e8-4907-9eec-7f553103d7da org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@745115a1 (id: 2e3e572e-b6e8-4907-9eec-7f553103d7da, sid: 2e3e572e-b6e8-4907-9eec-7f553103d7da) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 74b7627e-2d51-46c0-abf5-b696c7614779 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5d48ecf3 (id: 74b7627e-2d51-46c0-abf5-b696c7614779, sid: 74b7627e-2d51-46c0-abf5-b696c7614779) (name: FE6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@32a99bf8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 31c32b15-3d9c-4973-956d-015b54685735 org.polarsys.capella.core.data.cs.impl.PartImpl@1af5c167 (id: 31c32b15-3d9c-4973-956d-015b54685735, sid: 31c32b15-3d9c-4973-956d-015b54685735) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 75110233-d1db-4f33-ba0d-78e61e3dbf64 org.polarsys.capella.core.data.cs.impl.PartImpl@1284d445 (id: 75110233-d1db-4f33-ba0d-78e61e3dbf64, sid: 75110233-d1db-4f33-ba0d-78e61e3dbf64) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d7d338ee-6df8-402a-b97c-6370e908a817 org.polarsys.capella.core.data.cs.impl.PartImpl@7419c5f3 (id: d7d338ee-6df8-402a-b97c-6370e908a817, sid: d7d338ee-6df8-402a-b97c-6370e908a817) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a739cf17-2607-4a68-b545-b172901f146e org.polarsys.capella.core.data.cs.impl.PartImpl@2f83e3ac (id: a739cf17-2607-4a68-b545-b172901f146e, sid: a739cf17-2607-4a68-b545-b172901f146e) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f51e21c8-5623-4acc-9a08-d26420b282cd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4a8b6071 (id: f51e21c8-5623-4acc-9a08-d26420b282cd, sid: f51e21c8-5623-4acc-9a08-d26420b282cd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = c41f53c6-adf9-44c1-8471-8024a1892d2a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4733e875 (id: c41f53c6-adf9-44c1-8471-8024a1892d2a, sid: c41f53c6-adf9-44c1-8471-8024a1892d2a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65a74bf3-f8f9-4520-be70-6ed404806d12 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@69c2b18d (id: 65a74bf3-f8f9-4520-be70-6ed404806d12, sid: 65a74bf3-f8f9-4520-be70-6ed404806d12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9273b429-a34c-4538-985f-b2440db10023 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@485eaed2 (id: 9273b429-a34c-4538-985f-b2440db10023, sid: 9273b429-a34c-4538-985f-b2440db10023) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 622006b8-743f-49b7-808e-43749e40bb82 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@45524dc6 (id: 622006b8-743f-49b7-808e-43749e40bb82, sid: 622006b8-743f-49b7-808e-43749e40bb82) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d5d229cf-35e1-4889-87c3-35116c427473 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@604535d1 (id: d5d229cf-35e1-4889-87c3-35116c427473, sid: d5d229cf-35e1-4889-87c3-35116c427473) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = b55875df-9278-466e-9707-d352a5064c7f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1aca7657 (id: b55875df-9278-466e-9707-d352a5064c7f, sid: b55875df-9278-466e-9707-d352a5064c7f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c336859-7f7e-4ad0-86a9-2c2e44fec30f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5053690d (id: 9c336859-7f7e-4ad0-86a9-2c2e44fec30f, sid: 9c336859-7f7e-4ad0-86a9-2c2e44fec30f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a7d926f-c346-478d-85e7-b14dbd853431 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@36461790 (id: 3a7d926f-c346-478d-85e7-b14dbd853431, sid: 3a7d926f-c346-478d-85e7-b14dbd853431) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@666132c1 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7d9fe97d (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@49f0b841 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2d0c607 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@6d480ba6 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6f1ed373 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@23604c61 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@270446f4 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@a3c6c89 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@13a0a3f6 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3202e6a7 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@373425f5 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) [FunctionalChainScopeTest] >> release >> unload Project_test_01 [FunctionalChainScopeTest] >> release >> unload output [FunctionalChainScopeTest] >> require >> load Project_test_01 [FunctionalChainScopeTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4204ac26 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@16668833 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2a2f4424 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7ed5b7f9 (id: 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e, sid: null) (name: FunctionalChainScope) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d4b11e9-d2c4-4452-97e2-1adbd27d3a69 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@dbbf1f (id: 7d4b11e9-d2c4-4452-97e2-1adbd27d3a69, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5756745d-ddfe-4133-9d97-d1fccb910d26 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@4a5e042b (id: 5756745d-ddfe-4133-9d97-d1fccb910d26, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83d1dca3-3679-4421-9345-e0f71fb428a3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@207995a1 (id: 83d1dca3-3679-4421-9345-e0f71fb428a3, sid: 83d1dca3-3679-4421-9345-e0f71fb428a3) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cc1e2aa9-49db-4cdb-9747-67defed5f02e org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@566a812 (id: cc1e2aa9-49db-4cdb-9747-67defed5f02e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93bc9530-8f2b-4795-9ded-bd507de72041 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@34db8e3f (id: 93bc9530-8f2b-4795-9ded-bd507de72041, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 748a40d0-7ef6-406c-855c-c6550a19ba96 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@449fdb30 (id: 748a40d0-7ef6-406c-855c-c6550a19ba96, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ecd902c7-3da2-41a8-bf2a-5a0e53ceb740 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5529edbf (id: ecd902c7-3da2-41a8-bf2a-5a0e53ceb740, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63d08c6a-b8b0-4949-bd65-455e2d853c3d org.polarsys.capella.core.data.information.impl.DataPkgImpl@3deb2b53 (id: 63d08c6a-b8b0-4949-bd65-455e2d853c3d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7172185 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: b10ef1ba-372e-454e-8f79-15fe587c6e0e) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 7e1c95d4-995a-4cd0-bd7e-337bd9e02926 org.polarsys.capella.core.data.cs.impl.PartImpl@3b3e6871 (id: 7e1c95d4-995a-4cd0-bd7e-337bd9e02926, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 496fd84a-c4f2-47fe-97cc-eb5d14100c34 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@21e03ebc (id: 496fd84a-c4f2-47fe-97cc-eb5d14100c34, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 78850685-1f98-4e3e-969c-9c5a0bfa7c96 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@c0e6e4e (id: 78850685-1f98-4e3e-969c-9c5a0bfa7c96, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8083b1d2-7824-48eb-b612-01aa88579070 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@107aed69 (id: 8083b1d2-7824-48eb-b612-01aa88579070, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4204ac26 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@16668833 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7ed5b7f9 (id: 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e, sid: null) (name: FunctionalChainScope) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d4b11e9-d2c4-4452-97e2-1adbd27d3a69 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@dbbf1f (id: 7d4b11e9-d2c4-4452-97e2-1adbd27d3a69, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5756745d-ddfe-4133-9d97-d1fccb910d26 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@4a5e042b (id: 5756745d-ddfe-4133-9d97-d1fccb910d26, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83d1dca3-3679-4421-9345-e0f71fb428a3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@207995a1 (id: 83d1dca3-3679-4421-9345-e0f71fb428a3, sid: 83d1dca3-3679-4421-9345-e0f71fb428a3) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 267c9f19-23b5-43ef-895b-ed38c8b1a04d org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@adb1c80 (id: 267c9f19-23b5-43ef-895b-ed38c8b1a04d, sid: 267c9f19-23b5-43ef-895b-ed38c8b1a04d) (name: FC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 3ad46201-2d08-43a6-bede-bbae406b4520 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@57257983 (id: 3ad46201-2d08-43a6-bede-bbae406b4520, sid: 3ad46201-2d08-43a6-bede-bbae406b4520) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2bcc7f5-70b5-4155-a6ae-8a09320ba5a8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6de04010 (id: a2bcc7f5-70b5-4155-a6ae-8a09320ba5a8, sid: a2bcc7f5-70b5-4155-a6ae-8a09320ba5a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94ddb22b-1a49-4ff6-8665-8b142008fa65 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1580490 (id: 94ddb22b-1a49-4ff6-8665-8b142008fa65, sid: 94ddb22b-1a49-4ff6-8665-8b142008fa65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1dddb8e-ced4-4b55-87fe-982ee4013c37 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@53b52727 (id: c1dddb8e-ced4-4b55-87fe-982ee4013c37, sid: c1dddb8e-ced4-4b55-87fe-982ee4013c37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c7ebcd24-9f60-4e54-9386-16b6a2aec0ef org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2fa0b5b3 (id: c7ebcd24-9f60-4e54-9386-16b6a2aec0ef, sid: c7ebcd24-9f60-4e54-9386-16b6a2aec0ef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c977c3d-835c-47c1-82b4-528b0653d5e6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@402f9097 (id: 1c977c3d-835c-47c1-82b4-528b0653d5e6, sid: 1c977c3d-835c-47c1-82b4-528b0653d5e6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9bd59dbd-86e4-4eaa-a643-250fe096aa5c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1926086 (id: 9bd59dbd-86e4-4eaa-a643-250fe096aa5c, sid: 9bd59dbd-86e4-4eaa-a643-250fe096aa5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10418407-73a0-49ae-974d-1509523f96ad org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7b64e38c (id: 10418407-73a0-49ae-974d-1509523f96ad, sid: 10418407-73a0-49ae-974d-1509523f96ad) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f13d871-f8bf-4c34-abb0-a051c96eaebe org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5143dc7e (id: 6f13d871-f8bf-4c34-abb0-a051c96eaebe, sid: 6f13d871-f8bf-4c34-abb0-a051c96eaebe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10b2061d-c91f-435c-8f33-f3d9898a4774 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6dd445e9 (id: 10b2061d-c91f-435c-8f33-f3d9898a4774, sid: 10b2061d-c91f-435c-8f33-f3d9898a4774) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07130859-2e16-4c16-a4ef-898754db9b3a org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7f509e85 (id: 07130859-2e16-4c16-a4ef-898754db9b3a, sid: 07130859-2e16-4c16-a4ef-898754db9b3a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a1356bff-6f06-4144-816d-333f37c77fa0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@23f47a60 (id: a1356bff-6f06-4144-816d-333f37c77fa0, sid: a1356bff-6f06-4144-816d-333f37c77fa0) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bd0e76f8-c42d-41ce-b73d-b81bb9dae0dc org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6c9bf24c (id: bd0e76f8-c42d-41ce-b73d-b81bb9dae0dc, sid: bd0e76f8-c42d-41ce-b73d-b81bb9dae0dc) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fe2172c5-7841-4e5c-9511-1a3823918309 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@232f193b (id: fe2172c5-7841-4e5c-9511-1a3823918309, sid: fe2172c5-7841-4e5c-9511-1a3823918309) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 16a6c106-45b1-4c3f-9f34-b77258a092fc org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@58f01f6d (id: 16a6c106-45b1-4c3f-9f34-b77258a092fc, sid: 16a6c106-45b1-4c3f-9f34-b77258a092fc) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 962a1c2c-51ba-46b0-a8eb-22b2aa1969de org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@58575969 (id: 962a1c2c-51ba-46b0-a8eb-22b2aa1969de, sid: 962a1c2c-51ba-46b0-a8eb-22b2aa1969de) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0eb2b9db-e912-4fb0-9fed-f326077d6075 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6b6dc9bd (id: 0eb2b9db-e912-4fb0-9fed-f326077d6075, sid: 0eb2b9db-e912-4fb0-9fed-f326077d6075) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6946a757-a53e-43f0-a487-0750693898cf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3050e32a (id: 6946a757-a53e-43f0-a487-0750693898cf, sid: 6946a757-a53e-43f0-a487-0750693898cf) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f8e15d8f-8763-4858-a2b4-1f7b2cf462c4 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6803893a (id: f8e15d8f-8763-4858-a2b4-1f7b2cf462c4, sid: f8e15d8f-8763-4858-a2b4-1f7b2cf462c4) (name: FOP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 28372abc-2877-4b2d-9eff-8d82e6dc78f3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@a7d1942 (id: 28372abc-2877-4b2d-9eff-8d82e6dc78f3, sid: 28372abc-2877-4b2d-9eff-8d82e6dc78f3) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 371fe2df-c46a-4fa0-ae83-e5d96f6d1303 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@f581991 (id: 371fe2df-c46a-4fa0-ae83-e5d96f6d1303, sid: 371fe2df-c46a-4fa0-ae83-e5d96f6d1303) (name: FIP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 87b6c802-e9a4-472d-88a9-3d32b2e71242 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3826e2e3 (id: 87b6c802-e9a4-472d-88a9-3d32b2e71242, sid: 87b6c802-e9a4-472d-88a9-3d32b2e71242) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e465afa7-4dab-48e1-88de-2f53af219a20 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2ecd515c (id: e465afa7-4dab-48e1-88de-2f53af219a20, sid: e465afa7-4dab-48e1-88de-2f53af219a20) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1f8652a5-f02c-49cb-aa71-693853e49a52 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@61965185 (id: 1f8652a5-f02c-49cb-aa71-693853e49a52, sid: 1f8652a5-f02c-49cb-aa71-693853e49a52) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5ecad64d-c1e4-4fe2-8e1f-2e1242dfbce6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6ea886ae (id: 5ecad64d-c1e4-4fe2-8e1f-2e1242dfbce6, sid: 5ecad64d-c1e4-4fe2-8e1f-2e1242dfbce6) (name: FIP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5d980b6a-4e6e-48fb-910c-0b61ea964d72 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@72c5fcb8 (id: 5d980b6a-4e6e-48fb-910c-0b61ea964d72, sid: 5d980b6a-4e6e-48fb-910c-0b61ea964d72) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f29e050d-14f7-45e4-a9e0-752f41b35ada org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@58f289b8 (id: f29e050d-14f7-45e4-a9e0-752f41b35ada, sid: f29e050d-14f7-45e4-a9e0-752f41b35ada) (name: PF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 065c7514-1e1e-4b04-b2b0-3cad73e0c54b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@46ea2da6 (id: 065c7514-1e1e-4b04-b2b0-3cad73e0c54b, sid: 065c7514-1e1e-4b04-b2b0-3cad73e0c54b) (name: FIP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e2472514-f382-47ea-8bd9-57b07bb58ab8 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3f8c12d (id: e2472514-f382-47ea-8bd9-57b07bb58ab8, sid: e2472514-f382-47ea-8bd9-57b07bb58ab8) (name: FOP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aa442ab8-44d2-4c30-a7b5-6c8e43102df7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4052e03a (id: aa442ab8-44d2-4c30-a7b5-6c8e43102df7, sid: aa442ab8-44d2-4c30-a7b5-6c8e43102df7) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9cfdbbf5-079d-4814-b04e-0c324baf3bfd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@30496e8b (id: 9cfdbbf5-079d-4814-b04e-0c324baf3bfd, sid: 9cfdbbf5-079d-4814-b04e-0c324baf3bfd) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 30ed945c-3063-4035-8879-6dba6f759b57 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@131b816d (id: 30ed945c-3063-4035-8879-6dba6f759b57, sid: 30ed945c-3063-4035-8879-6dba6f759b57) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ca02dce3-6084-442a-ad17-8be7b2cc86fc org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@238d9d24 (id: ca02dce3-6084-442a-ad17-8be7b2cc86fc, sid: ca02dce3-6084-442a-ad17-8be7b2cc86fc) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2e3e572e-b6e8-4907-9eec-7f553103d7da org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7409ea5f (id: 2e3e572e-b6e8-4907-9eec-7f553103d7da, sid: 2e3e572e-b6e8-4907-9eec-7f553103d7da) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 74b7627e-2d51-46c0-abf5-b696c7614779 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@fcfef63 (id: 74b7627e-2d51-46c0-abf5-b696c7614779, sid: 74b7627e-2d51-46c0-abf5-b696c7614779) (name: FE6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7172185 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: b10ef1ba-372e-454e-8f79-15fe587c6e0e) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 7e1c95d4-995a-4cd0-bd7e-337bd9e02926 org.polarsys.capella.core.data.cs.impl.PartImpl@3b3e6871 (id: 7e1c95d4-995a-4cd0-bd7e-337bd9e02926, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 496fd84a-c4f2-47fe-97cc-eb5d14100c34 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@21e03ebc (id: 496fd84a-c4f2-47fe-97cc-eb5d14100c34, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5cb5c9b0 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@70b52e1e (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4e05cdbb (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@d4d0bae (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@7fc7abfe (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@265bafc6 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@4653c6a3 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@23a6b5bc (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@61fc726d (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@1aa2d40b (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@429c7f22 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@54813998 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 31c32b15-3d9c-4973-956d-015b54685735 org.polarsys.capella.core.data.cs.impl.PartImpl@7892d9a (id: 31c32b15-3d9c-4973-956d-015b54685735, sid: 31c32b15-3d9c-4973-956d-015b54685735) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 69a90604-e417-458d-adbc-bf58137c5ad2 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@671dcca5 (id: 69a90604-e417-458d-adbc-bf58137c5ad2, sid: 69a90604-e417-458d-adbc-bf58137c5ad2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75110233-d1db-4f33-ba0d-78e61e3dbf64 org.polarsys.capella.core.data.cs.impl.PartImpl@4be809f3 (id: 75110233-d1db-4f33-ba0d-78e61e3dbf64, sid: 75110233-d1db-4f33-ba0d-78e61e3dbf64) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c91e08ef-c493-4e13-9c0e-6336f01dcd75 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@32f3accb (id: c91e08ef-c493-4e13-9c0e-6336f01dcd75, sid: c91e08ef-c493-4e13-9c0e-6336f01dcd75) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d7d338ee-6df8-402a-b97c-6370e908a817 org.polarsys.capella.core.data.cs.impl.PartImpl@7cd8a2f2 (id: d7d338ee-6df8-402a-b97c-6370e908a817, sid: d7d338ee-6df8-402a-b97c-6370e908a817) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d2d4aa94-7127-4895-82df-d347b3d713d3 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@75a93128 (id: d2d4aa94-7127-4895-82df-d347b3d713d3, sid: d2d4aa94-7127-4895-82df-d347b3d713d3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a739cf17-2607-4a68-b545-b172901f146e org.polarsys.capella.core.data.cs.impl.PartImpl@7e8509ff (id: a739cf17-2607-4a68-b545-b172901f146e, sid: a739cf17-2607-4a68-b545-b172901f146e) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 02617f93-54c1-4fef-8a72-afd2c1f5ea74 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@513f7710 (id: 02617f93-54c1-4fef-8a72-afd2c1f5ea74, sid: 02617f93-54c1-4fef-8a72-afd2c1f5ea74) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ca6e95b-7437-4a30-b7b4-ede5db02a421 org.polarsys.capella.core.data.cs.impl.PartImpl@684990f7 (id: 3ca6e95b-7437-4a30-b7b4-ede5db02a421, sid: 3ca6e95b-7437-4a30-b7b4-ede5db02a421) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b04f3f4b-b81e-41a4-b2d9-41d867b9a885 org.polarsys.capella.core.data.cs.impl.PartImpl@5455cca7 (id: b04f3f4b-b81e-41a4-b2d9-41d867b9a885, sid: b04f3f4b-b81e-41a4-b2d9-41d867b9a885) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1e5dbaed-dcda-43cc-a419-6013f3d77ed3 org.polarsys.capella.core.data.cs.impl.PartImpl@249fd23 (id: 1e5dbaed-dcda-43cc-a419-6013f3d77ed3, sid: 1e5dbaed-dcda-43cc-a419-6013f3d77ed3) (name: PC7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 20996d71-117d-4e61-a043-313635750ed3 org.polarsys.capella.core.data.cs.impl.PartImpl@28e49d8d (id: 20996d71-117d-4e61-a043-313635750ed3, sid: 20996d71-117d-4e61-a043-313635750ed3) (name: PC8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d5d229cf-35e1-4889-87c3-35116c427473 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@76c4bb9c (id: d5d229cf-35e1-4889-87c3-35116c427473, sid: d5d229cf-35e1-4889-87c3-35116c427473) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = c2ecdb44-91c3-4428-a8d3-3e5174cfe71b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3ba9f082 (id: c2ecdb44-91c3-4428-a8d3-3e5174cfe71b, sid: c2ecdb44-91c3-4428-a8d3-3e5174cfe71b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 9273b429-a34c-4538-985f-b2440db10023 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@372d1a8f (id: 9273b429-a34c-4538-985f-b2440db10023, sid: 9273b429-a34c-4538-985f-b2440db10023) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = f51e21c8-5623-4acc-9a08-d26420b282cd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@48ae7e3a (id: f51e21c8-5623-4acc-9a08-d26420b282cd, sid: f51e21c8-5623-4acc-9a08-d26420b282cd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 18f85f3b-4c3b-40cf-9226-6c8ae89079de org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1be524e8 (id: 18f85f3b-4c3b-40cf-9226-6c8ae89079de, sid: 18f85f3b-4c3b-40cf-9226-6c8ae89079de) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3a7d926f-c346-478d-85e7-b14dbd853431 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6f3cfaf6 (id: 3a7d926f-c346-478d-85e7-b14dbd853431, sid: 3a7d926f-c346-478d-85e7-b14dbd853431) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2e1949d-55c3-4877-a4b3-3d0c4c388777 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@309a6cfc (id: b2e1949d-55c3-4877-a4b3-3d0c4c388777, sid: b2e1949d-55c3-4877-a4b3-3d0c4c388777) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = b55875df-9278-466e-9707-d352a5064c7f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@b7e9b7b (id: b55875df-9278-466e-9707-d352a5064c7f, sid: b55875df-9278-466e-9707-d352a5064c7f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c336859-7f7e-4ad0-86a9-2c2e44fec30f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@390e2c98 (id: 9c336859-7f7e-4ad0-86a9-2c2e44fec30f, sid: 9c336859-7f7e-4ad0-86a9-2c2e44fec30f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1448da21-fd38-4b88-b381-93cad733ae87 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@316d8a05 (id: 1448da21-fd38-4b88-b381-93cad733ae87, sid: 1448da21-fd38-4b88-b381-93cad733ae87) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 622006b8-743f-49b7-808e-43749e40bb82 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5273ed58 (id: 622006b8-743f-49b7-808e-43749e40bb82, sid: 622006b8-743f-49b7-808e-43749e40bb82) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bf53ed2-43c2-4b90-b8d1-7d5b82664aed org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2da9012e (id: 8bf53ed2-43c2-4b90-b8d1-7d5b82664aed, sid: 8bf53ed2-43c2-4b90-b8d1-7d5b82664aed) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC8, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = c41f53c6-adf9-44c1-8471-8024a1892d2a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@658b82ef (id: c41f53c6-adf9-44c1-8471-8024a1892d2a, sid: c41f53c6-adf9-44c1-8471-8024a1892d2a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65a74bf3-f8f9-4520-be70-6ed404806d12 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@386b11f9 (id: 65a74bf3-f8f9-4520-be70-6ed404806d12, sid: 65a74bf3-f8f9-4520-be70-6ed404806d12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [FunctionalChainScopeTest] >> release >> unload Project_test_01 [FunctionalChainScopeTest] >> release >> unload output [FunctionalChainTest] >> require >> load Project_test_01 [FunctionalChainTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@a194ad (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7294ecd1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@95e55f9 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@77a65ecc (id: 4ac1c0c8-e740-4742-b060-5b50092cff66, sid: null) (name: AllPhases-FunctionalChain) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@2e3f93b0 (id: f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5, sid: f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77d08801-d1fa-41f7-87b4-5d02ae4179b2 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@7bdbb38c (id: 77d08801-d1fa-41f7-87b4-5d02ae4179b2, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17b22bfa-0b21-45cd-952e-a23b267b2fc8 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4c5633f3 (id: 17b22bfa-0b21-45cd-952e-a23b267b2fc8, sid: 17b22bfa-0b21-45cd-952e-a23b267b2fc8) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@375ce0c5 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6da7b7db-204f-462e-bae8-a7a1ee316334 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@3e4f854d (id: 6da7b7db-204f-462e-bae8-a7a1ee316334, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 348c2df4-12aa-4818-8081-b393d82c5b58 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1039a933 (id: 348c2df4-12aa-4818-8081-b393d82c5b58, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb2c8291-13ee-41c5-8131-531114799035 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5883f566 (id: fb2c8291-13ee-41c5-8131-531114799035, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 82c2e526-f893-4204-880b-167637060020 org.polarsys.capella.core.data.information.impl.DataPkgImpl@479750b9 (id: 82c2e526-f893-4204-880b-167637060020, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e2682f3c-0583-42b4-971c-0a1fdccc1bcd org.polarsys.capella.core.data.information.impl.DataPkgImpl@64930821 (id: e2682f3c-0583-42b4-971c-0a1fdccc1bcd, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9de597ba-14ef-4666-a648-ee3274ff0b09 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3e51cb3b (id: 9de597ba-14ef-4666-a648-ee3274ff0b09, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = cf0cebed-52b4-4285-9962-f9505240cb65 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3e969ba8 (id: cf0cebed-52b4-4285-9962-f9505240cb65, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 04c8c16a-1290-4046-8b73-8b1793b56b29 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4d06dc77 (id: 04c8c16a-1290-4046-8b73-8b1793b56b29, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 387f4469-69d1-4a90-baaa-d02fdbc41ce0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@31a817f6 (id: 387f4469-69d1-4a90-baaa-d02fdbc41ce0, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d138dc03-cad6-43d4-8eeb-d2bfdf675739 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1901aeb (id: d138dc03-cad6-43d4-8eeb-d2bfdf675739, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1f9811bf-33e8-499b-84db-7d3563668185 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@bd19aaa (id: 1f9811bf-33e8-499b-84db-7d3563668185, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 68f03a63-1306-4da1-bf4a-284db53d3fd3 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@70cf0ac3 (id: 68f03a63-1306-4da1-bf4a-284db53d3fd3, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 68fec82e-4261-4b9d-bb96-9bff3ac1f5a1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@129b48b (id: 68fec82e-4261-4b9d-bb96-9bff3ac1f5a1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f0b962c-93e7-4578-bc29-fd1edf98bd06 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6fa107 (id: 8f0b962c-93e7-4578-bc29-fd1edf98bd06, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 443cc634-abea-424c-93b6-a2ad156339e3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@76c7f6a (id: 443cc634-abea-424c-93b6-a2ad156339e3, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 79d9a44f-94c6-4b74-840b-10aeb481ae82 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@ffde456 (id: 79d9a44f-94c6-4b74-840b-10aeb481ae82, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 943cf3c8-55e5-4aff-b212-c19244e7e299 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@43bc94ce (id: 943cf3c8-55e5-4aff-b212-c19244e7e299, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 25d14616-d4aa-47de-b92f-ecfe1629f303 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3e266227 (id: 25d14616-d4aa-47de-b92f-ecfe1629f303, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5bee6611-b5c1-4a0d-ac7b-196f91bda2d8 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@5a55cda6 (id: 5bee6611-b5c1-4a0d-ac7b-196f91bda2d8, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = d45584ee-45e2-439d-b898-604cdfb5845f org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@3aea4dee (id: d45584ee-45e2-439d-b898-604cdfb5845f, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 1222c92d-015c-4b3c-a6b6-9fadd3ed24cc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1d57b499 (id: 1222c92d-015c-4b3c-a6b6-9fadd3ed24cc, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 7cd04cdc-85de-4932-8d90-49886549d011 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@10edca4e (id: 7cd04cdc-85de-4932-8d90-49886549d011, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 0b806096-759e-420f-b6e3-654ac3abcd5e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@64210d08 (id: 0b806096-759e-420f-b6e3-654ac3abcd5e, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4e659b8f-e0d8-42a0-95d0-90850da4d04c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@ccca95f (id: 4e659b8f-e0d8-42a0-95d0-90850da4d04c, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9043746e-56e9-4bdc-b479-a25137c6f589 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c1f3723 (id: 9043746e-56e9-4bdc-b479-a25137c6f589, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 36e8ae4b-5044-4077-b65a-f5596afd83c1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@52de2754 (id: 36e8ae4b-5044-4077-b65a-f5596afd83c1, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = fd982541-314e-4843-b307-af02a41f8e1d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3e7b394a (id: fd982541-314e-4843-b307-af02a41f8e1d, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7e8a41cb-9f8f-410f-af17-076790681753 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5714e98b (id: 7e8a41cb-9f8f-410f-af17-076790681753, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 89afafa3-7082-406a-be55-272f0c280def org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2e77a65 (id: 89afafa3-7082-406a-be55-272f0c280def, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7c1f0c50-1949-46fd-b460-9a9be986a691 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@212009ea (id: 7c1f0c50-1949-46fd-b460-9a9be986a691, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9eb8b1ba-9e1c-4d16-a64f-2b84304bed61 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4676c5ed (id: 9eb8b1ba-9e1c-4d16-a64f-2b84304bed61, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b4a8a6e8-4aaa-423e-8acf-e8b2d71d0e06 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@365e2419 (id: b4a8a6e8-4aaa-423e-8acf-e8b2d71d0e06, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = fb6f3a95-d212-4653-a4f3-194e9963f777 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@fd344e5 (id: fb6f3a95-d212-4653-a4f3-194e9963f777, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8c700c55-797b-4f55-a94c-f38228fb86bd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2e1d63ac (id: 8c700c55-797b-4f55-a94c-f38228fb86bd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 854c861e-6729-4eb9-9173-2eb7c7499d48 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5eb4922f (id: 854c861e-6729-4eb9-9173-2eb7c7499d48, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c60bd84d-a7d7-43e7-9cba-037516c21b9f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@190d1b0c (id: c60bd84d-a7d7-43e7-9cba-037516c21b9f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@5b0d0eb (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4 org.polarsys.capella.core.data.cs.impl.PartImpl@59cb7752 (id: 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4, sid: 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2b60d2e3-edc8-44c5-b82c-72528d90a25b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@18c19088 (id: 2b60d2e3-edc8-44c5-b82c-72528d90a25b, sid: 2b60d2e3-edc8-44c5-b82c-72528d90a25b) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@56cbbfc0 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4a2e66fc (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@2c91c99f (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@724fbe6d (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@a194ad (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7294ecd1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@77a65ecc (id: 4ac1c0c8-e740-4742-b060-5b50092cff66, sid: null) (name: AllPhases-FunctionalChain) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@2e3f93b0 (id: f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5, sid: f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77d08801-d1fa-41f7-87b4-5d02ae4179b2 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@7bdbb38c (id: 77d08801-d1fa-41f7-87b4-5d02ae4179b2, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17b22bfa-0b21-45cd-952e-a23b267b2fc8 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4c5633f3 (id: 17b22bfa-0b21-45cd-952e-a23b267b2fc8, sid: 17b22bfa-0b21-45cd-952e-a23b267b2fc8) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ce964360-08e1-4b14-9715-9bab20619d9f org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@3ef1b0f9 (id: ce964360-08e1-4b14-9715-9bab20619d9f, sid: ce964360-08e1-4b14-9715-9bab20619d9f) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = c4c762ff-a00d-4f77-a740-5c5c082635fe org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6fe7cacf (id: c4c762ff-a00d-4f77-a740-5c5c082635fe, sid: c4c762ff-a00d-4f77-a740-5c5c082635fe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a98f550b-e98d-4fbe-9df1-89cba4e72cf2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3227fa39 (id: a98f550b-e98d-4fbe-9df1-89cba4e72cf2, sid: a98f550b-e98d-4fbe-9df1-89cba4e72cf2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91a8b7eb-e83b-4994-b30f-7672f698173f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@73166195 (id: 91a8b7eb-e83b-4994-b30f-7672f698173f, sid: 91a8b7eb-e83b-4994-b30f-7672f698173f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3ec773b-11dd-4127-92c1-72fa285348f7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@41094625 (id: d3ec773b-11dd-4127-92c1-72fa285348f7, sid: d3ec773b-11dd-4127-92c1-72fa285348f7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5966bf7b-299c-4f40-9aba-5a2a529187c1 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@60c06f04 (id: 5966bf7b-299c-4f40-9aba-5a2a529187c1, sid: 5966bf7b-299c-4f40-9aba-5a2a529187c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00f9f2fe-3ebe-451e-8058-290956a244eb org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2e94be80 (id: 00f9f2fe-3ebe-451e-8058-290956a244eb, sid: 00f9f2fe-3ebe-451e-8058-290956a244eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d5b64d24-ee79-4ef3-a236-30414cd62b23 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@3ef2c111 (id: d5b64d24-ee79-4ef3-a236-30414cd62b23, sid: d5b64d24-ee79-4ef3-a236-30414cd62b23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4b49f86-1f9f-45a2-8e75-1610b07891f8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5d92b1fd (id: b4b49f86-1f9f-45a2-8e75-1610b07891f8, sid: b4b49f86-1f9f-45a2-8e75-1610b07891f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f389a36-b4c0-4d31-a4ad-e2939534c774 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4b886cfa (id: 3f389a36-b4c0-4d31-a4ad-e2939534c774, sid: 3f389a36-b4c0-4d31-a4ad-e2939534c774) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fb747b6-3894-4315-bb90-dd433622dfe9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5a4e94e3 (id: 4fb747b6-3894-4315-bb90-dd433622dfe9, sid: 4fb747b6-3894-4315-bb90-dd433622dfe9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@223cbfa5 (id: ID_FakeFunctionalChainInvolvement_System_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2, sid: ID_FakeFunctionalChainInvolvement_System_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@10569832 (id: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e, sid: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1d3afa6-fba0-482e-b354-58dc130c6411 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@49031d59 (id: d1d3afa6-fba0-482e-b354-58dc130c6411, sid: d1d3afa6-fba0-482e-b354-58dc130c6411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a61aa08-9c66-4f9f-b5cc-f205075b8f4c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5a5447c7 (id: 7a61aa08-9c66-4f9f-b5cc-f205075b8f4c, sid: 7a61aa08-9c66-4f9f-b5cc-f205075b8f4c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db12611d-c30e-46b0-a425-0d0878122635 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@742bda9c (id: db12611d-c30e-46b0-a425-0d0878122635, sid: db12611d-c30e-46b0-a425-0d0878122635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e315d59-d3b8-467f-b698-eb4103405138 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@72d69d23 (id: 6e315d59-d3b8-467f-b698-eb4103405138, sid: 6e315d59-d3b8-467f-b698-eb4103405138) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94b678a0-ce51-4b55-bf34-f8c40292f5b6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@40813aef (id: 94b678a0-ce51-4b55-bf34-f8c40292f5b6, sid: 94b678a0-ce51-4b55-bf34-f8c40292f5b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@758c505 (id: ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d, sid: ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5958ba6-5843-4983-b89b-69746c2a9d6f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7bc8406 (id: c5958ba6-5843-4983-b89b-69746c2a9d6f, sid: c5958ba6-5843-4983-b89b-69746c2a9d6f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dea27519-91f6-41c0-bc16-4729d607a3ae org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@10e94745 (id: dea27519-91f6-41c0-bc16-4729d607a3ae, sid: dea27519-91f6-41c0-bc16-4729d607a3ae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfc25e1d-8f94-4810-9eb0-049537c37a44 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@28c8b4a2 (id: dfc25e1d-8f94-4810-9eb0-049537c37a44, sid: dfc25e1d-8f94-4810-9eb0-049537c37a44) (name: FunctionalChain 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 1b821a97-f4d4-40a5-99dc-c67f42f8ddff org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@439ba03e (id: 1b821a97-f4d4-40a5-99dc-c67f42f8ddff, sid: 1b821a97-f4d4-40a5-99dc-c67f42f8ddff) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4eb29c1-a78e-4938-8c38-70c5563eeff2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@422d6faf (id: d4eb29c1-a78e-4938-8c38-70c5563eeff2, sid: d4eb29c1-a78e-4938-8c38-70c5563eeff2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb337b4e-dfb4-4238-b925-3c2b2eb89435 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@15564eb9 (id: bb337b4e-dfb4-4238-b925-3c2b2eb89435, sid: bb337b4e-dfb4-4238-b925-3c2b2eb89435) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21f7385d-5bf8-489f-b7f7-a3632704f5e9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@78d69515 (id: 21f7385d-5bf8-489f-b7f7-a3632704f5e9, sid: 21f7385d-5bf8-489f-b7f7-a3632704f5e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96b9a7ca-052e-4ea9-b012-6740e66f66bd org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@64707a32 (id: 96b9a7ca-052e-4ea9-b012-6740e66f66bd, sid: 96b9a7ca-052e-4ea9-b012-6740e66f66bd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 92157cd3-51b6-4e4a-93b5-393f4e846e27 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@4d893104 (id: 92157cd3-51b6-4e4a-93b5-393f4e846e27, sid: 92157cd3-51b6-4e4a-93b5-393f4e846e27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e9bc890-e746-4cb7-85ff-eccf721415c3 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6a8d8d8a (id: 5e9bc890-e746-4cb7-85ff-eccf721415c3, sid: 5e9bc890-e746-4cb7-85ff-eccf721415c3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1798214d-a7d1-489e-8602-0f62998dc31b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@263fd3f3 (id: 1798214d-a7d1-489e-8602-0f62998dc31b, sid: 1798214d-a7d1-489e-8602-0f62998dc31b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6be66117-3f80-4342-8188-8677fdbacf8d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1be353f5 (id: 6be66117-3f80-4342-8188-8677fdbacf8d, sid: 6be66117-3f80-4342-8188-8677fdbacf8d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 233a30b8-5df4-41e9-99f9-b9588408e392 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@45fc94d6 (id: 233a30b8-5df4-41e9-99f9-b9588408e392, sid: 233a30b8-5df4-41e9-99f9-b9588408e392) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b424f398-7e6b-4195-b100-260629c50cba org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@16703299 (id: b424f398-7e6b-4195-b100-260629c50cba, sid: b424f398-7e6b-4195-b100-260629c50cba) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7face320-4331-4568-8a18-f86177c64ead org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@378b4ea5 (id: 7face320-4331-4568-8a18-f86177c64ead, sid: 7face320-4331-4568-8a18-f86177c64ead) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27d4369a-53d4-4291-a8e8-8914f8b3ad68 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@28720015 (id: 27d4369a-53d4-4291-a8e8-8914f8b3ad68, sid: 27d4369a-53d4-4291-a8e8-8914f8b3ad68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bab0ac39-1471-4781-b6df-29a2307a7c73 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3f010b78 (id: bab0ac39-1471-4781-b6df-29a2307a7c73, sid: bab0ac39-1471-4781-b6df-29a2307a7c73) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cadb5226-1938-4f25-9848-d7358129092b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5212945b (id: cadb5226-1938-4f25-9848-d7358129092b, sid: cadb5226-1938-4f25-9848-d7358129092b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de86c83a-b507-4e21-9683-3ec75586e87e org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@3f138837 (id: de86c83a-b507-4e21-9683-3ec75586e87e, sid: de86c83a-b507-4e21-9683-3ec75586e87e) (name: FunctionalChain 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 100a88d2-db4c-4328-be20-f060c2f315c4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@87e1e66 (id: 100a88d2-db4c-4328-be20-f060c2f315c4, sid: 100a88d2-db4c-4328-be20-f060c2f315c4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4482fb3d-f2bd-46c6-9b60-68f372993ca4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4e88e37e (id: 4482fb3d-f2bd-46c6-9b60-68f372993ca4, sid: 4482fb3d-f2bd-46c6-9b60-68f372993ca4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1489f409-aefb-43fa-a439-9e7f0835e2a1 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@38f7a94 (id: 1489f409-aefb-43fa-a439-9e7f0835e2a1, sid: 1489f409-aefb-43fa-a439-9e7f0835e2a1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43b66322-6d35-4044-9781-530ef52b26f4 org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@519134c9 (id: 43b66322-6d35-4044-9781-530ef52b26f4, sid: 43b66322-6d35-4044-9781-530ef52b26f4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: AND) ID = 75ff61a4-3ed6-46ad-be66-4893fff8442d org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@2932afb5 (id: 75ff61a4-3ed6-46ad-be66-4893fff8442d, sid: 75ff61a4-3ed6-46ad-be66-4893fff8442d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: AND) ID = d640b851-c4bd-402a-83ea-9d25358a4c6a org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@24472140 (id: d640b851-c4bd-402a-83ea-9d25358a4c6a, sid: d640b851-c4bd-402a-83ea-9d25358a4c6a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: ITERATE) ID = b2788e52-f5ff-4093-ad49-a0c5a90a48e7 org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@18b46d7a (id: b2788e52-f5ff-4093-ad49-a0c5a90a48e7, sid: b2788e52-f5ff-4093-ad49-a0c5a90a48e7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: ITERATE) ID = e6b3dfb7-7c4c-4443-b1b7-6929a34caada org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@1f7db0d5 (id: e6b3dfb7-7c4c-4443-b1b7-6929a34caada, sid: e6b3dfb7-7c4c-4443-b1b7-6929a34caada) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5992cff7-2eb7-49aa-8fb2-51af6c644d35 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@2499c1fd (id: 5992cff7-2eb7-49aa-8fb2-51af6c644d35, sid: 5992cff7-2eb7-49aa-8fb2-51af6c644d35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51dd6ee1-5d3b-4362-90de-e1570e4d1f93 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@105227a5 (id: 51dd6ee1-5d3b-4362-90de-e1570e4d1f93, sid: 51dd6ee1-5d3b-4362-90de-e1570e4d1f93) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ea94635-567c-4c1c-af6e-7196c1c37289 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@7cf43b1a (id: 5ea94635-567c-4c1c-af6e-7196c1c37289, sid: 5ea94635-567c-4c1c-af6e-7196c1c37289) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b02f1baa-55a3-4ead-9bb3-6de28f3c7a94 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@e7dd749 (id: b02f1baa-55a3-4ead-9bb3-6de28f3c7a94, sid: b02f1baa-55a3-4ead-9bb3-6de28f3c7a94) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0757ab45-3a25-4fa2-9509-03df557fc76e org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@64816952 (id: 0757ab45-3a25-4fa2-9509-03df557fc76e, sid: 0757ab45-3a25-4fa2-9509-03df557fc76e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4bc24841-436c-4188-a45b-2657992fb95b org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@65ef0568 (id: 4bc24841-436c-4188-a45b-2657992fb95b, sid: 4bc24841-436c-4188-a45b-2657992fb95b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bddd5324-8a60-4349-b032-0a22e073a393 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@381ece24 (id: bddd5324-8a60-4349-b032-0a22e073a393, sid: bddd5324-8a60-4349-b032-0a22e073a393) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8309c34-3776-4c6c-8b2a-17bc2c6f6d07 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@583981f1 (id: d8309c34-3776-4c6c-8b2a-17bc2c6f6d07, sid: d8309c34-3776-4c6c-8b2a-17bc2c6f6d07) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00daee59-f601-426f-bb9f-82e6047ab5d9 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@379db85d (id: 00daee59-f601-426f-bb9f-82e6047ab5d9, sid: 00daee59-f601-426f-bb9f-82e6047ab5d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9306d8ac-5d4b-42fd-9ee6-d30d1b0955cb org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@2a443f83 (id: 9306d8ac-5d4b-42fd-9ee6-d30d1b0955cb, sid: 9306d8ac-5d4b-42fd-9ee6-d30d1b0955cb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa83bf83-ee29-44cb-91bb-2bd16f4db0fe org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@6465bb01 (id: fa83bf83-ee29-44cb-91bb-2bd16f4db0fe, sid: fa83bf83-ee29-44cb-91bb-2bd16f4db0fe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275ecb4a-4b96-45d3-af7b-3ce0a9a1eb25 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@70c78875 (id: 275ecb4a-4b96-45d3-af7b-3ce0a9a1eb25, sid: 275ecb4a-4b96-45d3-af7b-3ce0a9a1eb25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 87348df5-cac1-488c-ad9d-97a9df6061dd org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@2a429960 (id: 87348df5-cac1-488c-ad9d-97a9df6061dd, sid: 87348df5-cac1-488c-ad9d-97a9df6061dd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5b50f6ac-bcd3-41ea-9e43-46c81bfefeb2 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@21f1038c (id: 5b50f6ac-bcd3-41ea-9e43-46c81bfefeb2, sid: 5b50f6ac-bcd3-41ea-9e43-46c81bfefeb2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bd236894-8276-40e6-a6e4-d28719d7cffd org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@68050900 (id: bd236894-8276-40e6-a6e4-d28719d7cffd, sid: bd236894-8276-40e6-a6e4-d28719d7cffd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03de6f0c-316d-4853-9e1d-2205245a3278 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@676d9ea3 (id: 03de6f0c-316d-4853-9e1d-2205245a3278, sid: 03de6f0c-316d-4853-9e1d-2205245a3278) (name: LC1_F2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b1f2393d-66f8-4017-ab08-f78bc2d0788c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@13407821 (id: b1f2393d-66f8-4017-ab08-f78bc2d0788c, sid: b1f2393d-66f8-4017-ab08-f78bc2d0788c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 27fa8491-d033-452b-9792-5111d2936a2e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@65b6156b (id: 27fa8491-d033-452b-9792-5111d2936a2e, sid: 27fa8491-d033-452b-9792-5111d2936a2e) (name: LC1_F4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a49372a4-8f0b-43be-8bd9-d274e556e353 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5a9e7c03 (id: a49372a4-8f0b-43be-8bd9-d274e556e353, sid: a49372a4-8f0b-43be-8bd9-d274e556e353) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3cff40f1-7d8e-4172-8425-47761682d096 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@693dfc09 (id: 3cff40f1-7d8e-4172-8425-47761682d096, sid: 3cff40f1-7d8e-4172-8425-47761682d096) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cd508435-a02f-435c-99bc-3857ec410a35 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1148c46a (id: cd508435-a02f-435c-99bc-3857ec410a35, sid: cd508435-a02f-435c-99bc-3857ec410a35) (name: A2_F7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 16bb2651-6ee5-4ce9-a04f-ad33924af5eb org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@22890381 (id: 16bb2651-6ee5-4ce9-a04f-ad33924af5eb, sid: 16bb2651-6ee5-4ce9-a04f-ad33924af5eb) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1799f5f2 (id: 4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b, sid: 4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b) (name: A2_F6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fc477d3e-5f7b-432c-8b17-19ba5321b470 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@50d92f5e (id: fc477d3e-5f7b-432c-8b17-19ba5321b470, sid: fc477d3e-5f7b-432c-8b17-19ba5321b470) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortIn_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b_ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@47a5b839 (id: ID_FakeFunctionPortIn_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b_ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b, sid: ID_FakeFunctionPortIn_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b_ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b) (name: in_FakeFE_A2_F1_A2_F6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@611dbbd7 (id: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3, sid: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7e62bf3a-352b-4855-a5ce-db54bf1649cf org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@406aeb49 (id: 7e62bf3a-352b-4855-a5ce-db54bf1649cf, sid: 7e62bf3a-352b-4855-a5ce-db54bf1649cf) (name: LC2_F1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fabc6aca-1e52-44f5-bfab-1fa857a49d73 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5051e404 (id: fabc6aca-1e52-44f5-bfab-1fa857a49d73, sid: fabc6aca-1e52-44f5-bfab-1fa857a49d73) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2c1896d8-33bb-4d06-b5a7-0fa2534ae3ea org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4168e58c (id: 2c1896d8-33bb-4d06-b5a7-0fa2534ae3ea, sid: 2c1896d8-33bb-4d06-b5a7-0fa2534ae3ea) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@51bc2db0 (id: 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145, sid: 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145) (name: LogicalFunction 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0989ca5-7e05-4bef-a0fb-f5ec3ac4570a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4f0bd945 (id: e0989ca5-7e05-4bef-a0fb-f5ec3ac4570a, sid: e0989ca5-7e05-4bef-a0fb-f5ec3ac4570a) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f18c54d6-6daf-45d9-98de-e9dc3907754c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4733941c (id: f18c54d6-6daf-45d9-98de-e9dc3907754c, sid: f18c54d6-6daf-45d9-98de-e9dc3907754c) (name: LC2_F2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a69dbe5e-5226-47b9-8848-9d63c38a757d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@50140f10 (id: a69dbe5e-5226-47b9-8848-9d63c38a757d, sid: a69dbe5e-5226-47b9-8848-9d63c38a757d) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 41cea9f9-4ed4-4f51-b73f-06a8eddf7286 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@f3ab0d2 (id: 41cea9f9-4ed4-4f51-b73f-06a8eddf7286, sid: 41cea9f9-4ed4-4f51-b73f-06a8eddf7286) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cf849108-bee8-4cf4-92e0-f08ccf8e5c5f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@9f8703c (id: cf849108-bee8-4cf4-92e0-f08ccf8e5c5f, sid: cf849108-bee8-4cf4-92e0-f08ccf8e5c5f) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 73a4ca32-290b-462f-b574-7df0a73bde96 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@18372f5a (id: 73a4ca32-290b-462f-b574-7df0a73bde96, sid: 73a4ca32-290b-462f-b574-7df0a73bde96) (name: LogicalFunction 26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2ff9f3c4-a361-4b8a-8158-578d61b1e771 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7248b2d6 (id: 2ff9f3c4-a361-4b8a-8158-578d61b1e771, sid: 2ff9f3c4-a361-4b8a-8158-578d61b1e771) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 116d7f04-a134-40b9-ac68-cb3e4f386fa2 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@52b0866b (id: 116d7f04-a134-40b9-ac68-cb3e4f386fa2, sid: 116d7f04-a134-40b9-ac68-cb3e4f386fa2) (name: LC2_F4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 08ff911b-547f-4528-acad-76768bbfb689 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@222c6fa2 (id: 08ff911b-547f-4528-acad-76768bbfb689, sid: 08ff911b-547f-4528-acad-76768bbfb689) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 121f5a8f-e267-4578-9f6a-bdff50b90c28 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@784ae715 (id: 121f5a8f-e267-4578-9f6a-bdff50b90c28, sid: 121f5a8f-e267-4578-9f6a-bdff50b90c28) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9db4e333-35e9-4c62-ab28-b28cd560b22c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@327901b0 (id: 9db4e333-35e9-4c62-ab28-b28cd560b22c, sid: 9db4e333-35e9-4c62-ab28-b28cd560b22c) (name: LC2_F3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fd3d635e-cab9-4e42-b251-ae2ce24038f7 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@642c5a4a (id: fd3d635e-cab9-4e42-b251-ae2ce24038f7, sid: fd3d635e-cab9-4e42-b251-ae2ce24038f7) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cc8fd3f1-1286-4c4f-9e88-cdf9056997d0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@25bc6812 (id: cc8fd3f1-1286-4c4f-9e88-cdf9056997d0, sid: cc8fd3f1-1286-4c4f-9e88-cdf9056997d0) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b7e5f79e-fe7d-4e43-9fa8-45d1416841d4 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@ae151ff (id: b7e5f79e-fe7d-4e43-9fa8-45d1416841d4, sid: b7e5f79e-fe7d-4e43-9fa8-45d1416841d4) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7dae378b-0cdd-4253-a7d5-4cd73b59ec06 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@706fa592 (id: 7dae378b-0cdd-4253-a7d5-4cd73b59ec06, sid: 7dae378b-0cdd-4253-a7d5-4cd73b59ec06) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2b8b4863-bcea-4f5e-b2d0-390bf9ea5676 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@76174fdf (id: 2b8b4863-bcea-4f5e-b2d0-390bf9ea5676, sid: 2b8b4863-bcea-4f5e-b2d0-390bf9ea5676) (name: LC2_F5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e8de7023-a64c-415b-8f68-a2c6098e413d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@302d45f7 (id: e8de7023-a64c-415b-8f68-a2c6098e413d, sid: e8de7023-a64c-415b-8f68-a2c6098e413d) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 67e595c6-06c9-4504-b9c8-33873c31c692 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@304394a4 (id: 67e595c6-06c9-4504-b9c8-33873c31c692, sid: 67e595c6-06c9-4504-b9c8-33873c31c692) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7fa23922-2c9d-4820-a956-a425ce5b1bfc org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3d8df40b (id: 7fa23922-2c9d-4820-a956-a425ce5b1bfc, sid: 7fa23922-2c9d-4820-a956-a425ce5b1bfc) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a36d6ea7-da34-4d64-9fec-0b69ed68051d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@71282dd2 (id: a36d6ea7-da34-4d64-9fec-0b69ed68051d, sid: a36d6ea7-da34-4d64-9fec-0b69ed68051d) (name: A2_F1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f35a2398-e57c-4269-a19d-c58a8176eed3 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2bf0ccfd (id: f35a2398-e57c-4269-a19d-c58a8176eed3, sid: f35a2398-e57c-4269-a19d-c58a8176eed3) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e5297d88-c119-4496-9996-d70c850d13bd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@55c50ac3 (id: e5297d88-c119-4496-9996-d70c850d13bd, sid: e5297d88-c119-4496-9996-d70c850d13bd) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_a36d6ea7-da34-4d64-9fec-0b69ed68051d_ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@769cf39a (id: ID_FakeFunctionPortOut_a36d6ea7-da34-4d64-9fec-0b69ed68051d_ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b, sid: ID_FakeFunctionPortOut_a36d6ea7-da34-4d64-9fec-0b69ed68051d_ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b) (name: out_FakeFE_A2_F1_A2_F6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5b5904f6-afd0-4149-acb4-9b9f072dfb30 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@aba312d (id: 5b5904f6-afd0-4149-acb4-9b9f072dfb30, sid: 5b5904f6-afd0-4149-acb4-9b9f072dfb30) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 0aca6d0b-2198-42ff-a4d0-620ca6bf6300 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6ea18f4 (id: 0aca6d0b-2198-42ff-a4d0-620ca6bf6300, sid: 0aca6d0b-2198-42ff-a4d0-620ca6bf6300) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = fa43827c-eb9e-41c3-9ac6-4249aebd9ef0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@34e90a9a (id: fa43827c-eb9e-41c3-9ac6-4249aebd9ef0, sid: fa43827c-eb9e-41c3-9ac6-4249aebd9ef0) (name: FunctionalExchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = eac1df28-9ac6-423b-96ed-88a3c7db53b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@42826ab2 (id: eac1df28-9ac6-423b-96ed-88a3c7db53b0, sid: eac1df28-9ac6-423b-96ed-88a3c7db53b0) (name: FunctionalExchange 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bb397f2d-4eee-4104-b6f8-8cf910478427 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@495df289 (id: bb397f2d-4eee-4104-b6f8-8cf910478427, sid: bb397f2d-4eee-4104-b6f8-8cf910478427) (name: FunctionalExchange 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@d286002 (id: 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a, sid: 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a) (name: FunctionalExchange 23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a05a0b4b-63d1-4cf4-8789-554804dfd834 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@16fe8a4b (id: a05a0b4b-63d1-4cf4-8789-554804dfd834, sid: a05a0b4b-63d1-4cf4-8789-554804dfd834) (name: FunctionalExchange 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2cf352e7-7f31-48e1-8123-ef4159ab0bd7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@250c0fe9 (id: 2cf352e7-7f31-48e1-8123-ef4159ab0bd7, sid: 2cf352e7-7f31-48e1-8123-ef4159ab0bd7) (name: FunctionalExchange 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 37bb3d18-0543-4cdc-afee-66ed7624c89e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3842d344 (id: 37bb3d18-0543-4cdc-afee-66ed7624c89e, sid: 37bb3d18-0543-4cdc-afee-66ed7624c89e) (name: FunctionalExchange 28) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = daa2e915-08da-4e8e-9f2d-bf30e3e673d9 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2fdbd6b0 (id: daa2e915-08da-4e8e-9f2d-bf30e3e673d9, sid: daa2e915-08da-4e8e-9f2d-bf30e3e673d9) (name: FunctionalExchange 24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2a9881f8-41b4-437f-95f1-6aac4e31384e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@42114c6e (id: 2a9881f8-41b4-437f-95f1-6aac4e31384e, sid: 2a9881f8-41b4-437f-95f1-6aac4e31384e) (name: FunctionalExchange 29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e3c77ae8-b0bd-4da5-8fdd-a7db1718d065 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@73613903 (id: e3c77ae8-b0bd-4da5-8fdd-a7db1718d065, sid: e3c77ae8-b0bd-4da5-8fdd-a7db1718d065) (name: FunctionalExchange 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3c61c9e4 (id: ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b, sid: ID_FakeFunctionalExchange_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b) (name: FakeFE_A2_F1_A2_F6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@5b0d0eb (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e7590593-fb96-49ee-a172-bde7ae24c222 org.polarsys.capella.core.data.cs.impl.PartImpl@550a2f13 (id: e7590593-fb96-49ee-a172-bde7ae24c222, sid: e7590593-fb96-49ee-a172-bde7ae24c222) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4 org.polarsys.capella.core.data.cs.impl.PartImpl@59cb7752 (id: 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4, sid: 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 41c6314b-5e4e-4fc8-8fef-5cf1460a0f14 org.polarsys.capella.core.data.cs.impl.PartImpl@542aee25 (id: 41c6314b-5e4e-4fc8-8fef-5cf1460a0f14, sid: 41c6314b-5e4e-4fc8-8fef-5cf1460a0f14) (name: LC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b4b138d6-d825-41cb-b43b-8d8ea63fefe5 org.polarsys.capella.core.data.cs.impl.PartImpl@621dfe30 (id: b4b138d6-d825-41cb-b43b-8d8ea63fefe5, sid: b4b138d6-d825-41cb-b43b-8d8ea63fefe5) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e9553db4-5e38-45e8-9e6d-99c381219454 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@7bb6b221 (id: e9553db4-5e38-45e8-9e6d-99c381219454, sid: e9553db4-5e38-45e8-9e6d-99c381219454) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 9072d59e-ab7a-475b-abe8-db3d9cb0592a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7a9db939 (id: 9072d59e-ab7a-475b-abe8-db3d9cb0592a, sid: 9072d59e-ab7a-475b-abe8-db3d9cb0592a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b9a71d1-e3bf-406e-8baf-07e31744a3c1 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@480bb840 (id: 2b9a71d1-e3bf-406e-8baf-07e31744a3c1, sid: 2b9a71d1-e3bf-406e-8baf-07e31744a3c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58425650-571e-48c7-a3d9-8724f82830a4 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@159b2b7 (id: 58425650-571e-48c7-a3d9-8724f82830a4, sid: 58425650-571e-48c7-a3d9-8724f82830a4) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = 3919cdf7-79d6-4cd3-b84a-ec4073a966be org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@74690df5 (id: 3919cdf7-79d6-4cd3-b84a-ec4073a966be, sid: 3919cdf7-79d6-4cd3-b84a-ec4073a966be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ba5f2f58-b833-4b86-9d6a-4f8373bb1471 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6a575a80 (id: ba5f2f58-b833-4b86-9d6a-4f8373bb1471, sid: ba5f2f58-b833-4b86-9d6a-4f8373bb1471) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fbfdfb53-e041-496c-97bf-16b5c5c7037f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@79fb7718 (id: fbfdfb53-e041-496c-97bf-16b5c5c7037f, sid: fbfdfb53-e041-496c-97bf-16b5c5c7037f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45dfe4a0-83cd-4204-9bca-44801e02af52 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@75c17a53 (id: 45dfe4a0-83cd-4204-9bca-44801e02af52, sid: 45dfe4a0-83cd-4204-9bca-44801e02af52) (name: LC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 92cc2aac-9709-42e5-aa82-f32b0db748ed org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7caf5d9c (id: 92cc2aac-9709-42e5-aa82-f32b0db748ed, sid: 92cc2aac-9709-42e5-aa82-f32b0db748ed) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b60d2e3-edc8-44c5-b82c-72528d90a25b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@18c19088 (id: 2b60d2e3-edc8-44c5-b82c-72528d90a25b, sid: 2b60d2e3-edc8-44c5-b82c-72528d90a25b) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = f586e7eb-c29f-426b-9cb2-916861ed1ffe org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@f82b6d8 (id: f586e7eb-c29f-426b-9cb2-916861ed1ffe, sid: f586e7eb-c29f-426b-9cb2-916861ed1ffe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e52ecca-449c-4527-8089-f5181ff51338 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@18dff0b2 (id: 9e52ecca-449c-4527-8089-f5181ff51338, sid: 9e52ecca-449c-4527-8089-f5181ff51338) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91589bad-72f3-4344-a06b-b620d91d8547 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@d839251 (id: 91589bad-72f3-4344-a06b-b620d91d8547, sid: 91589bad-72f3-4344-a06b-b620d91d8547) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3cd0bee4-9209-4277-9cb3-a77378f1a317 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@19d206b9 (id: 3cd0bee4-9209-4277-9cb3-a77378f1a317, sid: 3cd0bee4-9209-4277-9cb3-a77378f1a317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 801b9def-acb4-4c71-8208-fb93f341c8bb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3fc472d (id: 801b9def-acb4-4c71-8208-fb93f341c8bb, sid: 801b9def-acb4-4c71-8208-fb93f341c8bb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc52dbd5-4dc3-4a27-a90f-c1363d44d916 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@64c17d80 (id: bc52dbd5-4dc3-4a27-a90f-c1363d44d916, sid: bc52dbd5-4dc3-4a27-a90f-c1363d44d916) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [FunctionalChainTest] >> release >> unload Project_test_01 [FunctionalChainTest] >> release >> unload output [FunctionalChainTest] >> require >> load Project_test_01 [FunctionalChainTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@586a91f8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@aa121d8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@48f95a83 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@19a054ca (id: 4ac1c0c8-e740-4742-b060-5b50092cff66, sid: null) (name: AllPhases-FunctionalChain) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@56c138b8 (id: f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5, sid: f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77d08801-d1fa-41f7-87b4-5d02ae4179b2 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@49fb1378 (id: 77d08801-d1fa-41f7-87b4-5d02ae4179b2, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17b22bfa-0b21-45cd-952e-a23b267b2fc8 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@38594d93 (id: 17b22bfa-0b21-45cd-952e-a23b267b2fc8, sid: 17b22bfa-0b21-45cd-952e-a23b267b2fc8) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 0a75c41c-9331-416b-ba92-700c6fa2df0e org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@478d6a54 (id: 0a75c41c-9331-416b-ba92-700c6fa2df0e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6da7b7db-204f-462e-bae8-a7a1ee316334 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@55a5f7ef (id: 6da7b7db-204f-462e-bae8-a7a1ee316334, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 348c2df4-12aa-4818-8081-b393d82c5b58 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@21936aa6 (id: 348c2df4-12aa-4818-8081-b393d82c5b58, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb2c8291-13ee-41c5-8131-531114799035 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@373f2731 (id: fb2c8291-13ee-41c5-8131-531114799035, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 82c2e526-f893-4204-880b-167637060020 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7c25054b (id: 82c2e526-f893-4204-880b-167637060020, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@6459faf (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: e66c115f-65e0-4803-9476-fae1017891ec) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f31ef65c-fd76-4e16-bf80-fdfa77492225 org.polarsys.capella.core.data.cs.impl.PartImpl@3cb9039b (id: f31ef65c-fd76-4e16-bf80-fdfa77492225, sid: f31ef65c-fd76-4e16-bf80-fdfa77492225) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 54a6e34e-1a63-4e91-9cb9-1b6c8cdbbd06 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@c38aa47 (id: 54a6e34e-1a63-4e91-9cb9-1b6c8cdbbd06, sid: 54a6e34e-1a63-4e91-9cb9-1b6c8cdbbd06) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = c74304be-96d7-47cf-9060-2ad0b66cd39d org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@3ffd9926 (id: c74304be-96d7-47cf-9060-2ad0b66cd39d, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 903d0daf-cfcb-4fa1-837c-381fa18ac8cb org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@7b59f29b (id: 903d0daf-cfcb-4fa1-837c-381fa18ac8cb, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@586a91f8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@aa121d8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@19a054ca (id: 4ac1c0c8-e740-4742-b060-5b50092cff66, sid: null) (name: AllPhases-FunctionalChain) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@56c138b8 (id: f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5, sid: f02d91b8-9cb7-492d-a1d2-f6f7f23e37f5) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77d08801-d1fa-41f7-87b4-5d02ae4179b2 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@49fb1378 (id: 77d08801-d1fa-41f7-87b4-5d02ae4179b2, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17b22bfa-0b21-45cd-952e-a23b267b2fc8 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@38594d93 (id: 17b22bfa-0b21-45cd-952e-a23b267b2fc8, sid: 17b22bfa-0b21-45cd-952e-a23b267b2fc8) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ce964360-08e1-4b14-9715-9bab20619d9f org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@74640302 (id: ce964360-08e1-4b14-9715-9bab20619d9f, sid: ce964360-08e1-4b14-9715-9bab20619d9f) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = c4c762ff-a00d-4f77-a740-5c5c082635fe org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@58da31d2 (id: c4c762ff-a00d-4f77-a740-5c5c082635fe, sid: c4c762ff-a00d-4f77-a740-5c5c082635fe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a98f550b-e98d-4fbe-9df1-89cba4e72cf2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@507dd49d (id: a98f550b-e98d-4fbe-9df1-89cba4e72cf2, sid: a98f550b-e98d-4fbe-9df1-89cba4e72cf2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91a8b7eb-e83b-4994-b30f-7672f698173f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4fd7cd2d (id: 91a8b7eb-e83b-4994-b30f-7672f698173f, sid: 91a8b7eb-e83b-4994-b30f-7672f698173f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3ec773b-11dd-4127-92c1-72fa285348f7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1b93b2fc (id: d3ec773b-11dd-4127-92c1-72fa285348f7, sid: d3ec773b-11dd-4127-92c1-72fa285348f7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5966bf7b-299c-4f40-9aba-5a2a529187c1 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@48c475d6 (id: 5966bf7b-299c-4f40-9aba-5a2a529187c1, sid: 5966bf7b-299c-4f40-9aba-5a2a529187c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00f9f2fe-3ebe-451e-8058-290956a244eb org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7add1b (id: 00f9f2fe-3ebe-451e-8058-290956a244eb, sid: 00f9f2fe-3ebe-451e-8058-290956a244eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d5b64d24-ee79-4ef3-a236-30414cd62b23 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5769cd1 (id: d5b64d24-ee79-4ef3-a236-30414cd62b23, sid: d5b64d24-ee79-4ef3-a236-30414cd62b23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4b49f86-1f9f-45a2-8e75-1610b07891f8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@32390414 (id: b4b49f86-1f9f-45a2-8e75-1610b07891f8, sid: b4b49f86-1f9f-45a2-8e75-1610b07891f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f389a36-b4c0-4d31-a4ad-e2939534c774 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3b860de7 (id: 3f389a36-b4c0-4d31-a4ad-e2939534c774, sid: 3f389a36-b4c0-4d31-a4ad-e2939534c774) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fb747b6-3894-4315-bb90-dd433622dfe9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2f118b18 (id: 4fb747b6-3894-4315-bb90-dd433622dfe9, sid: 4fb747b6-3894-4315-bb90-dd433622dfe9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Logical_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@296e023a (id: ID_FakeFunctionalChainInvolvement_Logical_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2, sid: ID_FakeFunctionalChainInvolvement_Logical_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4a2c002a (id: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e, sid: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1d3afa6-fba0-482e-b354-58dc130c6411 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@7d99bbd0 (id: d1d3afa6-fba0-482e-b354-58dc130c6411, sid: d1d3afa6-fba0-482e-b354-58dc130c6411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a61aa08-9c66-4f9f-b5cc-f205075b8f4c org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@57362f5c (id: 7a61aa08-9c66-4f9f-b5cc-f205075b8f4c, sid: 7a61aa08-9c66-4f9f-b5cc-f205075b8f4c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db12611d-c30e-46b0-a425-0d0878122635 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@40099a9f (id: db12611d-c30e-46b0-a425-0d0878122635, sid: db12611d-c30e-46b0-a425-0d0878122635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e315d59-d3b8-467f-b698-eb4103405138 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2d908479 (id: 6e315d59-d3b8-467f-b698-eb4103405138, sid: 6e315d59-d3b8-467f-b698-eb4103405138) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94b678a0-ce51-4b55-bf34-f8c40292f5b6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3048cb65 (id: 94b678a0-ce51-4b55-bf34-f8c40292f5b6, sid: 94b678a0-ce51-4b55-bf34-f8c40292f5b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@14c17e89 (id: ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d, sid: ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5958ba6-5843-4983-b89b-69746c2a9d6f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2aeee554 (id: c5958ba6-5843-4983-b89b-69746c2a9d6f, sid: c5958ba6-5843-4983-b89b-69746c2a9d6f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dea27519-91f6-41c0-bc16-4729d607a3ae org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@124e45c6 (id: dea27519-91f6-41c0-bc16-4729d607a3ae, sid: dea27519-91f6-41c0-bc16-4729d607a3ae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfc25e1d-8f94-4810-9eb0-049537c37a44 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@75a44033 (id: dfc25e1d-8f94-4810-9eb0-049537c37a44, sid: dfc25e1d-8f94-4810-9eb0-049537c37a44) (name: FunctionalChain 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 1b821a97-f4d4-40a5-99dc-c67f42f8ddff org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@59100de2 (id: 1b821a97-f4d4-40a5-99dc-c67f42f8ddff, sid: 1b821a97-f4d4-40a5-99dc-c67f42f8ddff) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4eb29c1-a78e-4938-8c38-70c5563eeff2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@499e010c (id: d4eb29c1-a78e-4938-8c38-70c5563eeff2, sid: d4eb29c1-a78e-4938-8c38-70c5563eeff2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb337b4e-dfb4-4238-b925-3c2b2eb89435 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@f06f661 (id: bb337b4e-dfb4-4238-b925-3c2b2eb89435, sid: bb337b4e-dfb4-4238-b925-3c2b2eb89435) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21f7385d-5bf8-489f-b7f7-a3632704f5e9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@58749a6a (id: 21f7385d-5bf8-489f-b7f7-a3632704f5e9, sid: 21f7385d-5bf8-489f-b7f7-a3632704f5e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96b9a7ca-052e-4ea9-b012-6740e66f66bd org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@25ded4b4 (id: 96b9a7ca-052e-4ea9-b012-6740e66f66bd, sid: 96b9a7ca-052e-4ea9-b012-6740e66f66bd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 92157cd3-51b6-4e4a-93b5-393f4e846e27 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1c713762 (id: 92157cd3-51b6-4e4a-93b5-393f4e846e27, sid: 92157cd3-51b6-4e4a-93b5-393f4e846e27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e9bc890-e746-4cb7-85ff-eccf721415c3 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@247c6f73 (id: 5e9bc890-e746-4cb7-85ff-eccf721415c3, sid: 5e9bc890-e746-4cb7-85ff-eccf721415c3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1798214d-a7d1-489e-8602-0f62998dc31b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5827065c (id: 1798214d-a7d1-489e-8602-0f62998dc31b, sid: 1798214d-a7d1-489e-8602-0f62998dc31b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6be66117-3f80-4342-8188-8677fdbacf8d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@39e5f57a (id: 6be66117-3f80-4342-8188-8677fdbacf8d, sid: 6be66117-3f80-4342-8188-8677fdbacf8d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 233a30b8-5df4-41e9-99f9-b9588408e392 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1ed0eebc (id: 233a30b8-5df4-41e9-99f9-b9588408e392, sid: 233a30b8-5df4-41e9-99f9-b9588408e392) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b424f398-7e6b-4195-b100-260629c50cba org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4a8dab0c (id: b424f398-7e6b-4195-b100-260629c50cba, sid: b424f398-7e6b-4195-b100-260629c50cba) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7face320-4331-4568-8a18-f86177c64ead org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@533109ef (id: 7face320-4331-4568-8a18-f86177c64ead, sid: 7face320-4331-4568-8a18-f86177c64ead) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27d4369a-53d4-4291-a8e8-8914f8b3ad68 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1c4f1b7b (id: 27d4369a-53d4-4291-a8e8-8914f8b3ad68, sid: 27d4369a-53d4-4291-a8e8-8914f8b3ad68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bab0ac39-1471-4781-b6df-29a2307a7c73 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3bbd0635 (id: bab0ac39-1471-4781-b6df-29a2307a7c73, sid: bab0ac39-1471-4781-b6df-29a2307a7c73) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cadb5226-1938-4f25-9848-d7358129092b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@60180edc (id: cadb5226-1938-4f25-9848-d7358129092b, sid: cadb5226-1938-4f25-9848-d7358129092b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de86c83a-b507-4e21-9683-3ec75586e87e org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@354512f6 (id: de86c83a-b507-4e21-9683-3ec75586e87e, sid: de86c83a-b507-4e21-9683-3ec75586e87e) (name: FunctionalChain 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 100a88d2-db4c-4328-be20-f060c2f315c4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@661a26c5 (id: 100a88d2-db4c-4328-be20-f060c2f315c4, sid: 100a88d2-db4c-4328-be20-f060c2f315c4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4482fb3d-f2bd-46c6-9b60-68f372993ca4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4654aa34 (id: 4482fb3d-f2bd-46c6-9b60-68f372993ca4, sid: 4482fb3d-f2bd-46c6-9b60-68f372993ca4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1489f409-aefb-43fa-a439-9e7f0835e2a1 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3d617319 (id: 1489f409-aefb-43fa-a439-9e7f0835e2a1, sid: 1489f409-aefb-43fa-a439-9e7f0835e2a1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43b66322-6d35-4044-9781-530ef52b26f4 org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@74533fe7 (id: 43b66322-6d35-4044-9781-530ef52b26f4, sid: 43b66322-6d35-4044-9781-530ef52b26f4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: AND) ID = 75ff61a4-3ed6-46ad-be66-4893fff8442d org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@429c63cf (id: 75ff61a4-3ed6-46ad-be66-4893fff8442d, sid: 75ff61a4-3ed6-46ad-be66-4893fff8442d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: AND) ID = d640b851-c4bd-402a-83ea-9d25358a4c6a org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@411eac27 (id: d640b851-c4bd-402a-83ea-9d25358a4c6a, sid: d640b851-c4bd-402a-83ea-9d25358a4c6a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: ITERATE) ID = b2788e52-f5ff-4093-ad49-a0c5a90a48e7 org.polarsys.capella.core.data.fa.impl.ControlNodeImpl@60bd2dd0 (id: b2788e52-f5ff-4093-ad49-a0c5a90a48e7, sid: b2788e52-f5ff-4093-ad49-a0c5a90a48e7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: ITERATE) ID = e6b3dfb7-7c4c-4443-b1b7-6929a34caada org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@39602fde (id: e6b3dfb7-7c4c-4443-b1b7-6929a34caada, sid: e6b3dfb7-7c4c-4443-b1b7-6929a34caada) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5992cff7-2eb7-49aa-8fb2-51af6c644d35 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@30ba468f (id: 5992cff7-2eb7-49aa-8fb2-51af6c644d35, sid: 5992cff7-2eb7-49aa-8fb2-51af6c644d35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51dd6ee1-5d3b-4362-90de-e1570e4d1f93 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@7a4899a9 (id: 51dd6ee1-5d3b-4362-90de-e1570e4d1f93, sid: 51dd6ee1-5d3b-4362-90de-e1570e4d1f93) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ea94635-567c-4c1c-af6e-7196c1c37289 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@291e96bd (id: 5ea94635-567c-4c1c-af6e-7196c1c37289, sid: 5ea94635-567c-4c1c-af6e-7196c1c37289) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b02f1baa-55a3-4ead-9bb3-6de28f3c7a94 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@11b8529f (id: b02f1baa-55a3-4ead-9bb3-6de28f3c7a94, sid: b02f1baa-55a3-4ead-9bb3-6de28f3c7a94) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0757ab45-3a25-4fa2-9509-03df557fc76e org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@7354f019 (id: 0757ab45-3a25-4fa2-9509-03df557fc76e, sid: 0757ab45-3a25-4fa2-9509-03df557fc76e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4bc24841-436c-4188-a45b-2657992fb95b org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@4d6fba0b (id: 4bc24841-436c-4188-a45b-2657992fb95b, sid: 4bc24841-436c-4188-a45b-2657992fb95b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bddd5324-8a60-4349-b032-0a22e073a393 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@10196665 (id: bddd5324-8a60-4349-b032-0a22e073a393, sid: bddd5324-8a60-4349-b032-0a22e073a393) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8309c34-3776-4c6c-8b2a-17bc2c6f6d07 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@4366f253 (id: d8309c34-3776-4c6c-8b2a-17bc2c6f6d07, sid: d8309c34-3776-4c6c-8b2a-17bc2c6f6d07) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00daee59-f601-426f-bb9f-82e6047ab5d9 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@17e6061e (id: 00daee59-f601-426f-bb9f-82e6047ab5d9, sid: 00daee59-f601-426f-bb9f-82e6047ab5d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9306d8ac-5d4b-42fd-9ee6-d30d1b0955cb org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@2769490b (id: 9306d8ac-5d4b-42fd-9ee6-d30d1b0955cb, sid: 9306d8ac-5d4b-42fd-9ee6-d30d1b0955cb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa83bf83-ee29-44cb-91bb-2bd16f4db0fe org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@7c1839cd (id: fa83bf83-ee29-44cb-91bb-2bd16f4db0fe, sid: fa83bf83-ee29-44cb-91bb-2bd16f4db0fe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275ecb4a-4b96-45d3-af7b-3ce0a9a1eb25 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@818b877 (id: 275ecb4a-4b96-45d3-af7b-3ce0a9a1eb25, sid: 275ecb4a-4b96-45d3-af7b-3ce0a9a1eb25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 87348df5-cac1-488c-ad9d-97a9df6061dd org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@2f69999c (id: 87348df5-cac1-488c-ad9d-97a9df6061dd, sid: 87348df5-cac1-488c-ad9d-97a9df6061dd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5b50f6ac-bcd3-41ea-9e43-46c81bfefeb2 org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@42a5bc6b (id: 5b50f6ac-bcd3-41ea-9e43-46c81bfefeb2, sid: 5b50f6ac-bcd3-41ea-9e43-46c81bfefeb2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bd236894-8276-40e6-a6e4-d28719d7cffd org.polarsys.capella.core.data.fa.impl.SequenceLinkImpl@7f4e33a3 (id: bd236894-8276-40e6-a6e4-d28719d7cffd, sid: bd236894-8276-40e6-a6e4-d28719d7cffd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@20cfedd0 (id: 4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b, sid: 4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b) (name: A2_F6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fc477d3e-5f7b-432c-8b17-19ba5321b470 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2996fef2 (id: fc477d3e-5f7b-432c-8b17-19ba5321b470, sid: fc477d3e-5f7b-432c-8b17-19ba5321b470) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortIn_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b_ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@ff2e4f4 (id: ID_FakeFunctionPortIn_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b_ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b, sid: ID_FakeFunctionPortIn_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b_ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b) (name: in_FakeFE_A2_F1_A2_F6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1f97d57e (id: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3, sid: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cd508435-a02f-435c-99bc-3857ec410a35 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@139753b5 (id: cd508435-a02f-435c-99bc-3857ec410a35, sid: cd508435-a02f-435c-99bc-3857ec410a35) (name: A2_F7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 16bb2651-6ee5-4ce9-a04f-ad33924af5eb org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@669d6c1c (id: 16bb2651-6ee5-4ce9-a04f-ad33924af5eb, sid: 16bb2651-6ee5-4ce9-a04f-ad33924af5eb) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 27fa8491-d033-452b-9792-5111d2936a2e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7ae217e0 (id: 27fa8491-d033-452b-9792-5111d2936a2e, sid: 27fa8491-d033-452b-9792-5111d2936a2e) (name: LC1_F4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a49372a4-8f0b-43be-8bd9-d274e556e353 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@65dda8c3 (id: a49372a4-8f0b-43be-8bd9-d274e556e353, sid: a49372a4-8f0b-43be-8bd9-d274e556e353) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3cff40f1-7d8e-4172-8425-47761682d096 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2a1d49a6 (id: 3cff40f1-7d8e-4172-8425-47761682d096, sid: 3cff40f1-7d8e-4172-8425-47761682d096) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 03de6f0c-316d-4853-9e1d-2205245a3278 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@46a72e4 (id: 03de6f0c-316d-4853-9e1d-2205245a3278, sid: 03de6f0c-316d-4853-9e1d-2205245a3278) (name: LC1_F2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b1f2393d-66f8-4017-ab08-f78bc2d0788c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@18b2ba86 (id: b1f2393d-66f8-4017-ab08-f78bc2d0788c, sid: b1f2393d-66f8-4017-ab08-f78bc2d0788c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7e62bf3a-352b-4855-a5ce-db54bf1649cf org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@228e7796 (id: 7e62bf3a-352b-4855-a5ce-db54bf1649cf, sid: 7e62bf3a-352b-4855-a5ce-db54bf1649cf) (name: LC2_F1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fabc6aca-1e52-44f5-bfab-1fa857a49d73 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@471ebead (id: fabc6aca-1e52-44f5-bfab-1fa857a49d73, sid: fabc6aca-1e52-44f5-bfab-1fa857a49d73) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2c1896d8-33bb-4d06-b5a7-0fa2534ae3ea org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@577efda1 (id: 2c1896d8-33bb-4d06-b5a7-0fa2534ae3ea, sid: 2c1896d8-33bb-4d06-b5a7-0fa2534ae3ea) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@539da62c (id: 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145, sid: 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145) (name: LogicalFunction 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0989ca5-7e05-4bef-a0fb-f5ec3ac4570a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@394a689c (id: e0989ca5-7e05-4bef-a0fb-f5ec3ac4570a, sid: e0989ca5-7e05-4bef-a0fb-f5ec3ac4570a) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f18c54d6-6daf-45d9-98de-e9dc3907754c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@176ece91 (id: f18c54d6-6daf-45d9-98de-e9dc3907754c, sid: f18c54d6-6daf-45d9-98de-e9dc3907754c) (name: LC2_F2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a69dbe5e-5226-47b9-8848-9d63c38a757d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@468d292d (id: a69dbe5e-5226-47b9-8848-9d63c38a757d, sid: a69dbe5e-5226-47b9-8848-9d63c38a757d) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 41cea9f9-4ed4-4f51-b73f-06a8eddf7286 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@74d41c87 (id: 41cea9f9-4ed4-4f51-b73f-06a8eddf7286, sid: 41cea9f9-4ed4-4f51-b73f-06a8eddf7286) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cf849108-bee8-4cf4-92e0-f08ccf8e5c5f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@54676449 (id: cf849108-bee8-4cf4-92e0-f08ccf8e5c5f, sid: cf849108-bee8-4cf4-92e0-f08ccf8e5c5f) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 73a4ca32-290b-462f-b574-7df0a73bde96 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@10e98efb (id: 73a4ca32-290b-462f-b574-7df0a73bde96, sid: 73a4ca32-290b-462f-b574-7df0a73bde96) (name: LogicalFunction 26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2ff9f3c4-a361-4b8a-8158-578d61b1e771 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1d19fd76 (id: 2ff9f3c4-a361-4b8a-8158-578d61b1e771, sid: 2ff9f3c4-a361-4b8a-8158-578d61b1e771) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 116d7f04-a134-40b9-ac68-cb3e4f386fa2 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@359c2212 (id: 116d7f04-a134-40b9-ac68-cb3e4f386fa2, sid: 116d7f04-a134-40b9-ac68-cb3e4f386fa2) (name: LC2_F4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 08ff911b-547f-4528-acad-76768bbfb689 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1a77a1cd (id: 08ff911b-547f-4528-acad-76768bbfb689, sid: 08ff911b-547f-4528-acad-76768bbfb689) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 121f5a8f-e267-4578-9f6a-bdff50b90c28 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4e13b620 (id: 121f5a8f-e267-4578-9f6a-bdff50b90c28, sid: 121f5a8f-e267-4578-9f6a-bdff50b90c28) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9db4e333-35e9-4c62-ab28-b28cd560b22c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@21b9d687 (id: 9db4e333-35e9-4c62-ab28-b28cd560b22c, sid: 9db4e333-35e9-4c62-ab28-b28cd560b22c) (name: LC2_F3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fd3d635e-cab9-4e42-b251-ae2ce24038f7 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@75e1fc10 (id: fd3d635e-cab9-4e42-b251-ae2ce24038f7, sid: fd3d635e-cab9-4e42-b251-ae2ce24038f7) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cc8fd3f1-1286-4c4f-9e88-cdf9056997d0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@523f42a8 (id: cc8fd3f1-1286-4c4f-9e88-cdf9056997d0, sid: cc8fd3f1-1286-4c4f-9e88-cdf9056997d0) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b7e5f79e-fe7d-4e43-9fa8-45d1416841d4 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@14e4c79 (id: b7e5f79e-fe7d-4e43-9fa8-45d1416841d4, sid: b7e5f79e-fe7d-4e43-9fa8-45d1416841d4) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7dae378b-0cdd-4253-a7d5-4cd73b59ec06 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6e2caf39 (id: 7dae378b-0cdd-4253-a7d5-4cd73b59ec06, sid: 7dae378b-0cdd-4253-a7d5-4cd73b59ec06) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2b8b4863-bcea-4f5e-b2d0-390bf9ea5676 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1457df90 (id: 2b8b4863-bcea-4f5e-b2d0-390bf9ea5676, sid: 2b8b4863-bcea-4f5e-b2d0-390bf9ea5676) (name: LC2_F5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e8de7023-a64c-415b-8f68-a2c6098e413d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3c55f5b0 (id: e8de7023-a64c-415b-8f68-a2c6098e413d, sid: e8de7023-a64c-415b-8f68-a2c6098e413d) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 67e595c6-06c9-4504-b9c8-33873c31c692 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4f0b5bc7 (id: 67e595c6-06c9-4504-b9c8-33873c31c692, sid: 67e595c6-06c9-4504-b9c8-33873c31c692) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7fa23922-2c9d-4820-a956-a425ce5b1bfc org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@44556078 (id: 7fa23922-2c9d-4820-a956-a425ce5b1bfc, sid: 7fa23922-2c9d-4820-a956-a425ce5b1bfc) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a36d6ea7-da34-4d64-9fec-0b69ed68051d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6e549c3d (id: a36d6ea7-da34-4d64-9fec-0b69ed68051d, sid: a36d6ea7-da34-4d64-9fec-0b69ed68051d) (name: A2_F1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f35a2398-e57c-4269-a19d-c58a8176eed3 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7d3f0c32 (id: f35a2398-e57c-4269-a19d-c58a8176eed3, sid: f35a2398-e57c-4269-a19d-c58a8176eed3) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e5297d88-c119-4496-9996-d70c850d13bd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7464ef6 (id: e5297d88-c119-4496-9996-d70c850d13bd, sid: e5297d88-c119-4496-9996-d70c850d13bd) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_a36d6ea7-da34-4d64-9fec-0b69ed68051d_ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@288da768 (id: ID_FakeFunctionPortOut_a36d6ea7-da34-4d64-9fec-0b69ed68051d_ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b, sid: ID_FakeFunctionPortOut_a36d6ea7-da34-4d64-9fec-0b69ed68051d_ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b) (name: out_FakeFE_A2_F1_A2_F6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5b5904f6-afd0-4149-acb4-9b9f072dfb30 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2729d6e8 (id: 5b5904f6-afd0-4149-acb4-9b9f072dfb30, sid: 5b5904f6-afd0-4149-acb4-9b9f072dfb30) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 0aca6d0b-2198-42ff-a4d0-620ca6bf6300 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@f7605cc (id: 0aca6d0b-2198-42ff-a4d0-620ca6bf6300, sid: 0aca6d0b-2198-42ff-a4d0-620ca6bf6300) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = fa43827c-eb9e-41c3-9ac6-4249aebd9ef0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2ea84654 (id: fa43827c-eb9e-41c3-9ac6-4249aebd9ef0, sid: fa43827c-eb9e-41c3-9ac6-4249aebd9ef0) (name: FunctionalExchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = eac1df28-9ac6-423b-96ed-88a3c7db53b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3a4aacbf (id: eac1df28-9ac6-423b-96ed-88a3c7db53b0, sid: eac1df28-9ac6-423b-96ed-88a3c7db53b0) (name: FunctionalExchange 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2b0b3fa (id: 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a, sid: 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a) (name: FunctionalExchange 23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bb397f2d-4eee-4104-b6f8-8cf910478427 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@b588909 (id: bb397f2d-4eee-4104-b6f8-8cf910478427, sid: bb397f2d-4eee-4104-b6f8-8cf910478427) (name: FunctionalExchange 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a05a0b4b-63d1-4cf4-8789-554804dfd834 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@18515955 (id: a05a0b4b-63d1-4cf4-8789-554804dfd834, sid: a05a0b4b-63d1-4cf4-8789-554804dfd834) (name: FunctionalExchange 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 37bb3d18-0543-4cdc-afee-66ed7624c89e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@c6f15a8 (id: 37bb3d18-0543-4cdc-afee-66ed7624c89e, sid: 37bb3d18-0543-4cdc-afee-66ed7624c89e) (name: FunctionalExchange 28) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = daa2e915-08da-4e8e-9f2d-bf30e3e673d9 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5f1b0577 (id: daa2e915-08da-4e8e-9f2d-bf30e3e673d9, sid: daa2e915-08da-4e8e-9f2d-bf30e3e673d9) (name: FunctionalExchange 24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2cf352e7-7f31-48e1-8123-ef4159ab0bd7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@77c05a7c (id: 2cf352e7-7f31-48e1-8123-ef4159ab0bd7, sid: 2cf352e7-7f31-48e1-8123-ef4159ab0bd7) (name: FunctionalExchange 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2a9881f8-41b4-437f-95f1-6aac4e31384e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1020d346 (id: 2a9881f8-41b4-437f-95f1-6aac4e31384e, sid: 2a9881f8-41b4-437f-95f1-6aac4e31384e) (name: FunctionalExchange 29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e3c77ae8-b0bd-4da5-8fdd-a7db1718d065 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1d303c67 (id: e3c77ae8-b0bd-4da5-8fdd-a7db1718d065, sid: e3c77ae8-b0bd-4da5-8fdd-a7db1718d065) (name: FunctionalExchange 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@256c144b (id: ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b, sid: ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b) (name: FakeFE_A2_F1_A2_F6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@6459faf (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: e66c115f-65e0-4803-9476-fae1017891ec) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f31ef65c-fd76-4e16-bf80-fdfa77492225 org.polarsys.capella.core.data.cs.impl.PartImpl@3cb9039b (id: f31ef65c-fd76-4e16-bf80-fdfa77492225, sid: f31ef65c-fd76-4e16-bf80-fdfa77492225) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b4b138d6-d825-41cb-b43b-8d8ea63fefe5 org.polarsys.capella.core.data.cs.impl.PartImpl@26aaf1da (id: b4b138d6-d825-41cb-b43b-8d8ea63fefe5, sid: b4b138d6-d825-41cb-b43b-8d8ea63fefe5) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 54a6e34e-1a63-4e91-9cb9-1b6c8cdbbd06 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@c38aa47 (id: 54a6e34e-1a63-4e91-9cb9-1b6c8cdbbd06, sid: 54a6e34e-1a63-4e91-9cb9-1b6c8cdbbd06) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = e7590593-fb96-49ee-a172-bde7ae24c222 org.polarsys.capella.core.data.cs.impl.PartImpl@7869d580 (id: e7590593-fb96-49ee-a172-bde7ae24c222, sid: e7590593-fb96-49ee-a172-bde7ae24c222) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4 org.polarsys.capella.core.data.cs.impl.PartImpl@70b6a22 (id: 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4, sid: 6cdaf2be-ddcf-4780-a6a4-047b3ed536d4) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 41c6314b-5e4e-4fc8-8fef-5cf1460a0f14 org.polarsys.capella.core.data.cs.impl.PartImpl@765e6f38 (id: 41c6314b-5e4e-4fc8-8fef-5cf1460a0f14, sid: 41c6314b-5e4e-4fc8-8fef-5cf1460a0f14) (name: LC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e9553db4-5e38-45e8-9e6d-99c381219454 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@98e9e8c (id: e9553db4-5e38-45e8-9e6d-99c381219454, sid: e9553db4-5e38-45e8-9e6d-99c381219454) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 9072d59e-ab7a-475b-abe8-db3d9cb0592a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@502a3dc3 (id: 9072d59e-ab7a-475b-abe8-db3d9cb0592a, sid: 9072d59e-ab7a-475b-abe8-db3d9cb0592a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b9a71d1-e3bf-406e-8baf-07e31744a3c1 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7e4a2e52 (id: 2b9a71d1-e3bf-406e-8baf-07e31744a3c1, sid: 2b9a71d1-e3bf-406e-8baf-07e31744a3c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b60d2e3-edc8-44c5-b82c-72528d90a25b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6e2dd1e9 (id: 2b60d2e3-edc8-44c5-b82c-72528d90a25b, sid: 2b60d2e3-edc8-44c5-b82c-72528d90a25b) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = f586e7eb-c29f-426b-9cb2-916861ed1ffe org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6f682dca (id: f586e7eb-c29f-426b-9cb2-916861ed1ffe, sid: f586e7eb-c29f-426b-9cb2-916861ed1ffe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e52ecca-449c-4527-8089-f5181ff51338 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1194d9c (id: 9e52ecca-449c-4527-8089-f5181ff51338, sid: 9e52ecca-449c-4527-8089-f5181ff51338) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91589bad-72f3-4344-a06b-b620d91d8547 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2e8edb53 (id: 91589bad-72f3-4344-a06b-b620d91d8547, sid: 91589bad-72f3-4344-a06b-b620d91d8547) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3cd0bee4-9209-4277-9cb3-a77378f1a317 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2eace5f2 (id: 3cd0bee4-9209-4277-9cb3-a77378f1a317, sid: 3cd0bee4-9209-4277-9cb3-a77378f1a317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 801b9def-acb4-4c71-8208-fb93f341c8bb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@848b90 (id: 801b9def-acb4-4c71-8208-fb93f341c8bb, sid: 801b9def-acb4-4c71-8208-fb93f341c8bb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc52dbd5-4dc3-4a27-a90f-c1363d44d916 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4bba43b1 (id: bc52dbd5-4dc3-4a27-a90f-c1363d44d916, sid: bc52dbd5-4dc3-4a27-a90f-c1363d44d916) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45dfe4a0-83cd-4204-9bca-44801e02af52 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@13b64dd6 (id: 45dfe4a0-83cd-4204-9bca-44801e02af52, sid: 45dfe4a0-83cd-4204-9bca-44801e02af52) (name: LC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 92cc2aac-9709-42e5-aa82-f32b0db748ed org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5afca927 (id: 92cc2aac-9709-42e5-aa82-f32b0db748ed, sid: 92cc2aac-9709-42e5-aa82-f32b0db748ed) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58425650-571e-48c7-a3d9-8724f82830a4 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5dddc166 (id: 58425650-571e-48c7-a3d9-8724f82830a4, sid: 58425650-571e-48c7-a3d9-8724f82830a4) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = 3919cdf7-79d6-4cd3-b84a-ec4073a966be org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3dae7b6d (id: 3919cdf7-79d6-4cd3-b84a-ec4073a966be, sid: 3919cdf7-79d6-4cd3-b84a-ec4073a966be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ba5f2f58-b833-4b86-9d6a-4f8373bb1471 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@34d3d54d (id: ba5f2f58-b833-4b86-9d6a-4f8373bb1471, sid: ba5f2f58-b833-4b86-9d6a-4f8373bb1471) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fbfdfb53-e041-496c-97bf-16b5c5c7037f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@510a3c4a (id: fbfdfb53-e041-496c-97bf-16b5c5c7037f, sid: fbfdfb53-e041-496c-97bf-16b5c5c7037f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [FunctionalChainTest] >> release >> unload Project_test_01 [FunctionalChainTest] >> release >> unload output [Always] >> require >> load AllHierarchyPkg [Always] >> require >> load output ID = 7cf4344a-ba3a-4e7e-b742-d896284a9e40 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@477e337e (id: 7cf4344a-ba3a-4e7e-b742-d896284a9e40, sid: null) (name: AllHierarchyPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1378db6d (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6feab412 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2bd36e60 (id: 9e300026-108f-4c9e-b02d-7cbad80dee5e, sid: null) (name: AllHierarchyPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f15fb8d6-7c69-44ef-be65-06a1e3ae2b35 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@46c87284 (id: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35, sid: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c162ced8-62a2-4006-8800-ad0ba8f9c9af org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@690b7662 (id: c162ced8-62a2-4006-8800-ad0ba8f9c9af, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 589adba1-a986-4f89-a636-676701ac022e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@52b672b9 (id: 589adba1-a986-4f89-a636-676701ac022e, sid: 589adba1-a986-4f89-a636-676701ac022e) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@2d97d1ae (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@56940a8f (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@77d5d3bc (id: 078d87b2-7038-47c8-b17b-e8980ed26b24, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dea16f1-e56c-4342-91cd-f01cdcbcc1c5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@19d74673 (id: 9dea16f1-e56c-4342-91cd-f01cdcbcc1c5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f26850d-fde5-4fe9-97e7-b3456fd4fd22 org.polarsys.capella.core.data.information.impl.DataPkgImpl@29586925 (id: 6f26850d-fde5-4fe9-97e7-b3456fd4fd22, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = a0707f6b-c482-43f5-aae2-1307a6495f6c org.polarsys.capella.core.data.information.impl.DataPkgImpl@32dc1d09 (id: a0707f6b-c482-43f5-aae2-1307a6495f6c, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2271d6c3-e245-4629-9772-952bdee8ea03 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@10bac9bd (id: 2271d6c3-e245-4629-9772-952bdee8ea03, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 269f46ca-c5ad-4322-bc4f-8432684d2da5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@82394b1 (id: 269f46ca-c5ad-4322-bc4f-8432684d2da5, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 9a4a5be5-1f97-4364-8579-0ca2921449fa org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@395a9c00 (id: 9a4a5be5-1f97-4364-8579-0ca2921449fa, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 8cafe50f-79da-4875-9185-0d2f28607511 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6bbcea77 (id: 8cafe50f-79da-4875-9185-0d2f28607511, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3cace166-3cb5-46f1-9feb-ad59c8c2cc8c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2d0d319c (id: 3cace166-3cb5-46f1-9feb-ad59c8c2cc8c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c95a051f-1bc9-4add-bf5b-87dd92b5f615 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@391fae90 (id: c95a051f-1bc9-4add-bf5b-87dd92b5f615, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c06fff26-c788-4fdf-8ce5-0ad15288a44e org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@54c89f2f (id: c06fff26-c788-4fdf-8ce5-0ad15288a44e, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c4340e85-5885-47ec-ad39-a0a7deaec594 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@58ab3893 (id: c4340e85-5885-47ec-ad39-a0a7deaec594, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f3ba114-8456-4f6f-93bc-280116516939 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1c6e63cb (id: 8f3ba114-8456-4f6f-93bc-280116516939, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 55bbc757-6554-487a-abd0-386275084f1e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@584125f8 (id: 55bbc757-6554-487a-abd0-386275084f1e, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = c122e236-ce05-40db-bcc2-fb1c0b51f5d4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@48e0f838 (id: c122e236-ce05-40db-bcc2-fb1c0b51f5d4, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 4c3ee632-383a-4fa7-94f7-00a3c95d02f2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@498e2e17 (id: 4c3ee632-383a-4fa7-94f7-00a3c95d02f2, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3cefbd8e-d1c1-43f5-9a9f-dc85e3cd29e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26917cd6 (id: 3cefbd8e-d1c1-43f5-9a9f-dc85e3cd29e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b78da234-f0d5-450d-b642-44f61621bb75 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@77aee319 (id: b78da234-f0d5-450d-b642-44f61621bb75, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 793e36e3-5271-42fd-a063-fd1d87f91991 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@3840e4ec (id: 793e36e3-5271-42fd-a063-fd1d87f91991, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = aad3b648-c359-4310-a07d-b8cf8324c8c2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@68b65 (id: aad3b648-c359-4310-a07d-b8cf8324c8c2, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 6001089e-dfc0-41c9-bbd4-d6420ab37c9f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2d5c207f (id: 6001089e-dfc0-41c9-bbd4-d6420ab37c9f, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 4b47737f-b6c4-492c-952f-116471b28108 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2d6aa8e6 (id: 4b47737f-b6c4-492c-952f-116471b28108, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bf403ae3-c824-4de6-aad6-5f3bb856d6b0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@12324e23 (id: bf403ae3-c824-4de6-aad6-5f3bb856d6b0, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7e69fb2d-d90f-4423-a9d1-14f2dcd89b84 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@26dbb2a3 (id: 7e69fb2d-d90f-4423-a9d1-14f2dcd89b84, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 1a2a50a8-9dbb-46db-a35c-4a177055d228 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6ac821df (id: 1a2a50a8-9dbb-46db-a35c-4a177055d228, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ca026d3f-e645-4d41-9e9c-be7f76408781 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@129d89f8 (id: ca026d3f-e645-4d41-9e9c-be7f76408781, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = e203fe34-3547-42ec-a4cd-44c1c663b31e org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@125e8ede (id: e203fe34-3547-42ec-a4cd-44c1c663b31e, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 46bd1371-04ba-4d61-8668-d5b2ea69c791 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@696b689c (id: 46bd1371-04ba-4d61-8668-d5b2ea69c791, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8231ac34-eaef-4a66-8dea-9574764047a6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@42067ab7 (id: 8231ac34-eaef-4a66-8dea-9574764047a6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 27557e27-e2a6-41ec-9909-99e47d7de608 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3caaf946 (id: 27557e27-e2a6-41ec-9909-99e47d7de608, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8e60f7d2-35ef-43be-b436-658a10d4d2e5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a64b873 (id: 8e60f7d2-35ef-43be-b436-658a10d4d2e5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = ca699533-8e7e-4af5-9ecd-f40a7cd3b45a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6879142b (id: ca699533-8e7e-4af5-9ecd-f40a7cd3b45a, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8b920b09-2e19-4c7f-a012-15eaa02264c8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@195b0851 (id: 8b920b09-2e19-4c7f-a012-15eaa02264c8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = f1f7e98b-edf3-4d83-9cca-0fa33b880c45 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@72d0b2f5 (id: f1f7e98b-edf3-4d83-9cca-0fa33b880c45, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b6a19c2b-2965-4967-ad44-e0449886aa7b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@d083bfc (id: b6a19c2b-2965-4967-ad44-e0449886aa7b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = eac43d11-966f-4563-bea3-9a5bce38f1bc org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@34eae51c (id: eac43d11-966f-4563-bea3-9a5bce38f1bc, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13738ce8-258b-4fa0-bbab-388d736487ad org.polarsys.capella.core.data.cs.impl.PartImpl@2447f6bf (id: 13738ce8-258b-4fa0-bbab-388d736487ad, sid: 13738ce8-258b-4fa0-bbab-388d736487ad) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ac7c9b59-8325-49db-883f-272e979fd2f2 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@30530e0d (id: ac7c9b59-8325-49db-883f-272e979fd2f2, sid: ac7c9b59-8325-49db-883f-272e979fd2f2) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7607ecbe (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3f0ab2a (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@66540883 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3d815840 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7cf4344a-ba3a-4e7e-b742-d896284a9e40 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@477e337e (id: 7cf4344a-ba3a-4e7e-b742-d896284a9e40, sid: null) (name: AllHierarchyPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1378db6d (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2bd36e60 (id: 9e300026-108f-4c9e-b02d-7cbad80dee5e, sid: null) (name: AllHierarchyPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f15fb8d6-7c69-44ef-be65-06a1e3ae2b35 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@46c87284 (id: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35, sid: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c162ced8-62a2-4006-8800-ad0ba8f9c9af org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@690b7662 (id: c162ced8-62a2-4006-8800-ad0ba8f9c9af, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 589adba1-a986-4f89-a636-676701ac022e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@52b672b9 (id: 589adba1-a986-4f89-a636-676701ac022e, sid: 589adba1-a986-4f89-a636-676701ac022e) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 448203bf-78ea-4429-bf1b-602b261b5203 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@3d45f2ee (id: 448203bf-78ea-4429-bf1b-602b261b5203, sid: 448203bf-78ea-4429-bf1b-602b261b5203) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = a10821ab-118a-4cc1-bf73-30224681ffaa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@381cfb90 (id: a10821ab-118a-4cc1-bf73-30224681ffaa, sid: a10821ab-118a-4cc1-bf73-30224681ffaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a8784ea3-f4ac-48d9-b923-ba25fbd4ac65 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@a962297 (id: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65, sid: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6b54bac6 (id: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2, sid: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0c7206e-f643-4597-be84-4c9fb512d0fa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7ea6bfca (id: d0c7206e-f643-4597-be84-4c9fb512d0fa, sid: d0c7206e-f643-4597-be84-4c9fb512d0fa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@50f64a80 (id: ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: ID_FakeFunctionalChainInvolvement_System_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@71650a44 (id: f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e9af270-2a1d-4df0-bbb9-2045e3d7905f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5f58d38d (id: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f, sid: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 875f8380-8349-4a77-b7e3-db930db4a60f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5ffeef06 (id: 875f8380-8349-4a77-b7e3-db930db4a60f, sid: 875f8380-8349-4a77-b7e3-db930db4a60f) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 88f41a1c-a95a-4573-8764-977c2840f8e1 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@241a5096 (id: 88f41a1c-a95a-4573-8764-977c2840f8e1, sid: 88f41a1c-a95a-4573-8764-977c2840f8e1) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6c6264d9 (id: ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2780bfd5-63de-483e-a3c1-80ec034ce08f org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@5a17946a (id: 2780bfd5-63de-483e-a3c1-80ec034ce08f, sid: 2780bfd5-63de-483e-a3c1-80ec034ce08f) (name: LogicalFunctionPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91e6e9c6-05df-4a16-8df4-12a01bb6ea48 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@56d8ca49 (id: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48, sid: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a982aa16-5846-446d-89dd-927222134ef8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7a86629b (id: a982aa16-5846-446d-89dd-927222134ef8, sid: a982aa16-5846-446d-89dd-927222134ef8) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5c811ffe (id: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: out_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7dd277d2 (id: 419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: 419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5edfc97f (id: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: in_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0932cb49-5b83-4bde-9a4f-928d38a6759e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@499a96a4 (id: 0932cb49-5b83-4bde-9a4f-928d38a6759e, sid: 0932cb49-5b83-4bde-9a4f-928d38a6759e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4ff24e5e (id: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e, sid: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 07f71639-6883-4712-a5a5-d0de332fbebf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@46d36dac (id: 07f71639-6883-4712-a5a5-d0de332fbebf, sid: 07f71639-6883-4712-a5a5-d0de332fbebf) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2485377a-9c39-475b-976b-61744a1b660c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@f848c03 (id: 2485377a-9c39-475b-976b-61744a1b660c, sid: 2485377a-9c39-475b-976b-61744a1b660c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = eac43d11-966f-4563-bea3-9a5bce38f1bc org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@34eae51c (id: eac43d11-966f-4563-bea3-9a5bce38f1bc, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13738ce8-258b-4fa0-bbab-388d736487ad org.polarsys.capella.core.data.cs.impl.PartImpl@2447f6bf (id: 13738ce8-258b-4fa0-bbab-388d736487ad, sid: 13738ce8-258b-4fa0-bbab-388d736487ad) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dab7942b-4298-4207-8791-fd99c7aeb912 org.polarsys.capella.core.data.cs.impl.PartImpl@47e6352e (id: dab7942b-4298-4207-8791-fd99c7aeb912, sid: dab7942b-4298-4207-8791-fd99c7aeb912) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ba4b0016-efad-41d7-a0ee-fba1474629f8 org.polarsys.capella.core.data.cs.impl.PartImpl@766cee34 (id: ba4b0016-efad-41d7-a0ee-fba1474629f8, sid: ba4b0016-efad-41d7-a0ee-fba1474629f8) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ac7c9b59-8325-49db-883f-272e979fd2f2 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@30530e0d (id: ac7c9b59-8325-49db-883f-272e979fd2f2, sid: ac7c9b59-8325-49db-883f-272e979fd2f2) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fc141995-dff9-4743-9a5c-07182f43f05c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@21df5b7d (id: fc141995-dff9-4743-9a5c-07182f43f05c, sid: fc141995-dff9-4743-9a5c-07182f43f05c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1174652e-decb-4400-bf16-aae63c2d7975 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@63c3ba47 (id: 1174652e-decb-4400-bf16-aae63c2d7975, sid: 1174652e-decb-4400-bf16-aae63c2d7975) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 002b0406-fcd4-4af9-90c5-7c4000371d95 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@75dafdc0 (id: 002b0406-fcd4-4af9-90c5-7c4000371d95, sid: 002b0406-fcd4-4af9-90c5-7c4000371d95) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e82a6bda-4310-49b3-b7c2-42e23389cef9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5d51a610 (id: e82a6bda-4310-49b3-b7c2-42e23389cef9, sid: e82a6bda-4310-49b3-b7c2-42e23389cef9) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@60e1a74 (id: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86, sid: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Always] >> release >> unload AllHierarchyPkg [Always] >> release >> unload output [Always] >> require >> load AllHierarchyPkg [Always] >> require >> load output ID = 7cf4344a-ba3a-4e7e-b742-d896284a9e40 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@a875f4d (id: 7cf4344a-ba3a-4e7e-b742-d896284a9e40, sid: null) (name: AllHierarchyPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@35014778 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@508917b8 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@34374850 (id: 9e300026-108f-4c9e-b02d-7cbad80dee5e, sid: null) (name: AllHierarchyPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f15fb8d6-7c69-44ef-be65-06a1e3ae2b35 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@16affa5f (id: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35, sid: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c162ced8-62a2-4006-8800-ad0ba8f9c9af org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@5b53ffa (id: c162ced8-62a2-4006-8800-ad0ba8f9c9af, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 589adba1-a986-4f89-a636-676701ac022e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@371ea656 (id: 589adba1-a986-4f89-a636-676701ac022e, sid: 589adba1-a986-4f89-a636-676701ac022e) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3b0d5af6-3b26-44c8-a740-4f1685d3f0e3 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@49f6710c (id: 3b0d5af6-3b26-44c8-a740-4f1685d3f0e3, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b8e30cb-d397-47af-8f14-579f2923f3ef org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@57349401 (id: 9b8e30cb-d397-47af-8f14-579f2923f3ef, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1d2d0511 (id: 078d87b2-7038-47c8-b17b-e8980ed26b24, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dea16f1-e56c-4342-91cd-f01cdcbcc1c5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1e243868 (id: 9dea16f1-e56c-4342-91cd-f01cdcbcc1c5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f26850d-fde5-4fe9-97e7-b3456fd4fd22 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7aaba638 (id: 6f26850d-fde5-4fe9-97e7-b3456fd4fd22, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = eac43d11-966f-4563-bea3-9a5bce38f1bc org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@2899b557 (id: eac43d11-966f-4563-bea3-9a5bce38f1bc, sid: eac43d11-966f-4563-bea3-9a5bce38f1bc) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64126479-ddfe-4143-8393-4663ea4eff3a org.polarsys.capella.core.data.cs.impl.PartImpl@5d6938d8 (id: 64126479-ddfe-4143-8393-4663ea4eff3a, sid: 64126479-ddfe-4143-8393-4663ea4eff3a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6231bc65 (id: 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf, sid: 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 847ef10e-2022-4d8a-b5f8-64e773206d5e org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@7c942972 (id: 847ef10e-2022-4d8a-b5f8-64e773206d5e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ddd1c83-c9a3-42b8-9120-ae95eae6c7aa org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@2d88e00 (id: 2ddd1c83-c9a3-42b8-9120-ae95eae6c7aa, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7cf4344a-ba3a-4e7e-b742-d896284a9e40 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@a875f4d (id: 7cf4344a-ba3a-4e7e-b742-d896284a9e40, sid: null) (name: AllHierarchyPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560 org.polarsys.capella.common.libraries.impl.ModelInformationImpl@35014778 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@34374850 (id: 9e300026-108f-4c9e-b02d-7cbad80dee5e, sid: null) (name: AllHierarchyPkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f15fb8d6-7c69-44ef-be65-06a1e3ae2b35 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@16affa5f (id: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35, sid: f15fb8d6-7c69-44ef-be65-06a1e3ae2b35) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c162ced8-62a2-4006-8800-ad0ba8f9c9af org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@5b53ffa (id: c162ced8-62a2-4006-8800-ad0ba8f9c9af, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 589adba1-a986-4f89-a636-676701ac022e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@371ea656 (id: 589adba1-a986-4f89-a636-676701ac022e, sid: 589adba1-a986-4f89-a636-676701ac022e) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 448203bf-78ea-4429-bf1b-602b261b5203 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@64788b5d (id: 448203bf-78ea-4429-bf1b-602b261b5203, sid: 448203bf-78ea-4429-bf1b-602b261b5203) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = a10821ab-118a-4cc1-bf73-30224681ffaa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@d6ce88f (id: a10821ab-118a-4cc1-bf73-30224681ffaa, sid: a10821ab-118a-4cc1-bf73-30224681ffaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a8784ea3-f4ac-48d9-b923-ba25fbd4ac65 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@210a5c37 (id: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65, sid: a8784ea3-f4ac-48d9-b923-ba25fbd4ac65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@63647256 (id: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2, sid: c09d104f-c6d7-4dd5-88a8-ed5c9e01ace2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0c7206e-f643-4597-be84-4c9fb512d0fa org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5b1ac466 (id: d0c7206e-f643-4597-be84-4c9fb512d0fa, sid: d0c7206e-f643-4597-be84-4c9fb512d0fa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Logical_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5c168541 (id: ID_FakeFunctionalChainInvolvement_Logical_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: ID_FakeFunctionalChainInvolvement_Logical_a8784ea3-f4ac-48d9-b923-ba25fbd4ac65_f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7f8cf2f-e142-48af-bee1-70fc20b9c030 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@65b44d45 (id: f7f8cf2f-e142-48af-bee1-70fc20b9c030, sid: f7f8cf2f-e142-48af-bee1-70fc20b9c030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e9af270-2a1d-4df0-bbb9-2045e3d7905f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@148d3564 (id: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f, sid: 3e9af270-2a1d-4df0-bbb9-2045e3d7905f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 875f8380-8349-4a77-b7e3-db930db4a60f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@e6fc312 (id: 875f8380-8349-4a77-b7e3-db930db4a60f, sid: 875f8380-8349-4a77-b7e3-db930db4a60f) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 88f41a1c-a95a-4573-8764-977c2840f8e1 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7403685b (id: 88f41a1c-a95a-4573-8764-977c2840f8e1, sid: 88f41a1c-a95a-4573-8764-977c2840f8e1) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@26e4e754 (id: ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2780bfd5-63de-483e-a3c1-80ec034ce08f org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2ff920f1 (id: 2780bfd5-63de-483e-a3c1-80ec034ce08f, sid: 2780bfd5-63de-483e-a3c1-80ec034ce08f) (name: LogicalFunctionPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91e6e9c6-05df-4a16-8df4-12a01bb6ea48 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5064d3dd (id: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48, sid: 91e6e9c6-05df-4a16-8df4-12a01bb6ea48) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a982aa16-5846-446d-89dd-927222134ef8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@762225d7 (id: a982aa16-5846-446d-89dd-927222134ef8, sid: a982aa16-5846-446d-89dd-927222134ef8) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@58ae2681 (id: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: out_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6c2de4f8 (id: 419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: 419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5070b7a0 (id: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortIn_419ac5e5-3d7a-45c9-bc42-664c88ddb054_ID_FakeFunctionalExchange_Logical_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: in_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0932cb49-5b83-4bde-9a4f-928d38a6759e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@40024c46 (id: 0932cb49-5b83-4bde-9a4f-928d38a6759e, sid: 0932cb49-5b83-4bde-9a4f-928d38a6759e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@11d71dd1 (id: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e, sid: 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 07f71639-6883-4712-a5a5-d0de332fbebf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4ae478e4 (id: 07f71639-6883-4712-a5a5-d0de332fbebf, sid: 07f71639-6883-4712-a5a5-d0de332fbebf) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2485377a-9c39-475b-976b-61744a1b660c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@13b94cd (id: 2485377a-9c39-475b-976b-61744a1b660c, sid: 2485377a-9c39-475b-976b-61744a1b660c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = eac43d11-966f-4563-bea3-9a5bce38f1bc org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@2899b557 (id: eac43d11-966f-4563-bea3-9a5bce38f1bc, sid: eac43d11-966f-4563-bea3-9a5bce38f1bc) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64126479-ddfe-4143-8393-4663ea4eff3a org.polarsys.capella.core.data.cs.impl.PartImpl@5d6938d8 (id: 64126479-ddfe-4143-8393-4663ea4eff3a, sid: 64126479-ddfe-4143-8393-4663ea4eff3a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6231bc65 (id: 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf, sid: 6a71b0d2-ebe5-4863-afd4-7ad68afed7bf) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 13738ce8-258b-4fa0-bbab-388d736487ad org.polarsys.capella.core.data.cs.impl.PartImpl@458c4c7d (id: 13738ce8-258b-4fa0-bbab-388d736487ad, sid: 13738ce8-258b-4fa0-bbab-388d736487ad) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dab7942b-4298-4207-8791-fd99c7aeb912 org.polarsys.capella.core.data.cs.impl.PartImpl@205a7a96 (id: dab7942b-4298-4207-8791-fd99c7aeb912, sid: dab7942b-4298-4207-8791-fd99c7aeb912) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ba4b0016-efad-41d7-a0ee-fba1474629f8 org.polarsys.capella.core.data.cs.impl.PartImpl@346139bd (id: ba4b0016-efad-41d7-a0ee-fba1474629f8, sid: ba4b0016-efad-41d7-a0ee-fba1474629f8) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ac7c9b59-8325-49db-883f-272e979fd2f2 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@f6972bc (id: ac7c9b59-8325-49db-883f-272e979fd2f2, sid: ac7c9b59-8325-49db-883f-272e979fd2f2) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fc141995-dff9-4743-9a5c-07182f43f05c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@32f81e3d (id: fc141995-dff9-4743-9a5c-07182f43f05c, sid: fc141995-dff9-4743-9a5c-07182f43f05c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1174652e-decb-4400-bf16-aae63c2d7975 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@a52e3db (id: 1174652e-decb-4400-bf16-aae63c2d7975, sid: 1174652e-decb-4400-bf16-aae63c2d7975) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 002b0406-fcd4-4af9-90c5-7c4000371d95 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@57d0945a (id: 002b0406-fcd4-4af9-90c5-7c4000371d95, sid: 002b0406-fcd4-4af9-90c5-7c4000371d95) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e82a6bda-4310-49b3-b7c2-42e23389cef9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@13e8e08e (id: e82a6bda-4310-49b3-b7c2-42e23389cef9, sid: e82a6bda-4310-49b3-b7c2-42e23389cef9) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@61931d38 (id: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86, sid: b5c0d6ba-3ac3-4fd0-add9-f0bd42ed6f86) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Always] >> release >> unload AllHierarchyPkg [Always] >> release >> unload output [Always] >> require >> load Project_test_01 [Always] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@56583fc1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1fef5bbe (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@e6cd0e2 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6501e0cb (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@31d2ad08 (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@6d2b44e0 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5b6b4d93 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@2796e694 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2149b89b (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5d02ae39 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@77df7ece (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2ca016d0 (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1f9d5f5b-71ad-42fd-8a0b-c9d4a1742877 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4621a035 (id: 1f9d5f5b-71ad-42fd-8a0b-c9d4a1742877, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 08074f52-a593-4890-a2ca-33034d3edfeb org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3cef2931 (id: 08074f52-a593-4890-a2ca-33034d3edfeb, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f3fa94eb-b158-46a4-bddb-be3b8db0e5ad org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6b565f0f (id: f3fa94eb-b158-46a4-bddb-be3b8db0e5ad, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 4b7f8c2d-f2fe-4562-9f99-1e029b3b8bfa org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@53b36aeb (id: 4b7f8c2d-f2fe-4562-9f99-1e029b3b8bfa, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 5db697c7-4014-4eef-9c0d-5a213c63960b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@18d858a0 (id: 5db697c7-4014-4eef-9c0d-5a213c63960b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 442c40b3-73f3-4ca3-aa3f-bd3d8f235d88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5dbb4c2b (id: 442c40b3-73f3-4ca3-aa3f-bd3d8f235d88, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 39081a91-9b3d-49a5-a45a-6e757806b45b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@44cceb4 (id: 39081a91-9b3d-49a5-a45a-6e757806b45b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = ba442ad7-a240-4630-a3ed-657c2818162b org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4ce018e4 (id: ba442ad7-a240-4630-a3ed-657c2818162b, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 18603a34-18cd-4fd8-b69b-77b9c6b3455b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@16a75480 (id: 18603a34-18cd-4fd8-b69b-77b9c6b3455b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = df4b19ae-5b68-4e84-92dd-8e4cfbea23fa org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@11fa986b (id: df4b19ae-5b68-4e84-92dd-8e4cfbea23fa, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 89ebe02f-0b1e-4d4c-9af8-d3a2293f5417 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@73a1dd8e (id: 89ebe02f-0b1e-4d4c-9af8-d3a2293f5417, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 5018e95d-edab-46df-a1ef-d8a035e2a354 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3fcadc26 (id: 5018e95d-edab-46df-a1ef-d8a035e2a354, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = ee0aabba-be53-4a64-9175-1a8e20b11d59 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@13e59c0b (id: ee0aabba-be53-4a64-9175-1a8e20b11d59, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2f9ad283-5fc6-46b1-95d5-f80d74b51a77 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@569977dc (id: 2f9ad283-5fc6-46b1-95d5-f80d74b51a77, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1b1e0c13 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@e27b447 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7f88b718 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@bba2395 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@60afc865 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bca98d35-c089-4d86-80f8-40d628a9ee49 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@42eb4f83 (id: bca98d35-c089-4d86-80f8-40d628a9ee49, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = de3cdebf-8371-4896-a26c-30eb9c91a18e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7d519611 (id: de3cdebf-8371-4896-a26c-30eb9c91a18e, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 03b935de-02b8-479a-ab2a-b6cb3467f013 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@606b29f0 (id: 03b935de-02b8-479a-ab2a-b6cb3467f013, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7aa3eeba-943c-4bdd-899d-610f9393513a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@74c883c (id: 7aa3eeba-943c-4bdd-899d-610f9393513a, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4cbe79e5-e722-4d55-9778-4afd681b6906 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@1f434801 (id: 4cbe79e5-e722-4d55-9778-4afd681b6906, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f2aa1818-6956-4a51-a4f8-1ec46b62d8ef org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6e53a4e6 (id: f2aa1818-6956-4a51-a4f8-1ec46b62d8ef, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = b1e6baf5-c59f-4138-8fc2-fdead98cd959 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@574e2475 (id: b1e6baf5-c59f-4138-8fc2-fdead98cd959, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 04731d32-9f58-4f7f-8226-2170dbf2c2d1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@34204bc8 (id: 04731d32-9f58-4f7f-8226-2170dbf2c2d1, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d086b5bd-2ba8-4da3-acf4-18dcbdbbb8bb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@31a60e0d (id: d086b5bd-2ba8-4da3-acf4-18dcbdbbb8bb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 17ffcf28-1f23-46b4-9c96-4330be8070fc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4221f84b (id: 17ffcf28-1f23-46b4-9c96-4330be8070fc, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 44c109b2-3602-49a0-8759-d6d2fe726f0d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@646a11f6 (id: 44c109b2-3602-49a0-8759-d6d2fe726f0d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5c135e90-ebac-4c95-ac60-7da6f7b82e5d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@522268b8 (id: 5c135e90-ebac-4c95-ac60-7da6f7b82e5d, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e9af29d0-ca11-4743-8c5f-05ef7c688cb8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5375d297 (id: e9af29d0-ca11-4743-8c5f-05ef7c688cb8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@4041eebf (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@38a4a8e7 (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@54787dca (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@71d0e210 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2ccbe92b (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@4e52ad6d (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@75030bfa (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@56583fc1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1fef5bbe (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6501e0cb (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@31d2ad08 (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@6d2b44e0 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5b6b4d93 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 57adac82-c4ff-40c4-8fbc-0ed45e82112e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6db7571c (id: 57adac82-c4ff-40c4-8fbc-0ed45e82112e, sid: 57adac82-c4ff-40c4-8fbc-0ed45e82112e) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0fc1961-1683-46fa-a7d9-f86b68ae41ca org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@49291d4f (id: e0fc1961-1683-46fa-a7d9-f86b68ae41ca, sid: e0fc1961-1683-46fa-a7d9-f86b68ae41ca) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a585a04e-c51a-4e25-b963-ada0d43c9c6a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7e924cce (id: a585a04e-c51a-4e25-b963-ada0d43c9c6a, sid: a585a04e-c51a-4e25-b963-ada0d43c9c6a) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2f334448-a98d-4356-9c71-7eb777708837 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7f14915a (id: 2f334448-a98d-4356-9c71-7eb777708837, sid: 2f334448-a98d-4356-9c71-7eb777708837) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c14d7f97-e886-4e7d-8ee6-483bb5c05ef9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@284c3613 (id: c14d7f97-e886-4e7d-8ee6-483bb5c05ef9, sid: c14d7f97-e886-4e7d-8ee6-483bb5c05ef9) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e660eb17-c808-4cc4-b6ad-65ff91714b0a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@290e8530 (id: e660eb17-c808-4cc4-b6ad-65ff91714b0a, sid: e660eb17-c808-4cc4-b6ad-65ff91714b0a) (name: LF21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@451648e3 (id: 7d933c26-d0af-4c8a-906f-7dcb8827f085, sid: 7d933c26-d0af-4c8a-906f-7dcb8827f085) (name: LF211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 52e376e4-151a-438e-a6d7-75fd6d5967fb org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1ed38f5a (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 01e630b4-bbb3-44af-9534-90206eef484a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@57e6ce3d (id: 01e630b4-bbb3-44af-9534-90206eef484a, sid: 01e630b4-bbb3-44af-9534-90206eef484a) (name: LF212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd2e9990-9f2f-4477-9412-36739a76edba org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@a9ce6f4 (id: dd2e9990-9f2f-4477-9412-36739a76edba, sid: dd2e9990-9f2f-4477-9412-36739a76edba) (name: FIP2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 32f5a2cf-c8bb-4644-9d1f-89195eff9b02 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7dbae614 (id: 32f5a2cf-c8bb-4644-9d1f-89195eff9b02, sid: 32f5a2cf-c8bb-4644-9d1f-89195eff9b02) (name: LF22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d05d1b4d-b657-49bf-aa82-211e8278954e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7f111fa6 (id: d05d1b4d-b657-49bf-aa82-211e8278954e, sid: d05d1b4d-b657-49bf-aa82-211e8278954e) (name: LF221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 121dbbd4-5c2a-4922-b0a0-f4a0ca963483 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1ee7a15f (id: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483, sid: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483) (name: FIP2211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0aa251e8-c344-4bad-9bb7-b39708e7a44d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2e9a55ae (id: 0aa251e8-c344-4bad-9bb7-b39708e7a44d, sid: 0aa251e8-c344-4bad-9bb7-b39708e7a44d) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 492e1cd6-7161-4c8a-adab-fd6c508248f8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@d54f47b (id: 492e1cd6-7161-4c8a-adab-fd6c508248f8, sid: 492e1cd6-7161-4c8a-adab-fd6c508248f8) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e71fa0d9-8375-4a7b-b1db-f174bd0e381a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7475fa27 (id: e71fa0d9-8375-4a7b-b1db-f174bd0e381a, sid: e71fa0d9-8375-4a7b-b1db-f174bd0e381a) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2149b89b (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5d02ae39 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@77df7ece (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2ca016d0 (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@4041eebf (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@38a4a8e7 (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0e7e444a-c5a9-4a32-8ee7-24269920b68f org.polarsys.capella.core.data.cs.impl.PartImpl@42283439 (id: 0e7e444a-c5a9-4a32-8ee7-24269920b68f, sid: 0e7e444a-c5a9-4a32-8ee7-24269920b68f) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@54787dca (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fb3ec917-3c98-4fef-a942-cdbd1440f45c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@49861432 (id: fb3ec917-3c98-4fef-a942-cdbd1440f45c, sid: fb3ec917-3c98-4fef-a942-cdbd1440f45c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 565238b0-35c2-4ff5-b7f7-f897ba2d4442 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@286555fa (id: 565238b0-35c2-4ff5-b7f7-f897ba2d4442, sid: 565238b0-35c2-4ff5-b7f7-f897ba2d4442) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 59c9489e-ff23-422a-8b01-722fa5794816 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@679e625f (id: 59c9489e-ff23-422a-8b01-722fa5794816, sid: 59c9489e-ff23-422a-8b01-722fa5794816) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2a59163-d426-49a8-81b4-7a70f143a2dc org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@4a8c78c7 (id: b2a59163-d426-49a8-81b4-7a70f143a2dc, sid: b2a59163-d426-49a8-81b4-7a70f143a2dc) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 322d9776-9440-4199-8975-e454c994ddbb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@9b772ee (id: 322d9776-9440-4199-8975-e454c994ddbb, sid: 322d9776-9440-4199-8975-e454c994ddbb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e629f3b0-6cf6-4556-bde7-41a812b550d5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1e36c83f (id: e629f3b0-6cf6-4556-bde7-41a812b550d5, sid: e629f3b0-6cf6-4556-bde7-41a812b550d5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abc2edfa-ad6e-4401-b7c4-1dd53a2366d8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@67e8684f (id: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8, sid: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd26a353-269c-41aa-9ab3-fd708ec1cb13 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4e8b7e35 (id: cd26a353-269c-41aa-9ab3-fd708ec1cb13, sid: cd26a353-269c-41aa-9ab3-fd708ec1cb13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Always] >> release >> unload Project_test_01 [Always] >> release >> unload output [Always] >> require >> load Project_test_01 [Always] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@41f640ae (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@69b4b028 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@55e0d252 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3f495d5d (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@6ea3ff96 (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@44d8e09 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@41da17f6 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2b239528-2769-41de-9916-80a152190813 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@23b3cbd6 (id: 2b239528-2769-41de-9916-80a152190813, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@3da0aec7 (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@199901a2 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@6a33b5ac (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6b019386 (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@536fceb7 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23038964-f6f9-4b8c-b889-7709ad9ab66a org.polarsys.capella.core.data.cs.impl.PartImpl@22a4169 (id: 23038964-f6f9-4b8c-b889-7709ad9ab66a, sid: 23038964-f6f9-4b8c-b889-7709ad9ab66a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 397fad18-287b-41e3-b937-10918354f65c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@75c31a55 (id: 397fad18-287b-41e3-b937-10918354f65c, sid: 397fad18-287b-41e3-b937-10918354f65c) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 54b8d4e6-3fa1-4918-ab9d-3e25d4976489 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@5937d025 (id: 54b8d4e6-3fa1-4918-ab9d-3e25d4976489, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac60e7bd-fbd4-4ca5-8b9f-6bb1916bcd41 org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@2fdb824f (id: ac60e7bd-fbd4-4ca5-8b9f-6bb1916bcd41, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@41f640ae (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@69b4b028 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3f495d5d (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@6ea3ff96 (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@44d8e09 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@41da17f6 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 57adac82-c4ff-40c4-8fbc-0ed45e82112e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@44dae87f (id: 57adac82-c4ff-40c4-8fbc-0ed45e82112e, sid: 57adac82-c4ff-40c4-8fbc-0ed45e82112e) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0fc1961-1683-46fa-a7d9-f86b68ae41ca org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@35f4f03d (id: e0fc1961-1683-46fa-a7d9-f86b68ae41ca, sid: e0fc1961-1683-46fa-a7d9-f86b68ae41ca) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a585a04e-c51a-4e25-b963-ada0d43c9c6a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5da10d4c (id: a585a04e-c51a-4e25-b963-ada0d43c9c6a, sid: a585a04e-c51a-4e25-b963-ada0d43c9c6a) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2f334448-a98d-4356-9c71-7eb777708837 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4cd5c4a9 (id: 2f334448-a98d-4356-9c71-7eb777708837, sid: 2f334448-a98d-4356-9c71-7eb777708837) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c14d7f97-e886-4e7d-8ee6-483bb5c05ef9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5fdf445c (id: c14d7f97-e886-4e7d-8ee6-483bb5c05ef9, sid: c14d7f97-e886-4e7d-8ee6-483bb5c05ef9) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e660eb17-c808-4cc4-b6ad-65ff91714b0a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4d383282 (id: e660eb17-c808-4cc4-b6ad-65ff91714b0a, sid: e660eb17-c808-4cc4-b6ad-65ff91714b0a) (name: LF21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@18a69d04 (id: 7d933c26-d0af-4c8a-906f-7dcb8827f085, sid: 7d933c26-d0af-4c8a-906f-7dcb8827f085) (name: LF211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 52e376e4-151a-438e-a6d7-75fd6d5967fb org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7ab4e235 (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 01e630b4-bbb3-44af-9534-90206eef484a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5f6ca49b (id: 01e630b4-bbb3-44af-9534-90206eef484a, sid: 01e630b4-bbb3-44af-9534-90206eef484a) (name: LF212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd2e9990-9f2f-4477-9412-36739a76edba org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@534c31d6 (id: dd2e9990-9f2f-4477-9412-36739a76edba, sid: dd2e9990-9f2f-4477-9412-36739a76edba) (name: FIP2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 32f5a2cf-c8bb-4644-9d1f-89195eff9b02 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7f2ec806 (id: 32f5a2cf-c8bb-4644-9d1f-89195eff9b02, sid: 32f5a2cf-c8bb-4644-9d1f-89195eff9b02) (name: LF22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d05d1b4d-b657-49bf-aa82-211e8278954e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@22d6289c (id: d05d1b4d-b657-49bf-aa82-211e8278954e, sid: d05d1b4d-b657-49bf-aa82-211e8278954e) (name: LF221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 121dbbd4-5c2a-4922-b0a0-f4a0ca963483 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@18241821 (id: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483, sid: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483) (name: FIP2211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0aa251e8-c344-4bad-9bb7-b39708e7a44d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@30b285f4 (id: 0aa251e8-c344-4bad-9bb7-b39708e7a44d, sid: 0aa251e8-c344-4bad-9bb7-b39708e7a44d) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 492e1cd6-7161-4c8a-adab-fd6c508248f8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@8ef76d3 (id: 492e1cd6-7161-4c8a-adab-fd6c508248f8, sid: 492e1cd6-7161-4c8a-adab-fd6c508248f8) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e71fa0d9-8375-4a7b-b1db-f174bd0e381a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@702864 (id: e71fa0d9-8375-4a7b-b1db-f174bd0e381a, sid: e71fa0d9-8375-4a7b-b1db-f174bd0e381a) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@3da0aec7 (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@199901a2 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@6a33b5ac (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6b019386 (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@536fceb7 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23038964-f6f9-4b8c-b889-7709ad9ab66a org.polarsys.capella.core.data.cs.impl.PartImpl@22a4169 (id: 23038964-f6f9-4b8c-b889-7709ad9ab66a, sid: 23038964-f6f9-4b8c-b889-7709ad9ab66a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 397fad18-287b-41e3-b937-10918354f65c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@75c31a55 (id: 397fad18-287b-41e3-b937-10918354f65c, sid: 397fad18-287b-41e3-b937-10918354f65c) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 565238b0-35c2-4ff5-b7f7-f897ba2d4442 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@12b93ac8 (id: 565238b0-35c2-4ff5-b7f7-f897ba2d4442, sid: 565238b0-35c2-4ff5-b7f7-f897ba2d4442) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 59c9489e-ff23-422a-8b01-722fa5794816 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3f8e545e (id: 59c9489e-ff23-422a-8b01-722fa5794816, sid: 59c9489e-ff23-422a-8b01-722fa5794816) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@6f7f7bcf (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0e7e444a-c5a9-4a32-8ee7-24269920b68f org.polarsys.capella.core.data.cs.impl.PartImpl@283c5c7 (id: 0e7e444a-c5a9-4a32-8ee7-24269920b68f, sid: 0e7e444a-c5a9-4a32-8ee7-24269920b68f) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@145643f9 (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fb3ec917-3c98-4fef-a942-cdbd1440f45c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@e3f3bf (id: fb3ec917-3c98-4fef-a942-cdbd1440f45c, sid: fb3ec917-3c98-4fef-a942-cdbd1440f45c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2a59163-d426-49a8-81b4-7a70f143a2dc org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1c52b399 (id: b2a59163-d426-49a8-81b4-7a70f143a2dc, sid: b2a59163-d426-49a8-81b4-7a70f143a2dc) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 322d9776-9440-4199-8975-e454c994ddbb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7b83eece (id: 322d9776-9440-4199-8975-e454c994ddbb, sid: 322d9776-9440-4199-8975-e454c994ddbb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e629f3b0-6cf6-4556-bde7-41a812b550d5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5dec33cc (id: e629f3b0-6cf6-4556-bde7-41a812b550d5, sid: e629f3b0-6cf6-4556-bde7-41a812b550d5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abc2edfa-ad6e-4401-b7c4-1dd53a2366d8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@420d5dc5 (id: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8, sid: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd26a353-269c-41aa-9ab3-fd708ec1cb13 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4bcae066 (id: cd26a353-269c-41aa-9ab3-fd708ec1cb13, sid: cd26a353-269c-41aa-9ab3-fd708ec1cb13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Always] >> release >> unload Project_test_01 [Always] >> release >> unload output [Restricted] >> require >> load Project_test_01 [Restricted] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7cb939b4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@554dd6f7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@41ea13fb (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@ba2abf4 (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@7d931be1 (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@1dde0de4 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4848f88 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@25cee9fa (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@fd33d08 (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@42446da5 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@20a49e60 (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@51f7cc0f (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1f9d5f5b-71ad-42fd-8a0b-c9d4a1742877 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4068dad6 (id: 1f9d5f5b-71ad-42fd-8a0b-c9d4a1742877, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 08074f52-a593-4890-a2ca-33034d3edfeb org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3dc0e77d (id: 08074f52-a593-4890-a2ca-33034d3edfeb, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f3fa94eb-b158-46a4-bddb-be3b8db0e5ad org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@5af7e80 (id: f3fa94eb-b158-46a4-bddb-be3b8db0e5ad, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 4b7f8c2d-f2fe-4562-9f99-1e029b3b8bfa org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2669cb83 (id: 4b7f8c2d-f2fe-4562-9f99-1e029b3b8bfa, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 5db697c7-4014-4eef-9c0d-5a213c63960b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@20511bf2 (id: 5db697c7-4014-4eef-9c0d-5a213c63960b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 442c40b3-73f3-4ca3-aa3f-bd3d8f235d88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1a90fb8a (id: 442c40b3-73f3-4ca3-aa3f-bd3d8f235d88, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 39081a91-9b3d-49a5-a45a-6e757806b45b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6435cd26 (id: 39081a91-9b3d-49a5-a45a-6e757806b45b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = ba442ad7-a240-4630-a3ed-657c2818162b org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@c6827f0 (id: ba442ad7-a240-4630-a3ed-657c2818162b, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 18603a34-18cd-4fd8-b69b-77b9c6b3455b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@24ce2304 (id: 18603a34-18cd-4fd8-b69b-77b9c6b3455b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = df4b19ae-5b68-4e84-92dd-8e4cfbea23fa org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@399fc0bc (id: df4b19ae-5b68-4e84-92dd-8e4cfbea23fa, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 89ebe02f-0b1e-4d4c-9af8-d3a2293f5417 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@73096654 (id: 89ebe02f-0b1e-4d4c-9af8-d3a2293f5417, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 5018e95d-edab-46df-a1ef-d8a035e2a354 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3e138862 (id: 5018e95d-edab-46df-a1ef-d8a035e2a354, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = ee0aabba-be53-4a64-9175-1a8e20b11d59 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6b904aa7 (id: ee0aabba-be53-4a64-9175-1a8e20b11d59, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2f9ad283-5fc6-46b1-95d5-f80d74b51a77 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2ccded49 (id: 2f9ad283-5fc6-46b1-95d5-f80d74b51a77, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@817b408 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@4eb458de (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@53d077d5 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@58828db3 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d00c55f (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bca98d35-c089-4d86-80f8-40d628a9ee49 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@363ccf31 (id: bca98d35-c089-4d86-80f8-40d628a9ee49, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = de3cdebf-8371-4896-a26c-30eb9c91a18e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5f906e23 (id: de3cdebf-8371-4896-a26c-30eb9c91a18e, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 03b935de-02b8-479a-ab2a-b6cb3467f013 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1c74773d (id: 03b935de-02b8-479a-ab2a-b6cb3467f013, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7aa3eeba-943c-4bdd-899d-610f9393513a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@787485f4 (id: 7aa3eeba-943c-4bdd-899d-610f9393513a, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4cbe79e5-e722-4d55-9778-4afd681b6906 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2861888c (id: 4cbe79e5-e722-4d55-9778-4afd681b6906, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f2aa1818-6956-4a51-a4f8-1ec46b62d8ef org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@74dc1ad5 (id: f2aa1818-6956-4a51-a4f8-1ec46b62d8ef, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = b1e6baf5-c59f-4138-8fc2-fdead98cd959 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4b2e46ec (id: b1e6baf5-c59f-4138-8fc2-fdead98cd959, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 04731d32-9f58-4f7f-8226-2170dbf2c2d1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@17a93158 (id: 04731d32-9f58-4f7f-8226-2170dbf2c2d1, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d086b5bd-2ba8-4da3-acf4-18dcbdbbb8bb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@33a8eec9 (id: d086b5bd-2ba8-4da3-acf4-18dcbdbbb8bb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 17ffcf28-1f23-46b4-9c96-4330be8070fc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@273640db (id: 17ffcf28-1f23-46b4-9c96-4330be8070fc, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 44c109b2-3602-49a0-8759-d6d2fe726f0d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1e167bf7 (id: 44c109b2-3602-49a0-8759-d6d2fe726f0d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5c135e90-ebac-4c95-ac60-7da6f7b82e5d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@40ebaa9c (id: 5c135e90-ebac-4c95-ac60-7da6f7b82e5d, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e9af29d0-ca11-4743-8c5f-05ef7c688cb8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@34c1caee (id: e9af29d0-ca11-4743-8c5f-05ef7c688cb8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@47da8044 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@6f73485e (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@c5b4661 (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5433330 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@363c5443 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@28e8314b (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@71474dd2 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7cb939b4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@554dd6f7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@ba2abf4 (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@7d931be1 (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@1dde0de4 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4848f88 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d05d1b4d-b657-49bf-aa82-211e8278954e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5fe74549 (id: d05d1b4d-b657-49bf-aa82-211e8278954e, sid: d05d1b4d-b657-49bf-aa82-211e8278954e) (name: LF221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 121dbbd4-5c2a-4922-b0a0-f4a0ca963483 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@c29545c (id: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483, sid: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483) (name: FIP2211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e660eb17-c808-4cc4-b6ad-65ff91714b0a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3f5c4129 (id: e660eb17-c808-4cc4-b6ad-65ff91714b0a, sid: e660eb17-c808-4cc4-b6ad-65ff91714b0a) (name: LF21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@200cd05e (id: 7d933c26-d0af-4c8a-906f-7dcb8827f085, sid: 7d933c26-d0af-4c8a-906f-7dcb8827f085) (name: LF211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 52e376e4-151a-438e-a6d7-75fd6d5967fb org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5eef5955 (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 01e630b4-bbb3-44af-9534-90206eef484a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@60a6677e (id: 01e630b4-bbb3-44af-9534-90206eef484a, sid: 01e630b4-bbb3-44af-9534-90206eef484a) (name: LF212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd2e9990-9f2f-4477-9412-36739a76edba org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3d2e374a (id: dd2e9990-9f2f-4477-9412-36739a76edba, sid: dd2e9990-9f2f-4477-9412-36739a76edba) (name: FIP2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 57adac82-c4ff-40c4-8fbc-0ed45e82112e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@38302ecb (id: 57adac82-c4ff-40c4-8fbc-0ed45e82112e, sid: 57adac82-c4ff-40c4-8fbc-0ed45e82112e) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0fc1961-1683-46fa-a7d9-f86b68ae41ca org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5d99763f (id: e0fc1961-1683-46fa-a7d9-f86b68ae41ca, sid: e0fc1961-1683-46fa-a7d9-f86b68ae41ca) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a585a04e-c51a-4e25-b963-ada0d43c9c6a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@30c5f145 (id: a585a04e-c51a-4e25-b963-ada0d43c9c6a, sid: a585a04e-c51a-4e25-b963-ada0d43c9c6a) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2f334448-a98d-4356-9c71-7eb777708837 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@109dc01a (id: 2f334448-a98d-4356-9c71-7eb777708837, sid: 2f334448-a98d-4356-9c71-7eb777708837) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0aa251e8-c344-4bad-9bb7-b39708e7a44d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6a04fbcc (id: 0aa251e8-c344-4bad-9bb7-b39708e7a44d, sid: 0aa251e8-c344-4bad-9bb7-b39708e7a44d) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 492e1cd6-7161-4c8a-adab-fd6c508248f8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2c49c964 (id: 492e1cd6-7161-4c8a-adab-fd6c508248f8, sid: 492e1cd6-7161-4c8a-adab-fd6c508248f8) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e71fa0d9-8375-4a7b-b1db-f174bd0e381a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@61420c0f (id: e71fa0d9-8375-4a7b-b1db-f174bd0e381a, sid: e71fa0d9-8375-4a7b-b1db-f174bd0e381a) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@fd33d08 (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@42446da5 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@20a49e60 (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@51f7cc0f (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@47da8044 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@6f73485e (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0e7e444a-c5a9-4a32-8ee7-24269920b68f org.polarsys.capella.core.data.cs.impl.PartImpl@4452fef2 (id: 0e7e444a-c5a9-4a32-8ee7-24269920b68f, sid: 0e7e444a-c5a9-4a32-8ee7-24269920b68f) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@c5b4661 (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fb3ec917-3c98-4fef-a942-cdbd1440f45c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@791fde0c (id: fb3ec917-3c98-4fef-a942-cdbd1440f45c, sid: fb3ec917-3c98-4fef-a942-cdbd1440f45c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 565238b0-35c2-4ff5-b7f7-f897ba2d4442 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4d390e90 (id: 565238b0-35c2-4ff5-b7f7-f897ba2d4442, sid: 565238b0-35c2-4ff5-b7f7-f897ba2d4442) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 59c9489e-ff23-422a-8b01-722fa5794816 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5e727fd3 (id: 59c9489e-ff23-422a-8b01-722fa5794816, sid: 59c9489e-ff23-422a-8b01-722fa5794816) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2a59163-d426-49a8-81b4-7a70f143a2dc org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2a690ab3 (id: b2a59163-d426-49a8-81b4-7a70f143a2dc, sid: b2a59163-d426-49a8-81b4-7a70f143a2dc) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 322d9776-9440-4199-8975-e454c994ddbb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3a483b9d (id: 322d9776-9440-4199-8975-e454c994ddbb, sid: 322d9776-9440-4199-8975-e454c994ddbb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e629f3b0-6cf6-4556-bde7-41a812b550d5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6c761afb (id: e629f3b0-6cf6-4556-bde7-41a812b550d5, sid: e629f3b0-6cf6-4556-bde7-41a812b550d5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abc2edfa-ad6e-4401-b7c4-1dd53a2366d8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6b9e46c7 (id: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8, sid: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Restricted] >> release >> unload Project_test_01 [Restricted] >> release >> unload output [Restricted] >> require >> load Project_test_01 [Restricted] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3709b37 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2e7984c9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@21a428b3 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2d67eeec (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@33a98b1d (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@d4fadae (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3a7a6899 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2b239528-2769-41de-9916-80a152190813 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6704c37a (id: 2b239528-2769-41de-9916-80a152190813, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2b8a2a7c (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3aac8680 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2464d2b (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4903807f (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@33a09ae9 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23038964-f6f9-4b8c-b889-7709ad9ab66a org.polarsys.capella.core.data.cs.impl.PartImpl@6de6829b (id: 23038964-f6f9-4b8c-b889-7709ad9ab66a, sid: 23038964-f6f9-4b8c-b889-7709ad9ab66a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 397fad18-287b-41e3-b937-10918354f65c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5d79a519 (id: 397fad18-287b-41e3-b937-10918354f65c, sid: 397fad18-287b-41e3-b937-10918354f65c) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 54b8d4e6-3fa1-4918-ab9d-3e25d4976489 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@18713420 (id: 54b8d4e6-3fa1-4918-ab9d-3e25d4976489, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac60e7bd-fbd4-4ca5-8b9f-6bb1916bcd41 org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@19ed8a4f (id: ac60e7bd-fbd4-4ca5-8b9f-6bb1916bcd41, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3709b37 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2e7984c9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2d67eeec (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@33a98b1d (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@d4fadae (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3a7a6899 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d05d1b4d-b657-49bf-aa82-211e8278954e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@80c4c2d (id: d05d1b4d-b657-49bf-aa82-211e8278954e, sid: d05d1b4d-b657-49bf-aa82-211e8278954e) (name: LF221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 121dbbd4-5c2a-4922-b0a0-f4a0ca963483 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@79cc0e75 (id: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483, sid: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483) (name: FIP2211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e660eb17-c808-4cc4-b6ad-65ff91714b0a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@36b9d51 (id: e660eb17-c808-4cc4-b6ad-65ff91714b0a, sid: e660eb17-c808-4cc4-b6ad-65ff91714b0a) (name: LF21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@429b2202 (id: 7d933c26-d0af-4c8a-906f-7dcb8827f085, sid: 7d933c26-d0af-4c8a-906f-7dcb8827f085) (name: LF211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 52e376e4-151a-438e-a6d7-75fd6d5967fb org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@56f94874 (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 01e630b4-bbb3-44af-9534-90206eef484a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@50643abb (id: 01e630b4-bbb3-44af-9534-90206eef484a, sid: 01e630b4-bbb3-44af-9534-90206eef484a) (name: LF212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd2e9990-9f2f-4477-9412-36739a76edba org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@fbaa4f3 (id: dd2e9990-9f2f-4477-9412-36739a76edba, sid: dd2e9990-9f2f-4477-9412-36739a76edba) (name: FIP2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 57adac82-c4ff-40c4-8fbc-0ed45e82112e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6e986c4c (id: 57adac82-c4ff-40c4-8fbc-0ed45e82112e, sid: 57adac82-c4ff-40c4-8fbc-0ed45e82112e) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0fc1961-1683-46fa-a7d9-f86b68ae41ca org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1116e3e1 (id: e0fc1961-1683-46fa-a7d9-f86b68ae41ca, sid: e0fc1961-1683-46fa-a7d9-f86b68ae41ca) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a585a04e-c51a-4e25-b963-ada0d43c9c6a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@61440eb0 (id: a585a04e-c51a-4e25-b963-ada0d43c9c6a, sid: a585a04e-c51a-4e25-b963-ada0d43c9c6a) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2f334448-a98d-4356-9c71-7eb777708837 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@8938ca1 (id: 2f334448-a98d-4356-9c71-7eb777708837, sid: 2f334448-a98d-4356-9c71-7eb777708837) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0aa251e8-c344-4bad-9bb7-b39708e7a44d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@d838693 (id: 0aa251e8-c344-4bad-9bb7-b39708e7a44d, sid: 0aa251e8-c344-4bad-9bb7-b39708e7a44d) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 492e1cd6-7161-4c8a-adab-fd6c508248f8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@14a58ef0 (id: 492e1cd6-7161-4c8a-adab-fd6c508248f8, sid: 492e1cd6-7161-4c8a-adab-fd6c508248f8) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e71fa0d9-8375-4a7b-b1db-f174bd0e381a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6ad42b4f (id: e71fa0d9-8375-4a7b-b1db-f174bd0e381a, sid: e71fa0d9-8375-4a7b-b1db-f174bd0e381a) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2b8a2a7c (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3aac8680 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2464d2b (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4903807f (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@33a09ae9 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23038964-f6f9-4b8c-b889-7709ad9ab66a org.polarsys.capella.core.data.cs.impl.PartImpl@6de6829b (id: 23038964-f6f9-4b8c-b889-7709ad9ab66a, sid: 23038964-f6f9-4b8c-b889-7709ad9ab66a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 397fad18-287b-41e3-b937-10918354f65c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5d79a519 (id: 397fad18-287b-41e3-b937-10918354f65c, sid: 397fad18-287b-41e3-b937-10918354f65c) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 565238b0-35c2-4ff5-b7f7-f897ba2d4442 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@82cd6b1 (id: 565238b0-35c2-4ff5-b7f7-f897ba2d4442, sid: 565238b0-35c2-4ff5-b7f7-f897ba2d4442) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 59c9489e-ff23-422a-8b01-722fa5794816 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3f6c728f (id: 59c9489e-ff23-422a-8b01-722fa5794816, sid: 59c9489e-ff23-422a-8b01-722fa5794816) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@6647dda3 (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0e7e444a-c5a9-4a32-8ee7-24269920b68f org.polarsys.capella.core.data.cs.impl.PartImpl@7686fd1f (id: 0e7e444a-c5a9-4a32-8ee7-24269920b68f, sid: 0e7e444a-c5a9-4a32-8ee7-24269920b68f) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@44d5c5ab (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fb3ec917-3c98-4fef-a942-cdbd1440f45c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1ca7a257 (id: fb3ec917-3c98-4fef-a942-cdbd1440f45c, sid: fb3ec917-3c98-4fef-a942-cdbd1440f45c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2a59163-d426-49a8-81b4-7a70f143a2dc org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5d88dad9 (id: b2a59163-d426-49a8-81b4-7a70f143a2dc, sid: b2a59163-d426-49a8-81b4-7a70f143a2dc) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 322d9776-9440-4199-8975-e454c994ddbb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4cc9257c (id: 322d9776-9440-4199-8975-e454c994ddbb, sid: 322d9776-9440-4199-8975-e454c994ddbb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e629f3b0-6cf6-4556-bde7-41a812b550d5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@26db49d3 (id: e629f3b0-6cf6-4556-bde7-41a812b550d5, sid: e629f3b0-6cf6-4556-bde7-41a812b550d5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abc2edfa-ad6e-4401-b7c4-1dd53a2366d8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7cff245 (id: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8, sid: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Restricted] >> release >> unload Project_test_01 [Restricted] >> release >> unload output [Leaf] >> require >> load Project_test_01 [Leaf] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5827313c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1f734db5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5cc4c404 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1258f6a5 (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1a88a22a (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2fd6df69 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@557710 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@393aeb3b (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@e8d47b9 (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4a55fd41 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1f0a51cd (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@552f066b (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1f9d5f5b-71ad-42fd-8a0b-c9d4a1742877 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1fcd7ed1 (id: 1f9d5f5b-71ad-42fd-8a0b-c9d4a1742877, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 08074f52-a593-4890-a2ca-33034d3edfeb org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@4719b95a (id: 08074f52-a593-4890-a2ca-33034d3edfeb, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f3fa94eb-b158-46a4-bddb-be3b8db0e5ad org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@159637be (id: f3fa94eb-b158-46a4-bddb-be3b8db0e5ad, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 4b7f8c2d-f2fe-4562-9f99-1e029b3b8bfa org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@a0b535d (id: 4b7f8c2d-f2fe-4562-9f99-1e029b3b8bfa, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 5db697c7-4014-4eef-9c0d-5a213c63960b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7ec48f3b (id: 5db697c7-4014-4eef-9c0d-5a213c63960b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 442c40b3-73f3-4ca3-aa3f-bd3d8f235d88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@741d3ad0 (id: 442c40b3-73f3-4ca3-aa3f-bd3d8f235d88, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 39081a91-9b3d-49a5-a45a-6e757806b45b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5012d82a (id: 39081a91-9b3d-49a5-a45a-6e757806b45b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = ba442ad7-a240-4630-a3ed-657c2818162b org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@53f8ce (id: ba442ad7-a240-4630-a3ed-657c2818162b, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 18603a34-18cd-4fd8-b69b-77b9c6b3455b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5ab402a8 (id: 18603a34-18cd-4fd8-b69b-77b9c6b3455b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = df4b19ae-5b68-4e84-92dd-8e4cfbea23fa org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@47e26894 (id: df4b19ae-5b68-4e84-92dd-8e4cfbea23fa, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 89ebe02f-0b1e-4d4c-9af8-d3a2293f5417 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1f73bca (id: 89ebe02f-0b1e-4d4c-9af8-d3a2293f5417, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 5018e95d-edab-46df-a1ef-d8a035e2a354 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1e7d36b2 (id: 5018e95d-edab-46df-a1ef-d8a035e2a354, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = ee0aabba-be53-4a64-9175-1a8e20b11d59 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@64a6c697 (id: ee0aabba-be53-4a64-9175-1a8e20b11d59, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2f9ad283-5fc6-46b1-95d5-f80d74b51a77 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3054b45f (id: 2f9ad283-5fc6-46b1-95d5-f80d74b51a77, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@16b03677 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1fd66390 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3bcfaa0e (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@38616a97 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2f75e062 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bca98d35-c089-4d86-80f8-40d628a9ee49 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7ffa9fe8 (id: bca98d35-c089-4d86-80f8-40d628a9ee49, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = de3cdebf-8371-4896-a26c-30eb9c91a18e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2dba6cfe (id: de3cdebf-8371-4896-a26c-30eb9c91a18e, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 03b935de-02b8-479a-ab2a-b6cb3467f013 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3859d35a (id: 03b935de-02b8-479a-ab2a-b6cb3467f013, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7aa3eeba-943c-4bdd-899d-610f9393513a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1fbcd6e5 (id: 7aa3eeba-943c-4bdd-899d-610f9393513a, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4cbe79e5-e722-4d55-9778-4afd681b6906 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@34921f25 (id: 4cbe79e5-e722-4d55-9778-4afd681b6906, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f2aa1818-6956-4a51-a4f8-1ec46b62d8ef org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4ab148d5 (id: f2aa1818-6956-4a51-a4f8-1ec46b62d8ef, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = b1e6baf5-c59f-4138-8fc2-fdead98cd959 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3c8481da (id: b1e6baf5-c59f-4138-8fc2-fdead98cd959, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 04731d32-9f58-4f7f-8226-2170dbf2c2d1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45f66351 (id: 04731d32-9f58-4f7f-8226-2170dbf2c2d1, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d086b5bd-2ba8-4da3-acf4-18dcbdbbb8bb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61b927fd (id: d086b5bd-2ba8-4da3-acf4-18dcbdbbb8bb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 17ffcf28-1f23-46b4-9c96-4330be8070fc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@218e2cff (id: 17ffcf28-1f23-46b4-9c96-4330be8070fc, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 44c109b2-3602-49a0-8759-d6d2fe726f0d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@399cf345 (id: 44c109b2-3602-49a0-8759-d6d2fe726f0d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5c135e90-ebac-4c95-ac60-7da6f7b82e5d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4f06e3cc (id: 5c135e90-ebac-4c95-ac60-7da6f7b82e5d, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e9af29d0-ca11-4743-8c5f-05ef7c688cb8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@67a8b31e (id: e9af29d0-ca11-4743-8c5f-05ef7c688cb8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@31fb23f8 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@3d0be95 (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@54af5820 (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2f4dbcab (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@13f84973 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@1a4d905a (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@6448bc8c (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5827313c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1f734db5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1258f6a5 (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1a88a22a (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2fd6df69 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@557710 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 57adac82-c4ff-40c4-8fbc-0ed45e82112e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@322e6a6d (id: 57adac82-c4ff-40c4-8fbc-0ed45e82112e, sid: 57adac82-c4ff-40c4-8fbc-0ed45e82112e) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0fc1961-1683-46fa-a7d9-f86b68ae41ca org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6de817f0 (id: e0fc1961-1683-46fa-a7d9-f86b68ae41ca, sid: e0fc1961-1683-46fa-a7d9-f86b68ae41ca) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a585a04e-c51a-4e25-b963-ada0d43c9c6a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@74dcb0b3 (id: a585a04e-c51a-4e25-b963-ada0d43c9c6a, sid: a585a04e-c51a-4e25-b963-ada0d43c9c6a) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2f334448-a98d-4356-9c71-7eb777708837 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5f1ab4cf (id: 2f334448-a98d-4356-9c71-7eb777708837, sid: 2f334448-a98d-4356-9c71-7eb777708837) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 01e630b4-bbb3-44af-9534-90206eef484a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@aee9de (id: 01e630b4-bbb3-44af-9534-90206eef484a, sid: 01e630b4-bbb3-44af-9534-90206eef484a) (name: LF212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd2e9990-9f2f-4477-9412-36739a76edba org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@533ea9a8 (id: dd2e9990-9f2f-4477-9412-36739a76edba, sid: dd2e9990-9f2f-4477-9412-36739a76edba) (name: FIP2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@22147400 (id: 7d933c26-d0af-4c8a-906f-7dcb8827f085, sid: 7d933c26-d0af-4c8a-906f-7dcb8827f085) (name: LF211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 52e376e4-151a-438e-a6d7-75fd6d5967fb org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@28a21041 (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d05d1b4d-b657-49bf-aa82-211e8278954e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6a1351b3 (id: d05d1b4d-b657-49bf-aa82-211e8278954e, sid: d05d1b4d-b657-49bf-aa82-211e8278954e) (name: LF221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 121dbbd4-5c2a-4922-b0a0-f4a0ca963483 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1d04a536 (id: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483, sid: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483) (name: FIP2211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0aa251e8-c344-4bad-9bb7-b39708e7a44d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@42a0d78e (id: 0aa251e8-c344-4bad-9bb7-b39708e7a44d, sid: 0aa251e8-c344-4bad-9bb7-b39708e7a44d) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 492e1cd6-7161-4c8a-adab-fd6c508248f8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7a35f7f9 (id: 492e1cd6-7161-4c8a-adab-fd6c508248f8, sid: 492e1cd6-7161-4c8a-adab-fd6c508248f8) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e71fa0d9-8375-4a7b-b1db-f174bd0e381a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@48305bfc (id: e71fa0d9-8375-4a7b-b1db-f174bd0e381a, sid: e71fa0d9-8375-4a7b-b1db-f174bd0e381a) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@e8d47b9 (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4a55fd41 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1f0a51cd (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@552f066b (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@31fb23f8 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@3d0be95 (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0e7e444a-c5a9-4a32-8ee7-24269920b68f org.polarsys.capella.core.data.cs.impl.PartImpl@5c27462c (id: 0e7e444a-c5a9-4a32-8ee7-24269920b68f, sid: 0e7e444a-c5a9-4a32-8ee7-24269920b68f) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@54af5820 (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fb3ec917-3c98-4fef-a942-cdbd1440f45c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@528d6036 (id: fb3ec917-3c98-4fef-a942-cdbd1440f45c, sid: fb3ec917-3c98-4fef-a942-cdbd1440f45c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 565238b0-35c2-4ff5-b7f7-f897ba2d4442 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3459890b (id: 565238b0-35c2-4ff5-b7f7-f897ba2d4442, sid: 565238b0-35c2-4ff5-b7f7-f897ba2d4442) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 59c9489e-ff23-422a-8b01-722fa5794816 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5cd5889b (id: 59c9489e-ff23-422a-8b01-722fa5794816, sid: 59c9489e-ff23-422a-8b01-722fa5794816) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2a59163-d426-49a8-81b4-7a70f143a2dc org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@34fd5a6d (id: b2a59163-d426-49a8-81b4-7a70f143a2dc, sid: b2a59163-d426-49a8-81b4-7a70f143a2dc) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 322d9776-9440-4199-8975-e454c994ddbb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6488e49d (id: 322d9776-9440-4199-8975-e454c994ddbb, sid: 322d9776-9440-4199-8975-e454c994ddbb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e629f3b0-6cf6-4556-bde7-41a812b550d5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4ac8ce74 (id: e629f3b0-6cf6-4556-bde7-41a812b550d5, sid: e629f3b0-6cf6-4556-bde7-41a812b550d5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abc2edfa-ad6e-4401-b7c4-1dd53a2366d8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@737d8bcb (id: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8, sid: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Leaf] >> release >> unload Project_test_01 [Leaf] >> release >> unload output [Leaf] >> require >> load Project_test_01 [Leaf] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@10a38b3b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@25745d40 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5ab9cce5 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@14e9134e (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@27f4fd1f (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2c73af66 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@10ec3a54 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2b239528-2769-41de-9916-80a152190813 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@37920f66 (id: 2b239528-2769-41de-9916-80a152190813, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1555c4cf (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5b3c1154 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4e9200f6 (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@24c5084d (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@1f8dd3a6 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23038964-f6f9-4b8c-b889-7709ad9ab66a org.polarsys.capella.core.data.cs.impl.PartImpl@2480c7b2 (id: 23038964-f6f9-4b8c-b889-7709ad9ab66a, sid: 23038964-f6f9-4b8c-b889-7709ad9ab66a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 397fad18-287b-41e3-b937-10918354f65c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@7acbe664 (id: 397fad18-287b-41e3-b937-10918354f65c, sid: 397fad18-287b-41e3-b937-10918354f65c) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 54b8d4e6-3fa1-4918-ab9d-3e25d4976489 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@76a59d0b (id: 54b8d4e6-3fa1-4918-ab9d-3e25d4976489, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac60e7bd-fbd4-4ca5-8b9f-6bb1916bcd41 org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@63a841ca (id: ac60e7bd-fbd4-4ca5-8b9f-6bb1916bcd41, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@10a38b3b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@25745d40 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@14e9134e (id: 4094e4ec-9258-41e1-8ade-ecd9b14c60a9, sid: null) (name: AllPhases-HierarchicalFunctionParameter_Leaf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70cb1c3b-fffb-4a12-81b9-42daf3a3a840 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@27f4fd1f (id: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840, sid: 70cb1c3b-fffb-4a12-81b9-42daf3a3a840) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e35c1835-5203-49e8-b72b-7fe448ae0ebc org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2c73af66 (id: e35c1835-5203-49e8-b72b-7fe448ae0ebc, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5a4f893-ebd6-447d-8c4e-5b8bac3bab72 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@10ec3a54 (id: b5a4f893-ebd6-447d-8c4e-5b8bac3bab72, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d05d1b4d-b657-49bf-aa82-211e8278954e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7de56885 (id: d05d1b4d-b657-49bf-aa82-211e8278954e, sid: d05d1b4d-b657-49bf-aa82-211e8278954e) (name: LF221) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 121dbbd4-5c2a-4922-b0a0-f4a0ca963483 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4ce79859 (id: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483, sid: 121dbbd4-5c2a-4922-b0a0-f4a0ca963483) (name: FIP2211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 01e630b4-bbb3-44af-9534-90206eef484a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2452bc3c (id: 01e630b4-bbb3-44af-9534-90206eef484a, sid: 01e630b4-bbb3-44af-9534-90206eef484a) (name: LF212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd2e9990-9f2f-4477-9412-36739a76edba org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7bdc86d (id: dd2e9990-9f2f-4477-9412-36739a76edba, sid: dd2e9990-9f2f-4477-9412-36739a76edba) (name: FIP2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 57adac82-c4ff-40c4-8fbc-0ed45e82112e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5bee13a6 (id: 57adac82-c4ff-40c4-8fbc-0ed45e82112e, sid: 57adac82-c4ff-40c4-8fbc-0ed45e82112e) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e0fc1961-1683-46fa-a7d9-f86b68ae41ca org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5b7201c1 (id: e0fc1961-1683-46fa-a7d9-f86b68ae41ca, sid: e0fc1961-1683-46fa-a7d9-f86b68ae41ca) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a585a04e-c51a-4e25-b963-ada0d43c9c6a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6acb8d56 (id: a585a04e-c51a-4e25-b963-ada0d43c9c6a, sid: a585a04e-c51a-4e25-b963-ada0d43c9c6a) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2f334448-a98d-4356-9c71-7eb777708837 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1b0424c1 (id: 2f334448-a98d-4356-9c71-7eb777708837, sid: 2f334448-a98d-4356-9c71-7eb777708837) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4dfc87e1 (id: 7d933c26-d0af-4c8a-906f-7dcb8827f085, sid: 7d933c26-d0af-4c8a-906f-7dcb8827f085) (name: LF211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 52e376e4-151a-438e-a6d7-75fd6d5967fb org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@776490b3 (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0aa251e8-c344-4bad-9bb7-b39708e7a44d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@61e5e851 (id: 0aa251e8-c344-4bad-9bb7-b39708e7a44d, sid: 0aa251e8-c344-4bad-9bb7-b39708e7a44d) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 492e1cd6-7161-4c8a-adab-fd6c508248f8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@11b08164 (id: 492e1cd6-7161-4c8a-adab-fd6c508248f8, sid: 492e1cd6-7161-4c8a-adab-fd6c508248f8) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e71fa0d9-8375-4a7b-b1db-f174bd0e381a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@321b14d5 (id: e71fa0d9-8375-4a7b-b1db-f174bd0e381a, sid: e71fa0d9-8375-4a7b-b1db-f174bd0e381a) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8ce90456-ff2c-414a-a004-ac1593073fc6 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1555c4cf (id: 8ce90456-ff2c-414a-a004-ac1593073fc6, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = c589c66e-15f3-4443-a7c4-dc5476981dab org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5b3c1154 (id: c589c66e-15f3-4443-a7c4-dc5476981dab, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f9f774b-5e88-467e-a53b-6c2956520c29 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4e9200f6 (id: 9f9f774b-5e88-467e-a53b-6c2956520c29, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf6c01ba-457b-4010-beaa-353fe18d7976 org.polarsys.capella.core.data.information.impl.DataPkgImpl@24c5084d (id: bf6c01ba-457b-4010-beaa-353fe18d7976, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@1f8dd3a6 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23038964-f6f9-4b8c-b889-7709ad9ab66a org.polarsys.capella.core.data.cs.impl.PartImpl@2480c7b2 (id: 23038964-f6f9-4b8c-b889-7709ad9ab66a, sid: 23038964-f6f9-4b8c-b889-7709ad9ab66a) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 397fad18-287b-41e3-b937-10918354f65c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@7acbe664 (id: 397fad18-287b-41e3-b937-10918354f65c, sid: 397fad18-287b-41e3-b937-10918354f65c) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 565238b0-35c2-4ff5-b7f7-f897ba2d4442 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@76c01e10 (id: 565238b0-35c2-4ff5-b7f7-f897ba2d4442, sid: 565238b0-35c2-4ff5-b7f7-f897ba2d4442) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 59c9489e-ff23-422a-8b01-722fa5794816 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@721e38d (id: 59c9489e-ff23-422a-8b01-722fa5794816, sid: 59c9489e-ff23-422a-8b01-722fa5794816) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d40a4fb-42c0-429e-a8ee-64cb905803bf org.polarsys.capella.core.data.cs.impl.PartImpl@25be198c (id: 6d40a4fb-42c0-429e-a8ee-64cb905803bf, sid: 6d40a4fb-42c0-429e-a8ee-64cb905803bf) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0e7e444a-c5a9-4a32-8ee7-24269920b68f org.polarsys.capella.core.data.cs.impl.PartImpl@e33399 (id: 0e7e444a-c5a9-4a32-8ee7-24269920b68f, sid: 0e7e444a-c5a9-4a32-8ee7-24269920b68f) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0df95d4-5682-47e0-a4e0-4a5c1c496f59 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@7e1025d9 (id: a0df95d4-5682-47e0-a4e0-4a5c1c496f59, sid: a0df95d4-5682-47e0-a4e0-4a5c1c496f59) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fb3ec917-3c98-4fef-a942-cdbd1440f45c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2b3731ee (id: fb3ec917-3c98-4fef-a942-cdbd1440f45c, sid: fb3ec917-3c98-4fef-a942-cdbd1440f45c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2a59163-d426-49a8-81b4-7a70f143a2dc org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3251a0ea (id: b2a59163-d426-49a8-81b4-7a70f143a2dc, sid: b2a59163-d426-49a8-81b4-7a70f143a2dc) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 322d9776-9440-4199-8975-e454c994ddbb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@68463e6e (id: 322d9776-9440-4199-8975-e454c994ddbb, sid: 322d9776-9440-4199-8975-e454c994ddbb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e629f3b0-6cf6-4556-bde7-41a812b550d5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1707f052 (id: e629f3b0-6cf6-4556-bde7-41a812b550d5, sid: e629f3b0-6cf6-4556-bde7-41a812b550d5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abc2edfa-ad6e-4401-b7c4-1dd53a2366d8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5ad1b1d (id: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8, sid: abc2edfa-ad6e-4401-b7c4-1dd53a2366d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Leaf] >> release >> unload Project_test_01 [Leaf] >> release >> unload output [InterfacePkgTest] >> require >> load Project_test_01 [InterfacePkgTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6d34cc74 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3d8afb47 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1763095 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5e1a19c4 (id: dbce368c-d269-4154-b891-27a0945bb3b6, sid: null) (name: AllPhases-InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e19a51c1-8b87-4cc5-a568-378673245bcf org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2bda5383 (id: e19a51c1-8b87-4cc5-a568-378673245bcf, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf0aa71d-973f-4f48-bfd3-a05c1471debe org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@ba75eb8 (id: cf0aa71d-973f-4f48-bfd3-a05c1471debe, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bffacf92-1758-4884-85b3-7c1a241a87ad org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@339963cd (id: bffacf92-1758-4884-85b3-7c1a241a87ad, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6e5908fe (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05eace8c-7d34-47cb-8c57-f2dd3d975e49 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@4fa065c4 (id: 05eace8c-7d34-47cb-8c57-f2dd3d975e49, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3588663d-f697-434b-89c2-8ae010d2bd08 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@23c6876 (id: 3588663d-f697-434b-89c2-8ae010d2bd08, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1cc5c0fd-f4f1-4102-bc1b-3cd29536eeac org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7d81dae1 (id: 1cc5c0fd-f4f1-4102-bc1b-3cd29536eeac, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16c0298f-eb14-47dc-8919-d01e77cb000d org.polarsys.capella.core.data.information.impl.DataPkgImpl@5d4ed805 (id: 16c0298f-eb14-47dc-8919-d01e77cb000d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 44fac742-9105-4603-afcd-fbda0ce90af7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@221d640e (id: 44fac742-9105-4603-afcd-fbda0ce90af7, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 46325737-71e8-4d1d-b928-dfa40f8a128a org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@5405f6c (id: 46325737-71e8-4d1d-b928-dfa40f8a128a, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 15c07e00-1873-440e-bd29-99c7657cabdb org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@15a7d44 (id: 15c07e00-1873-440e-bd29-99c7657cabdb, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 05c52946-72af-4d7d-b19d-ce5b4db755db org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@39b0073c (id: 05c52946-72af-4d7d-b19d-ce5b4db755db, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 2287bd62-e15c-400b-9260-b5dd86a115ed org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@70443910 (id: 2287bd62-e15c-400b-9260-b5dd86a115ed, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5e00f90e-6a58-4d38-8f9a-b15758b86c73 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@77f8b34b (id: 5e00f90e-6a58-4d38-8f9a-b15758b86c73, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 031c14bf-b472-4235-84fd-b28c5b48d330 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@251a50ad (id: 031c14bf-b472-4235-84fd-b28c5b48d330, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 00583eb2-8a96-4a73-b9fd-5bab61096a54 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@1caa3ad5 (id: 00583eb2-8a96-4a73-b9fd-5bab61096a54, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 050083cc-75b6-4006-871d-a39d6ba37662 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4d770ce9 (id: 050083cc-75b6-4006-871d-a39d6ba37662, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 395057b2-5ce4-45db-add3-6c3ebd972e06 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7fa78ce7 (id: 395057b2-5ce4-45db-add3-6c3ebd972e06, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6d9480ef-b604-4c6d-8bd9-03b7ca8e98ff org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8cf3486 (id: 6d9480ef-b604-4c6d-8bd9-03b7ca8e98ff, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 0d92175f-4d00-4422-a50b-412f45b72d15 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45fedbd8 (id: 0d92175f-4d00-4422-a50b-412f45b72d15, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = d422e664-a537-4815-8ce7-8102d2cf9e78 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@301b87ca (id: d422e664-a537-4815-8ce7-8102d2cf9e78, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 24cf7b3f-82b4-4db8-9e85-2772971a4655 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7318e59a (id: 24cf7b3f-82b4-4db8-9e85-2772971a4655, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@61d2f4be (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6bde18ba (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@36fdae77 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@13256000 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@652401de (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 35d9279b-83fb-46dd-a773-82ee96858190 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3191bff8 (id: 35d9279b-83fb-46dd-a773-82ee96858190, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f1be77b4-6f94-469a-8d11-d1f37d25f124 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5dd85bd7 (id: f1be77b4-6f94-469a-8d11-d1f37d25f124, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a7afec92-c858-4ada-9210-df68cba444b0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@695841c3 (id: a7afec92-c858-4ada-9210-df68cba444b0, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e8e2c873-0c0e-4006-922c-1bb341f92c82 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7f6f31cf (id: e8e2c873-0c0e-4006-922c-1bb341f92c82, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 09991bc8-3c60-49c9-8991-1dc490cfd4f6 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@433d2fa5 (id: 09991bc8-3c60-49c9-8991-1dc490cfd4f6, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = e7025509-a78a-4fa2-8a23-788f39f3d996 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5c24c2f6 (id: e7025509-a78a-4fa2-8a23-788f39f3d996, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d4310451-98ff-4845-8525-8513fcdd5396 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@77d9c6e8 (id: d4310451-98ff-4845-8525-8513fcdd5396, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = de3f154c-b1c2-40c2-9b3e-2c99037d0266 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@713e7095 (id: de3f154c-b1c2-40c2-9b3e-2c99037d0266, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 74b5cecc-4b9a-45f3-beda-39918a18b0ea org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5bd42910 (id: 74b5cecc-4b9a-45f3-beda-39918a18b0ea, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 83dc92f1-ffb6-4b70-8451-2fcae346f9d7 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@219d63ee (id: 83dc92f1-ffb6-4b70-8451-2fcae346f9d7, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 82d0baf7-bd33-4008-a02b-17ae086ba876 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@184a0fb3 (id: 82d0baf7-bd33-4008-a02b-17ae086ba876, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1fd7f7b0-cd0e-4436-9f27-9525c1353407 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1af26ef7 (id: 1fd7f7b0-cd0e-4436-9f27-9525c1353407, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 19650151-f212-4e54-9687-800bb2b094b6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@60945810 (id: 19650151-f212-4e54-9687-800bb2b094b6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@a98ef1e (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 261d4acc-98c3-4cc2-bcfa-9d0d18679dab org.polarsys.capella.core.data.cs.impl.PartImpl@2ab2eb2f (id: 261d4acc-98c3-4cc2-bcfa-9d0d18679dab, sid: 261d4acc-98c3-4cc2-bcfa-9d0d18679dab) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 594a09ce-ff3b-4e81-9f84-bac1321efa4f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3e5a6706 (id: 594a09ce-ff3b-4e81-9f84-bac1321efa4f, sid: 594a09ce-ff3b-4e81-9f84-bac1321efa4f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@27e04d44 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@68e4b236 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@3abc7e49 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@5c0403aa (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6d34cc74 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3d8afb47 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5e1a19c4 (id: dbce368c-d269-4154-b891-27a0945bb3b6, sid: null) (name: AllPhases-InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e19a51c1-8b87-4cc5-a568-378673245bcf org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2bda5383 (id: e19a51c1-8b87-4cc5-a568-378673245bcf, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf0aa71d-973f-4f48-bfd3-a05c1471debe org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@ba75eb8 (id: cf0aa71d-973f-4f48-bfd3-a05c1471debe, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bffacf92-1758-4884-85b3-7c1a241a87ad org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@339963cd (id: bffacf92-1758-4884-85b3-7c1a241a87ad, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b7598053-cfea-4dce-a0eb-e682b20a89c1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@371a10e4 (id: b7598053-cfea-4dce-a0eb-e682b20a89c1, sid: b7598053-cfea-4dce-a0eb-e682b20a89c1) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b2388f69-9af8-4d77-a348-6542f6a7a4a3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4e251bcf (id: b2388f69-9af8-4d77-a348-6542f6a7a4a3, sid: b2388f69-9af8-4d77-a348-6542f6a7a4a3) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 52eae607-f748-4013-80ab-e29760d46d58 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7f46de2d (id: 52eae607-f748-4013-80ab-e29760d46d58, sid: 52eae607-f748-4013-80ab-e29760d46d58) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ae329d86-ffd4-4689-be3c-5808a0753b69 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7b95d03 (id: ae329d86-ffd4-4689-be3c-5808a0753b69, sid: ae329d86-ffd4-4689-be3c-5808a0753b69) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7e8d999c-0a2b-49f2-b334-3be9f904223e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@65e7494 (id: 7e8d999c-0a2b-49f2-b334-3be9f904223e, sid: 7e8d999c-0a2b-49f2-b334-3be9f904223e) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 05eace8c-7d34-47cb-8c57-f2dd3d975e49 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@4fa065c4 (id: 05eace8c-7d34-47cb-8c57-f2dd3d975e49, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3588663d-f697-434b-89c2-8ae010d2bd08 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@23c6876 (id: 3588663d-f697-434b-89c2-8ae010d2bd08, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1cc5c0fd-f4f1-4102-bc1b-3cd29536eeac org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7d81dae1 (id: 1cc5c0fd-f4f1-4102-bc1b-3cd29536eeac, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45ff088e-4fb4-4751-a1c2-15c591dbf59f org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@80eeb11 (id: 45ff088e-4fb4-4751-a1c2-15c591dbf59f, sid: 45ff088e-4fb4-4751-a1c2-15c591dbf59f) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e9b6183e-491a-47d9-92a7-9bf889cefc98 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@444c3191 (id: e9b6183e-491a-47d9-92a7-9bf889cefc98, sid: e9b6183e-491a-47d9-92a7-9bf889cefc98) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8cc1889a-8948-4e45-9f80-cc75a36581ea org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@25d29eb6 (id: 8cc1889a-8948-4e45-9f80-cc75a36581ea, sid: 8cc1889a-8948-4e45-9f80-cc75a36581ea) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 2cfd37d0-e0ea-4563-ad5b-a0ded682c08b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@c3b5d90 (id: 2cfd37d0-e0ea-4563-ad5b-a0ded682c08b, sid: 2cfd37d0-e0ea-4563-ad5b-a0ded682c08b) (name: IP2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e460a7e9-53df-4821-9cac-9ab3bdc11e75 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3d2d458f (id: e460a7e9-53df-4821-9cac-9ab3bdc11e75, sid: e460a7e9-53df-4821-9cac-9ab3bdc11e75) (name: IP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3e291af-03bf-49b9-918b-5eb4a6b89fdf org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@bcfd331 (id: c3e291af-03bf-49b9-918b-5eb4a6b89fdf, sid: c3e291af-03bf-49b9-918b-5eb4a6b89fdf) (name: EI212) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 16c0298f-eb14-47dc-8919-d01e77cb000d org.polarsys.capella.core.data.information.impl.DataPkgImpl@5d4ed805 (id: 16c0298f-eb14-47dc-8919-d01e77cb000d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@a98ef1e (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 261d4acc-98c3-4cc2-bcfa-9d0d18679dab org.polarsys.capella.core.data.cs.impl.PartImpl@2ab2eb2f (id: 261d4acc-98c3-4cc2-bcfa-9d0d18679dab, sid: 261d4acc-98c3-4cc2-bcfa-9d0d18679dab) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 10b9b9a6-811f-4f0d-8378-5aadc9a2bc71 org.polarsys.capella.core.data.cs.impl.PartImpl@37cbafb9 (id: 10b9b9a6-811f-4f0d-8378-5aadc9a2bc71, sid: 10b9b9a6-811f-4f0d-8378-5aadc9a2bc71) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0af81297-927b-4b2e-8837-064e0085724b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4c586db8 (id: 0af81297-927b-4b2e-8837-064e0085724b, sid: 0af81297-927b-4b2e-8837-064e0085724b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 156fe233-3ccf-4e56-be55-1263d75bfe3b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@221b95cf (id: 156fe233-3ccf-4e56-be55-1263d75bfe3b, sid: 156fe233-3ccf-4e56-be55-1263d75bfe3b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 594a09ce-ff3b-4e81-9f84-bac1321efa4f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3e5a6706 (id: 594a09ce-ff3b-4e81-9f84-bac1321efa4f, sid: 594a09ce-ff3b-4e81-9f84-bac1321efa4f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 289f02b1-c9c5-448c-95e2-392891135013 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@402e352a (id: 289f02b1-c9c5-448c-95e2-392891135013, sid: 289f02b1-c9c5-448c-95e2-392891135013) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [InterfacePkgTest] >> release >> unload Project_test_01 [InterfacePkgTest] >> release >> unload output [InterfacePkgTest] >> require >> load Project_test_01 [InterfacePkgTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@72c0e0a4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@30321346 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4b9438b9 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4a54224f (id: dbce368c-d269-4154-b891-27a0945bb3b6, sid: null) (name: AllPhases-InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e19a51c1-8b87-4cc5-a568-378673245bcf org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1970f864 (id: e19a51c1-8b87-4cc5-a568-378673245bcf, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf0aa71d-973f-4f48-bfd3-a05c1471debe org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6a37abe1 (id: cf0aa71d-973f-4f48-bfd3-a05c1471debe, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bffacf92-1758-4884-85b3-7c1a241a87ad org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@bbab21e (id: bffacf92-1758-4884-85b3-7c1a241a87ad, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e3281e3c-6cb7-4b8b-9445-7ee003307683 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@3d8e928b (id: e3281e3c-6cb7-4b8b-9445-7ee003307683, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05eace8c-7d34-47cb-8c57-f2dd3d975e49 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@14096721 (id: 05eace8c-7d34-47cb-8c57-f2dd3d975e49, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3588663d-f697-434b-89c2-8ae010d2bd08 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4a54945f (id: 3588663d-f697-434b-89c2-8ae010d2bd08, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1cc5c0fd-f4f1-4102-bc1b-3cd29536eeac org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3874d54 (id: 1cc5c0fd-f4f1-4102-bc1b-3cd29536eeac, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16c0298f-eb14-47dc-8919-d01e77cb000d org.polarsys.capella.core.data.information.impl.DataPkgImpl@1a83b2be (id: 16c0298f-eb14-47dc-8919-d01e77cb000d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@66f4106e (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b81385e2-ec53-4edb-8728-711d7dea7e35 org.polarsys.capella.core.data.cs.impl.PartImpl@2723b5f (id: b81385e2-ec53-4edb-8728-711d7dea7e35, sid: b81385e2-ec53-4edb-8728-711d7dea7e35) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4abf8d44-bf4d-48f0-bcbf-426e586cff6c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@47a974a9 (id: 4abf8d44-bf4d-48f0-bcbf-426e586cff6c, sid: 4abf8d44-bf4d-48f0-bcbf-426e586cff6c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = dc2cdb78-3c5d-4f63-9b83-edbf147cc578 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@5067d3c8 (id: dc2cdb78-3c5d-4f63-9b83-edbf147cc578, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ce0cc32-d1d4-466b-93e6-4f4c4151fa0c org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@2a16d5f3 (id: 8ce0cc32-d1d4-466b-93e6-4f4c4151fa0c, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@72c0e0a4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@30321346 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4a54224f (id: dbce368c-d269-4154-b891-27a0945bb3b6, sid: null) (name: AllPhases-InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e19a51c1-8b87-4cc5-a568-378673245bcf org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1970f864 (id: e19a51c1-8b87-4cc5-a568-378673245bcf, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf0aa71d-973f-4f48-bfd3-a05c1471debe org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6a37abe1 (id: cf0aa71d-973f-4f48-bfd3-a05c1471debe, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bffacf92-1758-4884-85b3-7c1a241a87ad org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@bbab21e (id: bffacf92-1758-4884-85b3-7c1a241a87ad, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b7598053-cfea-4dce-a0eb-e682b20a89c1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@553542ee (id: b7598053-cfea-4dce-a0eb-e682b20a89c1, sid: b7598053-cfea-4dce-a0eb-e682b20a89c1) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b2388f69-9af8-4d77-a348-6542f6a7a4a3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4b1833f4 (id: b2388f69-9af8-4d77-a348-6542f6a7a4a3, sid: b2388f69-9af8-4d77-a348-6542f6a7a4a3) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 52eae607-f748-4013-80ab-e29760d46d58 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1c27f1d5 (id: 52eae607-f748-4013-80ab-e29760d46d58, sid: 52eae607-f748-4013-80ab-e29760d46d58) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ae329d86-ffd4-4689-be3c-5808a0753b69 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@42d39a0d (id: ae329d86-ffd4-4689-be3c-5808a0753b69, sid: ae329d86-ffd4-4689-be3c-5808a0753b69) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7e8d999c-0a2b-49f2-b334-3be9f904223e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3783915d (id: 7e8d999c-0a2b-49f2-b334-3be9f904223e, sid: 7e8d999c-0a2b-49f2-b334-3be9f904223e) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 05eace8c-7d34-47cb-8c57-f2dd3d975e49 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@14096721 (id: 05eace8c-7d34-47cb-8c57-f2dd3d975e49, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3588663d-f697-434b-89c2-8ae010d2bd08 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4a54945f (id: 3588663d-f697-434b-89c2-8ae010d2bd08, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1cc5c0fd-f4f1-4102-bc1b-3cd29536eeac org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3874d54 (id: 1cc5c0fd-f4f1-4102-bc1b-3cd29536eeac, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45ff088e-4fb4-4751-a1c2-15c591dbf59f org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@28a52d00 (id: 45ff088e-4fb4-4751-a1c2-15c591dbf59f, sid: 45ff088e-4fb4-4751-a1c2-15c591dbf59f) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e9b6183e-491a-47d9-92a7-9bf889cefc98 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@77ca675a (id: e9b6183e-491a-47d9-92a7-9bf889cefc98, sid: e9b6183e-491a-47d9-92a7-9bf889cefc98) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8cc1889a-8948-4e45-9f80-cc75a36581ea org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@19d2e390 (id: 8cc1889a-8948-4e45-9f80-cc75a36581ea, sid: 8cc1889a-8948-4e45-9f80-cc75a36581ea) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 2cfd37d0-e0ea-4563-ad5b-a0ded682c08b org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@59e57fa (id: 2cfd37d0-e0ea-4563-ad5b-a0ded682c08b, sid: 2cfd37d0-e0ea-4563-ad5b-a0ded682c08b) (name: IP2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e460a7e9-53df-4821-9cac-9ab3bdc11e75 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@bdeeaba (id: e460a7e9-53df-4821-9cac-9ab3bdc11e75, sid: e460a7e9-53df-4821-9cac-9ab3bdc11e75) (name: IP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3e291af-03bf-49b9-918b-5eb4a6b89fdf org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6dd50979 (id: c3e291af-03bf-49b9-918b-5eb4a6b89fdf, sid: c3e291af-03bf-49b9-918b-5eb4a6b89fdf) (name: EI212) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 16c0298f-eb14-47dc-8919-d01e77cb000d org.polarsys.capella.core.data.information.impl.DataPkgImpl@1a83b2be (id: 16c0298f-eb14-47dc-8919-d01e77cb000d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@66f4106e (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b81385e2-ec53-4edb-8728-711d7dea7e35 org.polarsys.capella.core.data.cs.impl.PartImpl@2723b5f (id: b81385e2-ec53-4edb-8728-711d7dea7e35, sid: b81385e2-ec53-4edb-8728-711d7dea7e35) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4abf8d44-bf4d-48f0-bcbf-426e586cff6c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@47a974a9 (id: 4abf8d44-bf4d-48f0-bcbf-426e586cff6c, sid: 4abf8d44-bf4d-48f0-bcbf-426e586cff6c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 261d4acc-98c3-4cc2-bcfa-9d0d18679dab org.polarsys.capella.core.data.cs.impl.PartImpl@403838a0 (id: 261d4acc-98c3-4cc2-bcfa-9d0d18679dab, sid: 261d4acc-98c3-4cc2-bcfa-9d0d18679dab) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e81e109b-30a3-4b9e-89a1-d768d7cb07eb org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@68927a9 (id: e81e109b-30a3-4b9e-89a1-d768d7cb07eb, sid: e81e109b-30a3-4b9e-89a1-d768d7cb07eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10b9b9a6-811f-4f0d-8378-5aadc9a2bc71 org.polarsys.capella.core.data.cs.impl.PartImpl@15325ce4 (id: 10b9b9a6-811f-4f0d-8378-5aadc9a2bc71, sid: 10b9b9a6-811f-4f0d-8378-5aadc9a2bc71) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 56b82b73-3eb2-4c50-9a1a-523a914699da org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@19b27ed7 (id: 56b82b73-3eb2-4c50-9a1a-523a914699da, sid: 56b82b73-3eb2-4c50-9a1a-523a914699da) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb90c4e3-de1c-407f-bcbf-9e06c4d1c5d3 org.polarsys.capella.core.data.cs.impl.PartImpl@18ceb879 (id: fb90c4e3-de1c-407f-bcbf-9e06c4d1c5d3, sid: fb90c4e3-de1c-407f-bcbf-9e06c4d1c5d3) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a3ecaa83-b208-4c08-9127-2691b535ad4d org.polarsys.capella.core.data.cs.impl.PartImpl@57b570a6 (id: a3ecaa83-b208-4c08-9127-2691b535ad4d, sid: a3ecaa83-b208-4c08-9127-2691b535ad4d) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 594a09ce-ff3b-4e81-9f84-bac1321efa4f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5aa95bd5 (id: 594a09ce-ff3b-4e81-9f84-bac1321efa4f, sid: 594a09ce-ff3b-4e81-9f84-bac1321efa4f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 0af81297-927b-4b2e-8837-064e0085724b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@37493d89 (id: 0af81297-927b-4b2e-8837-064e0085724b, sid: 0af81297-927b-4b2e-8837-064e0085724b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = f550ac1f-8dd7-4648-951b-f274c3450348 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4b854b86 (id: f550ac1f-8dd7-4648-951b-f274c3450348, sid: f550ac1f-8dd7-4648-951b-f274c3450348) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 289f02b1-c9c5-448c-95e2-392891135013 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@251238ad (id: 289f02b1-c9c5-448c-95e2-392891135013, sid: 289f02b1-c9c5-448c-95e2-392891135013) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b302c540-6050-4984-854e-3af81cbcfe7a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@35f5a829 (id: b302c540-6050-4984-854e-3af81cbcfe7a, sid: b302c540-6050-4984-854e-3af81cbcfe7a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 156fe233-3ccf-4e56-be55-1263d75bfe3b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4b2e7e6b (id: 156fe233-3ccf-4e56-be55-1263d75bfe3b, sid: 156fe233-3ccf-4e56-be55-1263d75bfe3b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [InterfacePkgTest] >> release >> unload Project_test_01 [InterfacePkgTest] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@57983a2a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@349ab73 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3a85ee8c (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@164bd04 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27158991-be4f-4e41-8f32-693ade0d3369 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6c0c4f64 (id: 27158991-be4f-4e41-8f32-693ade0d3369, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6effd46d-9182-42b6-a640-0bbad21bd3af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@440476d0 (id: 6effd46d-9182-42b6-a640-0bbad21bd3af, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4d5b57c3 (id: 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 87152407-9cb3-41d7-abb1-1c87a4375bbb org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6720cf82 (id: 87152407-9cb3-41d7-abb1-1c87a4375bbb, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7b733ba0-2204-421f-8c71-a85f9ee99b44 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@21a7284c (id: 7b733ba0-2204-421f-8c71-a85f9ee99b44, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3b7cf11b-66c0-4918-86c9-6c58e64711a3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3558dab0 (id: 3b7cf11b-66c0-4918-86c9-6c58e64711a3, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16ebb737-19b0-495f-a488-69e9abaadf25 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@50fd0b9b (id: 16ebb737-19b0-495f-a488-69e9abaadf25, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1910d38e-b00e-4bed-9dbc-0267c0773d68 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4800bc80 (id: 1910d38e-b00e-4bed-9dbc-0267c0773d68, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3bfe726a (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0c2a61e4-5b78-44c0-9b0f-dc2b7bb77192 org.polarsys.capella.core.data.cs.impl.PartImpl@2f949108 (id: 0c2a61e4-5b78-44c0-9b0f-dc2b7bb77192, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 45e81413-65b8-42b8-ae4e-753544cdf793 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1201f863 (id: 45e81413-65b8-42b8-ae4e-753544cdf793, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 00dd8df4-6c1e-4581-8bb0-b49cf9792bd5 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@1d52a1f0 (id: 00dd8df4-6c1e-4581-8bb0-b49cf9792bd5, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b5c009a-de76-4630-af01-4734924148b6 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@32c5c4f (id: 8b5c009a-de76-4630-af01-4734924148b6, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@57983a2a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@349ab73 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@164bd04 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27158991-be4f-4e41-8f32-693ade0d3369 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6c0c4f64 (id: 27158991-be4f-4e41-8f32-693ade0d3369, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6effd46d-9182-42b6-a640-0bbad21bd3af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@440476d0 (id: 6effd46d-9182-42b6-a640-0bbad21bd3af, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4d5b57c3 (id: 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 936ba46f-1895-4ea1-822c-25739de0fbef org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4a5c3fa5 (id: 936ba46f-1895-4ea1-822c-25739de0fbef, sid: 936ba46f-1895-4ea1-822c-25739de0fbef) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@44252ee5 (id: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5, sid: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 061f99b4-48f6-4b74-80a9-dbb6a185a1ec org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@23706247 (id: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec, sid: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0e179f45-314d-4cdf-9cf5-7c65744d2283 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3482dca5 (id: 0e179f45-314d-4cdf-9cf5-7c65744d2283, sid: 0e179f45-314d-4cdf-9cf5-7c65744d2283) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ff5fd900-0ed3-4998-8059-e72bd4404d56 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@72b72b95 (id: ff5fd900-0ed3-4998-8059-e72bd4404d56, sid: ff5fd900-0ed3-4998-8059-e72bd4404d56) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d0bad3bb-cb73-4931-afdf-c06132f76ca4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@52f51dde (id: d0bad3bb-cb73-4931-afdf-c06132f76ca4, sid: d0bad3bb-cb73-4931-afdf-c06132f76ca4) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9956ae38-9232-4e31-ba69-c9bdb1fb4a67 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@703084d1 (id: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67, sid: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26709ecd-4256-43b1-b075-7a7fceb4722b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1dc13555 (id: 26709ecd-4256-43b1-b075-7a7fceb4722b, sid: 26709ecd-4256-43b1-b075-7a7fceb4722b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3f79e8db-6c16-48e6-afde-3dd40a7510ac org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@409aa302 (id: 3f79e8db-6c16-48e6-afde-3dd40a7510ac, sid: 3f79e8db-6c16-48e6-afde-3dd40a7510ac) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7b733ba0-2204-421f-8c71-a85f9ee99b44 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@21a7284c (id: 7b733ba0-2204-421f-8c71-a85f9ee99b44, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3b7cf11b-66c0-4918-86c9-6c58e64711a3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3558dab0 (id: 3b7cf11b-66c0-4918-86c9-6c58e64711a3, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16ebb737-19b0-495f-a488-69e9abaadf25 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@50fd0b9b (id: 16ebb737-19b0-495f-a488-69e9abaadf25, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1910d38e-b00e-4bed-9dbc-0267c0773d68 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4800bc80 (id: 1910d38e-b00e-4bed-9dbc-0267c0773d68, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3bfe726a (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0c2a61e4-5b78-44c0-9b0f-dc2b7bb77192 org.polarsys.capella.core.data.cs.impl.PartImpl@2f949108 (id: 0c2a61e4-5b78-44c0-9b0f-dc2b7bb77192, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34cebad8-0617-42bb-86cb-fbfbb15329f9 org.polarsys.capella.core.data.cs.impl.PartImpl@170df6b2 (id: 34cebad8-0617-42bb-86cb-fbfbb15329f9, sid: 34cebad8-0617-42bb-86cb-fbfbb15329f9) (name: PA1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5a24bc6f (id: 6083a625-6c5d-47b0-a37b-89d1e6147d56, sid: 6083a625-6c5d-47b0-a37b-89d1e6147d56) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@191637fa (id: 2e3cdf8c-8cdf-413d-b504-228c901119a4, sid: 2e3cdf8c-8cdf-413d-b504-228c901119a4) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@3d6c4df0 (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45e81413-65b8-42b8-ae4e-753544cdf793 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1201f863 (id: 45e81413-65b8-42b8-ae4e-753544cdf793, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@497f827a (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2d0592e9 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@17861dec (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@43c8a9fd (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@76919fac (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7702d94d (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@504cc33c (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@56cd0f89 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2c5b9603 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4df2fa74 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7b9195d5 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@451e7c69 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = a0828e0b-3bbc-44ae-916e-86f7bfc26b90 org.polarsys.capella.core.data.cs.impl.PartImpl@54a83081 (id: a0828e0b-3bbc-44ae-916e-86f7bfc26b90, sid: a0828e0b-3bbc-44ae-916e-86f7bfc26b90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ed618355-aa25-41dd-a8cc-03937aaa48f2 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@40020395 (id: ed618355-aa25-41dd-a8cc-03937aaa48f2, sid: ed618355-aa25-41dd-a8cc-03937aaa48f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10066f86-19ba-4ce9-9e75-64d3ebd5d69a org.polarsys.capella.core.data.cs.impl.PartImpl@5dd00f80 (id: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a, sid: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 14b6d64c-c09a-4bca-8c3d-89a43f038d16 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@5d4b94b (id: 14b6d64c-c09a-4bca-8c3d-89a43f038d16, sid: 14b6d64c-c09a-4bca-8c3d-89a43f038d16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a7169bd-48d1-4049-8934-4b3c76f2bd4b org.polarsys.capella.core.data.cs.impl.PartImpl@106dbd48 (id: 3a7169bd-48d1-4049-8934-4b3c76f2bd4b, sid: 3a7169bd-48d1-4049-8934-4b3c76f2bd4b) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 27fe009a-b238-411c-912d-b3a329bd88c8 org.polarsys.capella.core.data.cs.impl.PartImpl@40230a7b (id: 27fe009a-b238-411c-912d-b3a329bd88c8, sid: 27fe009a-b238-411c-912d-b3a329bd88c8) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@409620e8 (id: d9105e79-93de-4d86-8f5a-8586a54f1b80, sid: d9105e79-93de-4d86-8f5a-8586a54f1b80) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 90696767-7485-4004-b422-74c9ad5e79d7 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@18be9a53 (id: 90696767-7485-4004-b422-74c9ad5e79d7, sid: 90696767-7485-4004-b422-74c9ad5e79d7) (name: PP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4061be6e-c7c0-45ed-9593-ab47c2dda968 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@10ebf595 (id: 4061be6e-c7c0-45ed-9593-ab47c2dda968, sid: 4061be6e-c7c0-45ed-9593-ab47c2dda968) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = dc9c6aae-1747-4fa7-9d23-39b8b98b972c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4f3729b5 (id: dc9c6aae-1747-4fa7-9d23-39b8b98b972c, sid: dc9c6aae-1747-4fa7-9d23-39b8b98b972c) (name: PP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fb7da194-1bbe-46e8-8dbc-73c36709c99f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3ed7d1db (id: fb7da194-1bbe-46e8-8dbc-73c36709c99f, sid: fb7da194-1bbe-46e8-8dbc-73c36709c99f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = fb155d45-bf13-4e66-930d-41a79cf72216 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@52d7b850 (id: fb155d45-bf13-4e66-930d-41a79cf72216, sid: fb155d45-bf13-4e66-930d-41a79cf72216) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ced1968-b11d-4d97-a154-4f7cb23fc714 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1d5fa8c2 (id: 6ced1968-b11d-4d97-a154-4f7cb23fc714, sid: 6ced1968-b11d-4d97-a154-4f7cb23fc714) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = c94e70e3-4cf9-42b9-94f3-6ba52a2346d0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6bd3405d (id: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0, sid: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4b72ed07-1aa4-48ef-96cf-756e15a152c3 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6b0a1df5 (id: 4b72ed07-1aa4-48ef-96cf-756e15a152c3, sid: 4b72ed07-1aa4-48ef-96cf-756e15a152c3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 72d19ffc-2a36-463f-a10a-0d624c2f7940 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4f02dfc (id: 72d19ffc-2a36-463f-a10a-0d624c2f7940, sid: 72d19ffc-2a36-463f-a10a-0d624c2f7940) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@64898c18 (id: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5, sid: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@15a9f97c (id: 24199687-6483-468a-9288-6fd96dc5dbac, sid: 24199687-6483-468a-9288-6fd96dc5dbac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 09cdd595-b011-40a5-aa06-b556ca46a361 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2ef7bb89 (id: 09cdd595-b011-40a5-aa06-b556ca46a361, sid: 09cdd595-b011-40a5-aa06-b556ca46a361) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 129fb74e-64d4-4753-a7a9-56badf9b50f0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2bedec66 (id: 129fb74e-64d4-4753-a7a9-56badf9b50f0, sid: 129fb74e-64d4-4753-a7a9-56badf9b50f0) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@57983a2a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@349ab73 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7f10f7e1 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@164bd04 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27158991-be4f-4e41-8f32-693ade0d3369 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6c0c4f64 (id: 27158991-be4f-4e41-8f32-693ade0d3369, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6effd46d-9182-42b6-a640-0bbad21bd3af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@440476d0 (id: 6effd46d-9182-42b6-a640-0bbad21bd3af, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4d5b57c3 (id: 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 936ba46f-1895-4ea1-822c-25739de0fbef org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4a5c3fa5 (id: 936ba46f-1895-4ea1-822c-25739de0fbef, sid: 936ba46f-1895-4ea1-822c-25739de0fbef) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@44252ee5 (id: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5, sid: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 061f99b4-48f6-4b74-80a9-dbb6a185a1ec org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@23706247 (id: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec, sid: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0e179f45-314d-4cdf-9cf5-7c65744d2283 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3482dca5 (id: 0e179f45-314d-4cdf-9cf5-7c65744d2283, sid: 0e179f45-314d-4cdf-9cf5-7c65744d2283) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ff5fd900-0ed3-4998-8059-e72bd4404d56 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@72b72b95 (id: ff5fd900-0ed3-4998-8059-e72bd4404d56, sid: ff5fd900-0ed3-4998-8059-e72bd4404d56) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d0bad3bb-cb73-4931-afdf-c06132f76ca4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@52f51dde (id: d0bad3bb-cb73-4931-afdf-c06132f76ca4, sid: d0bad3bb-cb73-4931-afdf-c06132f76ca4) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9956ae38-9232-4e31-ba69-c9bdb1fb4a67 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@703084d1 (id: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67, sid: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 87152407-9cb3-41d7-abb1-1c87a4375bbb org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6720cf82 (id: 87152407-9cb3-41d7-abb1-1c87a4375bbb, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 26709ecd-4256-43b1-b075-7a7fceb4722b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1dc13555 (id: 26709ecd-4256-43b1-b075-7a7fceb4722b, sid: 26709ecd-4256-43b1-b075-7a7fceb4722b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3f79e8db-6c16-48e6-afde-3dd40a7510ac org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@409aa302 (id: 3f79e8db-6c16-48e6-afde-3dd40a7510ac, sid: 3f79e8db-6c16-48e6-afde-3dd40a7510ac) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7b733ba0-2204-421f-8c71-a85f9ee99b44 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@21a7284c (id: 7b733ba0-2204-421f-8c71-a85f9ee99b44, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3b7cf11b-66c0-4918-86c9-6c58e64711a3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3558dab0 (id: 3b7cf11b-66c0-4918-86c9-6c58e64711a3, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16ebb737-19b0-495f-a488-69e9abaadf25 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@50fd0b9b (id: 16ebb737-19b0-495f-a488-69e9abaadf25, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1910d38e-b00e-4bed-9dbc-0267c0773d68 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4800bc80 (id: 1910d38e-b00e-4bed-9dbc-0267c0773d68, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3bfe726a (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0c2a61e4-5b78-44c0-9b0f-dc2b7bb77192 org.polarsys.capella.core.data.cs.impl.PartImpl@2f949108 (id: 0c2a61e4-5b78-44c0-9b0f-dc2b7bb77192, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34cebad8-0617-42bb-86cb-fbfbb15329f9 org.polarsys.capella.core.data.cs.impl.PartImpl@170df6b2 (id: 34cebad8-0617-42bb-86cb-fbfbb15329f9, sid: 34cebad8-0617-42bb-86cb-fbfbb15329f9) (name: PA1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5a24bc6f (id: 6083a625-6c5d-47b0-a37b-89d1e6147d56, sid: 6083a625-6c5d-47b0-a37b-89d1e6147d56) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@191637fa (id: 2e3cdf8c-8cdf-413d-b504-228c901119a4, sid: 2e3cdf8c-8cdf-413d-b504-228c901119a4) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@3d6c4df0 (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45e81413-65b8-42b8-ae4e-753544cdf793 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1201f863 (id: 45e81413-65b8-42b8-ae4e-753544cdf793, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@497f827a (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2d0592e9 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@17861dec (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@43c8a9fd (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@76919fac (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7702d94d (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@504cc33c (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@56cd0f89 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2c5b9603 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4df2fa74 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7b9195d5 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@451e7c69 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = a0828e0b-3bbc-44ae-916e-86f7bfc26b90 org.polarsys.capella.core.data.cs.impl.PartImpl@54a83081 (id: a0828e0b-3bbc-44ae-916e-86f7bfc26b90, sid: a0828e0b-3bbc-44ae-916e-86f7bfc26b90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ed618355-aa25-41dd-a8cc-03937aaa48f2 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@40020395 (id: ed618355-aa25-41dd-a8cc-03937aaa48f2, sid: ed618355-aa25-41dd-a8cc-03937aaa48f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10066f86-19ba-4ce9-9e75-64d3ebd5d69a org.polarsys.capella.core.data.cs.impl.PartImpl@5dd00f80 (id: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a, sid: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 14b6d64c-c09a-4bca-8c3d-89a43f038d16 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@5d4b94b (id: 14b6d64c-c09a-4bca-8c3d-89a43f038d16, sid: 14b6d64c-c09a-4bca-8c3d-89a43f038d16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a7169bd-48d1-4049-8934-4b3c76f2bd4b org.polarsys.capella.core.data.cs.impl.PartImpl@106dbd48 (id: 3a7169bd-48d1-4049-8934-4b3c76f2bd4b, sid: 3a7169bd-48d1-4049-8934-4b3c76f2bd4b) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 27fe009a-b238-411c-912d-b3a329bd88c8 org.polarsys.capella.core.data.cs.impl.PartImpl@40230a7b (id: 27fe009a-b238-411c-912d-b3a329bd88c8, sid: 27fe009a-b238-411c-912d-b3a329bd88c8) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 00dd8df4-6c1e-4581-8bb0-b49cf9792bd5 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@1d52a1f0 (id: 00dd8df4-6c1e-4581-8bb0-b49cf9792bd5, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@409620e8 (id: d9105e79-93de-4d86-8f5a-8586a54f1b80, sid: d9105e79-93de-4d86-8f5a-8586a54f1b80) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 90696767-7485-4004-b422-74c9ad5e79d7 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@18be9a53 (id: 90696767-7485-4004-b422-74c9ad5e79d7, sid: 90696767-7485-4004-b422-74c9ad5e79d7) (name: PP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4061be6e-c7c0-45ed-9593-ab47c2dda968 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@10ebf595 (id: 4061be6e-c7c0-45ed-9593-ab47c2dda968, sid: 4061be6e-c7c0-45ed-9593-ab47c2dda968) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = dc9c6aae-1747-4fa7-9d23-39b8b98b972c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4f3729b5 (id: dc9c6aae-1747-4fa7-9d23-39b8b98b972c, sid: dc9c6aae-1747-4fa7-9d23-39b8b98b972c) (name: PP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fb7da194-1bbe-46e8-8dbc-73c36709c99f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3ed7d1db (id: fb7da194-1bbe-46e8-8dbc-73c36709c99f, sid: fb7da194-1bbe-46e8-8dbc-73c36709c99f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = fb155d45-bf13-4e66-930d-41a79cf72216 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@52d7b850 (id: fb155d45-bf13-4e66-930d-41a79cf72216, sid: fb155d45-bf13-4e66-930d-41a79cf72216) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ced1968-b11d-4d97-a154-4f7cb23fc714 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1d5fa8c2 (id: 6ced1968-b11d-4d97-a154-4f7cb23fc714, sid: 6ced1968-b11d-4d97-a154-4f7cb23fc714) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = c94e70e3-4cf9-42b9-94f3-6ba52a2346d0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6bd3405d (id: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0, sid: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4b72ed07-1aa4-48ef-96cf-756e15a152c3 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6b0a1df5 (id: 4b72ed07-1aa4-48ef-96cf-756e15a152c3, sid: 4b72ed07-1aa4-48ef-96cf-756e15a152c3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 72d19ffc-2a36-463f-a10a-0d624c2f7940 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4f02dfc (id: 72d19ffc-2a36-463f-a10a-0d624c2f7940, sid: 72d19ffc-2a36-463f-a10a-0d624c2f7940) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@64898c18 (id: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5, sid: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@15a9f97c (id: 24199687-6483-468a-9288-6fd96dc5dbac, sid: 24199687-6483-468a-9288-6fd96dc5dbac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 09cdd595-b011-40a5-aa06-b556ca46a361 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2ef7bb89 (id: 09cdd595-b011-40a5-aa06-b556ca46a361, sid: 09cdd595-b011-40a5-aa06-b556ca46a361) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 129fb74e-64d4-4753-a7a9-56badf9b50f0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2bedec66 (id: 129fb74e-64d4-4753-a7a9-56badf9b50f0, sid: 129fb74e-64d4-4753-a7a9-56badf9b50f0) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 8b5c009a-de76-4630-af01-4734924148b6 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@32c5c4f (id: 8b5c009a-de76-4630-af01-4734924148b6, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@57983a2a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@349ab73 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@164bd04 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27158991-be4f-4e41-8f32-693ade0d3369 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6c0c4f64 (id: 27158991-be4f-4e41-8f32-693ade0d3369, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6effd46d-9182-42b6-a640-0bbad21bd3af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@440476d0 (id: 6effd46d-9182-42b6-a640-0bbad21bd3af, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4d5b57c3 (id: 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 936ba46f-1895-4ea1-822c-25739de0fbef org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4a5c3fa5 (id: 936ba46f-1895-4ea1-822c-25739de0fbef, sid: 936ba46f-1895-4ea1-822c-25739de0fbef) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@44252ee5 (id: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5, sid: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 061f99b4-48f6-4b74-80a9-dbb6a185a1ec org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@23706247 (id: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec, sid: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0e179f45-314d-4cdf-9cf5-7c65744d2283 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3482dca5 (id: 0e179f45-314d-4cdf-9cf5-7c65744d2283, sid: 0e179f45-314d-4cdf-9cf5-7c65744d2283) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ff5fd900-0ed3-4998-8059-e72bd4404d56 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@72b72b95 (id: ff5fd900-0ed3-4998-8059-e72bd4404d56, sid: ff5fd900-0ed3-4998-8059-e72bd4404d56) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d0bad3bb-cb73-4931-afdf-c06132f76ca4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@52f51dde (id: d0bad3bb-cb73-4931-afdf-c06132f76ca4, sid: d0bad3bb-cb73-4931-afdf-c06132f76ca4) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9956ae38-9232-4e31-ba69-c9bdb1fb4a67 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@703084d1 (id: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67, sid: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26709ecd-4256-43b1-b075-7a7fceb4722b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1dc13555 (id: 26709ecd-4256-43b1-b075-7a7fceb4722b, sid: 26709ecd-4256-43b1-b075-7a7fceb4722b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3f79e8db-6c16-48e6-afde-3dd40a7510ac org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@409aa302 (id: 3f79e8db-6c16-48e6-afde-3dd40a7510ac, sid: 3f79e8db-6c16-48e6-afde-3dd40a7510ac) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7b733ba0-2204-421f-8c71-a85f9ee99b44 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@21a7284c (id: 7b733ba0-2204-421f-8c71-a85f9ee99b44, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3b7cf11b-66c0-4918-86c9-6c58e64711a3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3558dab0 (id: 3b7cf11b-66c0-4918-86c9-6c58e64711a3, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16ebb737-19b0-495f-a488-69e9abaadf25 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@50fd0b9b (id: 16ebb737-19b0-495f-a488-69e9abaadf25, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1910d38e-b00e-4bed-9dbc-0267c0773d68 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4800bc80 (id: 1910d38e-b00e-4bed-9dbc-0267c0773d68, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3bfe726a (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0c2a61e4-5b78-44c0-9b0f-dc2b7bb77192 org.polarsys.capella.core.data.cs.impl.PartImpl@2f949108 (id: 0c2a61e4-5b78-44c0-9b0f-dc2b7bb77192, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34cebad8-0617-42bb-86cb-fbfbb15329f9 org.polarsys.capella.core.data.cs.impl.PartImpl@170df6b2 (id: 34cebad8-0617-42bb-86cb-fbfbb15329f9, sid: 34cebad8-0617-42bb-86cb-fbfbb15329f9) (name: PA1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5a24bc6f (id: 6083a625-6c5d-47b0-a37b-89d1e6147d56, sid: 6083a625-6c5d-47b0-a37b-89d1e6147d56) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@191637fa (id: 2e3cdf8c-8cdf-413d-b504-228c901119a4, sid: 2e3cdf8c-8cdf-413d-b504-228c901119a4) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@3d6c4df0 (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45e81413-65b8-42b8-ae4e-753544cdf793 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1201f863 (id: 45e81413-65b8-42b8-ae4e-753544cdf793, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@497f827a (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2d0592e9 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@17861dec (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@43c8a9fd (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@76919fac (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7702d94d (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@504cc33c (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@56cd0f89 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2c5b9603 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4df2fa74 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7b9195d5 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@451e7c69 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = a0828e0b-3bbc-44ae-916e-86f7bfc26b90 org.polarsys.capella.core.data.cs.impl.PartImpl@54a83081 (id: a0828e0b-3bbc-44ae-916e-86f7bfc26b90, sid: a0828e0b-3bbc-44ae-916e-86f7bfc26b90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ed618355-aa25-41dd-a8cc-03937aaa48f2 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@40020395 (id: ed618355-aa25-41dd-a8cc-03937aaa48f2, sid: ed618355-aa25-41dd-a8cc-03937aaa48f2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10066f86-19ba-4ce9-9e75-64d3ebd5d69a org.polarsys.capella.core.data.cs.impl.PartImpl@5dd00f80 (id: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a, sid: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 14b6d64c-c09a-4bca-8c3d-89a43f038d16 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@5d4b94b (id: 14b6d64c-c09a-4bca-8c3d-89a43f038d16, sid: 14b6d64c-c09a-4bca-8c3d-89a43f038d16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a7169bd-48d1-4049-8934-4b3c76f2bd4b org.polarsys.capella.core.data.cs.impl.PartImpl@106dbd48 (id: 3a7169bd-48d1-4049-8934-4b3c76f2bd4b, sid: 3a7169bd-48d1-4049-8934-4b3c76f2bd4b) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 27fe009a-b238-411c-912d-b3a329bd88c8 org.polarsys.capella.core.data.cs.impl.PartImpl@40230a7b (id: 27fe009a-b238-411c-912d-b3a329bd88c8, sid: 27fe009a-b238-411c-912d-b3a329bd88c8) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@409620e8 (id: d9105e79-93de-4d86-8f5a-8586a54f1b80, sid: d9105e79-93de-4d86-8f5a-8586a54f1b80) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 90696767-7485-4004-b422-74c9ad5e79d7 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@18be9a53 (id: 90696767-7485-4004-b422-74c9ad5e79d7, sid: 90696767-7485-4004-b422-74c9ad5e79d7) (name: PP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4061be6e-c7c0-45ed-9593-ab47c2dda968 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@10ebf595 (id: 4061be6e-c7c0-45ed-9593-ab47c2dda968, sid: 4061be6e-c7c0-45ed-9593-ab47c2dda968) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = dc9c6aae-1747-4fa7-9d23-39b8b98b972c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4f3729b5 (id: dc9c6aae-1747-4fa7-9d23-39b8b98b972c, sid: dc9c6aae-1747-4fa7-9d23-39b8b98b972c) (name: PP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fb7da194-1bbe-46e8-8dbc-73c36709c99f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3ed7d1db (id: fb7da194-1bbe-46e8-8dbc-73c36709c99f, sid: fb7da194-1bbe-46e8-8dbc-73c36709c99f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = fb155d45-bf13-4e66-930d-41a79cf72216 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@52d7b850 (id: fb155d45-bf13-4e66-930d-41a79cf72216, sid: fb155d45-bf13-4e66-930d-41a79cf72216) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ced1968-b11d-4d97-a154-4f7cb23fc714 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1d5fa8c2 (id: 6ced1968-b11d-4d97-a154-4f7cb23fc714, sid: 6ced1968-b11d-4d97-a154-4f7cb23fc714) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = c94e70e3-4cf9-42b9-94f3-6ba52a2346d0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6bd3405d (id: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0, sid: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4b72ed07-1aa4-48ef-96cf-756e15a152c3 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6b0a1df5 (id: 4b72ed07-1aa4-48ef-96cf-756e15a152c3, sid: 4b72ed07-1aa4-48ef-96cf-756e15a152c3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 72d19ffc-2a36-463f-a10a-0d624c2f7940 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4f02dfc (id: 72d19ffc-2a36-463f-a10a-0d624c2f7940, sid: 72d19ffc-2a36-463f-a10a-0d624c2f7940) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@64898c18 (id: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5, sid: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@15a9f97c (id: 24199687-6483-468a-9288-6fd96dc5dbac, sid: 24199687-6483-468a-9288-6fd96dc5dbac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 09cdd595-b011-40a5-aa06-b556ca46a361 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2ef7bb89 (id: 09cdd595-b011-40a5-aa06-b556ca46a361, sid: 09cdd595-b011-40a5-aa06-b556ca46a361) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 129fb74e-64d4-4753-a7a9-56badf9b50f0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2bedec66 (id: 129fb74e-64d4-4753-a7a9-56badf9b50f0, sid: 129fb74e-64d4-4753-a7a9-56badf9b50f0) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@77c571de (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@43524226 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2a15690c (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@182e1b88 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c74f524-0d9f-4732-b682-a740520e775e org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@15d6a403 (id: 7c74f524-0d9f-4732-b682-a740520e775e, sid: 7c74f524-0d9f-4732-b682-a740520e775e) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b42524f9-0fb3-42a3-ad75-af6971f8db82 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@64b53011 (id: b42524f9-0fb3-42a3-ad75-af6971f8db82, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca2560a6-1f98-4bd9-903a-def05a3229e9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@44fc1f71 (id: ca2560a6-1f98-4bd9-903a-def05a3229e9, sid: null) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 04ad2ed5-2212-4b8a-8cd1-c438ae937d3d org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6fd98685 (id: 04ad2ed5-2212-4b8a-8cd1-c438ae937d3d, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e452247-4163-4a84-ad8e-92f2aef07d8e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@ef3cd4b (id: 7e452247-4163-4a84-ad8e-92f2aef07d8e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 2ce8c273-d562-4aa8-862d-2f562b73d7c1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@63945d1c (id: 2ce8c273-d562-4aa8-862d-2f562b73d7c1, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf1decc6-2b2e-46c5-99e9-2f03d6d72667 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@61586fff (id: bf1decc6-2b2e-46c5-99e9-2f03d6d72667, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30305e81-db98-4be8-a1e1-c0d32bf5aaa3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@20fab3a0 (id: 30305e81-db98-4be8-a1e1-c0d32bf5aaa3, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@30f3ab61 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00e8e84-cb0a-41c4-9016-0d7a7518da2d org.polarsys.capella.core.data.cs.impl.PartImpl@71ce6cde (id: b00e8e84-cb0a-41c4-9016-0d7a7518da2d, sid: b00e8e84-cb0a-41c4-9016-0d7a7518da2d) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 536d4e6d-1212-4576-a7a6-f98760db7ff5 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@534bd28f (id: 536d4e6d-1212-4576-a7a6-f98760db7ff5, sid: 536d4e6d-1212-4576-a7a6-f98760db7ff5) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 2d1e2a2d-8a40-49f3-bc98-d6401e4b5e8c org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@1dce54a (id: 2d1e2a2d-8a40-49f3-bc98-d6401e4b5e8c, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea1ad3fc-ac8f-4f2c-bc5f-cf32bfcecd23 org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@2ef5253a (id: ea1ad3fc-ac8f-4f2c-bc5f-cf32bfcecd23, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@77c571de (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@43524226 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@182e1b88 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c74f524-0d9f-4732-b682-a740520e775e org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@15d6a403 (id: 7c74f524-0d9f-4732-b682-a740520e775e, sid: 7c74f524-0d9f-4732-b682-a740520e775e) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b42524f9-0fb3-42a3-ad75-af6971f8db82 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@64b53011 (id: b42524f9-0fb3-42a3-ad75-af6971f8db82, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca2560a6-1f98-4bd9-903a-def05a3229e9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@44fc1f71 (id: ca2560a6-1f98-4bd9-903a-def05a3229e9, sid: null) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b36e1d36-ebdf-4759-a612-ce6adecc0f42 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@703d4d0c (id: b36e1d36-ebdf-4759-a612-ce6adecc0f42, sid: b36e1d36-ebdf-4759-a612-ce6adecc0f42) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@506b09b4 (id: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a, sid: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a) (name: FIP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = facef1ab-c95a-4636-bd0f-d89fc178eb68 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1d939e10 (id: facef1ab-c95a-4636-bd0f-d89fc178eb68, sid: facef1ab-c95a-4636-bd0f-d89fc178eb68) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 944d82de-0d88-420a-ba91-d81fd7c9ce3e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@39300d44 (id: 944d82de-0d88-420a-ba91-d81fd7c9ce3e, sid: 944d82de-0d88-420a-ba91-d81fd7c9ce3e) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8cbb00ad-bbff-451c-b101-0147cd13698e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@23ff6243 (id: 8cbb00ad-bbff-451c-b101-0147cd13698e, sid: 8cbb00ad-bbff-451c-b101-0147cd13698e) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2b51e921 (id: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f, sid: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fb91e997-87ee-4460-a325-53549af3bdde org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2ab38145 (id: fb91e997-87ee-4460-a325-53549af3bdde, sid: fb91e997-87ee-4460-a325-53549af3bdde) (name: LF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8a69fb7b-fd78-4af4-8256-025fb18eaa5f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@13d0f37a (id: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f, sid: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fa85ac94-eed7-4241-ad96-9fb56bfb7748 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4be56639 (id: fa85ac94-eed7-4241-ad96-9fb56bfb7748, sid: fa85ac94-eed7-4241-ad96-9fb56bfb7748) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 727b99b5-9d1d-49cd-b5ae-109c20a43485 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@59d68b92 (id: 727b99b5-9d1d-49cd-b5ae-109c20a43485, sid: 727b99b5-9d1d-49cd-b5ae-109c20a43485) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2b1babb2-b41e-4166-989e-b2046fbe2006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4d09e8f1 (id: 2b1babb2-b41e-4166-989e-b2046fbe2006, sid: 2b1babb2-b41e-4166-989e-b2046fbe2006) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 19764fc8-8cf9-48ba-826f-eb83e45f72ce org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2d3d8bc7 (id: 19764fc8-8cf9-48ba-826f-eb83e45f72ce, sid: 19764fc8-8cf9-48ba-826f-eb83e45f72ce) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7e452247-4163-4a84-ad8e-92f2aef07d8e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@ef3cd4b (id: 7e452247-4163-4a84-ad8e-92f2aef07d8e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 2ce8c273-d562-4aa8-862d-2f562b73d7c1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@63945d1c (id: 2ce8c273-d562-4aa8-862d-2f562b73d7c1, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf1decc6-2b2e-46c5-99e9-2f03d6d72667 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@61586fff (id: bf1decc6-2b2e-46c5-99e9-2f03d6d72667, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30305e81-db98-4be8-a1e1-c0d32bf5aaa3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@20fab3a0 (id: 30305e81-db98-4be8-a1e1-c0d32bf5aaa3, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@30f3ab61 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00e8e84-cb0a-41c4-9016-0d7a7518da2d org.polarsys.capella.core.data.cs.impl.PartImpl@71ce6cde (id: b00e8e84-cb0a-41c4-9016-0d7a7518da2d, sid: b00e8e84-cb0a-41c4-9016-0d7a7518da2d) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@26591cf5 (id: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2, sid: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0ecc5743-d6b8-4cbc-9de1-137c2c07074c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@b5c03fc (id: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c, sid: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcaf476d-30da-4c38-ae94-92d725c985fa org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@9f636d5 (id: dcaf476d-30da-4c38-ae94-92d725c985fa, sid: dcaf476d-30da-4c38-ae94-92d725c985fa) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 536d4e6d-1212-4576-a7a6-f98760db7ff5 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@534bd28f (id: 536d4e6d-1212-4576-a7a6-f98760db7ff5, sid: 536d4e6d-1212-4576-a7a6-f98760db7ff5) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a6203f89-194b-4a55-9c5f-760e8044bed0 org.polarsys.capella.core.data.cs.impl.PartImpl@4a442ce (id: a6203f89-194b-4a55-9c5f-760e8044bed0, sid: a6203f89-194b-4a55-9c5f-760e8044bed0) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b199636b-4cec-49e9-9333-4feac0efc2db org.polarsys.capella.core.data.cs.impl.PartImpl@6a74581b (id: b199636b-4cec-49e9-9333-4feac0efc2db, sid: b199636b-4cec-49e9-9333-4feac0efc2db) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 737839eb-8c35-4559-a645-24fe9273889e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@39243b3a (id: 737839eb-8c35-4559-a645-24fe9273889e, sid: 737839eb-8c35-4559-a645-24fe9273889e) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ac22302d-af61-4915-83bb-6d2c17808e5c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1f30ace2 (id: ac22302d-af61-4915-83bb-6d2c17808e5c, sid: ac22302d-af61-4915-83bb-6d2c17808e5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 271d0e31-cdfd-4a62-83cc-84ae10efa89d org.polarsys.capella.core.data.cs.impl.PartImpl@57cc9b9f (id: 271d0e31-cdfd-4a62-83cc-84ae10efa89d, sid: 271d0e31-cdfd-4a62-83cc-84ae10efa89d) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5944d5a5-eb1f-40fe-abc3-6158274d2a2a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@31dcd299 (id: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a, sid: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a) (name: CP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 216ee94c-33ef-4ec4-a193-eace527e072a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@29b9d273 (id: 216ee94c-33ef-4ec4-a193-eace527e072a, sid: 216ee94c-33ef-4ec4-a193-eace527e072a) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = dc65b9dc-0612-481f-aa83-650742001e51 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@33743c1a (id: dc65b9dc-0612-481f-aa83-650742001e51, sid: dc65b9dc-0612-481f-aa83-650742001e51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@575988 (id: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b, sid: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b) (name: CP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4ba8e05c-02ea-4369-b837-bc4dfedabc88 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@57481b01 (id: 4ba8e05c-02ea-4369-b837-bc4dfedabc88, sid: 4ba8e05c-02ea-4369-b837-bc4dfedabc88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@308561d1 (id: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04, sid: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 5717af9f-e5e7-4859-8370-fb7d3668f8ca org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22031f37 (id: 5717af9f-e5e7-4859-8370-fb7d3668f8ca, sid: 5717af9f-e5e7-4859-8370-fb7d3668f8ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75244f7c-a651-4487-827a-5009e2355805 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@18a299e6 (id: 75244f7c-a651-4487-827a-5009e2355805, sid: 75244f7c-a651-4487-827a-5009e2355805) (name: CP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bf8a5ee8-723f-4eaf-8943-21ef5a083465 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@fa519e0 (id: bf8a5ee8-723f-4eaf-8943-21ef5a083465, sid: bf8a5ee8-723f-4eaf-8943-21ef5a083465) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd8df9ed-f5ee-42cb-8199-039f4c289ac0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@14356a2c (id: cd8df9ed-f5ee-42cb-8199-039f4c289ac0, sid: cd8df9ed-f5ee-42cb-8199-039f4c289ac0) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@77c571de (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@43524226 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@293f2f54 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@182e1b88 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c74f524-0d9f-4732-b682-a740520e775e org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@15d6a403 (id: 7c74f524-0d9f-4732-b682-a740520e775e, sid: 7c74f524-0d9f-4732-b682-a740520e775e) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b42524f9-0fb3-42a3-ad75-af6971f8db82 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@64b53011 (id: b42524f9-0fb3-42a3-ad75-af6971f8db82, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca2560a6-1f98-4bd9-903a-def05a3229e9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@44fc1f71 (id: ca2560a6-1f98-4bd9-903a-def05a3229e9, sid: null) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b36e1d36-ebdf-4759-a612-ce6adecc0f42 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@703d4d0c (id: b36e1d36-ebdf-4759-a612-ce6adecc0f42, sid: b36e1d36-ebdf-4759-a612-ce6adecc0f42) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@506b09b4 (id: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a, sid: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a) (name: FIP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = facef1ab-c95a-4636-bd0f-d89fc178eb68 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1d939e10 (id: facef1ab-c95a-4636-bd0f-d89fc178eb68, sid: facef1ab-c95a-4636-bd0f-d89fc178eb68) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 944d82de-0d88-420a-ba91-d81fd7c9ce3e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@39300d44 (id: 944d82de-0d88-420a-ba91-d81fd7c9ce3e, sid: 944d82de-0d88-420a-ba91-d81fd7c9ce3e) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8cbb00ad-bbff-451c-b101-0147cd13698e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@23ff6243 (id: 8cbb00ad-bbff-451c-b101-0147cd13698e, sid: 8cbb00ad-bbff-451c-b101-0147cd13698e) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2b51e921 (id: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f, sid: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fb91e997-87ee-4460-a325-53549af3bdde org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2ab38145 (id: fb91e997-87ee-4460-a325-53549af3bdde, sid: fb91e997-87ee-4460-a325-53549af3bdde) (name: LF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8a69fb7b-fd78-4af4-8256-025fb18eaa5f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@13d0f37a (id: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f, sid: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fa85ac94-eed7-4241-ad96-9fb56bfb7748 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4be56639 (id: fa85ac94-eed7-4241-ad96-9fb56bfb7748, sid: fa85ac94-eed7-4241-ad96-9fb56bfb7748) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 04ad2ed5-2212-4b8a-8cd1-c438ae937d3d org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6fd98685 (id: 04ad2ed5-2212-4b8a-8cd1-c438ae937d3d, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 727b99b5-9d1d-49cd-b5ae-109c20a43485 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@59d68b92 (id: 727b99b5-9d1d-49cd-b5ae-109c20a43485, sid: 727b99b5-9d1d-49cd-b5ae-109c20a43485) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2b1babb2-b41e-4166-989e-b2046fbe2006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4d09e8f1 (id: 2b1babb2-b41e-4166-989e-b2046fbe2006, sid: 2b1babb2-b41e-4166-989e-b2046fbe2006) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 19764fc8-8cf9-48ba-826f-eb83e45f72ce org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2d3d8bc7 (id: 19764fc8-8cf9-48ba-826f-eb83e45f72ce, sid: 19764fc8-8cf9-48ba-826f-eb83e45f72ce) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7e452247-4163-4a84-ad8e-92f2aef07d8e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@ef3cd4b (id: 7e452247-4163-4a84-ad8e-92f2aef07d8e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 2ce8c273-d562-4aa8-862d-2f562b73d7c1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@63945d1c (id: 2ce8c273-d562-4aa8-862d-2f562b73d7c1, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf1decc6-2b2e-46c5-99e9-2f03d6d72667 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@61586fff (id: bf1decc6-2b2e-46c5-99e9-2f03d6d72667, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30305e81-db98-4be8-a1e1-c0d32bf5aaa3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@20fab3a0 (id: 30305e81-db98-4be8-a1e1-c0d32bf5aaa3, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@30f3ab61 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00e8e84-cb0a-41c4-9016-0d7a7518da2d org.polarsys.capella.core.data.cs.impl.PartImpl@71ce6cde (id: b00e8e84-cb0a-41c4-9016-0d7a7518da2d, sid: b00e8e84-cb0a-41c4-9016-0d7a7518da2d) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@26591cf5 (id: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2, sid: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0ecc5743-d6b8-4cbc-9de1-137c2c07074c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@b5c03fc (id: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c, sid: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcaf476d-30da-4c38-ae94-92d725c985fa org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@9f636d5 (id: dcaf476d-30da-4c38-ae94-92d725c985fa, sid: dcaf476d-30da-4c38-ae94-92d725c985fa) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 536d4e6d-1212-4576-a7a6-f98760db7ff5 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@534bd28f (id: 536d4e6d-1212-4576-a7a6-f98760db7ff5, sid: 536d4e6d-1212-4576-a7a6-f98760db7ff5) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a6203f89-194b-4a55-9c5f-760e8044bed0 org.polarsys.capella.core.data.cs.impl.PartImpl@4a442ce (id: a6203f89-194b-4a55-9c5f-760e8044bed0, sid: a6203f89-194b-4a55-9c5f-760e8044bed0) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b199636b-4cec-49e9-9333-4feac0efc2db org.polarsys.capella.core.data.cs.impl.PartImpl@6a74581b (id: b199636b-4cec-49e9-9333-4feac0efc2db, sid: b199636b-4cec-49e9-9333-4feac0efc2db) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2d1e2a2d-8a40-49f3-bc98-d6401e4b5e8c org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@1dce54a (id: 2d1e2a2d-8a40-49f3-bc98-d6401e4b5e8c, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 737839eb-8c35-4559-a645-24fe9273889e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@39243b3a (id: 737839eb-8c35-4559-a645-24fe9273889e, sid: 737839eb-8c35-4559-a645-24fe9273889e) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ac22302d-af61-4915-83bb-6d2c17808e5c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1f30ace2 (id: ac22302d-af61-4915-83bb-6d2c17808e5c, sid: ac22302d-af61-4915-83bb-6d2c17808e5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 271d0e31-cdfd-4a62-83cc-84ae10efa89d org.polarsys.capella.core.data.cs.impl.PartImpl@57cc9b9f (id: 271d0e31-cdfd-4a62-83cc-84ae10efa89d, sid: 271d0e31-cdfd-4a62-83cc-84ae10efa89d) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5944d5a5-eb1f-40fe-abc3-6158274d2a2a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@31dcd299 (id: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a, sid: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a) (name: CP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 216ee94c-33ef-4ec4-a193-eace527e072a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@29b9d273 (id: 216ee94c-33ef-4ec4-a193-eace527e072a, sid: 216ee94c-33ef-4ec4-a193-eace527e072a) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = dc65b9dc-0612-481f-aa83-650742001e51 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@33743c1a (id: dc65b9dc-0612-481f-aa83-650742001e51, sid: dc65b9dc-0612-481f-aa83-650742001e51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@575988 (id: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b, sid: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b) (name: CP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4ba8e05c-02ea-4369-b837-bc4dfedabc88 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@57481b01 (id: 4ba8e05c-02ea-4369-b837-bc4dfedabc88, sid: 4ba8e05c-02ea-4369-b837-bc4dfedabc88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@308561d1 (id: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04, sid: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 5717af9f-e5e7-4859-8370-fb7d3668f8ca org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22031f37 (id: 5717af9f-e5e7-4859-8370-fb7d3668f8ca, sid: 5717af9f-e5e7-4859-8370-fb7d3668f8ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75244f7c-a651-4487-827a-5009e2355805 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@18a299e6 (id: 75244f7c-a651-4487-827a-5009e2355805, sid: 75244f7c-a651-4487-827a-5009e2355805) (name: CP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bf8a5ee8-723f-4eaf-8943-21ef5a083465 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@fa519e0 (id: bf8a5ee8-723f-4eaf-8943-21ef5a083465, sid: bf8a5ee8-723f-4eaf-8943-21ef5a083465) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd8df9ed-f5ee-42cb-8199-039f4c289ac0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@14356a2c (id: cd8df9ed-f5ee-42cb-8199-039f4c289ac0, sid: cd8df9ed-f5ee-42cb-8199-039f4c289ac0) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = ea1ad3fc-ac8f-4f2c-bc5f-cf32bfcecd23 org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@2ef5253a (id: ea1ad3fc-ac8f-4f2c-bc5f-cf32bfcecd23, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@77c571de (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@43524226 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@182e1b88 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c74f524-0d9f-4732-b682-a740520e775e org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@15d6a403 (id: 7c74f524-0d9f-4732-b682-a740520e775e, sid: 7c74f524-0d9f-4732-b682-a740520e775e) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b42524f9-0fb3-42a3-ad75-af6971f8db82 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@64b53011 (id: b42524f9-0fb3-42a3-ad75-af6971f8db82, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca2560a6-1f98-4bd9-903a-def05a3229e9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@44fc1f71 (id: ca2560a6-1f98-4bd9-903a-def05a3229e9, sid: null) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b36e1d36-ebdf-4759-a612-ce6adecc0f42 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@703d4d0c (id: b36e1d36-ebdf-4759-a612-ce6adecc0f42, sid: b36e1d36-ebdf-4759-a612-ce6adecc0f42) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@506b09b4 (id: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a, sid: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a) (name: FIP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = facef1ab-c95a-4636-bd0f-d89fc178eb68 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1d939e10 (id: facef1ab-c95a-4636-bd0f-d89fc178eb68, sid: facef1ab-c95a-4636-bd0f-d89fc178eb68) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 944d82de-0d88-420a-ba91-d81fd7c9ce3e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@39300d44 (id: 944d82de-0d88-420a-ba91-d81fd7c9ce3e, sid: 944d82de-0d88-420a-ba91-d81fd7c9ce3e) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8cbb00ad-bbff-451c-b101-0147cd13698e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@23ff6243 (id: 8cbb00ad-bbff-451c-b101-0147cd13698e, sid: 8cbb00ad-bbff-451c-b101-0147cd13698e) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2b51e921 (id: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f, sid: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fb91e997-87ee-4460-a325-53549af3bdde org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2ab38145 (id: fb91e997-87ee-4460-a325-53549af3bdde, sid: fb91e997-87ee-4460-a325-53549af3bdde) (name: LF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8a69fb7b-fd78-4af4-8256-025fb18eaa5f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@13d0f37a (id: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f, sid: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fa85ac94-eed7-4241-ad96-9fb56bfb7748 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4be56639 (id: fa85ac94-eed7-4241-ad96-9fb56bfb7748, sid: fa85ac94-eed7-4241-ad96-9fb56bfb7748) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 727b99b5-9d1d-49cd-b5ae-109c20a43485 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@59d68b92 (id: 727b99b5-9d1d-49cd-b5ae-109c20a43485, sid: 727b99b5-9d1d-49cd-b5ae-109c20a43485) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2b1babb2-b41e-4166-989e-b2046fbe2006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4d09e8f1 (id: 2b1babb2-b41e-4166-989e-b2046fbe2006, sid: 2b1babb2-b41e-4166-989e-b2046fbe2006) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 19764fc8-8cf9-48ba-826f-eb83e45f72ce org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2d3d8bc7 (id: 19764fc8-8cf9-48ba-826f-eb83e45f72ce, sid: 19764fc8-8cf9-48ba-826f-eb83e45f72ce) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7e452247-4163-4a84-ad8e-92f2aef07d8e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@ef3cd4b (id: 7e452247-4163-4a84-ad8e-92f2aef07d8e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 2ce8c273-d562-4aa8-862d-2f562b73d7c1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@63945d1c (id: 2ce8c273-d562-4aa8-862d-2f562b73d7c1, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf1decc6-2b2e-46c5-99e9-2f03d6d72667 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@61586fff (id: bf1decc6-2b2e-46c5-99e9-2f03d6d72667, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30305e81-db98-4be8-a1e1-c0d32bf5aaa3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@20fab3a0 (id: 30305e81-db98-4be8-a1e1-c0d32bf5aaa3, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@30f3ab61 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00e8e84-cb0a-41c4-9016-0d7a7518da2d org.polarsys.capella.core.data.cs.impl.PartImpl@71ce6cde (id: b00e8e84-cb0a-41c4-9016-0d7a7518da2d, sid: b00e8e84-cb0a-41c4-9016-0d7a7518da2d) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@26591cf5 (id: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2, sid: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0ecc5743-d6b8-4cbc-9de1-137c2c07074c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@b5c03fc (id: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c, sid: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcaf476d-30da-4c38-ae94-92d725c985fa org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@9f636d5 (id: dcaf476d-30da-4c38-ae94-92d725c985fa, sid: dcaf476d-30da-4c38-ae94-92d725c985fa) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 536d4e6d-1212-4576-a7a6-f98760db7ff5 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@534bd28f (id: 536d4e6d-1212-4576-a7a6-f98760db7ff5, sid: 536d4e6d-1212-4576-a7a6-f98760db7ff5) (name: Logical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a6203f89-194b-4a55-9c5f-760e8044bed0 org.polarsys.capella.core.data.cs.impl.PartImpl@4a442ce (id: a6203f89-194b-4a55-9c5f-760e8044bed0, sid: a6203f89-194b-4a55-9c5f-760e8044bed0) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b199636b-4cec-49e9-9333-4feac0efc2db org.polarsys.capella.core.data.cs.impl.PartImpl@6a74581b (id: b199636b-4cec-49e9-9333-4feac0efc2db, sid: b199636b-4cec-49e9-9333-4feac0efc2db) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 737839eb-8c35-4559-a645-24fe9273889e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@39243b3a (id: 737839eb-8c35-4559-a645-24fe9273889e, sid: 737839eb-8c35-4559-a645-24fe9273889e) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ac22302d-af61-4915-83bb-6d2c17808e5c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1f30ace2 (id: ac22302d-af61-4915-83bb-6d2c17808e5c, sid: ac22302d-af61-4915-83bb-6d2c17808e5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 271d0e31-cdfd-4a62-83cc-84ae10efa89d org.polarsys.capella.core.data.cs.impl.PartImpl@57cc9b9f (id: 271d0e31-cdfd-4a62-83cc-84ae10efa89d, sid: 271d0e31-cdfd-4a62-83cc-84ae10efa89d) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5944d5a5-eb1f-40fe-abc3-6158274d2a2a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@31dcd299 (id: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a, sid: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a) (name: CP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 216ee94c-33ef-4ec4-a193-eace527e072a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@29b9d273 (id: 216ee94c-33ef-4ec4-a193-eace527e072a, sid: 216ee94c-33ef-4ec4-a193-eace527e072a) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = dc65b9dc-0612-481f-aa83-650742001e51 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@33743c1a (id: dc65b9dc-0612-481f-aa83-650742001e51, sid: dc65b9dc-0612-481f-aa83-650742001e51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@575988 (id: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b, sid: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b) (name: CP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4ba8e05c-02ea-4369-b837-bc4dfedabc88 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@57481b01 (id: 4ba8e05c-02ea-4369-b837-bc4dfedabc88, sid: 4ba8e05c-02ea-4369-b837-bc4dfedabc88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@308561d1 (id: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04, sid: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 5717af9f-e5e7-4859-8370-fb7d3668f8ca org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22031f37 (id: 5717af9f-e5e7-4859-8370-fb7d3668f8ca, sid: 5717af9f-e5e7-4859-8370-fb7d3668f8ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75244f7c-a651-4487-827a-5009e2355805 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@18a299e6 (id: 75244f7c-a651-4487-827a-5009e2355805, sid: 75244f7c-a651-4487-827a-5009e2355805) (name: CP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bf8a5ee8-723f-4eaf-8943-21ef5a083465 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@fa519e0 (id: bf8a5ee8-723f-4eaf-8943-21ef5a083465, sid: bf8a5ee8-723f-4eaf-8943-21ef5a083465) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd8df9ed-f5ee-42cb-8199-039f4c289ac0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@14356a2c (id: cd8df9ed-f5ee-42cb-8199-039f4c289ac0, sid: cd8df9ed-f5ee-42cb-8199-039f4c289ac0) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4790d72 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@84da554 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6668f556 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@61916f21 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c74f524-0d9f-4732-b682-a740520e775e org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@effc6af (id: 7c74f524-0d9f-4732-b682-a740520e775e, sid: 7c74f524-0d9f-4732-b682-a740520e775e) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b42524f9-0fb3-42a3-ad75-af6971f8db82 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2829ce6a (id: b42524f9-0fb3-42a3-ad75-af6971f8db82, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca2560a6-1f98-4bd9-903a-def05a3229e9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4263a44a (id: ca2560a6-1f98-4bd9-903a-def05a3229e9, sid: null) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@5d60c0ec (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e452247-4163-4a84-ad8e-92f2aef07d8e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@171e4da9 (id: 7e452247-4163-4a84-ad8e-92f2aef07d8e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 2ce8c273-d562-4aa8-862d-2f562b73d7c1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6445b22c (id: 2ce8c273-d562-4aa8-862d-2f562b73d7c1, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf1decc6-2b2e-46c5-99e9-2f03d6d72667 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@693f0459 (id: bf1decc6-2b2e-46c5-99e9-2f03d6d72667, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30305e81-db98-4be8-a1e1-c0d32bf5aaa3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5273d910 (id: 30305e81-db98-4be8-a1e1-c0d32bf5aaa3, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ebb084a8-fa42-4ce3-b9bb-e1a2f157f679 org.polarsys.capella.core.data.information.impl.DataPkgImpl@3655702e (id: ebb084a8-fa42-4ce3-b9bb-e1a2f157f679, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2cf7d92f-cc23-41dd-aa1f-61581412687a org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3dafa9ac (id: 2cf7d92f-cc23-41dd-aa1f-61581412687a, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 70e5c62b-8894-4f87-b477-773fb3622921 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@664fe4ca (id: 70e5c62b-8894-4f87-b477-773fb3622921, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = ec3e1c43-2c4f-48b7-a9f3-d7a26b62b906 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@248d41ea (id: ec3e1c43-2c4f-48b7-a9f3-d7a26b62b906, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 38a3e4be-9293-405b-85d6-88a86106f467 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@39449155 (id: 38a3e4be-9293-405b-85d6-88a86106f467, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5393449b-8b9b-4b8d-9897-128cc56b51ca org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7966bd18 (id: 5393449b-8b9b-4b8d-9897-128cc56b51ca, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8a964f5d-8e81-4563-8305-c347dc5f1336 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@60967f4a (id: 8a964f5d-8e81-4563-8305-c347dc5f1336, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c0e0fb43-9a4e-47ed-a5a9-0a093c5c763a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2e5ae0a3 (id: c0e0fb43-9a4e-47ed-a5a9-0a093c5c763a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a0d7ce43-689a-4c65-8c9f-1e5b7e2fba44 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@33891204 (id: a0d7ce43-689a-4c65-8c9f-1e5b7e2fba44, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 567032b0-21da-4c07-8ee0-68e145f67731 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7fcbe710 (id: 567032b0-21da-4c07-8ee0-68e145f67731, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 91bc4bdd-ed26-4443-80a9-c630d7f60a3e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c74bb8c (id: 91bc4bdd-ed26-4443-80a9-c630d7f60a3e, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 29f03e1b-d1ce-41d4-a995-c1d3ac101726 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@55d21959 (id: 29f03e1b-d1ce-41d4-a995-c1d3ac101726, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 32bc6213-5f3c-4914-9d46-6a0139ea5dba org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2eb028d5 (id: 32bc6213-5f3c-4914-9d46-6a0139ea5dba, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 78e36491-b365-4158-a51d-0e759daf826c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@ee3a974 (id: 78e36491-b365-4158-a51d-0e759daf826c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 16992ddc-3abf-4fe4-882b-383dba6323c6 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7c2dbff (id: 16992ddc-3abf-4fe4-882b-383dba6323c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = f420a77f-753b-41b8-bf86-ce00afa129b3 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@429f028f (id: f420a77f-753b-41b8-bf86-ce00afa129b3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 61b9fe2a-f95e-41a3-a08c-d74f0ded03f8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d466c89 (id: 61b9fe2a-f95e-41a3-a08c-d74f0ded03f8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 79a2fb3a-7a9d-483a-bebb-ccdbcc8c7217 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7efdd05c (id: 79a2fb3a-7a9d-483a-bebb-ccdbcc8c7217, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 1503a65f-d2df-49a3-8583-b46a5042c130 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f71f15f (id: 1503a65f-d2df-49a3-8583-b46a5042c130, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4ff454a9-b04d-43b2-b8bb-9b25a2baf1b4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@55c00d44 (id: 4ff454a9-b04d-43b2-b8bb-9b25a2baf1b4, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = dd186b9f-c552-4c46-8a49-e72fba49e5f6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@b3c0151 (id: dd186b9f-c552-4c46-8a49-e72fba49e5f6, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 55a621c1-6719-4995-8f46-bc1a4108a658 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1b535f5a (id: 55a621c1-6719-4995-8f46-bc1a4108a658, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = bfa2dae9-a05b-4a7f-a590-946928a5217d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7b48be66 (id: bfa2dae9-a05b-4a7f-a590-946928a5217d, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = a70ed712-76b2-4b4f-b365-6820e486054f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2eb73666 (id: a70ed712-76b2-4b4f-b365-6820e486054f, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 692fdd60-cc95-434e-91e6-0dadd2fe324c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45ea8c68 (id: 692fdd60-cc95-434e-91e6-0dadd2fe324c, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5fdddfd2-0ed2-4c92-a154-f9afe66b2344 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4442a200 (id: 5fdddfd2-0ed2-4c92-a154-f9afe66b2344, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d06dae35-40a8-40ae-a03c-77df3debd2b5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7ac79f60 (id: d06dae35-40a8-40ae-a03c-77df3debd2b5, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f3d33d3a-f5d1-4241-b0c5-f255c7c5daf5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d549258 (id: f3d33d3a-f5d1-4241-b0c5-f255c7c5daf5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 93c15038-cd4a-4991-9c16-ca598838f3c6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7cccca56 (id: 93c15038-cd4a-4991-9c16-ca598838f3c6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 060f5a4f-95b2-4168-b0be-184c371ba31b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dcf256d (id: 060f5a4f-95b2-4168-b0be-184c371ba31b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 3ab31778-d8f5-41b5-af5f-a02a264dae9b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6bb5932b (id: 3ab31778-d8f5-41b5-af5f-a02a264dae9b, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = aa5591f7-bbf9-4565-b41b-c74ed845adef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@223a1a57 (id: aa5591f7-bbf9-4565-b41b-c74ed845adef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@37e5b5f2 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6203f89-194b-4a55-9c5f-760e8044bed0 org.polarsys.capella.core.data.cs.impl.PartImpl@4e5a1803 (id: a6203f89-194b-4a55-9c5f-760e8044bed0, sid: a6203f89-194b-4a55-9c5f-760e8044bed0) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 737839eb-8c35-4559-a645-24fe9273889e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@295d041a (id: 737839eb-8c35-4559-a645-24fe9273889e, sid: 737839eb-8c35-4559-a645-24fe9273889e) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@59d43b94 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3d3efef (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@1c564411 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@74290b8d (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4790d72 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@84da554 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@61916f21 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c74f524-0d9f-4732-b682-a740520e775e org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@effc6af (id: 7c74f524-0d9f-4732-b682-a740520e775e, sid: 7c74f524-0d9f-4732-b682-a740520e775e) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b42524f9-0fb3-42a3-ad75-af6971f8db82 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2829ce6a (id: b42524f9-0fb3-42a3-ad75-af6971f8db82, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca2560a6-1f98-4bd9-903a-def05a3229e9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4263a44a (id: ca2560a6-1f98-4bd9-903a-def05a3229e9, sid: null) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b36e1d36-ebdf-4759-a612-ce6adecc0f42 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@330031bf (id: b36e1d36-ebdf-4759-a612-ce6adecc0f42, sid: b36e1d36-ebdf-4759-a612-ce6adecc0f42) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@433a43ce (id: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a, sid: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a) (name: FIP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = facef1ab-c95a-4636-bd0f-d89fc178eb68 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@25069f5d (id: facef1ab-c95a-4636-bd0f-d89fc178eb68, sid: facef1ab-c95a-4636-bd0f-d89fc178eb68) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 944d82de-0d88-420a-ba91-d81fd7c9ce3e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7a983e43 (id: 944d82de-0d88-420a-ba91-d81fd7c9ce3e, sid: 944d82de-0d88-420a-ba91-d81fd7c9ce3e) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8cbb00ad-bbff-451c-b101-0147cd13698e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@48277566 (id: 8cbb00ad-bbff-451c-b101-0147cd13698e, sid: 8cbb00ad-bbff-451c-b101-0147cd13698e) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@59126b9f (id: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f, sid: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fb91e997-87ee-4460-a325-53549af3bdde org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@487feb97 (id: fb91e997-87ee-4460-a325-53549af3bdde, sid: fb91e997-87ee-4460-a325-53549af3bdde) (name: LF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8a69fb7b-fd78-4af4-8256-025fb18eaa5f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@73aebefd (id: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f, sid: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fa85ac94-eed7-4241-ad96-9fb56bfb7748 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5179ab (id: fa85ac94-eed7-4241-ad96-9fb56bfb7748, sid: fa85ac94-eed7-4241-ad96-9fb56bfb7748) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 727b99b5-9d1d-49cd-b5ae-109c20a43485 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7dc1cd33 (id: 727b99b5-9d1d-49cd-b5ae-109c20a43485, sid: 727b99b5-9d1d-49cd-b5ae-109c20a43485) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2b1babb2-b41e-4166-989e-b2046fbe2006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7b9edd20 (id: 2b1babb2-b41e-4166-989e-b2046fbe2006, sid: 2b1babb2-b41e-4166-989e-b2046fbe2006) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 19764fc8-8cf9-48ba-826f-eb83e45f72ce org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@70897fd9 (id: 19764fc8-8cf9-48ba-826f-eb83e45f72ce, sid: 19764fc8-8cf9-48ba-826f-eb83e45f72ce) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7e452247-4163-4a84-ad8e-92f2aef07d8e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@171e4da9 (id: 7e452247-4163-4a84-ad8e-92f2aef07d8e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 2ce8c273-d562-4aa8-862d-2f562b73d7c1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6445b22c (id: 2ce8c273-d562-4aa8-862d-2f562b73d7c1, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf1decc6-2b2e-46c5-99e9-2f03d6d72667 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@693f0459 (id: bf1decc6-2b2e-46c5-99e9-2f03d6d72667, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30305e81-db98-4be8-a1e1-c0d32bf5aaa3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5273d910 (id: 30305e81-db98-4be8-a1e1-c0d32bf5aaa3, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@37e5b5f2 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6203f89-194b-4a55-9c5f-760e8044bed0 org.polarsys.capella.core.data.cs.impl.PartImpl@4e5a1803 (id: a6203f89-194b-4a55-9c5f-760e8044bed0, sid: a6203f89-194b-4a55-9c5f-760e8044bed0) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b199636b-4cec-49e9-9333-4feac0efc2db org.polarsys.capella.core.data.cs.impl.PartImpl@71c6ce29 (id: b199636b-4cec-49e9-9333-4feac0efc2db, sid: b199636b-4cec-49e9-9333-4feac0efc2db) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@2303840d (id: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2, sid: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0ecc5743-d6b8-4cbc-9de1-137c2c07074c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@3953ffba (id: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c, sid: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcaf476d-30da-4c38-ae94-92d725c985fa org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@23f8a55 (id: dcaf476d-30da-4c38-ae94-92d725c985fa, sid: dcaf476d-30da-4c38-ae94-92d725c985fa) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 737839eb-8c35-4559-a645-24fe9273889e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@295d041a (id: 737839eb-8c35-4559-a645-24fe9273889e, sid: 737839eb-8c35-4559-a645-24fe9273889e) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ac22302d-af61-4915-83bb-6d2c17808e5c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@37d99b32 (id: ac22302d-af61-4915-83bb-6d2c17808e5c, sid: ac22302d-af61-4915-83bb-6d2c17808e5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc65b9dc-0612-481f-aa83-650742001e51 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6f093b46 (id: dc65b9dc-0612-481f-aa83-650742001e51, sid: dc65b9dc-0612-481f-aa83-650742001e51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@527ee05d (id: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b, sid: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b) (name: CP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4ba8e05c-02ea-4369-b837-bc4dfedabc88 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@731d1925 (id: 4ba8e05c-02ea-4369-b837-bc4dfedabc88, sid: 4ba8e05c-02ea-4369-b837-bc4dfedabc88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5944d5a5-eb1f-40fe-abc3-6158274d2a2a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@554e8186 (id: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a, sid: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a) (name: CP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@76fdd88d (id: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04, sid: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 5717af9f-e5e7-4859-8370-fb7d3668f8ca org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@50080e1f (id: 5717af9f-e5e7-4859-8370-fb7d3668f8ca, sid: 5717af9f-e5e7-4859-8370-fb7d3668f8ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75244f7c-a651-4487-827a-5009e2355805 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@75d1704b (id: 75244f7c-a651-4487-827a-5009e2355805, sid: 75244f7c-a651-4487-827a-5009e2355805) (name: CP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bf8a5ee8-723f-4eaf-8943-21ef5a083465 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@6e9e8be5 (id: bf8a5ee8-723f-4eaf-8943-21ef5a083465, sid: bf8a5ee8-723f-4eaf-8943-21ef5a083465) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd8df9ed-f5ee-42cb-8199-039f4c289ac0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@763f0f0b (id: cd8df9ed-f5ee-42cb-8199-039f4c289ac0, sid: cd8df9ed-f5ee-42cb-8199-039f4c289ac0) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4790d72 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@84da554 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5619072b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@61916f21 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c74f524-0d9f-4732-b682-a740520e775e org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@effc6af (id: 7c74f524-0d9f-4732-b682-a740520e775e, sid: 7c74f524-0d9f-4732-b682-a740520e775e) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b42524f9-0fb3-42a3-ad75-af6971f8db82 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2829ce6a (id: b42524f9-0fb3-42a3-ad75-af6971f8db82, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca2560a6-1f98-4bd9-903a-def05a3229e9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4263a44a (id: ca2560a6-1f98-4bd9-903a-def05a3229e9, sid: null) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b36e1d36-ebdf-4759-a612-ce6adecc0f42 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@330031bf (id: b36e1d36-ebdf-4759-a612-ce6adecc0f42, sid: b36e1d36-ebdf-4759-a612-ce6adecc0f42) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@433a43ce (id: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a, sid: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a) (name: FIP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = facef1ab-c95a-4636-bd0f-d89fc178eb68 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@25069f5d (id: facef1ab-c95a-4636-bd0f-d89fc178eb68, sid: facef1ab-c95a-4636-bd0f-d89fc178eb68) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 944d82de-0d88-420a-ba91-d81fd7c9ce3e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7a983e43 (id: 944d82de-0d88-420a-ba91-d81fd7c9ce3e, sid: 944d82de-0d88-420a-ba91-d81fd7c9ce3e) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8cbb00ad-bbff-451c-b101-0147cd13698e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@48277566 (id: 8cbb00ad-bbff-451c-b101-0147cd13698e, sid: 8cbb00ad-bbff-451c-b101-0147cd13698e) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@59126b9f (id: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f, sid: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fb91e997-87ee-4460-a325-53549af3bdde org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@487feb97 (id: fb91e997-87ee-4460-a325-53549af3bdde, sid: fb91e997-87ee-4460-a325-53549af3bdde) (name: LF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8a69fb7b-fd78-4af4-8256-025fb18eaa5f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@73aebefd (id: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f, sid: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fa85ac94-eed7-4241-ad96-9fb56bfb7748 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5179ab (id: fa85ac94-eed7-4241-ad96-9fb56bfb7748, sid: fa85ac94-eed7-4241-ad96-9fb56bfb7748) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@2110c31c (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 727b99b5-9d1d-49cd-b5ae-109c20a43485 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7dc1cd33 (id: 727b99b5-9d1d-49cd-b5ae-109c20a43485, sid: 727b99b5-9d1d-49cd-b5ae-109c20a43485) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2b1babb2-b41e-4166-989e-b2046fbe2006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7b9edd20 (id: 2b1babb2-b41e-4166-989e-b2046fbe2006, sid: 2b1babb2-b41e-4166-989e-b2046fbe2006) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 19764fc8-8cf9-48ba-826f-eb83e45f72ce org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@70897fd9 (id: 19764fc8-8cf9-48ba-826f-eb83e45f72ce, sid: 19764fc8-8cf9-48ba-826f-eb83e45f72ce) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7e452247-4163-4a84-ad8e-92f2aef07d8e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@171e4da9 (id: 7e452247-4163-4a84-ad8e-92f2aef07d8e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 2ce8c273-d562-4aa8-862d-2f562b73d7c1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6445b22c (id: 2ce8c273-d562-4aa8-862d-2f562b73d7c1, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf1decc6-2b2e-46c5-99e9-2f03d6d72667 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@693f0459 (id: bf1decc6-2b2e-46c5-99e9-2f03d6d72667, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30305e81-db98-4be8-a1e1-c0d32bf5aaa3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5273d910 (id: 30305e81-db98-4be8-a1e1-c0d32bf5aaa3, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ebb084a8-fa42-4ce3-b9bb-e1a2f157f679 org.polarsys.capella.core.data.information.impl.DataPkgImpl@3655702e (id: ebb084a8-fa42-4ce3-b9bb-e1a2f157f679, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2cf7d92f-cc23-41dd-aa1f-61581412687a org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3dafa9ac (id: 2cf7d92f-cc23-41dd-aa1f-61581412687a, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 70e5c62b-8894-4f87-b477-773fb3622921 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@664fe4ca (id: 70e5c62b-8894-4f87-b477-773fb3622921, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = ec3e1c43-2c4f-48b7-a9f3-d7a26b62b906 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@248d41ea (id: ec3e1c43-2c4f-48b7-a9f3-d7a26b62b906, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 38a3e4be-9293-405b-85d6-88a86106f467 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@39449155 (id: 38a3e4be-9293-405b-85d6-88a86106f467, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5393449b-8b9b-4b8d-9897-128cc56b51ca org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7966bd18 (id: 5393449b-8b9b-4b8d-9897-128cc56b51ca, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8a964f5d-8e81-4563-8305-c347dc5f1336 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@60967f4a (id: 8a964f5d-8e81-4563-8305-c347dc5f1336, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c0e0fb43-9a4e-47ed-a5a9-0a093c5c763a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2e5ae0a3 (id: c0e0fb43-9a4e-47ed-a5a9-0a093c5c763a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a0d7ce43-689a-4c65-8c9f-1e5b7e2fba44 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@33891204 (id: a0d7ce43-689a-4c65-8c9f-1e5b7e2fba44, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 567032b0-21da-4c07-8ee0-68e145f67731 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7fcbe710 (id: 567032b0-21da-4c07-8ee0-68e145f67731, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 91bc4bdd-ed26-4443-80a9-c630d7f60a3e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c74bb8c (id: 91bc4bdd-ed26-4443-80a9-c630d7f60a3e, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 29f03e1b-d1ce-41d4-a995-c1d3ac101726 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@55d21959 (id: 29f03e1b-d1ce-41d4-a995-c1d3ac101726, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 32bc6213-5f3c-4914-9d46-6a0139ea5dba org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2eb028d5 (id: 32bc6213-5f3c-4914-9d46-6a0139ea5dba, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 78e36491-b365-4158-a51d-0e759daf826c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@ee3a974 (id: 78e36491-b365-4158-a51d-0e759daf826c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 16992ddc-3abf-4fe4-882b-383dba6323c6 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7c2dbff (id: 16992ddc-3abf-4fe4-882b-383dba6323c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = f420a77f-753b-41b8-bf86-ce00afa129b3 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@429f028f (id: f420a77f-753b-41b8-bf86-ce00afa129b3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 61b9fe2a-f95e-41a3-a08c-d74f0ded03f8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d466c89 (id: 61b9fe2a-f95e-41a3-a08c-d74f0ded03f8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 79a2fb3a-7a9d-483a-bebb-ccdbcc8c7217 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7efdd05c (id: 79a2fb3a-7a9d-483a-bebb-ccdbcc8c7217, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 1503a65f-d2df-49a3-8583-b46a5042c130 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f71f15f (id: 1503a65f-d2df-49a3-8583-b46a5042c130, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4ff454a9-b04d-43b2-b8bb-9b25a2baf1b4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@55c00d44 (id: 4ff454a9-b04d-43b2-b8bb-9b25a2baf1b4, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = dd186b9f-c552-4c46-8a49-e72fba49e5f6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@b3c0151 (id: dd186b9f-c552-4c46-8a49-e72fba49e5f6, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 55a621c1-6719-4995-8f46-bc1a4108a658 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1b535f5a (id: 55a621c1-6719-4995-8f46-bc1a4108a658, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = bfa2dae9-a05b-4a7f-a590-946928a5217d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7b48be66 (id: bfa2dae9-a05b-4a7f-a590-946928a5217d, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = a70ed712-76b2-4b4f-b365-6820e486054f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2eb73666 (id: a70ed712-76b2-4b4f-b365-6820e486054f, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 692fdd60-cc95-434e-91e6-0dadd2fe324c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45ea8c68 (id: 692fdd60-cc95-434e-91e6-0dadd2fe324c, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5fdddfd2-0ed2-4c92-a154-f9afe66b2344 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4442a200 (id: 5fdddfd2-0ed2-4c92-a154-f9afe66b2344, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d06dae35-40a8-40ae-a03c-77df3debd2b5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7ac79f60 (id: d06dae35-40a8-40ae-a03c-77df3debd2b5, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f3d33d3a-f5d1-4241-b0c5-f255c7c5daf5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d549258 (id: f3d33d3a-f5d1-4241-b0c5-f255c7c5daf5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 93c15038-cd4a-4991-9c16-ca598838f3c6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7cccca56 (id: 93c15038-cd4a-4991-9c16-ca598838f3c6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 060f5a4f-95b2-4168-b0be-184c371ba31b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dcf256d (id: 060f5a4f-95b2-4168-b0be-184c371ba31b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 3ab31778-d8f5-41b5-af5f-a02a264dae9b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6bb5932b (id: 3ab31778-d8f5-41b5-af5f-a02a264dae9b, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = aa5591f7-bbf9-4565-b41b-c74ed845adef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@223a1a57 (id: aa5591f7-bbf9-4565-b41b-c74ed845adef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@37e5b5f2 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6203f89-194b-4a55-9c5f-760e8044bed0 org.polarsys.capella.core.data.cs.impl.PartImpl@4e5a1803 (id: a6203f89-194b-4a55-9c5f-760e8044bed0, sid: a6203f89-194b-4a55-9c5f-760e8044bed0) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b199636b-4cec-49e9-9333-4feac0efc2db org.polarsys.capella.core.data.cs.impl.PartImpl@71c6ce29 (id: b199636b-4cec-49e9-9333-4feac0efc2db, sid: b199636b-4cec-49e9-9333-4feac0efc2db) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@2303840d (id: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2, sid: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0ecc5743-d6b8-4cbc-9de1-137c2c07074c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@3953ffba (id: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c, sid: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcaf476d-30da-4c38-ae94-92d725c985fa org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@23f8a55 (id: dcaf476d-30da-4c38-ae94-92d725c985fa, sid: dcaf476d-30da-4c38-ae94-92d725c985fa) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 737839eb-8c35-4559-a645-24fe9273889e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@295d041a (id: 737839eb-8c35-4559-a645-24fe9273889e, sid: 737839eb-8c35-4559-a645-24fe9273889e) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ac22302d-af61-4915-83bb-6d2c17808e5c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@37d99b32 (id: ac22302d-af61-4915-83bb-6d2c17808e5c, sid: ac22302d-af61-4915-83bb-6d2c17808e5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc65b9dc-0612-481f-aa83-650742001e51 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6f093b46 (id: dc65b9dc-0612-481f-aa83-650742001e51, sid: dc65b9dc-0612-481f-aa83-650742001e51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3086be3 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@28075eee (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@527ee05d (id: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b, sid: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b) (name: CP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4ba8e05c-02ea-4369-b837-bc4dfedabc88 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@731d1925 (id: 4ba8e05c-02ea-4369-b837-bc4dfedabc88, sid: 4ba8e05c-02ea-4369-b837-bc4dfedabc88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5944d5a5-eb1f-40fe-abc3-6158274d2a2a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@554e8186 (id: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a, sid: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a) (name: CP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@76fdd88d (id: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04, sid: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 5717af9f-e5e7-4859-8370-fb7d3668f8ca org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@50080e1f (id: 5717af9f-e5e7-4859-8370-fb7d3668f8ca, sid: 5717af9f-e5e7-4859-8370-fb7d3668f8ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75244f7c-a651-4487-827a-5009e2355805 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@75d1704b (id: 75244f7c-a651-4487-827a-5009e2355805, sid: 75244f7c-a651-4487-827a-5009e2355805) (name: CP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bf8a5ee8-723f-4eaf-8943-21ef5a083465 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@6e9e8be5 (id: bf8a5ee8-723f-4eaf-8943-21ef5a083465, sid: bf8a5ee8-723f-4eaf-8943-21ef5a083465) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd8df9ed-f5ee-42cb-8199-039f4c289ac0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@763f0f0b (id: cd8df9ed-f5ee-42cb-8199-039f4c289ac0, sid: cd8df9ed-f5ee-42cb-8199-039f4c289ac0) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@2e202197 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3a76e486 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4790d72 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@84da554 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@61916f21 (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c74f524-0d9f-4732-b682-a740520e775e org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@effc6af (id: 7c74f524-0d9f-4732-b682-a740520e775e, sid: 7c74f524-0d9f-4732-b682-a740520e775e) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b42524f9-0fb3-42a3-ad75-af6971f8db82 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2829ce6a (id: b42524f9-0fb3-42a3-ad75-af6971f8db82, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca2560a6-1f98-4bd9-903a-def05a3229e9 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4263a44a (id: ca2560a6-1f98-4bd9-903a-def05a3229e9, sid: null) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b36e1d36-ebdf-4759-a612-ce6adecc0f42 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@330031bf (id: b36e1d36-ebdf-4759-a612-ce6adecc0f42, sid: b36e1d36-ebdf-4759-a612-ce6adecc0f42) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@433a43ce (id: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a, sid: a07b5b1e-8827-49e7-ae62-ffb1b4aadc8a) (name: FIP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = facef1ab-c95a-4636-bd0f-d89fc178eb68 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@25069f5d (id: facef1ab-c95a-4636-bd0f-d89fc178eb68, sid: facef1ab-c95a-4636-bd0f-d89fc178eb68) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 944d82de-0d88-420a-ba91-d81fd7c9ce3e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7a983e43 (id: 944d82de-0d88-420a-ba91-d81fd7c9ce3e, sid: 944d82de-0d88-420a-ba91-d81fd7c9ce3e) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8cbb00ad-bbff-451c-b101-0147cd13698e org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@48277566 (id: 8cbb00ad-bbff-451c-b101-0147cd13698e, sid: 8cbb00ad-bbff-451c-b101-0147cd13698e) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@59126b9f (id: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f, sid: 7b9b7925-8f8f-43d0-95c3-4a630c24ae2f) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fb91e997-87ee-4460-a325-53549af3bdde org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@487feb97 (id: fb91e997-87ee-4460-a325-53549af3bdde, sid: fb91e997-87ee-4460-a325-53549af3bdde) (name: LF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8a69fb7b-fd78-4af4-8256-025fb18eaa5f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@73aebefd (id: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f, sid: 8a69fb7b-fd78-4af4-8256-025fb18eaa5f) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fa85ac94-eed7-4241-ad96-9fb56bfb7748 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5179ab (id: fa85ac94-eed7-4241-ad96-9fb56bfb7748, sid: fa85ac94-eed7-4241-ad96-9fb56bfb7748) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 727b99b5-9d1d-49cd-b5ae-109c20a43485 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7dc1cd33 (id: 727b99b5-9d1d-49cd-b5ae-109c20a43485, sid: 727b99b5-9d1d-49cd-b5ae-109c20a43485) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2b1babb2-b41e-4166-989e-b2046fbe2006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7b9edd20 (id: 2b1babb2-b41e-4166-989e-b2046fbe2006, sid: 2b1babb2-b41e-4166-989e-b2046fbe2006) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 19764fc8-8cf9-48ba-826f-eb83e45f72ce org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@70897fd9 (id: 19764fc8-8cf9-48ba-826f-eb83e45f72ce, sid: 19764fc8-8cf9-48ba-826f-eb83e45f72ce) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7e452247-4163-4a84-ad8e-92f2aef07d8e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@171e4da9 (id: 7e452247-4163-4a84-ad8e-92f2aef07d8e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 2ce8c273-d562-4aa8-862d-2f562b73d7c1 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6445b22c (id: 2ce8c273-d562-4aa8-862d-2f562b73d7c1, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf1decc6-2b2e-46c5-99e9-2f03d6d72667 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@693f0459 (id: bf1decc6-2b2e-46c5-99e9-2f03d6d72667, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30305e81-db98-4be8-a1e1-c0d32bf5aaa3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5273d910 (id: 30305e81-db98-4be8-a1e1-c0d32bf5aaa3, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@37e5b5f2 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6203f89-194b-4a55-9c5f-760e8044bed0 org.polarsys.capella.core.data.cs.impl.PartImpl@4e5a1803 (id: a6203f89-194b-4a55-9c5f-760e8044bed0, sid: a6203f89-194b-4a55-9c5f-760e8044bed0) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b199636b-4cec-49e9-9333-4feac0efc2db org.polarsys.capella.core.data.cs.impl.PartImpl@71c6ce29 (id: b199636b-4cec-49e9-9333-4feac0efc2db, sid: b199636b-4cec-49e9-9333-4feac0efc2db) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@2303840d (id: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2, sid: 73b6f1b8-a187-45ee-bb1d-f4d54d7d19b2) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0ecc5743-d6b8-4cbc-9de1-137c2c07074c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@3953ffba (id: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c, sid: 0ecc5743-d6b8-4cbc-9de1-137c2c07074c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcaf476d-30da-4c38-ae94-92d725c985fa org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@23f8a55 (id: dcaf476d-30da-4c38-ae94-92d725c985fa, sid: dcaf476d-30da-4c38-ae94-92d725c985fa) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 737839eb-8c35-4559-a645-24fe9273889e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@295d041a (id: 737839eb-8c35-4559-a645-24fe9273889e, sid: 737839eb-8c35-4559-a645-24fe9273889e) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ac22302d-af61-4915-83bb-6d2c17808e5c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@37d99b32 (id: ac22302d-af61-4915-83bb-6d2c17808e5c, sid: ac22302d-af61-4915-83bb-6d2c17808e5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc65b9dc-0612-481f-aa83-650742001e51 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6f093b46 (id: dc65b9dc-0612-481f-aa83-650742001e51, sid: dc65b9dc-0612-481f-aa83-650742001e51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@527ee05d (id: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b, sid: 80d51cfa-22dc-4fd6-9e2d-a7047c7e8f1b) (name: CP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4ba8e05c-02ea-4369-b837-bc4dfedabc88 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@731d1925 (id: 4ba8e05c-02ea-4369-b837-bc4dfedabc88, sid: 4ba8e05c-02ea-4369-b837-bc4dfedabc88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5944d5a5-eb1f-40fe-abc3-6158274d2a2a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@554e8186 (id: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a, sid: 5944d5a5-eb1f-40fe-abc3-6158274d2a2a) (name: CP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@76fdd88d (id: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04, sid: 06bcfd2f-ec9b-4443-a4e9-d2b4e42b4d04) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 5717af9f-e5e7-4859-8370-fb7d3668f8ca org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@50080e1f (id: 5717af9f-e5e7-4859-8370-fb7d3668f8ca, sid: 5717af9f-e5e7-4859-8370-fb7d3668f8ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75244f7c-a651-4487-827a-5009e2355805 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@75d1704b (id: 75244f7c-a651-4487-827a-5009e2355805, sid: 75244f7c-a651-4487-827a-5009e2355805) (name: CP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bf8a5ee8-723f-4eaf-8943-21ef5a083465 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@6e9e8be5 (id: bf8a5ee8-723f-4eaf-8943-21ef5a083465, sid: bf8a5ee8-723f-4eaf-8943-21ef5a083465) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd8df9ed-f5ee-42cb-8199-039f4c289ac0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@763f0f0b (id: cd8df9ed-f5ee-42cb-8199-039f4c289ac0, sid: cd8df9ed-f5ee-42cb-8199-039f4c289ac0) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload output [Test4] >> require >> load Project_test_01 [Test4] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2f552e67 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5403dee (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1983dd95 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5f4ef61f (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27158991-be4f-4e41-8f32-693ade0d3369 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1b6227a7 (id: 27158991-be4f-4e41-8f32-693ade0d3369, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6effd46d-9182-42b6-a640-0bbad21bd3af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3a66dee4 (id: 6effd46d-9182-42b6-a640-0bbad21bd3af, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7b31bce4 (id: 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@26412d42 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7b733ba0-2204-421f-8c71-a85f9ee99b44 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@48172c39 (id: 7b733ba0-2204-421f-8c71-a85f9ee99b44, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3b7cf11b-66c0-4918-86c9-6c58e64711a3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@49165d20 (id: 3b7cf11b-66c0-4918-86c9-6c58e64711a3, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16ebb737-19b0-495f-a488-69e9abaadf25 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2adca340 (id: 16ebb737-19b0-495f-a488-69e9abaadf25, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1910d38e-b00e-4bed-9dbc-0267c0773d68 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5b5b24c6 (id: 1910d38e-b00e-4bed-9dbc-0267c0773d68, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ebb084a8-fa42-4ce3-b9bb-e1a2f157f679 org.polarsys.capella.core.data.information.impl.DataPkgImpl@40f7b0b7 (id: ebb084a8-fa42-4ce3-b9bb-e1a2f157f679, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2cf7d92f-cc23-41dd-aa1f-61581412687a org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@22425e1b (id: 2cf7d92f-cc23-41dd-aa1f-61581412687a, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 70e5c62b-8894-4f87-b477-773fb3622921 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@20a106be (id: 70e5c62b-8894-4f87-b477-773fb3622921, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = ec3e1c43-2c4f-48b7-a9f3-d7a26b62b906 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@37692419 (id: ec3e1c43-2c4f-48b7-a9f3-d7a26b62b906, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 38a3e4be-9293-405b-85d6-88a86106f467 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4a66584b (id: 38a3e4be-9293-405b-85d6-88a86106f467, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5393449b-8b9b-4b8d-9897-128cc56b51ca org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7a64659a (id: 5393449b-8b9b-4b8d-9897-128cc56b51ca, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8a964f5d-8e81-4563-8305-c347dc5f1336 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5258189e (id: 8a964f5d-8e81-4563-8305-c347dc5f1336, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c0e0fb43-9a4e-47ed-a5a9-0a093c5c763a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2c6fb720 (id: c0e0fb43-9a4e-47ed-a5a9-0a093c5c763a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a0d7ce43-689a-4c65-8c9f-1e5b7e2fba44 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@54b316e6 (id: a0d7ce43-689a-4c65-8c9f-1e5b7e2fba44, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 567032b0-21da-4c07-8ee0-68e145f67731 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@d22e15f (id: 567032b0-21da-4c07-8ee0-68e145f67731, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 91bc4bdd-ed26-4443-80a9-c630d7f60a3e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1f2c848d (id: 91bc4bdd-ed26-4443-80a9-c630d7f60a3e, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 29f03e1b-d1ce-41d4-a995-c1d3ac101726 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4eabe6ff (id: 29f03e1b-d1ce-41d4-a995-c1d3ac101726, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 32bc6213-5f3c-4914-9d46-6a0139ea5dba org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@263cdea (id: 32bc6213-5f3c-4914-9d46-6a0139ea5dba, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 78e36491-b365-4158-a51d-0e759daf826c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@18d1ece0 (id: 78e36491-b365-4158-a51d-0e759daf826c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 16992ddc-3abf-4fe4-882b-383dba6323c6 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@63a20b9b (id: 16992ddc-3abf-4fe4-882b-383dba6323c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = f420a77f-753b-41b8-bf86-ce00afa129b3 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@722f850e (id: f420a77f-753b-41b8-bf86-ce00afa129b3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 61b9fe2a-f95e-41a3-a08c-d74f0ded03f8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6ebf1a3c (id: 61b9fe2a-f95e-41a3-a08c-d74f0ded03f8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 79a2fb3a-7a9d-483a-bebb-ccdbcc8c7217 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@799e5de7 (id: 79a2fb3a-7a9d-483a-bebb-ccdbcc8c7217, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 1503a65f-d2df-49a3-8583-b46a5042c130 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@a137f9c (id: 1503a65f-d2df-49a3-8583-b46a5042c130, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4ff454a9-b04d-43b2-b8bb-9b25a2baf1b4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@41a8c25 (id: 4ff454a9-b04d-43b2-b8bb-9b25a2baf1b4, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = dd186b9f-c552-4c46-8a49-e72fba49e5f6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@12621860 (id: dd186b9f-c552-4c46-8a49-e72fba49e5f6, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 55a621c1-6719-4995-8f46-bc1a4108a658 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@19980eae (id: 55a621c1-6719-4995-8f46-bc1a4108a658, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = bfa2dae9-a05b-4a7f-a590-946928a5217d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8e66d9e (id: bfa2dae9-a05b-4a7f-a590-946928a5217d, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = a70ed712-76b2-4b4f-b365-6820e486054f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@584db303 (id: a70ed712-76b2-4b4f-b365-6820e486054f, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 692fdd60-cc95-434e-91e6-0dadd2fe324c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5aee1172 (id: 692fdd60-cc95-434e-91e6-0dadd2fe324c, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5fdddfd2-0ed2-4c92-a154-f9afe66b2344 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@35a99ff (id: 5fdddfd2-0ed2-4c92-a154-f9afe66b2344, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d06dae35-40a8-40ae-a03c-77df3debd2b5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@38eb9e97 (id: d06dae35-40a8-40ae-a03c-77df3debd2b5, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f3d33d3a-f5d1-4241-b0c5-f255c7c5daf5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@d8bf722 (id: f3d33d3a-f5d1-4241-b0c5-f255c7c5daf5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 93c15038-cd4a-4991-9c16-ca598838f3c6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@27441260 (id: 93c15038-cd4a-4991-9c16-ca598838f3c6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 060f5a4f-95b2-4168-b0be-184c371ba31b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7086f216 (id: 060f5a4f-95b2-4168-b0be-184c371ba31b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 3ab31778-d8f5-41b5-af5f-a02a264dae9b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@147dd5b7 (id: 3ab31778-d8f5-41b5-af5f-a02a264dae9b, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = aa5591f7-bbf9-4565-b41b-c74ed845adef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@461d02fd (id: aa5591f7-bbf9-4565-b41b-c74ed845adef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@20df8dd0 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = a0828e0b-3bbc-44ae-916e-86f7bfc26b90 org.polarsys.capella.core.data.cs.impl.PartImpl@1330049d (id: a0828e0b-3bbc-44ae-916e-86f7bfc26b90, sid: a0828e0b-3bbc-44ae-916e-86f7bfc26b90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1e5f7a4e (id: d9105e79-93de-4d86-8f5a-8586a54f1b80, sid: d9105e79-93de-4d86-8f5a-8586a54f1b80) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5cd8a407 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@732cd691 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@36ddca39 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@1c820bb5 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2f552e67 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5403dee (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5f4ef61f (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27158991-be4f-4e41-8f32-693ade0d3369 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1b6227a7 (id: 27158991-be4f-4e41-8f32-693ade0d3369, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6effd46d-9182-42b6-a640-0bbad21bd3af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3a66dee4 (id: 6effd46d-9182-42b6-a640-0bbad21bd3af, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7b31bce4 (id: 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 936ba46f-1895-4ea1-822c-25739de0fbef org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@645935a (id: 936ba46f-1895-4ea1-822c-25739de0fbef, sid: 936ba46f-1895-4ea1-822c-25739de0fbef) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@c10d32a (id: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5, sid: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 061f99b4-48f6-4b74-80a9-dbb6a185a1ec org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@dbdb2 (id: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec, sid: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0e179f45-314d-4cdf-9cf5-7c65744d2283 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@76ade7cb (id: 0e179f45-314d-4cdf-9cf5-7c65744d2283, sid: 0e179f45-314d-4cdf-9cf5-7c65744d2283) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ff5fd900-0ed3-4998-8059-e72bd4404d56 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@565b7425 (id: ff5fd900-0ed3-4998-8059-e72bd4404d56, sid: ff5fd900-0ed3-4998-8059-e72bd4404d56) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d0bad3bb-cb73-4931-afdf-c06132f76ca4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3b56b371 (id: d0bad3bb-cb73-4931-afdf-c06132f76ca4, sid: d0bad3bb-cb73-4931-afdf-c06132f76ca4) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9956ae38-9232-4e31-ba69-c9bdb1fb4a67 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@225c886f (id: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67, sid: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26709ecd-4256-43b1-b075-7a7fceb4722b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3e87e0e3 (id: 26709ecd-4256-43b1-b075-7a7fceb4722b, sid: 26709ecd-4256-43b1-b075-7a7fceb4722b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3f79e8db-6c16-48e6-afde-3dd40a7510ac org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@58c67e88 (id: 3f79e8db-6c16-48e6-afde-3dd40a7510ac, sid: 3f79e8db-6c16-48e6-afde-3dd40a7510ac) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7b733ba0-2204-421f-8c71-a85f9ee99b44 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@48172c39 (id: 7b733ba0-2204-421f-8c71-a85f9ee99b44, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3b7cf11b-66c0-4918-86c9-6c58e64711a3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@49165d20 (id: 3b7cf11b-66c0-4918-86c9-6c58e64711a3, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16ebb737-19b0-495f-a488-69e9abaadf25 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2adca340 (id: 16ebb737-19b0-495f-a488-69e9abaadf25, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1910d38e-b00e-4bed-9dbc-0267c0773d68 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5b5b24c6 (id: 1910d38e-b00e-4bed-9dbc-0267c0773d68, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@20df8dd0 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = a0828e0b-3bbc-44ae-916e-86f7bfc26b90 org.polarsys.capella.core.data.cs.impl.PartImpl@1330049d (id: a0828e0b-3bbc-44ae-916e-86f7bfc26b90, sid: a0828e0b-3bbc-44ae-916e-86f7bfc26b90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 10066f86-19ba-4ce9-9e75-64d3ebd5d69a org.polarsys.capella.core.data.cs.impl.PartImpl@1fb1b015 (id: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a, sid: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34cebad8-0617-42bb-86cb-fbfbb15329f9 org.polarsys.capella.core.data.cs.impl.PartImpl@301c978 (id: 34cebad8-0617-42bb-86cb-fbfbb15329f9, sid: 34cebad8-0617-42bb-86cb-fbfbb15329f9) (name: PA1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1fea0ca (id: 6083a625-6c5d-47b0-a37b-89d1e6147d56, sid: 6083a625-6c5d-47b0-a37b-89d1e6147d56) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@543a5265 (id: 2e3cdf8c-8cdf-413d-b504-228c901119a4, sid: 2e3cdf8c-8cdf-413d-b504-228c901119a4) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@64db897a (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1b620bd7 (id: 24199687-6483-468a-9288-6fd96dc5dbac, sid: 24199687-6483-468a-9288-6fd96dc5dbac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 09cdd595-b011-40a5-aa06-b556ca46a361 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6ccafdef (id: 09cdd595-b011-40a5-aa06-b556ca46a361, sid: 09cdd595-b011-40a5-aa06-b556ca46a361) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 129fb74e-64d4-4753-a7a9-56badf9b50f0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@72202d05 (id: 129fb74e-64d4-4753-a7a9-56badf9b50f0, sid: 129fb74e-64d4-4753-a7a9-56badf9b50f0) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 4061be6e-c7c0-45ed-9593-ab47c2dda968 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@151f1211 (id: 4061be6e-c7c0-45ed-9593-ab47c2dda968, sid: 4061be6e-c7c0-45ed-9593-ab47c2dda968) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 72d19ffc-2a36-463f-a10a-0d624c2f7940 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@493ae9ca (id: 72d19ffc-2a36-463f-a10a-0d624c2f7940, sid: 72d19ffc-2a36-463f-a10a-0d624c2f7940) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@68663033 (id: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5, sid: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = dc9c6aae-1747-4fa7-9d23-39b8b98b972c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2db7d991 (id: dc9c6aae-1747-4fa7-9d23-39b8b98b972c, sid: dc9c6aae-1747-4fa7-9d23-39b8b98b972c) (name: PP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1e5f7a4e (id: d9105e79-93de-4d86-8f5a-8586a54f1b80, sid: d9105e79-93de-4d86-8f5a-8586a54f1b80) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fb155d45-bf13-4e66-930d-41a79cf72216 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5930bb5e (id: fb155d45-bf13-4e66-930d-41a79cf72216, sid: fb155d45-bf13-4e66-930d-41a79cf72216) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1cdb0054 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3949926d (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2bbc133 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@21e9a23 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@4683e394 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@33accbd3 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@6fc236cc (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@19fb7695 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@403db97d (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@151a00fa (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6b1020c3 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@291dbcea (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 6ced1968-b11d-4d97-a154-4f7cb23fc714 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3452b5f3 (id: 6ced1968-b11d-4d97-a154-4f7cb23fc714, sid: 6ced1968-b11d-4d97-a154-4f7cb23fc714) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = c94e70e3-4cf9-42b9-94f3-6ba52a2346d0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@27ba99b9 (id: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0, sid: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 90696767-7485-4004-b422-74c9ad5e79d7 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@29071f21 (id: 90696767-7485-4004-b422-74c9ad5e79d7, sid: 90696767-7485-4004-b422-74c9ad5e79d7) (name: PP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2f552e67 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5403dee (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@759fc8f2 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5f4ef61f (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27158991-be4f-4e41-8f32-693ade0d3369 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1b6227a7 (id: 27158991-be4f-4e41-8f32-693ade0d3369, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6effd46d-9182-42b6-a640-0bbad21bd3af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3a66dee4 (id: 6effd46d-9182-42b6-a640-0bbad21bd3af, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7b31bce4 (id: 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 936ba46f-1895-4ea1-822c-25739de0fbef org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@645935a (id: 936ba46f-1895-4ea1-822c-25739de0fbef, sid: 936ba46f-1895-4ea1-822c-25739de0fbef) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@c10d32a (id: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5, sid: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 061f99b4-48f6-4b74-80a9-dbb6a185a1ec org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@dbdb2 (id: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec, sid: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0e179f45-314d-4cdf-9cf5-7c65744d2283 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@76ade7cb (id: 0e179f45-314d-4cdf-9cf5-7c65744d2283, sid: 0e179f45-314d-4cdf-9cf5-7c65744d2283) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ff5fd900-0ed3-4998-8059-e72bd4404d56 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@565b7425 (id: ff5fd900-0ed3-4998-8059-e72bd4404d56, sid: ff5fd900-0ed3-4998-8059-e72bd4404d56) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d0bad3bb-cb73-4931-afdf-c06132f76ca4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3b56b371 (id: d0bad3bb-cb73-4931-afdf-c06132f76ca4, sid: d0bad3bb-cb73-4931-afdf-c06132f76ca4) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9956ae38-9232-4e31-ba69-c9bdb1fb4a67 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@225c886f (id: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67, sid: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@fbf5025 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 26709ecd-4256-43b1-b075-7a7fceb4722b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3e87e0e3 (id: 26709ecd-4256-43b1-b075-7a7fceb4722b, sid: 26709ecd-4256-43b1-b075-7a7fceb4722b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3f79e8db-6c16-48e6-afde-3dd40a7510ac org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@58c67e88 (id: 3f79e8db-6c16-48e6-afde-3dd40a7510ac, sid: 3f79e8db-6c16-48e6-afde-3dd40a7510ac) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7b733ba0-2204-421f-8c71-a85f9ee99b44 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@48172c39 (id: 7b733ba0-2204-421f-8c71-a85f9ee99b44, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3b7cf11b-66c0-4918-86c9-6c58e64711a3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@49165d20 (id: 3b7cf11b-66c0-4918-86c9-6c58e64711a3, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16ebb737-19b0-495f-a488-69e9abaadf25 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2adca340 (id: 16ebb737-19b0-495f-a488-69e9abaadf25, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1910d38e-b00e-4bed-9dbc-0267c0773d68 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5b5b24c6 (id: 1910d38e-b00e-4bed-9dbc-0267c0773d68, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ebb084a8-fa42-4ce3-b9bb-e1a2f157f679 org.polarsys.capella.core.data.information.impl.DataPkgImpl@40f7b0b7 (id: ebb084a8-fa42-4ce3-b9bb-e1a2f157f679, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2cf7d92f-cc23-41dd-aa1f-61581412687a org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@22425e1b (id: 2cf7d92f-cc23-41dd-aa1f-61581412687a, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 70e5c62b-8894-4f87-b477-773fb3622921 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@20a106be (id: 70e5c62b-8894-4f87-b477-773fb3622921, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = ec3e1c43-2c4f-48b7-a9f3-d7a26b62b906 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@37692419 (id: ec3e1c43-2c4f-48b7-a9f3-d7a26b62b906, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 38a3e4be-9293-405b-85d6-88a86106f467 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4a66584b (id: 38a3e4be-9293-405b-85d6-88a86106f467, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5393449b-8b9b-4b8d-9897-128cc56b51ca org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7a64659a (id: 5393449b-8b9b-4b8d-9897-128cc56b51ca, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8a964f5d-8e81-4563-8305-c347dc5f1336 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5258189e (id: 8a964f5d-8e81-4563-8305-c347dc5f1336, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c0e0fb43-9a4e-47ed-a5a9-0a093c5c763a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2c6fb720 (id: c0e0fb43-9a4e-47ed-a5a9-0a093c5c763a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a0d7ce43-689a-4c65-8c9f-1e5b7e2fba44 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@54b316e6 (id: a0d7ce43-689a-4c65-8c9f-1e5b7e2fba44, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 567032b0-21da-4c07-8ee0-68e145f67731 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@d22e15f (id: 567032b0-21da-4c07-8ee0-68e145f67731, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 91bc4bdd-ed26-4443-80a9-c630d7f60a3e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1f2c848d (id: 91bc4bdd-ed26-4443-80a9-c630d7f60a3e, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 29f03e1b-d1ce-41d4-a995-c1d3ac101726 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4eabe6ff (id: 29f03e1b-d1ce-41d4-a995-c1d3ac101726, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 32bc6213-5f3c-4914-9d46-6a0139ea5dba org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@263cdea (id: 32bc6213-5f3c-4914-9d46-6a0139ea5dba, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 78e36491-b365-4158-a51d-0e759daf826c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@18d1ece0 (id: 78e36491-b365-4158-a51d-0e759daf826c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 16992ddc-3abf-4fe4-882b-383dba6323c6 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@63a20b9b (id: 16992ddc-3abf-4fe4-882b-383dba6323c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = f420a77f-753b-41b8-bf86-ce00afa129b3 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@722f850e (id: f420a77f-753b-41b8-bf86-ce00afa129b3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 61b9fe2a-f95e-41a3-a08c-d74f0ded03f8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6ebf1a3c (id: 61b9fe2a-f95e-41a3-a08c-d74f0ded03f8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 79a2fb3a-7a9d-483a-bebb-ccdbcc8c7217 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@799e5de7 (id: 79a2fb3a-7a9d-483a-bebb-ccdbcc8c7217, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 1503a65f-d2df-49a3-8583-b46a5042c130 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@a137f9c (id: 1503a65f-d2df-49a3-8583-b46a5042c130, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4ff454a9-b04d-43b2-b8bb-9b25a2baf1b4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@41a8c25 (id: 4ff454a9-b04d-43b2-b8bb-9b25a2baf1b4, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = dd186b9f-c552-4c46-8a49-e72fba49e5f6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@12621860 (id: dd186b9f-c552-4c46-8a49-e72fba49e5f6, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 55a621c1-6719-4995-8f46-bc1a4108a658 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@19980eae (id: 55a621c1-6719-4995-8f46-bc1a4108a658, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = bfa2dae9-a05b-4a7f-a590-946928a5217d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8e66d9e (id: bfa2dae9-a05b-4a7f-a590-946928a5217d, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = a70ed712-76b2-4b4f-b365-6820e486054f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@584db303 (id: a70ed712-76b2-4b4f-b365-6820e486054f, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 692fdd60-cc95-434e-91e6-0dadd2fe324c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5aee1172 (id: 692fdd60-cc95-434e-91e6-0dadd2fe324c, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5fdddfd2-0ed2-4c92-a154-f9afe66b2344 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@35a99ff (id: 5fdddfd2-0ed2-4c92-a154-f9afe66b2344, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d06dae35-40a8-40ae-a03c-77df3debd2b5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@38eb9e97 (id: d06dae35-40a8-40ae-a03c-77df3debd2b5, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f3d33d3a-f5d1-4241-b0c5-f255c7c5daf5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@d8bf722 (id: f3d33d3a-f5d1-4241-b0c5-f255c7c5daf5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 93c15038-cd4a-4991-9c16-ca598838f3c6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@27441260 (id: 93c15038-cd4a-4991-9c16-ca598838f3c6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 060f5a4f-95b2-4168-b0be-184c371ba31b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7086f216 (id: 060f5a4f-95b2-4168-b0be-184c371ba31b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 3ab31778-d8f5-41b5-af5f-a02a264dae9b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@147dd5b7 (id: 3ab31778-d8f5-41b5-af5f-a02a264dae9b, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = aa5591f7-bbf9-4565-b41b-c74ed845adef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@461d02fd (id: aa5591f7-bbf9-4565-b41b-c74ed845adef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@20df8dd0 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = a0828e0b-3bbc-44ae-916e-86f7bfc26b90 org.polarsys.capella.core.data.cs.impl.PartImpl@1330049d (id: a0828e0b-3bbc-44ae-916e-86f7bfc26b90, sid: a0828e0b-3bbc-44ae-916e-86f7bfc26b90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 10066f86-19ba-4ce9-9e75-64d3ebd5d69a org.polarsys.capella.core.data.cs.impl.PartImpl@1fb1b015 (id: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a, sid: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34cebad8-0617-42bb-86cb-fbfbb15329f9 org.polarsys.capella.core.data.cs.impl.PartImpl@301c978 (id: 34cebad8-0617-42bb-86cb-fbfbb15329f9, sid: 34cebad8-0617-42bb-86cb-fbfbb15329f9) (name: PA1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1fea0ca (id: 6083a625-6c5d-47b0-a37b-89d1e6147d56, sid: 6083a625-6c5d-47b0-a37b-89d1e6147d56) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@543a5265 (id: 2e3cdf8c-8cdf-413d-b504-228c901119a4, sid: 2e3cdf8c-8cdf-413d-b504-228c901119a4) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@64db897a (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1b620bd7 (id: 24199687-6483-468a-9288-6fd96dc5dbac, sid: 24199687-6483-468a-9288-6fd96dc5dbac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 09cdd595-b011-40a5-aa06-b556ca46a361 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6ccafdef (id: 09cdd595-b011-40a5-aa06-b556ca46a361, sid: 09cdd595-b011-40a5-aa06-b556ca46a361) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 129fb74e-64d4-4753-a7a9-56badf9b50f0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@72202d05 (id: 129fb74e-64d4-4753-a7a9-56badf9b50f0, sid: 129fb74e-64d4-4753-a7a9-56badf9b50f0) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 4061be6e-c7c0-45ed-9593-ab47c2dda968 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@151f1211 (id: 4061be6e-c7c0-45ed-9593-ab47c2dda968, sid: 4061be6e-c7c0-45ed-9593-ab47c2dda968) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 72d19ffc-2a36-463f-a10a-0d624c2f7940 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@493ae9ca (id: 72d19ffc-2a36-463f-a10a-0d624c2f7940, sid: 72d19ffc-2a36-463f-a10a-0d624c2f7940) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@68663033 (id: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5, sid: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = dc9c6aae-1747-4fa7-9d23-39b8b98b972c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2db7d991 (id: dc9c6aae-1747-4fa7-9d23-39b8b98b972c, sid: dc9c6aae-1747-4fa7-9d23-39b8b98b972c) (name: PP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1e5f7a4e (id: d9105e79-93de-4d86-8f5a-8586a54f1b80, sid: d9105e79-93de-4d86-8f5a-8586a54f1b80) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fb155d45-bf13-4e66-930d-41a79cf72216 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5930bb5e (id: fb155d45-bf13-4e66-930d-41a79cf72216, sid: fb155d45-bf13-4e66-930d-41a79cf72216) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6b1210cd (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@246572f6 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1cdb0054 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3949926d (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2bbc133 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@21e9a23 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@4683e394 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@33accbd3 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@6fc236cc (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@19fb7695 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@403db97d (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@151a00fa (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6b1020c3 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@291dbcea (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 6ced1968-b11d-4d97-a154-4f7cb23fc714 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3452b5f3 (id: 6ced1968-b11d-4d97-a154-4f7cb23fc714, sid: 6ced1968-b11d-4d97-a154-4f7cb23fc714) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = c94e70e3-4cf9-42b9-94f3-6ba52a2346d0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@27ba99b9 (id: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0, sid: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 90696767-7485-4004-b422-74c9ad5e79d7 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@29071f21 (id: 90696767-7485-4004-b422-74c9ad5e79d7, sid: 90696767-7485-4004-b422-74c9ad5e79d7) (name: PP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@46ca8554 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@61ec50d2 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2f552e67 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5403dee (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5f4ef61f (id: 9d9757e8-bb30-4788-bf76-75b40fb2bd38, sid: null) (name: prod00114824-duplicationElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27158991-be4f-4e41-8f32-693ade0d3369 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1b6227a7 (id: 27158991-be4f-4e41-8f32-693ade0d3369, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6effd46d-9182-42b6-a640-0bbad21bd3af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3a66dee4 (id: 6effd46d-9182-42b6-a640-0bbad21bd3af, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7b31bce4 (id: 1c717be1-957a-4e0e-b85e-dcc9eccb6b7c, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 936ba46f-1895-4ea1-822c-25739de0fbef org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@645935a (id: 936ba46f-1895-4ea1-822c-25739de0fbef, sid: 936ba46f-1895-4ea1-822c-25739de0fbef) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@c10d32a (id: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5, sid: 5d7bc8b5-edc2-47c2-b8d9-4baf2bede2f5) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 061f99b4-48f6-4b74-80a9-dbb6a185a1ec org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@dbdb2 (id: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec, sid: 061f99b4-48f6-4b74-80a9-dbb6a185a1ec) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0e179f45-314d-4cdf-9cf5-7c65744d2283 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@76ade7cb (id: 0e179f45-314d-4cdf-9cf5-7c65744d2283, sid: 0e179f45-314d-4cdf-9cf5-7c65744d2283) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ff5fd900-0ed3-4998-8059-e72bd4404d56 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@565b7425 (id: ff5fd900-0ed3-4998-8059-e72bd4404d56, sid: ff5fd900-0ed3-4998-8059-e72bd4404d56) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d0bad3bb-cb73-4931-afdf-c06132f76ca4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3b56b371 (id: d0bad3bb-cb73-4931-afdf-c06132f76ca4, sid: d0bad3bb-cb73-4931-afdf-c06132f76ca4) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9956ae38-9232-4e31-ba69-c9bdb1fb4a67 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@225c886f (id: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67, sid: 9956ae38-9232-4e31-ba69-c9bdb1fb4a67) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26709ecd-4256-43b1-b075-7a7fceb4722b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3e87e0e3 (id: 26709ecd-4256-43b1-b075-7a7fceb4722b, sid: 26709ecd-4256-43b1-b075-7a7fceb4722b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3f79e8db-6c16-48e6-afde-3dd40a7510ac org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@58c67e88 (id: 3f79e8db-6c16-48e6-afde-3dd40a7510ac, sid: 3f79e8db-6c16-48e6-afde-3dd40a7510ac) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7b733ba0-2204-421f-8c71-a85f9ee99b44 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@48172c39 (id: 7b733ba0-2204-421f-8c71-a85f9ee99b44, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3b7cf11b-66c0-4918-86c9-6c58e64711a3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@49165d20 (id: 3b7cf11b-66c0-4918-86c9-6c58e64711a3, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16ebb737-19b0-495f-a488-69e9abaadf25 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2adca340 (id: 16ebb737-19b0-495f-a488-69e9abaadf25, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1910d38e-b00e-4bed-9dbc-0267c0773d68 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5b5b24c6 (id: 1910d38e-b00e-4bed-9dbc-0267c0773d68, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@20df8dd0 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = a0828e0b-3bbc-44ae-916e-86f7bfc26b90 org.polarsys.capella.core.data.cs.impl.PartImpl@1330049d (id: a0828e0b-3bbc-44ae-916e-86f7bfc26b90, sid: a0828e0b-3bbc-44ae-916e-86f7bfc26b90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 10066f86-19ba-4ce9-9e75-64d3ebd5d69a org.polarsys.capella.core.data.cs.impl.PartImpl@1fb1b015 (id: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a, sid: 10066f86-19ba-4ce9-9e75-64d3ebd5d69a) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34cebad8-0617-42bb-86cb-fbfbb15329f9 org.polarsys.capella.core.data.cs.impl.PartImpl@301c978 (id: 34cebad8-0617-42bb-86cb-fbfbb15329f9, sid: 34cebad8-0617-42bb-86cb-fbfbb15329f9) (name: PA1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1fea0ca (id: 6083a625-6c5d-47b0-a37b-89d1e6147d56, sid: 6083a625-6c5d-47b0-a37b-89d1e6147d56) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@543a5265 (id: 2e3cdf8c-8cdf-413d-b504-228c901119a4, sid: 2e3cdf8c-8cdf-413d-b504-228c901119a4) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@64db897a (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4061be6e-c7c0-45ed-9593-ab47c2dda968 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@151f1211 (id: 4061be6e-c7c0-45ed-9593-ab47c2dda968, sid: 4061be6e-c7c0-45ed-9593-ab47c2dda968) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 72d19ffc-2a36-463f-a10a-0d624c2f7940 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@493ae9ca (id: 72d19ffc-2a36-463f-a10a-0d624c2f7940, sid: 72d19ffc-2a36-463f-a10a-0d624c2f7940) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@68663033 (id: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5, sid: dc2b930e-debe-4bf0-b8a2-f325cdd2bdd5) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = dc9c6aae-1747-4fa7-9d23-39b8b98b972c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2db7d991 (id: dc9c6aae-1747-4fa7-9d23-39b8b98b972c, sid: dc9c6aae-1747-4fa7-9d23-39b8b98b972c) (name: PP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1b620bd7 (id: 24199687-6483-468a-9288-6fd96dc5dbac, sid: 24199687-6483-468a-9288-6fd96dc5dbac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 09cdd595-b011-40a5-aa06-b556ca46a361 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6ccafdef (id: 09cdd595-b011-40a5-aa06-b556ca46a361, sid: 09cdd595-b011-40a5-aa06-b556ca46a361) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 129fb74e-64d4-4753-a7a9-56badf9b50f0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@72202d05 (id: 129fb74e-64d4-4753-a7a9-56badf9b50f0, sid: 129fb74e-64d4-4753-a7a9-56badf9b50f0) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1e5f7a4e (id: d9105e79-93de-4d86-8f5a-8586a54f1b80, sid: d9105e79-93de-4d86-8f5a-8586a54f1b80) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fb155d45-bf13-4e66-930d-41a79cf72216 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5930bb5e (id: fb155d45-bf13-4e66-930d-41a79cf72216, sid: fb155d45-bf13-4e66-930d-41a79cf72216) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1cdb0054 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3949926d (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2bbc133 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@21e9a23 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@4683e394 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@33accbd3 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@6fc236cc (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@19fb7695 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@403db97d (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@151a00fa (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6b1020c3 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@291dbcea (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 6ced1968-b11d-4d97-a154-4f7cb23fc714 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3452b5f3 (id: 6ced1968-b11d-4d97-a154-4f7cb23fc714, sid: 6ced1968-b11d-4d97-a154-4f7cb23fc714) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = c94e70e3-4cf9-42b9-94f3-6ba52a2346d0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@27ba99b9 (id: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0, sid: c94e70e3-4cf9-42b9-94f3-6ba52a2346d0) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 90696767-7485-4004-b422-74c9ad5e79d7 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@29071f21 (id: 90696767-7485-4004-b422-74c9ad5e79d7, sid: 90696767-7485-4004-b422-74c9ad5e79d7) (name: PP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Test4] >> release >> unload Project_test_01 [Test4] >> release >> unload output [NullAttributeTest] >> require >> load Project_test_01 [NullAttributeTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@caf6377 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3238f95f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@635f4fe4 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@36880052 (id: a6b97427-cad9-4165-ab36-d0145d2a5501, sid: null) (name: AllPhases-NullAttribute) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cdbb4cca-b6df-49c1-8c62-b6c4a80eee71 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6243013a (id: cdbb4cca-b6df-49c1-8c62-b6c4a80eee71, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = adcf3857-102d-4f39-8b82-d340a4ffd7e5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1de3e060 (id: adcf3857-102d-4f39-8b82-d340a4ffd7e5, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 826430ad-8745-405c-9c03-9bdb767fd1e6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@25e8cb7 (id: 826430ad-8745-405c-9c03-9bdb767fd1e6, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@233c7b6c (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b31c676-225c-40dd-955a-662d3dc9c37b org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5a3777e4 (id: 9b31c676-225c-40dd-955a-662d3dc9c37b, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = dc4268bb-ad97-468c-a1a1-ad24e4a578d6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2cfa6321 (id: dc4268bb-ad97-468c-a1a1-ad24e4a578d6, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 24f2ad61-05c7-46b0-a308-985b60d4ef86 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@210c265c (id: 24f2ad61-05c7-46b0-a308-985b60d4ef86, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07f616d7-b320-4cbd-863d-d560478b5d71 org.polarsys.capella.core.data.information.impl.DataPkgImpl@637c08ef (id: 07f616d7-b320-4cbd-863d-d560478b5d71, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 74c7811e-81fb-44a9-a7da-3f1cf3f08c22 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7a04b8b4 (id: 74c7811e-81fb-44a9-a7da-3f1cf3f08c22, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b8c8b17d-da03-4324-a6a5-c2811cccfba2 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@2de9c802 (id: b8c8b17d-da03-4324-a6a5-c2811cccfba2, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 04eec1a1-da60-400a-b2c3-a1c336ee4999 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@476e53f3 (id: 04eec1a1-da60-400a-b2c3-a1c336ee4999, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = e21e9443-abff-4948-846b-69688f6cbe0a org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@218b415e (id: e21e9443-abff-4948-846b-69688f6cbe0a, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 55020f03-4f43-4389-aef8-0e46992a0cb8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7e158cc3 (id: 55020f03-4f43-4389-aef8-0e46992a0cb8, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 3b58e4ed-1383-445f-b29f-dc43c79ef1cb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ddfe2db (id: 3b58e4ed-1383-445f-b29f-dc43c79ef1cb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 949f1b3b-c7db-4875-b2c8-be3d2092a795 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@289bcb58 (id: 949f1b3b-c7db-4875-b2c8-be3d2092a795, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 3a2aeaa9-651b-43bf-a987-ec112a7c3f1e org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@53e1fea4 (id: 3a2aeaa9-651b-43bf-a987-ec112a7c3f1e, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d9fef5f0-d8da-44e5-9f40-3f294d1d4013 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1c0038f (id: d9fef5f0-d8da-44e5-9f40-3f294d1d4013, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2a1d6fb2-65fa-4a6a-80ec-66dd415d5eb9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@636be056 (id: 2a1d6fb2-65fa-4a6a-80ec-66dd415d5eb9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 3d744dc0-0a72-4e93-b381-650e0015b012 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@155c3668 (id: 3d744dc0-0a72-4e93-b381-650e0015b012, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 5d1ac5b6-e206-4fd3-add9-20fca5cc3f1c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4994feb9 (id: 5d1ac5b6-e206-4fd3-add9-20fca5cc3f1c, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 69f73d43-c59e-4def-84d6-f6d05c250ace org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@48c9407f (id: 69f73d43-c59e-4def-84d6-f6d05c250ace, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7075adbc-9fc7-427c-819a-2ae8f37d28e0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@741c7060 (id: 7075adbc-9fc7-427c-819a-2ae8f37d28e0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@64d25191 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@3cd18184 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7444a0f3 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@27e08399 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5148102d (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1e8d6fc2-5937-4f22-a8a3-1b0ca714db56 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6e08a072 (id: 1e8d6fc2-5937-4f22-a8a3-1b0ca714db56, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c794f820-122d-46ac-ba7e-794e71b8573e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6cc0df74 (id: c794f820-122d-46ac-ba7e-794e71b8573e, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 328baed9-8a46-4d40-840f-9a25ea20b2bf org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7b483dfc (id: 328baed9-8a46-4d40-840f-9a25ea20b2bf, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 9c85c914-8528-4631-a236-cdcab240ea8d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@44cf9577 (id: 9c85c914-8528-4631-a236-cdcab240ea8d, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 01dd804c-00e7-49f7-a3e0-a5be52e1c7d5 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6fefa6ac (id: 01dd804c-00e7-49f7-a3e0-a5be52e1c7d5, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 78e118be-1d8c-4b8f-96d8-b01cfb394d3f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5beef5a (id: 78e118be-1d8c-4b8f-96d8-b01cfb394d3f, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 07b2421d-7179-4e37-a4aa-903caac0a2a9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3f2395cc (id: 07b2421d-7179-4e37-a4aa-903caac0a2a9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9c475732-82bf-4512-972e-4e00b4742b66 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@77fdb72 (id: 9c475732-82bf-4512-972e-4e00b4742b66, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 158f2446-daf8-4ed2-87b1-7d464010fbed org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@15b7c7f7 (id: 158f2446-daf8-4ed2-87b1-7d464010fbed, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = fb75dd1d-53b7-470e-bae5-ef09352d6825 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@67813e24 (id: fb75dd1d-53b7-470e-bae5-ef09352d6825, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 702fde3d-6b48-41c5-a450-9d11ffc21b01 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@442f5aed (id: 702fde3d-6b48-41c5-a450-9d11ffc21b01, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 58863844-da01-494e-a1c7-c0fb34b260dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3d72ad51 (id: 58863844-da01-494e-a1c7-c0fb34b260dc, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 42c49757-6474-4330-88ce-7a419c0b7153 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@16515d77 (id: 42c49757-6474-4330-88ce-7a419c0b7153, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@26bb622c (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 12c4731f-4e77-4383-a5e6-ae61d996303f org.polarsys.capella.core.data.cs.impl.PartImpl@5e39571a (id: 12c4731f-4e77-4383-a5e6-ae61d996303f, sid: 12c4731f-4e77-4383-a5e6-ae61d996303f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@65becf8d (id: a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3, sid: a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@72c4ffe3 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4ff49686 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@6fa8a03e (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@6e6b5cfb (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@caf6377 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3238f95f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@36880052 (id: a6b97427-cad9-4165-ab36-d0145d2a5501, sid: null) (name: AllPhases-NullAttribute) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cdbb4cca-b6df-49c1-8c62-b6c4a80eee71 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6243013a (id: cdbb4cca-b6df-49c1-8c62-b6c4a80eee71, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = adcf3857-102d-4f39-8b82-d340a4ffd7e5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1de3e060 (id: adcf3857-102d-4f39-8b82-d340a4ffd7e5, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 826430ad-8745-405c-9c03-9bdb767fd1e6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@25e8cb7 (id: 826430ad-8745-405c-9c03-9bdb767fd1e6, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2a7ba9a6-0db8-4db8-9f7e-a7fa42da1654 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@22e5f3d9 (id: 2a7ba9a6-0db8-4db8-9f7e-a7fa42da1654, sid: 2a7ba9a6-0db8-4db8-9f7e-a7fa42da1654) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9b31c676-225c-40dd-955a-662d3dc9c37b org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5a3777e4 (id: 9b31c676-225c-40dd-955a-662d3dc9c37b, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = dc4268bb-ad97-468c-a1a1-ad24e4a578d6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2cfa6321 (id: dc4268bb-ad97-468c-a1a1-ad24e4a578d6, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 24f2ad61-05c7-46b0-a308-985b60d4ef86 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@210c265c (id: 24f2ad61-05c7-46b0-a308-985b60d4ef86, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07f616d7-b320-4cbd-863d-d560478b5d71 org.polarsys.capella.core.data.information.impl.DataPkgImpl@637c08ef (id: 07f616d7-b320-4cbd-863d-d560478b5d71, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@26bb622c (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 12c4731f-4e77-4383-a5e6-ae61d996303f org.polarsys.capella.core.data.cs.impl.PartImpl@5e39571a (id: 12c4731f-4e77-4383-a5e6-ae61d996303f, sid: 12c4731f-4e77-4383-a5e6-ae61d996303f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@65becf8d (id: a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3, sid: a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 502b8af1-503c-4403-8157-fbf67559f678 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@9020f50 (id: 502b8af1-503c-4403-8157-fbf67559f678, sid: 502b8af1-503c-4403-8157-fbf67559f678) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [NullAttributeTest] >> release >> unload Project_test_01 [NullAttributeTest] >> release >> unload output [NullAttributeTest] >> require >> load Project_test_01 [NullAttributeTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@67acea7b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@42ff7c3f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3fa54667 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@46858013 (id: a6b97427-cad9-4165-ab36-d0145d2a5501, sid: null) (name: AllPhases-NullAttribute) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cdbb4cca-b6df-49c1-8c62-b6c4a80eee71 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@16b2a3b9 (id: cdbb4cca-b6df-49c1-8c62-b6c4a80eee71, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = adcf3857-102d-4f39-8b82-d340a4ffd7e5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@59489acc (id: adcf3857-102d-4f39-8b82-d340a4ffd7e5, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 826430ad-8745-405c-9c03-9bdb767fd1e6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3931c7d4 (id: 826430ad-8745-405c-9c03-9bdb767fd1e6, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bd8961e5-9a84-4f2c-9c11-52ed671453eb org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@67735bc3 (id: bd8961e5-9a84-4f2c-9c11-52ed671453eb, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b31c676-225c-40dd-955a-662d3dc9c37b org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7af0331b (id: 9b31c676-225c-40dd-955a-662d3dc9c37b, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = dc4268bb-ad97-468c-a1a1-ad24e4a578d6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4dc854f6 (id: dc4268bb-ad97-468c-a1a1-ad24e4a578d6, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 24f2ad61-05c7-46b0-a308-985b60d4ef86 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5513dd06 (id: 24f2ad61-05c7-46b0-a308-985b60d4ef86, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07f616d7-b320-4cbd-863d-d560478b5d71 org.polarsys.capella.core.data.information.impl.DataPkgImpl@31929ca6 (id: 07f616d7-b320-4cbd-863d-d560478b5d71, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@31859402 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 6c1d02b8-b970-4da7-a5c1-160089f8c8e8 org.polarsys.capella.core.data.cs.impl.PartImpl@38299a83 (id: 6c1d02b8-b970-4da7-a5c1-160089f8c8e8, sid: 6c1d02b8-b970-4da7-a5c1-160089f8c8e8) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0b814053-f06e-469c-a450-4633e11a57ca org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@ffafbb0 (id: 0b814053-f06e-469c-a450-4633e11a57ca, sid: 0b814053-f06e-469c-a450-4633e11a57ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 770214e0-db50-480c-9690-f060f773748f org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@1ebd85e5 (id: 770214e0-db50-480c-9690-f060f773748f, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dedd6f6b-5245-43ce-97ce-08d263fc3aab org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@64037541 (id: dedd6f6b-5245-43ce-97ce-08d263fc3aab, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@67acea7b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@42ff7c3f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@46858013 (id: a6b97427-cad9-4165-ab36-d0145d2a5501, sid: null) (name: AllPhases-NullAttribute) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cdbb4cca-b6df-49c1-8c62-b6c4a80eee71 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@16b2a3b9 (id: cdbb4cca-b6df-49c1-8c62-b6c4a80eee71, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = adcf3857-102d-4f39-8b82-d340a4ffd7e5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@59489acc (id: adcf3857-102d-4f39-8b82-d340a4ffd7e5, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 826430ad-8745-405c-9c03-9bdb767fd1e6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3931c7d4 (id: 826430ad-8745-405c-9c03-9bdb767fd1e6, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2a7ba9a6-0db8-4db8-9f7e-a7fa42da1654 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@64df938a (id: 2a7ba9a6-0db8-4db8-9f7e-a7fa42da1654, sid: 2a7ba9a6-0db8-4db8-9f7e-a7fa42da1654) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9b31c676-225c-40dd-955a-662d3dc9c37b org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7af0331b (id: 9b31c676-225c-40dd-955a-662d3dc9c37b, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = dc4268bb-ad97-468c-a1a1-ad24e4a578d6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4dc854f6 (id: dc4268bb-ad97-468c-a1a1-ad24e4a578d6, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 24f2ad61-05c7-46b0-a308-985b60d4ef86 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5513dd06 (id: 24f2ad61-05c7-46b0-a308-985b60d4ef86, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07f616d7-b320-4cbd-863d-d560478b5d71 org.polarsys.capella.core.data.information.impl.DataPkgImpl@31929ca6 (id: 07f616d7-b320-4cbd-863d-d560478b5d71, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@31859402 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 6c1d02b8-b970-4da7-a5c1-160089f8c8e8 org.polarsys.capella.core.data.cs.impl.PartImpl@38299a83 (id: 6c1d02b8-b970-4da7-a5c1-160089f8c8e8, sid: 6c1d02b8-b970-4da7-a5c1-160089f8c8e8) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0b814053-f06e-469c-a450-4633e11a57ca org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@ffafbb0 (id: 0b814053-f06e-469c-a450-4633e11a57ca, sid: 0b814053-f06e-469c-a450-4633e11a57ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 12c4731f-4e77-4383-a5e6-ae61d996303f org.polarsys.capella.core.data.cs.impl.PartImpl@2f730cd6 (id: 12c4731f-4e77-4383-a5e6-ae61d996303f, sid: 12c4731f-4e77-4383-a5e6-ae61d996303f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8fafc1f9-177d-4dea-82e1-b4cdb9af88d9 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@324ba8be (id: 8fafc1f9-177d-4dea-82e1-b4cdb9af88d9, sid: 8fafc1f9-177d-4dea-82e1-b4cdb9af88d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c44e81d5-5cc4-4276-8da2-c461837e7557 org.polarsys.capella.core.data.cs.impl.PartImpl@46c2d1f6 (id: c44e81d5-5cc4-4276-8da2-c461837e7557, sid: c44e81d5-5cc4-4276-8da2-c461837e7557) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@291f2f58 (id: a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3, sid: a30615e1-72e2-40c9-8d8a-d7fc4ef24cf3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 9e97adcc-4062-4132-b505-73136a0a2af5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@467e6c9d (id: 9e97adcc-4062-4132-b505-73136a0a2af5, sid: 9e97adcc-4062-4132-b505-73136a0a2af5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 502b8af1-503c-4403-8157-fbf67559f678 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@166358c5 (id: 502b8af1-503c-4403-8157-fbf67559f678, sid: 502b8af1-503c-4403-8157-fbf67559f678) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [NullAttributeTest] >> release >> unload Project_test_01 [NullAttributeTest] >> release >> unload output [ExchangeItemTest] >> require >> load Project_test_01 [ExchangeItemTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@26117640 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@72f5bce (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3f7147cb (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1be20868 (id: ca45f8dc-5275-4601-8aa0-baf1f81b0407, sid: null) (name: prod00117086-exchangeItemElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 863568e5-8b32-4672-ba9a-4925881b3671 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6287f2b (id: 863568e5-8b32-4672-ba9a-4925881b3671, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = debde315-ef77-4804-9b2f-f0ac729ef9b1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@42ad8eca (id: debde315-ef77-4804-9b2f-f0ac729ef9b1, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 20fecdf7-1df5-4c8c-82ff-9628ca468e9d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@e35612 (id: 20fecdf7-1df5-4c8c-82ff-9628ca468e9d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6eacf317 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3bf4e8a6-f675-4efe-85b4-046e88229465 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@10d984d6 (id: 3bf4e8a6-f675-4efe-85b4-046e88229465, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = e292b3f0-2adc-4b00-ac87-976cd2126194 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3eac93d9 (id: e292b3f0-2adc-4b00-ac87-976cd2126194, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea0715bd-e3df-4964-9b48-483e63808817 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1a55fbc7 (id: ea0715bd-e3df-4964-9b48-483e63808817, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 077aee61-802f-4372-a057-0852894bee14 org.polarsys.capella.core.data.information.impl.DataPkgImpl@46f6236f (id: 077aee61-802f-4372-a057-0852894bee14, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 201644c8-23d5-4e00-b6e5-f66ca19ffbee org.polarsys.capella.core.data.information.impl.DataPkgImpl@2da23c2a (id: 201644c8-23d5-4e00-b6e5-f66ca19ffbee, sid: 201644c8-23d5-4e00-b6e5-f66ca19ffbee) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@1ffb450d (id: 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c, sid: 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c02729fb-88eb-491b-996a-6f466b52acc5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@36587e66 (id: c02729fb-88eb-491b-996a-6f466b52acc5, sid: c02729fb-88eb-491b-996a-6f466b52acc5) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = cf4fef96-4de0-4454-99e3-0f50bf8d8b37 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@55d02661 (id: cf4fef96-4de0-4454-99e3-0f50bf8d8b37, sid: cf4fef96-4de0-4454-99e3-0f50bf8d8b37) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 9c0cf938-18cd-4860-b59e-01bd24d86018 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@69af139d (id: 9c0cf938-18cd-4860-b59e-01bd24d86018, sid: 9c0cf938-18cd-4860-b59e-01bd24d86018) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ea32058d-04c9-4074-9025-1515cb4546b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2c39f088 (id: ea32058d-04c9-4074-9025-1515cb4546b8, sid: ea32058d-04c9-4074-9025-1515cb4546b8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 086fc776-e435-4077-856a-ea4b7a3dae31 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@59e70027 (id: 086fc776-e435-4077-856a-ea4b7a3dae31, sid: 086fc776-e435-4077-856a-ea4b7a3dae31) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = e3b861e3-708e-4a50-b268-988e69e94f43 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@d50d654 (id: e3b861e3-708e-4a50-b268-988e69e94f43, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d362ad34-360e-46e1-8b46-807ac0078ea0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1cf20f98 (id: d362ad34-360e-46e1-8b46-807ac0078ea0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = def36751-632c-4b18-98ff-31d2e56e85cb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7f2c013e (id: def36751-632c-4b18-98ff-31d2e56e85cb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 7e3e2708-99d9-4314-b15e-7238cae538c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1e2bd0c4 (id: 7e3e2708-99d9-4314-b15e-7238cae538c8, sid: 7e3e2708-99d9-4314-b15e-7238cae538c8) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 2a2b54fc-7608-42e0-b6d5-f9679513fc97 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@15c25723 (id: 2a2b54fc-7608-42e0-b6d5-f9679513fc97, sid: 2a2b54fc-7608-42e0-b6d5-f9679513fc97) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 7203de1d-84f5-4c6a-bc69-14bad619f184 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@19c004cc (id: 7203de1d-84f5-4c6a-bc69-14bad619f184, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d845289e-a37e-4313-aa27-e937b3452142 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6fad33b (id: d845289e-a37e-4313-aa27-e937b3452142, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 96931f25-7b9e-4988-8486-a451f162ef6e org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@46978ed0 (id: 96931f25-7b9e-4988-8486-a451f162ef6e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 1666d7bb-fc90-48b3-930d-c6c8f24d4088 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@416ba26e (id: 1666d7bb-fc90-48b3-930d-c6c8f24d4088, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = cb3cc405-0e87-4114-ba20-273f655a1101 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@589428eb (id: cb3cc405-0e87-4114-ba20-273f655a1101, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = c910b352-67e3-4447-9e6e-632846e89bd6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8274bc9 (id: c910b352-67e3-4447-9e6e-632846e89bd6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 3a3fb3cd-4d5e-4200-a670-14eb1856247b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@72bcb513 (id: 3a3fb3cd-4d5e-4200-a670-14eb1856247b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 64bdd5f8-e954-4eaf-ad67-13a0ffdd9442 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6ed801f8 (id: 64bdd5f8-e954-4eaf-ad67-13a0ffdd9442, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 6a2741a8-41a0-431f-90c5-2f97c6a0c3dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@17f2bfb8 (id: 6a2741a8-41a0-431f-90c5-2f97c6a0c3dc, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 2ea33409-17d3-443e-b68f-3048d088657d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2539c78c (id: 2ea33409-17d3-443e-b68f-3048d088657d, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7368f0cc-0be8-4fe1-a3f0-efb56f9f1428 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@323aea15 (id: 7368f0cc-0be8-4fe1-a3f0-efb56f9f1428, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 0e56cf80-6d01-46eb-823c-f8e5c6e8f5e3 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@1cc3ea6b (id: 0e56cf80-6d01-46eb-823c-f8e5c6e8f5e3, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 670ee125-9b10-429b-a754-726819a0c98e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1e4e8934 (id: 670ee125-9b10-429b-a754-726819a0c98e, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 2bb2a451-aa2b-4360-8805-8573df00d73d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@752028d6 (id: 2bb2a451-aa2b-4360-8805-8573df00d73d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = eaa00eaf-a821-40af-8c20-61c950e2907a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@102f0e25 (id: eaa00eaf-a821-40af-8c20-61c950e2907a, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9daa687b-e277-417c-879a-adb45e19fb95 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@133c2ef9 (id: 9daa687b-e277-417c-879a-adb45e19fb95, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 77d5614d-9d60-4f82-b15d-a0e13cd8f79c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@79511283 (id: 77d5614d-9d60-4f82-b15d-a0e13cd8f79c, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = be077224-a06d-4b6e-8082-501fe222ef4c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@d43f3e7 (id: be077224-a06d-4b6e-8082-501fe222ef4c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b8197d8d-675a-4f0b-bb59-e8b9fbc3abf6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@65759a4c (id: b8197d8d-675a-4f0b-bb59-e8b9fbc3abf6, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8ac734e1-c6ff-454c-bdbb-107a56c1aadc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@174c2bfd (id: 8ac734e1-c6ff-454c-bdbb-107a56c1aadc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@1c9e5233 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9d911ea7-30e1-4f4e-a444-b0db73c99237 org.polarsys.capella.core.data.cs.impl.PartImpl@165cb89f (id: 9d911ea7-30e1-4f4e-a444-b0db73c99237, sid: 9d911ea7-30e1-4f4e-a444-b0db73c99237) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e566f7bd-0d66-486c-bc56-67a23f771e9e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@782d3308 (id: e566f7bd-0d66-486c-bc56-67a23f771e9e, sid: e566f7bd-0d66-486c-bc56-67a23f771e9e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: UNSET) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@647241ff (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5fef3790 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@6826d50b (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@39acd3b5 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@26117640 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@72f5bce (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1be20868 (id: ca45f8dc-5275-4601-8aa0-baf1f81b0407, sid: null) (name: prod00117086-exchangeItemElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 863568e5-8b32-4672-ba9a-4925881b3671 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6287f2b (id: 863568e5-8b32-4672-ba9a-4925881b3671, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = debde315-ef77-4804-9b2f-f0ac729ef9b1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@42ad8eca (id: debde315-ef77-4804-9b2f-f0ac729ef9b1, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 20fecdf7-1df5-4c8c-82ff-9628ca468e9d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@e35612 (id: 20fecdf7-1df5-4c8c-82ff-9628ca468e9d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3bf4e8a6-f675-4efe-85b4-046e88229465 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@10d984d6 (id: 3bf4e8a6-f675-4efe-85b4-046e88229465, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = e292b3f0-2adc-4b00-ac87-976cd2126194 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@3eac93d9 (id: e292b3f0-2adc-4b00-ac87-976cd2126194, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea0715bd-e3df-4964-9b48-483e63808817 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1a55fbc7 (id: ea0715bd-e3df-4964-9b48-483e63808817, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3168370e-06a7-4ecb-a701-8a8c5a89b0e4 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@525d933e (id: 3168370e-06a7-4ecb-a701-8a8c5a89b0e4, sid: 3168370e-06a7-4ecb-a701-8a8c5a89b0e4) (name: InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b63d4273-8d91-4a30-ba9f-0120fede25eb org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3c3c4c8c (id: b63d4273-8d91-4a30-ba9f-0120fede25eb, sid: b63d4273-8d91-4a30-ba9f-0120fede25eb) (name: E1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 2778351d-e660-48b9-a9b3-953398e9cb93 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@6743dc11 (id: 2778351d-e660-48b9-a9b3-953398e9cb93, sid: 2778351d-e660-48b9-a9b3-953398e9cb93) (name: e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 709e0ae2-1a85-44d4-ac29-2036d46f90aa org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7b952bea (id: 709e0ae2-1a85-44d4-ac29-2036d46f90aa, sid: 709e0ae2-1a85-44d4-ac29-2036d46f90aa) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bc71af98-1dd1-4326-96a4-ba0cb11ad2f8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@456f83c5 (id: bc71af98-1dd1-4326-96a4-ba0cb11ad2f8, sid: bc71af98-1dd1-4326-96a4-ba0cb11ad2f8) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2ecd231e-8920-4d06-8773-7736380fcb34 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@1b69ffc8 (id: 2ecd231e-8920-4d06-8773-7736380fcb34, sid: 2ecd231e-8920-4d06-8773-7736380fcb34) (name: E2) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = 0129d47e-6389-4858-bbbf-f3956b85605c org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@62330be0 (id: 0129d47e-6389-4858-bbbf-f3956b85605c, sid: 0129d47e-6389-4858-bbbf-f3956b85605c) (name: e2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: MEMBER, direction: INOUT, composite: true) ID = a677eb0f-ea84-4116-803c-165aa56427e3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@302ba637 (id: a677eb0f-ea84-4116-803c-165aa56427e3, sid: a677eb0f-ea84-4116-803c-165aa56427e3) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a1f24187-8b13-4e8e-9401-23e61755a763 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@9637a5c (id: a1f24187-8b13-4e8e-9401-23e61755a763, sid: a1f24187-8b13-4e8e-9401-23e61755a763) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f7735b8a-9715-4c44-b1fa-85ac2a1423ba org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@5da05307 (id: f7735b8a-9715-4c44-b1fa-85ac2a1423ba, sid: f7735b8a-9715-4c44-b1fa-85ac2a1423ba) (name: e3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: MEMBER, direction: RETURN, composite: true) ID = 3e506f57-6141-4306-91d0-6e71fba81fed org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@27b63f58 (id: 3e506f57-6141-4306-91d0-6e71fba81fed, sid: 3e506f57-6141-4306-91d0-6e71fba81fed) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1868051b-f6c3-4b6e-b513-81df9b01a837 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4ac13f87 (id: 1868051b-f6c3-4b6e-b513-81df9b01a837, sid: 1868051b-f6c3-4b6e-b513-81df9b01a837) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 7a02faaa-3be8-4b36-a017-34a6176ad1fb org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@58621d19 (id: 7a02faaa-3be8-4b36-a017-34a6176ad1fb, sid: 7a02faaa-3be8-4b36-a017-34a6176ad1fb) (name: e4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: MEMBER, direction: IN, composite: true) ID = f6fb9bf2-3417-41f9-980d-8a434c16b1e9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7054579 (id: f6fb9bf2-3417-41f9-980d-8a434c16b1e9, sid: f6fb9bf2-3417-41f9-980d-8a434c16b1e9) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5264c283-ba48-466c-b6be-56d88709313b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@11dff63e (id: 5264c283-ba48-466c-b6be-56d88709313b, sid: 5264c283-ba48-466c-b6be-56d88709313b) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 22b98700-d966-4da3-b247-66e95ae69827 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@52a1de85 (id: 22b98700-d966-4da3-b247-66e95ae69827, sid: 22b98700-d966-4da3-b247-66e95ae69827) (name: e5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: MEMBER, direction: EXCEPTION, composite: true) ID = 69dc03c7-7be5-4883-8289-a7c2486f08f1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1a639b1d (id: 69dc03c7-7be5-4883-8289-a7c2486f08f1, sid: 69dc03c7-7be5-4883-8289-a7c2486f08f1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 46a97f57-d162-4c2b-bfcf-278fd597aa2e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@37602ba5 (id: 46a97f57-d162-4c2b-bfcf-278fd597aa2e, sid: 46a97f57-d162-4c2b-bfcf-278fd597aa2e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9c7a3c3a-98ce-4646-aeb3-353dab8031de org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@59605571 (id: 9c7a3c3a-98ce-4646-aeb3-353dab8031de, sid: 9c7a3c3a-98ce-4646-aeb3-353dab8031de) (name: E3) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = 9e3c379d-57f8-438a-a148-747f0dd75c3b org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@5e9ed2e (id: 9e3c379d-57f8-438a-a148-747f0dd75c3b, sid: 9e3c379d-57f8-438a-a148-747f0dd75c3b) (name: e6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 6952cd17-b7f3-4fe9-a66c-4a50ab4ea885 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3d425fd (id: 6952cd17-b7f3-4fe9-a66c-4a50ab4ea885, sid: 6952cd17-b7f3-4fe9-a66c-4a50ab4ea885) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 75c181b5-ddac-4741-863e-89e73388a674 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@355f0b21 (id: 75c181b5-ddac-4741-863e-89e73388a674, sid: 75c181b5-ddac-4741-863e-89e73388a674) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f217135c-8b9c-4d1d-9f7e-51b03ee0872e org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6e4f1b26 (id: f217135c-8b9c-4d1d-9f7e-51b03ee0872e, sid: f217135c-8b9c-4d1d-9f7e-51b03ee0872e) (name: E4) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: SHARED_DATA) ID = 81adbe60-fcb5-4c32-977a-38daca5bbe26 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@24851b5c (id: 81adbe60-fcb5-4c32-977a-38daca5bbe26, sid: 81adbe60-fcb5-4c32-977a-38daca5bbe26) (name: e7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 71b0304e-6264-41d9-a935-38429d7baa73 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@65c39fc (id: 71b0304e-6264-41d9-a935-38429d7baa73, sid: 71b0304e-6264-41d9-a935-38429d7baa73) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f1962a88-82be-4289-b0f3-7a3fea033a65 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4b972c15 (id: f1962a88-82be-4289-b0f3-7a3fea033a65, sid: f1962a88-82be-4289-b0f3-7a3fea033a65) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f724f91c-077e-4e09-8c4d-fb48687eb71a org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@5d97986a (id: f724f91c-077e-4e09-8c4d-fb48687eb71a, sid: f724f91c-077e-4e09-8c4d-fb48687eb71a) (name: E5) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 9752d64c-864f-4864-841f-63574c37cfa7 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@5144277f (id: 9752d64c-864f-4864-841f-63574c37cfa7, sid: 9752d64c-864f-4864-841f-63574c37cfa7) (name: e8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 6194b2b3-0160-481b-bf05-af1d31a02fca org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@36b06772 (id: 6194b2b3-0160-481b-bf05-af1d31a02fca, sid: 6194b2b3-0160-481b-bf05-af1d31a02fca) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = aa1b4220-841d-42ae-a40e-2ea9e2842210 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@44b51235 (id: aa1b4220-841d-42ae-a40e-2ea9e2842210, sid: aa1b4220-841d-42ae-a40e-2ea9e2842210) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 749374a0-1042-4c63-9885-ae350a939269 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@25809601 (id: 749374a0-1042-4c63-9885-ae350a939269, sid: 749374a0-1042-4c63-9885-ae350a939269) (name: I1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = af90aefa-5354-49dd-a91e-bc6e05fe81ec org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@558f2211 (id: af90aefa-5354-49dd-a91e-bc6e05fe81ec, sid: af90aefa-5354-49dd-a91e-bc6e05fe81ec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = cd0db9e0-e595-43da-af37-4c42acea9cda org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@60b14425 (id: cd0db9e0-e595-43da-af37-4c42acea9cda, sid: cd0db9e0-e595-43da-af37-4c42acea9cda) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 2c1b1791-5480-47c4-bfd8-0888bdfb0711 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@cf9d6bc (id: 2c1b1791-5480-47c4-bfd8-0888bdfb0711, sid: 2c1b1791-5480-47c4-bfd8-0888bdfb0711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 1603ab5c-f267-4bf3-b39f-86adde6a222d org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@2d6879bc (id: 1603ab5c-f267-4bf3-b39f-86adde6a222d, sid: 1603ab5c-f267-4bf3-b39f-86adde6a222d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 1c8c1c33-4286-4412-8325-0a886ecd0247 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@15b59aa (id: 1c8c1c33-4286-4412-8325-0a886ecd0247, sid: 1c8c1c33-4286-4412-8325-0a886ecd0247) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 077aee61-802f-4372-a057-0852894bee14 org.polarsys.capella.core.data.information.impl.DataPkgImpl@46f6236f (id: 077aee61-802f-4372-a057-0852894bee14, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 201644c8-23d5-4e00-b6e5-f66ca19ffbee org.polarsys.capella.core.data.information.impl.DataPkgImpl@2da23c2a (id: 201644c8-23d5-4e00-b6e5-f66ca19ffbee, sid: 201644c8-23d5-4e00-b6e5-f66ca19ffbee) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@1ffb450d (id: 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c, sid: 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c02729fb-88eb-491b-996a-6f466b52acc5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@36587e66 (id: c02729fb-88eb-491b-996a-6f466b52acc5, sid: c02729fb-88eb-491b-996a-6f466b52acc5) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = cf4fef96-4de0-4454-99e3-0f50bf8d8b37 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@55d02661 (id: cf4fef96-4de0-4454-99e3-0f50bf8d8b37, sid: cf4fef96-4de0-4454-99e3-0f50bf8d8b37) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 9c0cf938-18cd-4860-b59e-01bd24d86018 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@69af139d (id: 9c0cf938-18cd-4860-b59e-01bd24d86018, sid: 9c0cf938-18cd-4860-b59e-01bd24d86018) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ea32058d-04c9-4074-9025-1515cb4546b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2c39f088 (id: ea32058d-04c9-4074-9025-1515cb4546b8, sid: ea32058d-04c9-4074-9025-1515cb4546b8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 086fc776-e435-4077-856a-ea4b7a3dae31 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@59e70027 (id: 086fc776-e435-4077-856a-ea4b7a3dae31, sid: 086fc776-e435-4077-856a-ea4b7a3dae31) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 7e3e2708-99d9-4314-b15e-7238cae538c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1e2bd0c4 (id: 7e3e2708-99d9-4314-b15e-7238cae538c8, sid: 7e3e2708-99d9-4314-b15e-7238cae538c8) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 2a2b54fc-7608-42e0-b6d5-f9679513fc97 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@15c25723 (id: 2a2b54fc-7608-42e0-b6d5-f9679513fc97, sid: 2a2b54fc-7608-42e0-b6d5-f9679513fc97) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@1c9e5233 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9d911ea7-30e1-4f4e-a444-b0db73c99237 org.polarsys.capella.core.data.cs.impl.PartImpl@165cb89f (id: 9d911ea7-30e1-4f4e-a444-b0db73c99237, sid: 9d911ea7-30e1-4f4e-a444-b0db73c99237) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e566f7bd-0d66-486c-bc56-67a23f771e9e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@782d3308 (id: e566f7bd-0d66-486c-bc56-67a23f771e9e, sid: e566f7bd-0d66-486c-bc56-67a23f771e9e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@d92caf6 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@78629caf (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4fe592ff (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@15c41798 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@e1aaaac (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6271c824 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@1e0ccff (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@34ad638c (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6f39e07f (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@3652554 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4e586f3 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@5b0b24e0 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 64ef9da1-0ea5-436c-b224-a15df2f06775 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@39af3c4f (id: 64ef9da1-0ea5-436c-b224-a15df2f06775, sid: 64ef9da1-0ea5-436c-b224-a15df2f06775) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: UNSET, kind: STANDARD) [ExchangeItemTest] >> release >> unload Project_test_01 [ExchangeItemTest] >> release >> unload output [ExchangeItemTest] >> require >> load Project_test_01 [ExchangeItemTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6a696273 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@63cd2999 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6ecf4770 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@53418d02 (id: ca45f8dc-5275-4601-8aa0-baf1f81b0407, sid: null) (name: prod00117086-exchangeItemElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bdbc3aa0-b7d5-4dd3-b47e-85624872e0ed org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@667b7c8e (id: bdbc3aa0-b7d5-4dd3-b47e-85624872e0ed, sid: bdbc3aa0-b7d5-4dd3-b47e-85624872e0ed) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7475da73-d025-4a01-83ba-61ec9b6ecf57 org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@33ad4084 (id: 7475da73-d025-4a01-83ba-61ec9b6ecf57, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c58a35df-b27a-4235-9135-e2ae8d4ddcb2 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@4014f429 (id: c58a35df-b27a-4235-9135-e2ae8d4ddcb2, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9a666f38-9ff9-4127-8a42-fe0d02666102 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1fe258b4 (id: 9a666f38-9ff9-4127-8a42-fe0d02666102, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 878b5373-3c35-4037-ae7a-454e38ade84c org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@22c0c8ca (id: 878b5373-3c35-4037-ae7a-454e38ade84c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 92d907ab-2ba3-4cc5-a4d3-b7da88f0ec01 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7bb01576 (id: 92d907ab-2ba3-4cc5-a4d3-b7da88f0ec01, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5db0b4f-ba2e-48e5-8b67-c151aae742e0 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1c621395 (id: e5db0b4f-ba2e-48e5-8b67-c151aae742e0, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 201644c8-23d5-4e00-b6e5-f66ca19ffbee org.polarsys.capella.core.data.information.impl.DataPkgImpl@1148cf55 (id: 201644c8-23d5-4e00-b6e5-f66ca19ffbee, sid: 201644c8-23d5-4e00-b6e5-f66ca19ffbee) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@356ad32e (id: 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c, sid: 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c02729fb-88eb-491b-996a-6f466b52acc5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4e8a7b50 (id: c02729fb-88eb-491b-996a-6f466b52acc5, sid: c02729fb-88eb-491b-996a-6f466b52acc5) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = cf4fef96-4de0-4454-99e3-0f50bf8d8b37 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@427837af (id: cf4fef96-4de0-4454-99e3-0f50bf8d8b37, sid: cf4fef96-4de0-4454-99e3-0f50bf8d8b37) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 9c0cf938-18cd-4860-b59e-01bd24d86018 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@151d6ad2 (id: 9c0cf938-18cd-4860-b59e-01bd24d86018, sid: 9c0cf938-18cd-4860-b59e-01bd24d86018) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ea32058d-04c9-4074-9025-1515cb4546b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@760d38fc (id: ea32058d-04c9-4074-9025-1515cb4546b8, sid: ea32058d-04c9-4074-9025-1515cb4546b8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 086fc776-e435-4077-856a-ea4b7a3dae31 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6b408d96 (id: 086fc776-e435-4077-856a-ea4b7a3dae31, sid: 086fc776-e435-4077-856a-ea4b7a3dae31) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 7e3e2708-99d9-4314-b15e-7238cae538c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6625b653 (id: 7e3e2708-99d9-4314-b15e-7238cae538c8, sid: 7e3e2708-99d9-4314-b15e-7238cae538c8) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 2a2b54fc-7608-42e0-b6d5-f9679513fc97 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3eab9663 (id: 2a2b54fc-7608-42e0-b6d5-f9679513fc97, sid: 2a2b54fc-7608-42e0-b6d5-f9679513fc97) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@682f68bc (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60bda911-ec3e-4bf6-a1ed-2fb9831b3084 org.polarsys.capella.core.data.ctx.impl.SystemComponentImpl@32306d7 (id: 60bda911-ec3e-4bf6-a1ed-2fb9831b3084, sid: null) (name: System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) (dataComponent: false) ID = 863568e5-8b32-4672-ba9a-4925881b3671 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@71c06d7a (id: 863568e5-8b32-4672-ba9a-4925881b3671, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = debde315-ef77-4804-9b2f-f0ac729ef9b1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@50d3b25f (id: debde315-ef77-4804-9b2f-f0ac729ef9b1, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 20fecdf7-1df5-4c8c-82ff-9628ca468e9d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@277936bc (id: 20fecdf7-1df5-4c8c-82ff-9628ca468e9d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e554c8dc-30d0-46f5-a5e0-ff0a72e9329c org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@46d30039 (id: e554c8dc-30d0-46f5-a5e0-ff0a72e9329c, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3bf4e8a6-f675-4efe-85b4-046e88229465 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@340a1e24 (id: 3bf4e8a6-f675-4efe-85b4-046e88229465, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = e292b3f0-2adc-4b00-ac87-976cd2126194 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@790613b0 (id: e292b3f0-2adc-4b00-ac87-976cd2126194, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea0715bd-e3df-4964-9b48-483e63808817 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49280eef (id: ea0715bd-e3df-4964-9b48-483e63808817, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 077aee61-802f-4372-a057-0852894bee14 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2db7c2d0 (id: 077aee61-802f-4372-a057-0852894bee14, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@6465cf45 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = d39cf981-d9cb-4099-a169-069c184f3762 org.polarsys.capella.core.data.cs.impl.PartImpl@53c106e5 (id: d39cf981-d9cb-4099-a169-069c184f3762, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ba6e272f-3df2-4563-84b0-9cf88f3da077 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5a973504 (id: ba6e272f-3df2-4563-84b0-9cf88f3da077, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 34d1d2f3-9000-4431-9137-50c4d7747002 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@63d4c7dc (id: 34d1d2f3-9000-4431-9137-50c4d7747002, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ac112d2-3211-4c81-8e03-7ff0cd811ebd org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@774f1a16 (id: 8ac112d2-3211-4c81-8e03-7ff0cd811ebd, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6a696273 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@63cd2999 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@53418d02 (id: ca45f8dc-5275-4601-8aa0-baf1f81b0407, sid: null) (name: prod00117086-exchangeItemElements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bdbc3aa0-b7d5-4dd3-b47e-85624872e0ed org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@667b7c8e (id: bdbc3aa0-b7d5-4dd3-b47e-85624872e0ed, sid: bdbc3aa0-b7d5-4dd3-b47e-85624872e0ed) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7475da73-d025-4a01-83ba-61ec9b6ecf57 org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@33ad4084 (id: 7475da73-d025-4a01-83ba-61ec9b6ecf57, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c58a35df-b27a-4235-9135-e2ae8d4ddcb2 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@4014f429 (id: c58a35df-b27a-4235-9135-e2ae8d4ddcb2, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9a666f38-9ff9-4127-8a42-fe0d02666102 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1fe258b4 (id: 9a666f38-9ff9-4127-8a42-fe0d02666102, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 878b5373-3c35-4037-ae7a-454e38ade84c org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@22c0c8ca (id: 878b5373-3c35-4037-ae7a-454e38ade84c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 92d907ab-2ba3-4cc5-a4d3-b7da88f0ec01 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7bb01576 (id: 92d907ab-2ba3-4cc5-a4d3-b7da88f0ec01, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5db0b4f-ba2e-48e5-8b67-c151aae742e0 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1c621395 (id: e5db0b4f-ba2e-48e5-8b67-c151aae742e0, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 201644c8-23d5-4e00-b6e5-f66ca19ffbee org.polarsys.capella.core.data.information.impl.DataPkgImpl@1148cf55 (id: 201644c8-23d5-4e00-b6e5-f66ca19ffbee, sid: 201644c8-23d5-4e00-b6e5-f66ca19ffbee) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@356ad32e (id: 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c, sid: 2292c9a3-e4de-4bfb-9fda-bcaf4d015d7c) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c02729fb-88eb-491b-996a-6f466b52acc5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4e8a7b50 (id: c02729fb-88eb-491b-996a-6f466b52acc5, sid: c02729fb-88eb-491b-996a-6f466b52acc5) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = cf4fef96-4de0-4454-99e3-0f50bf8d8b37 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@427837af (id: cf4fef96-4de0-4454-99e3-0f50bf8d8b37, sid: cf4fef96-4de0-4454-99e3-0f50bf8d8b37) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 9c0cf938-18cd-4860-b59e-01bd24d86018 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@151d6ad2 (id: 9c0cf938-18cd-4860-b59e-01bd24d86018, sid: 9c0cf938-18cd-4860-b59e-01bd24d86018) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ea32058d-04c9-4074-9025-1515cb4546b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@760d38fc (id: ea32058d-04c9-4074-9025-1515cb4546b8, sid: ea32058d-04c9-4074-9025-1515cb4546b8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 086fc776-e435-4077-856a-ea4b7a3dae31 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6b408d96 (id: 086fc776-e435-4077-856a-ea4b7a3dae31, sid: 086fc776-e435-4077-856a-ea4b7a3dae31) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 7e3e2708-99d9-4314-b15e-7238cae538c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6625b653 (id: 7e3e2708-99d9-4314-b15e-7238cae538c8, sid: 7e3e2708-99d9-4314-b15e-7238cae538c8) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 2a2b54fc-7608-42e0-b6d5-f9679513fc97 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3eab9663 (id: 2a2b54fc-7608-42e0-b6d5-f9679513fc97, sid: 2a2b54fc-7608-42e0-b6d5-f9679513fc97) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@682f68bc (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 863568e5-8b32-4672-ba9a-4925881b3671 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@71c06d7a (id: 863568e5-8b32-4672-ba9a-4925881b3671, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = debde315-ef77-4804-9b2f-f0ac729ef9b1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@50d3b25f (id: debde315-ef77-4804-9b2f-f0ac729ef9b1, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 20fecdf7-1df5-4c8c-82ff-9628ca468e9d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@277936bc (id: 20fecdf7-1df5-4c8c-82ff-9628ca468e9d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3bf4e8a6-f675-4efe-85b4-046e88229465 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@340a1e24 (id: 3bf4e8a6-f675-4efe-85b4-046e88229465, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = e292b3f0-2adc-4b00-ac87-976cd2126194 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@790613b0 (id: e292b3f0-2adc-4b00-ac87-976cd2126194, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea0715bd-e3df-4964-9b48-483e63808817 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49280eef (id: ea0715bd-e3df-4964-9b48-483e63808817, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 077aee61-802f-4372-a057-0852894bee14 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2db7c2d0 (id: 077aee61-802f-4372-a057-0852894bee14, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@6465cf45 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = d39cf981-d9cb-4099-a169-069c184f3762 org.polarsys.capella.core.data.cs.impl.PartImpl@53c106e5 (id: d39cf981-d9cb-4099-a169-069c184f3762, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ba6e272f-3df2-4563-84b0-9cf88f3da077 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5a973504 (id: ba6e272f-3df2-4563-84b0-9cf88f3da077, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 3168370e-06a7-4ecb-a701-8a8c5a89b0e4 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49a5cdc4 (id: 3168370e-06a7-4ecb-a701-8a8c5a89b0e4, sid: 3168370e-06a7-4ecb-a701-8a8c5a89b0e4) (name: InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b63d4273-8d91-4a30-ba9f-0120fede25eb org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3f03c52 (id: b63d4273-8d91-4a30-ba9f-0120fede25eb, sid: b63d4273-8d91-4a30-ba9f-0120fede25eb) (name: E1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 2778351d-e660-48b9-a9b3-953398e9cb93 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@58dde4e7 (id: 2778351d-e660-48b9-a9b3-953398e9cb93, sid: 2778351d-e660-48b9-a9b3-953398e9cb93) (name: e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 709e0ae2-1a85-44d4-ac29-2036d46f90aa org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b81d5ed (id: 709e0ae2-1a85-44d4-ac29-2036d46f90aa, sid: 709e0ae2-1a85-44d4-ac29-2036d46f90aa) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bc71af98-1dd1-4326-96a4-ba0cb11ad2f8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5c2de4b4 (id: bc71af98-1dd1-4326-96a4-ba0cb11ad2f8, sid: bc71af98-1dd1-4326-96a4-ba0cb11ad2f8) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2ecd231e-8920-4d06-8773-7736380fcb34 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@5ebd41cf (id: 2ecd231e-8920-4d06-8773-7736380fcb34, sid: 2ecd231e-8920-4d06-8773-7736380fcb34) (name: E2) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = 0129d47e-6389-4858-bbbf-f3956b85605c org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@69706c23 (id: 0129d47e-6389-4858-bbbf-f3956b85605c, sid: 0129d47e-6389-4858-bbbf-f3956b85605c) (name: e2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: MEMBER, direction: INOUT, composite: true) ID = a677eb0f-ea84-4116-803c-165aa56427e3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5cebf25d (id: a677eb0f-ea84-4116-803c-165aa56427e3, sid: a677eb0f-ea84-4116-803c-165aa56427e3) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a1f24187-8b13-4e8e-9401-23e61755a763 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f50a530 (id: a1f24187-8b13-4e8e-9401-23e61755a763, sid: a1f24187-8b13-4e8e-9401-23e61755a763) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f7735b8a-9715-4c44-b1fa-85ac2a1423ba org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@5b57222c (id: f7735b8a-9715-4c44-b1fa-85ac2a1423ba, sid: f7735b8a-9715-4c44-b1fa-85ac2a1423ba) (name: e3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: MEMBER, direction: RETURN, composite: true) ID = 3e506f57-6141-4306-91d0-6e71fba81fed org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@31ac5c11 (id: 3e506f57-6141-4306-91d0-6e71fba81fed, sid: 3e506f57-6141-4306-91d0-6e71fba81fed) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1868051b-f6c3-4b6e-b513-81df9b01a837 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@32563963 (id: 1868051b-f6c3-4b6e-b513-81df9b01a837, sid: 1868051b-f6c3-4b6e-b513-81df9b01a837) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 7a02faaa-3be8-4b36-a017-34a6176ad1fb org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@58c5733c (id: 7a02faaa-3be8-4b36-a017-34a6176ad1fb, sid: 7a02faaa-3be8-4b36-a017-34a6176ad1fb) (name: e4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: MEMBER, direction: IN, composite: true) ID = f6fb9bf2-3417-41f9-980d-8a434c16b1e9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ae17c4a (id: f6fb9bf2-3417-41f9-980d-8a434c16b1e9, sid: f6fb9bf2-3417-41f9-980d-8a434c16b1e9) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5264c283-ba48-466c-b6be-56d88709313b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@69fee3d3 (id: 5264c283-ba48-466c-b6be-56d88709313b, sid: 5264c283-ba48-466c-b6be-56d88709313b) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 22b98700-d966-4da3-b247-66e95ae69827 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@6a6052ae (id: 22b98700-d966-4da3-b247-66e95ae69827, sid: 22b98700-d966-4da3-b247-66e95ae69827) (name: e5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: MEMBER, direction: EXCEPTION, composite: true) ID = 69dc03c7-7be5-4883-8289-a7c2486f08f1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@194f904d (id: 69dc03c7-7be5-4883-8289-a7c2486f08f1, sid: 69dc03c7-7be5-4883-8289-a7c2486f08f1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 46a97f57-d162-4c2b-bfcf-278fd597aa2e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@287dbc02 (id: 46a97f57-d162-4c2b-bfcf-278fd597aa2e, sid: 46a97f57-d162-4c2b-bfcf-278fd597aa2e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9c7a3c3a-98ce-4646-aeb3-353dab8031de org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@360322a5 (id: 9c7a3c3a-98ce-4646-aeb3-353dab8031de, sid: 9c7a3c3a-98ce-4646-aeb3-353dab8031de) (name: E3) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = 9e3c379d-57f8-438a-a148-747f0dd75c3b org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@5e9ee3e9 (id: 9e3c379d-57f8-438a-a148-747f0dd75c3b, sid: 9e3c379d-57f8-438a-a148-747f0dd75c3b) (name: e6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 6952cd17-b7f3-4fe9-a66c-4a50ab4ea885 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b36cd8f (id: 6952cd17-b7f3-4fe9-a66c-4a50ab4ea885, sid: 6952cd17-b7f3-4fe9-a66c-4a50ab4ea885) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 75c181b5-ddac-4741-863e-89e73388a674 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e6eeb47 (id: 75c181b5-ddac-4741-863e-89e73388a674, sid: 75c181b5-ddac-4741-863e-89e73388a674) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f217135c-8b9c-4d1d-9f7e-51b03ee0872e org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@51d7f825 (id: f217135c-8b9c-4d1d-9f7e-51b03ee0872e, sid: f217135c-8b9c-4d1d-9f7e-51b03ee0872e) (name: E4) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: SHARED_DATA) ID = 81adbe60-fcb5-4c32-977a-38daca5bbe26 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@787fc85d (id: 81adbe60-fcb5-4c32-977a-38daca5bbe26, sid: 81adbe60-fcb5-4c32-977a-38daca5bbe26) (name: e7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 71b0304e-6264-41d9-a935-38429d7baa73 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@75283868 (id: 71b0304e-6264-41d9-a935-38429d7baa73, sid: 71b0304e-6264-41d9-a935-38429d7baa73) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f1962a88-82be-4289-b0f3-7a3fea033a65 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7c15c159 (id: f1962a88-82be-4289-b0f3-7a3fea033a65, sid: f1962a88-82be-4289-b0f3-7a3fea033a65) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f724f91c-077e-4e09-8c4d-fb48687eb71a org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@126d182e (id: f724f91c-077e-4e09-8c4d-fb48687eb71a, sid: f724f91c-077e-4e09-8c4d-fb48687eb71a) (name: E5) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 9752d64c-864f-4864-841f-63574c37cfa7 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1456171e (id: 9752d64c-864f-4864-841f-63574c37cfa7, sid: 9752d64c-864f-4864-841f-63574c37cfa7) (name: e8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 6194b2b3-0160-481b-bf05-af1d31a02fca org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@20099684 (id: 6194b2b3-0160-481b-bf05-af1d31a02fca, sid: 6194b2b3-0160-481b-bf05-af1d31a02fca) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = aa1b4220-841d-42ae-a40e-2ea9e2842210 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@724484d5 (id: aa1b4220-841d-42ae-a40e-2ea9e2842210, sid: aa1b4220-841d-42ae-a40e-2ea9e2842210) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 749374a0-1042-4c63-9885-ae350a939269 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@8124edb (id: 749374a0-1042-4c63-9885-ae350a939269, sid: 749374a0-1042-4c63-9885-ae350a939269) (name: I1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = af90aefa-5354-49dd-a91e-bc6e05fe81ec org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@2cd85620 (id: af90aefa-5354-49dd-a91e-bc6e05fe81ec, sid: af90aefa-5354-49dd-a91e-bc6e05fe81ec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = cd0db9e0-e595-43da-af37-4c42acea9cda org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@40094889 (id: cd0db9e0-e595-43da-af37-4c42acea9cda, sid: cd0db9e0-e595-43da-af37-4c42acea9cda) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 2c1b1791-5480-47c4-bfd8-0888bdfb0711 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@163d1e71 (id: 2c1b1791-5480-47c4-bfd8-0888bdfb0711, sid: 2c1b1791-5480-47c4-bfd8-0888bdfb0711) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 1603ab5c-f267-4bf3-b39f-86adde6a222d org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@c43fefb (id: 1603ab5c-f267-4bf3-b39f-86adde6a222d, sid: 1603ab5c-f267-4bf3-b39f-86adde6a222d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 1c8c1c33-4286-4412-8325-0a886ecd0247 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@6244d005 (id: 1c8c1c33-4286-4412-8325-0a886ecd0247, sid: 1c8c1c33-4286-4412-8325-0a886ecd0247) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2147012 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@cc3bf9c (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@681ba303 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7631841e (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@5784fe2a (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@46aa9419 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@739c2474 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@9774f6d (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@797285c7 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@6b6accac (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7947ea31 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@4a78ce53 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 9d911ea7-30e1-4f4e-a444-b0db73c99237 org.polarsys.capella.core.data.cs.impl.PartImpl@547ab559 (id: 9d911ea7-30e1-4f4e-a444-b0db73c99237, sid: 9d911ea7-30e1-4f4e-a444-b0db73c99237) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e566f7bd-0d66-486c-bc56-67a23f771e9e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6d02e224 (id: e566f7bd-0d66-486c-bc56-67a23f771e9e, sid: e566f7bd-0d66-486c-bc56-67a23f771e9e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: UNSET) ID = 64ef9da1-0ea5-436c-b224-a15df2f06775 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@761ea9f1 (id: 64ef9da1-0ea5-436c-b224-a15df2f06775, sid: 64ef9da1-0ea5-436c-b224-a15df2f06775) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: UNSET, kind: STANDARD) [ExchangeItemTest] >> release >> unload Project_test_01 [ExchangeItemTest] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1b3383e8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1a6ee305 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@52bf97b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@46632bef (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@4cb76671 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@777d676e (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5022ef60 (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@32d91267 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@50d2751a (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@65a2a00a (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1aeeab0b (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4aba47f5 (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ead2528a-4c98-4f98-adfa-b6f2be08670d org.polarsys.capella.core.data.information.impl.DataPkgImpl@486bfe4c (id: ead2528a-4c98-4f98-adfa-b6f2be08670d, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 21f3f22b-73ef-4b53-a029-ab51b5eb9309 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@37ce78c (id: 21f3f22b-73ef-4b53-a029-ab51b5eb9309, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d86a5d1a-221a-4aea-ab39-f1d197c042b5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2148df48 (id: d86a5d1a-221a-4aea-ab39-f1d197c042b5, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 12a7cc39-7a9d-4b5f-be69-6f7603034573 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@78778995 (id: 12a7cc39-7a9d-4b5f-be69-6f7603034573, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 20a535df-4219-4b56-9f7b-97d7ec5425b0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6f799149 (id: 20a535df-4219-4b56-9f7b-97d7ec5425b0, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 3ad3fec6-58a1-48c3-84e2-6bb9f2390ad1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@bdd5bad (id: 3ad3fec6-58a1-48c3-84e2-6bb9f2390ad1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c8bb251f-a3ae-4454-b793-994ad6d06ec0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6c086701 (id: c8bb251f-a3ae-4454-b793-994ad6d06ec0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 40a21b1b-a5fc-4516-8a2d-158fda1cb7ff org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@28776034 (id: 40a21b1b-a5fc-4516-8a2d-158fda1cb7ff, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = b11dc065-cae0-4431-9fc5-9fca5ac62d12 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b275faa (id: b11dc065-cae0-4431-9fc5-9fca5ac62d12, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 68a9accc-f284-470f-b57b-41e0179389c8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6a466d50 (id: 68a9accc-f284-470f-b57b-41e0179389c8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 17ae24cc-9bcc-479e-afa0-04a781fc0cfe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45d93f76 (id: 17ae24cc-9bcc-479e-afa0-04a781fc0cfe, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 93161e94-2dde-4d93-877b-55a8346e23ab org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@56bc9139 (id: 93161e94-2dde-4d93-877b-55a8346e23ab, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 043fb3b0-a336-46e0-becb-ade0f9c96611 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@67575e4b (id: 043fb3b0-a336-46e0-becb-ade0f9c96611, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 35f59838-3601-4730-8411-50505f65bd54 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3e22831c (id: 35f59838-3601-4730-8411-50505f65bd54, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7d75395d (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@2fca899a (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@74edd7d3 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@73c11120 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@27aa71d4 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ea32328b-1b4c-40b0-ae20-26a898875bff org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@b4300 (id: ea32328b-1b4c-40b0-ae20-26a898875bff, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c5dcac22-a32f-4fe4-83f1-2a3cb4985f5f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5df3f04c (id: c5dcac22-a32f-4fe4-83f1-2a3cb4985f5f, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4b8db6b1-329d-4404-bc1a-03e9292e6a29 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7763b28d (id: 4b8db6b1-329d-4404-bc1a-03e9292e6a29, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8916cbe5-24dd-4f39-96d2-dbbacd8ad616 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@24754871 (id: 8916cbe5-24dd-4f39-96d2-dbbacd8ad616, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7b94271c-7dc4-4129-9d81-90430b624e08 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@7ebc0cbc (id: 7b94271c-7dc4-4129-9d81-90430b624e08, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 4dcb444b-a5fe-46e6-98da-08d4b4ce3fbe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3c8fe2b7 (id: 4dcb444b-a5fe-46e6-98da-08d4b4ce3fbe, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 348cfa3b-02df-4d15-8096-34336dd357f4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5612c871 (id: 348cfa3b-02df-4d15-8096-34336dd357f4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 835e951d-a3a8-4f4f-9eec-4db9b3b73aee org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@582a3402 (id: 835e951d-a3a8-4f4f-9eec-4db9b3b73aee, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95d44ef3-87d7-41ce-83e8-1c54ad7553f1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@466d0a57 (id: 95d44ef3-87d7-41ce-83e8-1c54ad7553f1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5413cc28-b198-41b7-af78-5ff1f8dbcd74 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5b4d277 (id: 5413cc28-b198-41b7-af78-5ff1f8dbcd74, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = efb5c05c-8d3f-47b3-a75b-3f4aa9c64c13 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4525d3f0 (id: efb5c05c-8d3f-47b3-a75b-3f4aa9c64c13, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 56e423b1-986e-4ac1-a8ff-0cd0a79efc7f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4ca67572 (id: 56e423b1-986e-4ac1-a8ff-0cd0a79efc7f, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d845e844-26b9-4f51-b3f1-e75640133203 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6237f103 (id: d845e844-26b9-4f51-b3f1-e75640133203, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@25631b5a (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@304ebf51 (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@46417cef (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5feb70c2 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4d7d32d9 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@76560e89 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@6a66a72d (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1b3383e8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1a6ee305 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@46632bef (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@4cb76671 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 744f10e9-48eb-4bb5-a151-5bcdd4fee4eb org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@3508039d (id: 744f10e9-48eb-4bb5-a151-5bcdd4fee4eb, sid: 744f10e9-48eb-4bb5-a151-5bcdd4fee4eb) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 9f123f40-ea1d-46a1-87b3-6af021891ba0 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@19159a10 (id: 9f123f40-ea1d-46a1-87b3-6af021891ba0, sid: 9f123f40-ea1d-46a1-87b3-6af021891ba0) (name: PVG111131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c144f839-af93-404c-a089-c73f5f58702b org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@66d32c11 (id: c144f839-af93-404c-a089-c73f5f58702b, sid: c144f839-af93-404c-a089-c73f5f58702b) (name: BPV1111311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 62fa84ee-d617-4ae9-83bb-fc4c007feb4a org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@2fa99eb7 (id: 62fa84ee-d617-4ae9-83bb-fc4c007feb4a, sid: 62fa84ee-d617-4ae9-83bb-fc4c007feb4a) (name: BPV1111312) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = b337cf76-9484-4c48-a4e1-4ace00ac7d92 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@74de22cb (id: b337cf76-9484-4c48-a4e1-4ace00ac7d92, sid: b337cf76-9484-4c48-a4e1-4ace00ac7d92) (name: PVG11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bbccc670-5281-4f4c-8630-1b94c8feb7c7 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@42fd7c79 (id: bbccc670-5281-4f4c-8630-1b94c8feb7c7, sid: bbccc670-5281-4f4c-8630-1b94c8feb7c7) (name: BPV111121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = a6b8f9b1-8714-4cf7-885e-9b8044800879 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@34fb2fa9 (id: a6b8f9b1-8714-4cf7-885e-9b8044800879, sid: a6b8f9b1-8714-4cf7-885e-9b8044800879) (name: BPV111122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = deb2c2d4-f7c1-4561-9d19-c3287909cf95 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@7d09870a (id: deb2c2d4-f7c1-4561-9d19-c3287909cf95, sid: deb2c2d4-f7c1-4561-9d19-c3287909cf95) (name: PVG111121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0101ee0d-52d6-4c71-9fd3-0ea846295c57 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@78442a1a (id: 0101ee0d-52d6-4c71-9fd3-0ea846295c57, sid: 0101ee0d-52d6-4c71-9fd3-0ea846295c57) (name: BPV1111211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 738079d0-fda3-47cb-b3a1-3dcad6620c46 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@51f38fdf (id: 738079d0-fda3-47cb-b3a1-3dcad6620c46, sid: 738079d0-fda3-47cb-b3a1-3dcad6620c46) (name: BPV1111212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 0cdae9cf-cc39-4d9a-935b-16481711e92c org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@13cdc4f3 (id: 0cdae9cf-cc39-4d9a-935b-16481711e92c, sid: 0cdae9cf-cc39-4d9a-935b-16481711e92c) (name: PVG11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bca5f08a-801c-4048-9d60-9039022e1140 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@56a67707 (id: bca5f08a-801c-4048-9d60-9039022e1140, sid: bca5f08a-801c-4048-9d60-9039022e1140) (name: BPV111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 51441522-28c1-473b-b9d4-26a505701a31 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@47fd8b5b (id: 51441522-28c1-473b-b9d4-26a505701a31, sid: 51441522-28c1-473b-b9d4-26a505701a31) (name: BPV111112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 3d879f67-0014-45e6-a4ea-0774b057d4ea org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@473e256c (id: 3d879f67-0014-45e6-a4ea-0774b057d4ea, sid: 3d879f67-0014-45e6-a4ea-0774b057d4ea) (name: PVG111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68e84860-26fd-4f0a-8011-6faac9386bca org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@3aa98b24 (id: 68e84860-26fd-4f0a-8011-6faac9386bca, sid: 68e84860-26fd-4f0a-8011-6faac9386bca) (name: BPV1111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 144fc667-f218-44a8-ae20-d41a86913d89 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@5fd2cd39 (id: 144fc667-f218-44a8-ae20-d41a86913d89, sid: 144fc667-f218-44a8-ae20-d41a86913d89) (name: BPV1111112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 50936eab-96fd-41e8-8b3e-1d2319f0d471 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@456a3e13 (id: 50936eab-96fd-41e8-8b3e-1d2319f0d471, sid: 50936eab-96fd-41e8-8b3e-1d2319f0d471) (name: PVP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 14152666-9450-491d-9cd1-f9cb97ea55b2 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@1a8c2d6e (id: 14152666-9450-491d-9cd1-f9cb97ea55b2, sid: 14152666-9450-491d-9cd1-f9cb97ea55b2) (name: BPV211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 4045cb96-744e-4046-9665-5614999f419d org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@4fe0298a (id: 4045cb96-744e-4046-9665-5614999f419d, sid: 4045cb96-744e-4046-9665-5614999f419d) (name: PVG211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bec77078-66bb-40f8-af61-7b7fe9c2d4c1 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyValueImpl@78fb847e (id: bec77078-66bb-40f8-af61-7b7fe9c2d4c1, sid: bec77078-66bb-40f8-af61-7b7fe9c2d4c1) (name: EPV2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e662ea2e-5e62-4d03-919c-6cfb5a27657e org.polarsys.capella.core.data.capellacore.impl.IntegerPropertyValueImpl@6cf5b7d4 (id: e662ea2e-5e62-4d03-919c-6cfb5a27657e, sid: e662ea2e-5e62-4d03-919c-6cfb5a27657e) (name: IPV2112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: 0) ID = 1fc7da80-1ec9-4706-8776-a81b7e0ce21a org.polarsys.capella.core.data.capellacore.impl.IntegerPropertyValueImpl@17e91079 (id: 1fc7da80-1ec9-4706-8776-a81b7e0ce21a, sid: 1fc7da80-1ec9-4706-8776-a81b7e0ce21a) (name: IPV2113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: 0) ID = a6f4eee6-77e8-4e93-a140-54767e14428f org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@598bc777 (id: a6f4eee6-77e8-4e93-a140-54767e14428f, sid: a6f4eee6-77e8-4e93-a140-54767e14428f) (name: PVG212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3441d4aa-e7cb-4768-b981-ee01f9fdc0c3 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyValueImpl@7df7704c (id: 3441d4aa-e7cb-4768-b981-ee01f9fdc0c3, sid: 3441d4aa-e7cb-4768-b981-ee01f9fdc0c3) (name: EPV2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 40bddd17-caed-49cd-a96d-4936b7a6776e org.polarsys.capella.core.data.capellacore.impl.FloatPropertyValueImpl@3cfd2331 (id: 40bddd17-caed-49cd-a96d-4936b7a6776e, sid: 40bddd17-caed-49cd-a96d-4936b7a6776e) (name: FPV2122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: 0.0) ID = ae03f42c-6668-4a8f-97b4-209c39ef73a3 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@63c8960f (id: ae03f42c-6668-4a8f-97b4-209c39ef73a3, sid: ae03f42c-6668-4a8f-97b4-209c39ef73a3) (name: PVG2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 694e22f7-0da4-446c-a92e-097c066ba9ff org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@64ff557e (id: 694e22f7-0da4-446c-a92e-097c066ba9ff, sid: 694e22f7-0da4-446c-a92e-097c066ba9ff) (name: BPV21211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = ebdffc78-9728-431d-8f1a-d17488253e3c org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@224c2cbd (id: ebdffc78-9728-431d-8f1a-d17488253e3c, sid: ebdffc78-9728-431d-8f1a-d17488253e3c) (name: BPV21212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@777d676e (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5022ef60 (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4e6804bf (id: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412, sid: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 087c57b8-39cd-483d-92d4-cd4fc0b4768f org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@d02f00b (id: 087c57b8-39cd-483d-92d4-cd4fc0b4768f, sid: 087c57b8-39cd-483d-92d4-cd4fc0b4768f) (name: BPV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 21272212-a655-4a48-bf94-0310f39c2bd9 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@1158b0d2 (id: 21272212-a655-4a48-bf94-0310f39c2bd9, sid: 21272212-a655-4a48-bf94-0310f39c2bd9) (name: PVG111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cd769b9-0495-4963-9950-71d93d39eded org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@56c61476 (id: 5cd769b9-0495-4963-9950-71d93d39eded, sid: 5cd769b9-0495-4963-9950-71d93d39eded) (name: BPV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = e40519bd-c5a3-4275-90e1-3bdbb7a4fd12 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@5805afed (id: e40519bd-c5a3-4275-90e1-3bdbb7a4fd12, sid: e40519bd-c5a3-4275-90e1-3bdbb7a4fd12) (name: BPV1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 6ade04ca-26df-449e-9916-615189809d7c org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@421d9e4e (id: 6ade04ca-26df-449e-9916-615189809d7c, sid: 6ade04ca-26df-449e-9916-615189809d7c) (name: PVG1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa063629-77b5-43eb-915a-fad93968c1c8 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@169768ff (id: aa063629-77b5-43eb-915a-fad93968c1c8, sid: aa063629-77b5-43eb-915a-fad93968c1c8) (name: BPV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = edff2b9c-5b14-4cb1-b1ba-c201c48b4d2d org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@7094abff (id: edff2b9c-5b14-4cb1-b1ba-c201c48b4d2d, sid: edff2b9c-5b14-4cb1-b1ba-c201c48b4d2d) (name: BPV11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = f27f1d0c-ce21-4b7c-8c52-35499ed1f451 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@51b18c7 (id: f27f1d0c-ce21-4b7c-8c52-35499ed1f451, sid: f27f1d0c-ce21-4b7c-8c52-35499ed1f451) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 56fcc675-af68-454d-bf58-6f5fa65e8d2b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2b5a09c4 (id: 56fcc675-af68-454d-bf58-6f5fa65e8d2b, sid: 56fcc675-af68-454d-bf58-6f5fa65e8d2b) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e92fe549-8c09-4443-907a-dffd0e22973c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6274cc0 (id: e92fe549-8c09-4443-907a-dffd0e22973c, sid: e92fe549-8c09-4443-907a-dffd0e22973c) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aea4cef8-7e86-4e90-ae6d-0b832bc25c9b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@eb93328 (id: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b, sid: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@50d2751a (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@65a2a00a (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1aeeab0b (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c261d2aa-c641-428a-bc5b-6ea70471db88 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@72cff208 (id: c261d2aa-c641-428a-bc5b-6ea70471db88, sid: c261d2aa-c641-428a-bc5b-6ea70471db88) (name: E1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 11539a54-eaba-482b-8525-19a5850b8af9 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@7951d2c7 (id: 11539a54-eaba-482b-8525-19a5850b8af9, sid: 11539a54-eaba-482b-8525-19a5850b8af9) (name: I1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 561e6001-5370-47bd-9b9b-92fe39360aa2 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@3ae81252 (id: 561e6001-5370-47bd-9b9b-92fe39360aa2, sid: 561e6001-5370-47bd-9b9b-92fe39360aa2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4aba47f5 (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@25631b5a (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@304ebf51 (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@46417cef (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 561c74fc-1108-4e29-bd6b-d9b35dd05cac org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@606d798 (id: 561c74fc-1108-4e29-bd6b-d9b35dd05cac, sid: 561c74fc-1108-4e29-bd6b-d9b35dd05cac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcbbe32b-8645-4263-8442-ff4a2814c290 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@2fb8e9bc (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@553cc812 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5afc6388 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@bb21e4 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2437bcb4 (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de4f98cf-fa5a-408c-9b52-f35496168a48 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@2aba9921 (id: de4f98cf-fa5a-408c-9b52-f35496168a48, sid: de4f98cf-fa5a-408c-9b52-f35496168a48) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2a73434-d084-4ae2-805a-22eaeaf86c34 org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@5d66b9f4 (id: b2a73434-d084-4ae2-805a-22eaeaf86c34, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fbcd5803-061f-4153-99f2-a17a92b39b27 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@3f4a976c (id: fbcd5803-061f-4153-99f2-a17a92b39b27, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e2f8e419-5380-46c9-a3bc-9fb0f258b529 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2ed01e42 (id: e2f8e419-5380-46c9-a3bc-9fb0f258b529, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 594f73a1-4550-4a3e-8cc8-797196a2a495 org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@4611bb75 (id: 594f73a1-4550-4a3e-8cc8-797196a2a495, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b19cc1c5-ad5b-4def-8432-9741fe1c8bbb org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2d8ba52c (id: b19cc1c5-ad5b-4def-8432-9741fe1c8bbb, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ddab2138-314c-44a6-9424-f86b6a4e5bba org.polarsys.capella.core.data.information.impl.DataPkgImpl@54465317 (id: ddab2138-314c-44a6-9424-f86b6a4e5bba, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@4a966e4a (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5b891995-4125-4d88-9580-d7bee33fd625 org.polarsys.capella.core.data.ctx.impl.SystemComponentImpl@22f87dc2 (id: 5b891995-4125-4d88-9580-d7bee33fd625, sid: null) (name: System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) (dataComponent: false) ID = 2f7b02ad-93d9-49da-8471-14134e2bf39a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@53b3d38e (id: 2f7b02ad-93d9-49da-8471-14134e2bf39a, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2fb41bf-08ec-489b-aa48-5521cf749841 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@1d777ce (id: b2fb41bf-08ec-489b-aa48-5521cf749841, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e573574d-779d-4cc6-bc6f-7d1a2a6576cd org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4f5c4bac (id: e573574d-779d-4cc6-bc6f-7d1a2a6576cd, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4b71796d-198f-48f7-a0fb-ab6ac26fcbed org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@30839a0 (id: 4b71796d-198f-48f7-a0fb-ab6ac26fcbed, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = fc03120c-9ae4-47d9-99c2-41773ca8c23f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5b5a2361 (id: fc03120c-9ae4-47d9-99c2-41773ca8c23f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b664ff43-36fa-4eac-a435-168bcdc0ce04 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49ce4b89 (id: b664ff43-36fa-4eac-a435-168bcdc0ce04, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4cc4317-a5b2-4d57-9011-1cb701120e60 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2e71d2b6 (id: b4cc4317-a5b2-4d57-9011-1cb701120e60, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@243abd32 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52d91b75-4848-4e42-94d0-9317e65be6ed org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@42a56bd7 (id: 52d91b75-4848-4e42-94d0-9317e65be6ed, sid: null) (name: LS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@674555c0 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@53334a79 (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@341cc86 (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1b05ccd2-8ca3-4e3e-b99f-044518ddfa13 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@17d2f84a (id: 1b05ccd2-8ca3-4e3e-b99f-044518ddfa13, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@e635f18 (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6cfd291f (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@c1b0e00 (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2ba1b2c6 (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7f1ed2bc (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = bb0b8163-9bf6-45e3-b7fc-730a24687d90 org.polarsys.capella.core.data.cs.impl.PartImpl@334ce3e1 (id: bb0b8163-9bf6-45e3-b7fc-730a24687d90, sid: bb0b8163-9bf6-45e3-b7fc-730a24687d90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c1bb49ad-1259-471d-a992-3144670dff62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@13e37941 (id: c1bb49ad-1259-471d-a992-3144670dff62, sid: c1bb49ad-1259-471d-a992-3144670dff62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 6274dfaa-ba51-41e5-a153-c6f9f8a23be6 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@7ebbfcd9 (id: 6274dfaa-ba51-41e5-a153-c6f9f8a23be6, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 118f45b5-e12d-4ce6-8162-a208e0f7ef12 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@25de38be (id: 118f45b5-e12d-4ce6-8162-a208e0f7ef12, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@553cc812 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5afc6388 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2437bcb4 (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de4f98cf-fa5a-408c-9b52-f35496168a48 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@2aba9921 (id: de4f98cf-fa5a-408c-9b52-f35496168a48, sid: de4f98cf-fa5a-408c-9b52-f35496168a48) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 744f10e9-48eb-4bb5-a151-5bcdd4fee4eb org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@6d7decaa (id: 744f10e9-48eb-4bb5-a151-5bcdd4fee4eb, sid: 744f10e9-48eb-4bb5-a151-5bcdd4fee4eb) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = b2a73434-d084-4ae2-805a-22eaeaf86c34 org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@5d66b9f4 (id: b2a73434-d084-4ae2-805a-22eaeaf86c34, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fbcd5803-061f-4153-99f2-a17a92b39b27 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@3f4a976c (id: fbcd5803-061f-4153-99f2-a17a92b39b27, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e2f8e419-5380-46c9-a3bc-9fb0f258b529 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2ed01e42 (id: e2f8e419-5380-46c9-a3bc-9fb0f258b529, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 594f73a1-4550-4a3e-8cc8-797196a2a495 org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@4611bb75 (id: 594f73a1-4550-4a3e-8cc8-797196a2a495, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b19cc1c5-ad5b-4def-8432-9741fe1c8bbb org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2d8ba52c (id: b19cc1c5-ad5b-4def-8432-9741fe1c8bbb, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ddab2138-314c-44a6-9424-f86b6a4e5bba org.polarsys.capella.core.data.information.impl.DataPkgImpl@54465317 (id: ddab2138-314c-44a6-9424-f86b6a4e5bba, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@4a966e4a (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f7b02ad-93d9-49da-8471-14134e2bf39a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@53b3d38e (id: 2f7b02ad-93d9-49da-8471-14134e2bf39a, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2fb41bf-08ec-489b-aa48-5521cf749841 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@1d777ce (id: b2fb41bf-08ec-489b-aa48-5521cf749841, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e573574d-779d-4cc6-bc6f-7d1a2a6576cd org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4f5c4bac (id: e573574d-779d-4cc6-bc6f-7d1a2a6576cd, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4b71796d-198f-48f7-a0fb-ab6ac26fcbed org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@30839a0 (id: 4b71796d-198f-48f7-a0fb-ab6ac26fcbed, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = fc03120c-9ae4-47d9-99c2-41773ca8c23f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5b5a2361 (id: fc03120c-9ae4-47d9-99c2-41773ca8c23f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b664ff43-36fa-4eac-a435-168bcdc0ce04 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49ce4b89 (id: b664ff43-36fa-4eac-a435-168bcdc0ce04, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c261d2aa-c641-428a-bc5b-6ea70471db88 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6cf623b1 (id: c261d2aa-c641-428a-bc5b-6ea70471db88, sid: c261d2aa-c641-428a-bc5b-6ea70471db88) (name: E1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = b4cc4317-a5b2-4d57-9011-1cb701120e60 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2e71d2b6 (id: b4cc4317-a5b2-4d57-9011-1cb701120e60, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@243abd32 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@674555c0 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cdae9cf-cc39-4d9a-935b-16481711e92c org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@490f218 (id: 0cdae9cf-cc39-4d9a-935b-16481711e92c, sid: 0cdae9cf-cc39-4d9a-935b-16481711e92c) (name: PVG11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bca5f08a-801c-4048-9d60-9039022e1140 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@2dbb5ad1 (id: bca5f08a-801c-4048-9d60-9039022e1140, sid: bca5f08a-801c-4048-9d60-9039022e1140) (name: BPV111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 51441522-28c1-473b-b9d4-26a505701a31 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@29a9810c (id: 51441522-28c1-473b-b9d4-26a505701a31, sid: 51441522-28c1-473b-b9d4-26a505701a31) (name: BPV111112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 3d879f67-0014-45e6-a4ea-0774b057d4ea org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@28d75c84 (id: 3d879f67-0014-45e6-a4ea-0774b057d4ea, sid: 3d879f67-0014-45e6-a4ea-0774b057d4ea) (name: PVG111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68e84860-26fd-4f0a-8011-6faac9386bca org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@2b547bb4 (id: 68e84860-26fd-4f0a-8011-6faac9386bca, sid: 68e84860-26fd-4f0a-8011-6faac9386bca) (name: BPV1111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 144fc667-f218-44a8-ae20-d41a86913d89 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@5ccec1dd (id: 144fc667-f218-44a8-ae20-d41a86913d89, sid: 144fc667-f218-44a8-ae20-d41a86913d89) (name: BPV1111112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = b337cf76-9484-4c48-a4e1-4ace00ac7d92 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@398a9aa9 (id: b337cf76-9484-4c48-a4e1-4ace00ac7d92, sid: b337cf76-9484-4c48-a4e1-4ace00ac7d92) (name: PVG11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bbccc670-5281-4f4c-8630-1b94c8feb7c7 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@2babd260 (id: bbccc670-5281-4f4c-8630-1b94c8feb7c7, sid: bbccc670-5281-4f4c-8630-1b94c8feb7c7) (name: BPV111121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = a6b8f9b1-8714-4cf7-885e-9b8044800879 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@23aa857a (id: a6b8f9b1-8714-4cf7-885e-9b8044800879, sid: a6b8f9b1-8714-4cf7-885e-9b8044800879) (name: BPV111122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = deb2c2d4-f7c1-4561-9d19-c3287909cf95 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@9c078fb (id: deb2c2d4-f7c1-4561-9d19-c3287909cf95, sid: deb2c2d4-f7c1-4561-9d19-c3287909cf95) (name: PVG111121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0101ee0d-52d6-4c71-9fd3-0ea846295c57 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@64f2f4b8 (id: 0101ee0d-52d6-4c71-9fd3-0ea846295c57, sid: 0101ee0d-52d6-4c71-9fd3-0ea846295c57) (name: BPV1111211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 738079d0-fda3-47cb-b3a1-3dcad6620c46 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@11bf1294 (id: 738079d0-fda3-47cb-b3a1-3dcad6620c46, sid: 738079d0-fda3-47cb-b3a1-3dcad6620c46) (name: BPV1111212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 9f123f40-ea1d-46a1-87b3-6af021891ba0 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@76a29bd0 (id: 9f123f40-ea1d-46a1-87b3-6af021891ba0, sid: 9f123f40-ea1d-46a1-87b3-6af021891ba0) (name: PVG111131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c144f839-af93-404c-a089-c73f5f58702b org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@5ee7cc2c (id: c144f839-af93-404c-a089-c73f5f58702b, sid: c144f839-af93-404c-a089-c73f5f58702b) (name: BPV1111311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 62fa84ee-d617-4ae9-83bb-fc4c007feb4a org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@1114f4f1 (id: 62fa84ee-d617-4ae9-83bb-fc4c007feb4a, sid: 62fa84ee-d617-4ae9-83bb-fc4c007feb4a) (name: BPV1111312) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 50936eab-96fd-41e8-8b3e-1d2319f0d471 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@7295bb76 (id: 50936eab-96fd-41e8-8b3e-1d2319f0d471, sid: 50936eab-96fd-41e8-8b3e-1d2319f0d471) (name: PVP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 14152666-9450-491d-9cd1-f9cb97ea55b2 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@48f65d6 (id: 14152666-9450-491d-9cd1-f9cb97ea55b2, sid: 14152666-9450-491d-9cd1-f9cb97ea55b2) (name: BPV211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 4045cb96-744e-4046-9665-5614999f419d org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@2c3f326b (id: 4045cb96-744e-4046-9665-5614999f419d, sid: 4045cb96-744e-4046-9665-5614999f419d) (name: PVG211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bec77078-66bb-40f8-af61-7b7fe9c2d4c1 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyValueImpl@45e6372a (id: bec77078-66bb-40f8-af61-7b7fe9c2d4c1, sid: bec77078-66bb-40f8-af61-7b7fe9c2d4c1) (name: EPV2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e662ea2e-5e62-4d03-919c-6cfb5a27657e org.polarsys.capella.core.data.capellacore.impl.IntegerPropertyValueImpl@1a777aeb (id: e662ea2e-5e62-4d03-919c-6cfb5a27657e, sid: e662ea2e-5e62-4d03-919c-6cfb5a27657e) (name: IPV2112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: 0) ID = 1fc7da80-1ec9-4706-8776-a81b7e0ce21a org.polarsys.capella.core.data.capellacore.impl.IntegerPropertyValueImpl@65a91da6 (id: 1fc7da80-1ec9-4706-8776-a81b7e0ce21a, sid: 1fc7da80-1ec9-4706-8776-a81b7e0ce21a) (name: IPV2113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: 0) ID = a6f4eee6-77e8-4e93-a140-54767e14428f org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@30d0c712 (id: a6f4eee6-77e8-4e93-a140-54767e14428f, sid: a6f4eee6-77e8-4e93-a140-54767e14428f) (name: PVG212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3441d4aa-e7cb-4768-b981-ee01f9fdc0c3 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyValueImpl@44fbf945 (id: 3441d4aa-e7cb-4768-b981-ee01f9fdc0c3, sid: 3441d4aa-e7cb-4768-b981-ee01f9fdc0c3) (name: EPV2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 40bddd17-caed-49cd-a96d-4936b7a6776e org.polarsys.capella.core.data.capellacore.impl.FloatPropertyValueImpl@657a7313 (id: 40bddd17-caed-49cd-a96d-4936b7a6776e, sid: 40bddd17-caed-49cd-a96d-4936b7a6776e) (name: FPV2122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: 0.0) ID = ae03f42c-6668-4a8f-97b4-209c39ef73a3 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@48931637 (id: ae03f42c-6668-4a8f-97b4-209c39ef73a3, sid: ae03f42c-6668-4a8f-97b4-209c39ef73a3) (name: PVG2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 694e22f7-0da4-446c-a92e-097c066ba9ff org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@7ecdb060 (id: 694e22f7-0da4-446c-a92e-097c066ba9ff, sid: 694e22f7-0da4-446c-a92e-097c066ba9ff) (name: BPV21211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = ebdffc78-9728-431d-8f1a-d17488253e3c org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@65675f2d (id: ebdffc78-9728-431d-8f1a-d17488253e3c, sid: ebdffc78-9728-431d-8f1a-d17488253e3c) (name: BPV21212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@53334a79 (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@341cc86 (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@101c323e (id: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412, sid: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 087c57b8-39cd-483d-92d4-cd4fc0b4768f org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@4f5d9927 (id: 087c57b8-39cd-483d-92d4-cd4fc0b4768f, sid: 087c57b8-39cd-483d-92d4-cd4fc0b4768f) (name: BPV111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 21272212-a655-4a48-bf94-0310f39c2bd9 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@6f46237 (id: 21272212-a655-4a48-bf94-0310f39c2bd9, sid: 21272212-a655-4a48-bf94-0310f39c2bd9) (name: PVG111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cd769b9-0495-4963-9950-71d93d39eded org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@bdcbb93 (id: 5cd769b9-0495-4963-9950-71d93d39eded, sid: 5cd769b9-0495-4963-9950-71d93d39eded) (name: BPV1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = e40519bd-c5a3-4275-90e1-3bdbb7a4fd12 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@7aa0f514 (id: e40519bd-c5a3-4275-90e1-3bdbb7a4fd12, sid: e40519bd-c5a3-4275-90e1-3bdbb7a4fd12) (name: BPV1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 6ade04ca-26df-449e-9916-615189809d7c org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@5917dfc6 (id: 6ade04ca-26df-449e-9916-615189809d7c, sid: 6ade04ca-26df-449e-9916-615189809d7c) (name: PVG1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa063629-77b5-43eb-915a-fad93968c1c8 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@7c57fb09 (id: aa063629-77b5-43eb-915a-fad93968c1c8, sid: aa063629-77b5-43eb-915a-fad93968c1c8) (name: BPV11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = edff2b9c-5b14-4cb1-b1ba-c201c48b4d2d org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@12b9d733 (id: edff2b9c-5b14-4cb1-b1ba-c201c48b4d2d, sid: edff2b9c-5b14-4cb1-b1ba-c201c48b4d2d) (name: BPV11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = f27f1d0c-ce21-4b7c-8c52-35499ed1f451 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6f4c9825 (id: f27f1d0c-ce21-4b7c-8c52-35499ed1f451, sid: f27f1d0c-ce21-4b7c-8c52-35499ed1f451) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 56fcc675-af68-454d-bf58-6f5fa65e8d2b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@8c293e5 (id: 56fcc675-af68-454d-bf58-6f5fa65e8d2b, sid: 56fcc675-af68-454d-bf58-6f5fa65e8d2b) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e92fe549-8c09-4443-907a-dffd0e22973c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4b8eae47 (id: e92fe549-8c09-4443-907a-dffd0e22973c, sid: e92fe549-8c09-4443-907a-dffd0e22973c) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aea4cef8-7e86-4e90-ae6d-0b832bc25c9b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1c54d725 (id: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b, sid: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@e635f18 (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6cfd291f (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@c1b0e00 (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11539a54-eaba-482b-8525-19a5850b8af9 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@3a9ec00e (id: 11539a54-eaba-482b-8525-19a5850b8af9, sid: 11539a54-eaba-482b-8525-19a5850b8af9) (name: I1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 561e6001-5370-47bd-9b9b-92fe39360aa2 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@2e91c3da (id: 561e6001-5370-47bd-9b9b-92fe39360aa2, sid: 561e6001-5370-47bd-9b9b-92fe39360aa2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2ba1b2c6 (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7f1ed2bc (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = bb0b8163-9bf6-45e3-b7fc-730a24687d90 org.polarsys.capella.core.data.cs.impl.PartImpl@334ce3e1 (id: bb0b8163-9bf6-45e3-b7fc-730a24687d90, sid: bb0b8163-9bf6-45e3-b7fc-730a24687d90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c1bb49ad-1259-471d-a992-3144670dff62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@13e37941 (id: c1bb49ad-1259-471d-a992-3144670dff62, sid: c1bb49ad-1259-471d-a992-3144670dff62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@35f2ce79 (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a9188b92-cfc3-482e-aa0c-d25ce0777941 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@3c707149 (id: a9188b92-cfc3-482e-aa0c-d25ce0777941, sid: a9188b92-cfc3-482e-aa0c-d25ce0777941) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 875f34ab-b618-4ac1-bbfb-91ea8193f9f5 org.polarsys.capella.core.data.cs.impl.PartImpl@43741086 (id: 875f34ab-b618-4ac1-bbfb-91ea8193f9f5, sid: 875f34ab-b618-4ac1-bbfb-91ea8193f9f5) (name: PC13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1d2823a8 (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = dd388a37-a925-409a-bcbc-b7202c7b38b4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@572f0ae1 (id: dd388a37-a925-409a-bcbc-b7202c7b38b4, sid: dd388a37-a925-409a-bcbc-b7202c7b38b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC13, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 561c74fc-1108-4e29-bd6b-d9b35dd05cac org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@b4646cf (id: 561c74fc-1108-4e29-bd6b-d9b35dd05cac, sid: 561c74fc-1108-4e29-bd6b-d9b35dd05cac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcbbe32b-8645-4263-8442-ff4a2814c290 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@5e90628f (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2bfe2593 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1c96dafc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5a3845d (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@388b4e55 (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7049dc14 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@4b5e1752 (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@54d3b32b (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@539e2bce (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@50eb5f94 (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@26df0c25 (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5d81dbc7 (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4af2d69c (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ead2528a-4c98-4f98-adfa-b6f2be08670d org.polarsys.capella.core.data.information.impl.DataPkgImpl@1bb8813a (id: ead2528a-4c98-4f98-adfa-b6f2be08670d, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 21f3f22b-73ef-4b53-a029-ab51b5eb9309 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@74b7c5b9 (id: 21f3f22b-73ef-4b53-a029-ab51b5eb9309, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d86a5d1a-221a-4aea-ab39-f1d197c042b5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4fc5e400 (id: d86a5d1a-221a-4aea-ab39-f1d197c042b5, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 12a7cc39-7a9d-4b5f-be69-6f7603034573 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@55d91904 (id: 12a7cc39-7a9d-4b5f-be69-6f7603034573, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 20a535df-4219-4b56-9f7b-97d7ec5425b0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@a37f3d4 (id: 20a535df-4219-4b56-9f7b-97d7ec5425b0, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 3ad3fec6-58a1-48c3-84e2-6bb9f2390ad1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@40e76526 (id: 3ad3fec6-58a1-48c3-84e2-6bb9f2390ad1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c8bb251f-a3ae-4454-b793-994ad6d06ec0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@20e26cde (id: c8bb251f-a3ae-4454-b793-994ad6d06ec0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 40a21b1b-a5fc-4516-8a2d-158fda1cb7ff org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@3d6e50ff (id: 40a21b1b-a5fc-4516-8a2d-158fda1cb7ff, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = b11dc065-cae0-4431-9fc5-9fca5ac62d12 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@872add5 (id: b11dc065-cae0-4431-9fc5-9fca5ac62d12, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 68a9accc-f284-470f-b57b-41e0179389c8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@73c727a8 (id: 68a9accc-f284-470f-b57b-41e0179389c8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 17ae24cc-9bcc-479e-afa0-04a781fc0cfe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@40f02192 (id: 17ae24cc-9bcc-479e-afa0-04a781fc0cfe, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 93161e94-2dde-4d93-877b-55a8346e23ab org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@f5668db (id: 93161e94-2dde-4d93-877b-55a8346e23ab, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 043fb3b0-a336-46e0-becb-ade0f9c96611 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@125770e1 (id: 043fb3b0-a336-46e0-becb-ade0f9c96611, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 35f59838-3601-4730-8411-50505f65bd54 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5867ef64 (id: 35f59838-3601-4730-8411-50505f65bd54, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@218ea41e (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@68aab94 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f7e6b8c (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@75ef3288 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2115c67f (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ea32328b-1b4c-40b0-ae20-26a898875bff org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@25f61a0b (id: ea32328b-1b4c-40b0-ae20-26a898875bff, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c5dcac22-a32f-4fe4-83f1-2a3cb4985f5f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@c8fa62c (id: c5dcac22-a32f-4fe4-83f1-2a3cb4985f5f, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4b8db6b1-329d-4404-bc1a-03e9292e6a29 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6b747416 (id: 4b8db6b1-329d-4404-bc1a-03e9292e6a29, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8916cbe5-24dd-4f39-96d2-dbbacd8ad616 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@272818d2 (id: 8916cbe5-24dd-4f39-96d2-dbbacd8ad616, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7b94271c-7dc4-4129-9d81-90430b624e08 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@321b787e (id: 7b94271c-7dc4-4129-9d81-90430b624e08, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 4dcb444b-a5fe-46e6-98da-08d4b4ce3fbe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@43d406d7 (id: 4dcb444b-a5fe-46e6-98da-08d4b4ce3fbe, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 348cfa3b-02df-4d15-8096-34336dd357f4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b481e7f (id: 348cfa3b-02df-4d15-8096-34336dd357f4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 835e951d-a3a8-4f4f-9eec-4db9b3b73aee org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6cc1794c (id: 835e951d-a3a8-4f4f-9eec-4db9b3b73aee, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95d44ef3-87d7-41ce-83e8-1c54ad7553f1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5f02422 (id: 95d44ef3-87d7-41ce-83e8-1c54ad7553f1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5413cc28-b198-41b7-af78-5ff1f8dbcd74 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@66f168f5 (id: 5413cc28-b198-41b7-af78-5ff1f8dbcd74, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = efb5c05c-8d3f-47b3-a75b-3f4aa9c64c13 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2d0139b2 (id: efb5c05c-8d3f-47b3-a75b-3f4aa9c64c13, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 56e423b1-986e-4ac1-a8ff-0cd0a79efc7f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4a6d2e47 (id: 56e423b1-986e-4ac1-a8ff-0cd0a79efc7f, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d845e844-26b9-4f51-b3f1-e75640133203 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4eb8c21c (id: d845e844-26b9-4f51-b3f1-e75640133203, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@197e73e6 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@2041fbae (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@76061fa9 (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@720550fc (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@75cb4786 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@53432d51 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@44849754 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2bfe2593 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1c96dafc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@388b4e55 (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8aa94cf2-1f69-4ce1-adf6-3722b58ecef7 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@55895492 (id: 8aa94cf2-1f69-4ce1-adf6-3722b58ecef7, sid: 8aa94cf2-1f69-4ce1-adf6-3722b58ecef7) (name: RPVP) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 656df886-b164-48d2-b829-10c97c2a7425 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@38aed5ef (id: 656df886-b164-48d2-b829-10c97c2a7425, sid: 656df886-b164-48d2-b829-10c97c2a7425) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7049dc14 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5c2cd05-edee-4751-a620-a6bc2b9d1ea4 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@50d846b4 (id: f5c2cd05-edee-4751-a620-a6bc2b9d1ea4, sid: f5c2cd05-edee-4751-a620-a6bc2b9d1ea4) (name: OPVP) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 107053e9-1bc5-4955-886b-3e06eb3dec37 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@43e96dbe (id: 107053e9-1bc5-4955-886b-3e06eb3dec37, sid: 107053e9-1bc5-4955-886b-3e06eb3dec37) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 54cacae4-7c7f-4ac7-9df2-96fa913e1ef6 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@388dea8e (id: 54cacae4-7c7f-4ac7-9df2-96fa913e1ef6, sid: 54cacae4-7c7f-4ac7-9df2-96fa913e1ef6) (name: SPVP) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1228fb98-7660-4384-aa93-36c1289f51f9 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@14c6fb52 (id: 1228fb98-7660-4384-aa93-36c1289f51f9, sid: 1228fb98-7660-4384-aa93-36c1289f51f9) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = b305c3b5-18af-42b8-819c-a97f6880b487 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@7d283199 (id: b305c3b5-18af-42b8-819c-a97f6880b487, sid: b305c3b5-18af-42b8-819c-a97f6880b487) (name: LPVP) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a1205b44-7545-428e-8e60-acbca3ebc1e6 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@2d58a06b (id: a1205b44-7545-428e-8e60-acbca3ebc1e6, sid: a1205b44-7545-428e-8e60-acbca3ebc1e6) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@4b5e1752 (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@54d3b32b (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@bb16e4c (id: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412, sid: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f27f1d0c-ce21-4b7c-8c52-35499ed1f451 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1df3027d (id: f27f1d0c-ce21-4b7c-8c52-35499ed1f451, sid: f27f1d0c-ce21-4b7c-8c52-35499ed1f451) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 56fcc675-af68-454d-bf58-6f5fa65e8d2b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@45da596c (id: 56fcc675-af68-454d-bf58-6f5fa65e8d2b, sid: 56fcc675-af68-454d-bf58-6f5fa65e8d2b) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e92fe549-8c09-4443-907a-dffd0e22973c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7c6cc7c7 (id: e92fe549-8c09-4443-907a-dffd0e22973c, sid: e92fe549-8c09-4443-907a-dffd0e22973c) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aea4cef8-7e86-4e90-ae6d-0b832bc25c9b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6bb05408 (id: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b, sid: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@50eb5f94 (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@26df0c25 (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5d81dbc7 (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c261d2aa-c641-428a-bc5b-6ea70471db88 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@56ce8951 (id: c261d2aa-c641-428a-bc5b-6ea70471db88, sid: c261d2aa-c641-428a-bc5b-6ea70471db88) (name: E1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 11539a54-eaba-482b-8525-19a5850b8af9 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@1e0fb5a5 (id: 11539a54-eaba-482b-8525-19a5850b8af9, sid: 11539a54-eaba-482b-8525-19a5850b8af9) (name: I1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 561e6001-5370-47bd-9b9b-92fe39360aa2 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@14924e0f (id: 561e6001-5370-47bd-9b9b-92fe39360aa2, sid: 561e6001-5370-47bd-9b9b-92fe39360aa2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4af2d69c (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@197e73e6 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@2041fbae (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@76061fa9 (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 561c74fc-1108-4e29-bd6b-d9b35dd05cac org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@312d1ff7 (id: 561c74fc-1108-4e29-bd6b-d9b35dd05cac, sid: 561c74fc-1108-4e29-bd6b-d9b35dd05cac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcbbe32b-8645-4263-8442-ff4a2814c290 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@5dbb1c6b (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@37621679 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@38b704f3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@67725f4b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@899ce7b (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0ab3a739-004f-4329-b19c-c397441538d4 org.polarsys.capella.core.data.oa.impl.OperationalAnalysisImpl@279c4895 (id: 0ab3a739-004f-4329-b19c-c397441538d4, sid: 0ab3a739-004f-4329-b19c-c397441538d4) (name: Operational Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bd220bc0-d711-468f-a7f5-2b70501aeed2 org.polarsys.capella.core.data.oa.impl.OperationalActivityPkgImpl@58e2dcb3 (id: bd220bc0-d711-468f-a7f5-2b70501aeed2, sid: null) (name: Operational Activities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f5940fc-03f4-4a42-a51d-238e1ee72277 org.polarsys.capella.core.data.oa.impl.OperationalActivityImpl@cc3a6bf (id: 3f5940fc-03f4-4a42-a51d-238e1ee72277, sid: null) (name: Root Operational Activity) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f4cbc8c7-9033-4fc0-be82-46ecb370af3b org.polarsys.capella.core.data.oa.impl.OperationalCapabilityPkgImpl@1fd467ff (id: f4cbc8c7-9033-4fc0-be82-46ecb370af3b, sid: null) (name: Operational Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62dc7041-978a-4cfb-abf9-13dfb4a0c618 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@20a35a4e (id: 62dc7041-978a-4cfb-abf9-13dfb4a0c618, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e8fbbfc7-d77d-4d6b-8e8b-84b6194697a7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6eea0dad (id: e8fbbfc7-d77d-4d6b-8e8b-84b6194697a7, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ae592506-c17d-4512-8db0-58a1faf4a2a9 org.polarsys.capella.core.data.oa.impl.EntityPkgImpl@55730cb1 (id: ae592506-c17d-4512-8db0-58a1faf4a2a9, sid: null) (name: Operational Entities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4e443647-3d47-456e-b186-94c6c07f31ac org.polarsys.capella.core.data.cs.impl.PartImpl@40a417dc (id: 4e443647-3d47-456e-b186-94c6c07f31ac, sid: null) (name: Operational Entity) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1aecfd18-639c-4d0d-953d-d0eaf79b84f6 org.polarsys.capella.core.data.oa.impl.EntityImpl@354066af (id: 1aecfd18-639c-4d0d-953d-d0eaf79b84f6, sid: null) (name: Operational Entity) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = de4f98cf-fa5a-408c-9b52-f35496168a48 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@2a61fcb7 (id: de4f98cf-fa5a-408c-9b52-f35496168a48, sid: de4f98cf-fa5a-408c-9b52-f35496168a48) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2a73434-d084-4ae2-805a-22eaeaf86c34 org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@7b18bffe (id: b2a73434-d084-4ae2-805a-22eaeaf86c34, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fbcd5803-061f-4153-99f2-a17a92b39b27 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@19872bb2 (id: fbcd5803-061f-4153-99f2-a17a92b39b27, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e2f8e419-5380-46c9-a3bc-9fb0f258b529 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@32b96337 (id: e2f8e419-5380-46c9-a3bc-9fb0f258b529, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 594f73a1-4550-4a3e-8cc8-797196a2a495 org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@c60cdd1 (id: 594f73a1-4550-4a3e-8cc8-797196a2a495, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b19cc1c5-ad5b-4def-8432-9741fe1c8bbb org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2c9aad54 (id: b19cc1c5-ad5b-4def-8432-9741fe1c8bbb, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ddab2138-314c-44a6-9424-f86b6a4e5bba org.polarsys.capella.core.data.information.impl.DataPkgImpl@62e2523 (id: ddab2138-314c-44a6-9424-f86b6a4e5bba, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@70f47d5 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5b891995-4125-4d88-9580-d7bee33fd625 org.polarsys.capella.core.data.ctx.impl.SystemComponentImpl@203c111b (id: 5b891995-4125-4d88-9580-d7bee33fd625, sid: null) (name: System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) (dataComponent: false) ID = 2f7b02ad-93d9-49da-8471-14134e2bf39a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1c581a05 (id: 2f7b02ad-93d9-49da-8471-14134e2bf39a, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2fb41bf-08ec-489b-aa48-5521cf749841 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@3a48af9d (id: b2fb41bf-08ec-489b-aa48-5521cf749841, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e573574d-779d-4cc6-bc6f-7d1a2a6576cd org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4c7b69f4 (id: e573574d-779d-4cc6-bc6f-7d1a2a6576cd, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4b71796d-198f-48f7-a0fb-ab6ac26fcbed org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@147509d (id: 4b71796d-198f-48f7-a0fb-ab6ac26fcbed, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = fc03120c-9ae4-47d9-99c2-41773ca8c23f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@61a6bd3d (id: fc03120c-9ae4-47d9-99c2-41773ca8c23f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b664ff43-36fa-4eac-a435-168bcdc0ce04 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@45a9674d (id: b664ff43-36fa-4eac-a435-168bcdc0ce04, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4cc4317-a5b2-4d57-9011-1cb701120e60 org.polarsys.capella.core.data.information.impl.DataPkgImpl@42a5ec1c (id: b4cc4317-a5b2-4d57-9011-1cb701120e60, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@16befe20 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52d91b75-4848-4e42-94d0-9317e65be6ed org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@dabe6bb (id: 52d91b75-4848-4e42-94d0-9317e65be6ed, sid: null) (name: LS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7af06bad (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2c9845d7 (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5d3ab0e2 (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1b05ccd2-8ca3-4e3e-b99f-044518ddfa13 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@4d645e47 (id: 1b05ccd2-8ca3-4e3e-b99f-044518ddfa13, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6614d1ec (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@36d62c31 (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@63520530 (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@78d5d221 (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@bdd238e (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = bb0b8163-9bf6-45e3-b7fc-730a24687d90 org.polarsys.capella.core.data.cs.impl.PartImpl@433460f4 (id: bb0b8163-9bf6-45e3-b7fc-730a24687d90, sid: bb0b8163-9bf6-45e3-b7fc-730a24687d90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c1bb49ad-1259-471d-a992-3144670dff62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@127271c4 (id: c1bb49ad-1259-471d-a992-3144670dff62, sid: c1bb49ad-1259-471d-a992-3144670dff62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 6274dfaa-ba51-41e5-a153-c6f9f8a23be6 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@55591c21 (id: 6274dfaa-ba51-41e5-a153-c6f9f8a23be6, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 118f45b5-e12d-4ce6-8162-a208e0f7ef12 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@638ffef8 (id: 118f45b5-e12d-4ce6-8162-a208e0f7ef12, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@37621679 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@38b704f3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@899ce7b (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8aa94cf2-1f69-4ce1-adf6-3722b58ecef7 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@6b726880 (id: 8aa94cf2-1f69-4ce1-adf6-3722b58ecef7, sid: 8aa94cf2-1f69-4ce1-adf6-3722b58ecef7) (name: RPVP) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 656df886-b164-48d2-b829-10c97c2a7425 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@2d472314 (id: 656df886-b164-48d2-b829-10c97c2a7425, sid: 656df886-b164-48d2-b829-10c97c2a7425) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 0ab3a739-004f-4329-b19c-c397441538d4 org.polarsys.capella.core.data.oa.impl.OperationalAnalysisImpl@279c4895 (id: 0ab3a739-004f-4329-b19c-c397441538d4, sid: 0ab3a739-004f-4329-b19c-c397441538d4) (name: Operational Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5c2cd05-edee-4751-a620-a6bc2b9d1ea4 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@335790f1 (id: f5c2cd05-edee-4751-a620-a6bc2b9d1ea4, sid: f5c2cd05-edee-4751-a620-a6bc2b9d1ea4) (name: OPVP) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 107053e9-1bc5-4955-886b-3e06eb3dec37 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@5dd12494 (id: 107053e9-1bc5-4955-886b-3e06eb3dec37, sid: 107053e9-1bc5-4955-886b-3e06eb3dec37) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = bd220bc0-d711-468f-a7f5-2b70501aeed2 org.polarsys.capella.core.data.oa.impl.OperationalActivityPkgImpl@58e2dcb3 (id: bd220bc0-d711-468f-a7f5-2b70501aeed2, sid: null) (name: Operational Activities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f5940fc-03f4-4a42-a51d-238e1ee72277 org.polarsys.capella.core.data.oa.impl.OperationalActivityImpl@cc3a6bf (id: 3f5940fc-03f4-4a42-a51d-238e1ee72277, sid: null) (name: Root Operational Activity) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f4cbc8c7-9033-4fc0-be82-46ecb370af3b org.polarsys.capella.core.data.oa.impl.OperationalCapabilityPkgImpl@1fd467ff (id: f4cbc8c7-9033-4fc0-be82-46ecb370af3b, sid: null) (name: Operational Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62dc7041-978a-4cfb-abf9-13dfb4a0c618 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@20a35a4e (id: 62dc7041-978a-4cfb-abf9-13dfb4a0c618, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e8fbbfc7-d77d-4d6b-8e8b-84b6194697a7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6eea0dad (id: e8fbbfc7-d77d-4d6b-8e8b-84b6194697a7, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ae592506-c17d-4512-8db0-58a1faf4a2a9 org.polarsys.capella.core.data.oa.impl.EntityPkgImpl@55730cb1 (id: ae592506-c17d-4512-8db0-58a1faf4a2a9, sid: null) (name: Operational Entities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de4f98cf-fa5a-408c-9b52-f35496168a48 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@2a61fcb7 (id: de4f98cf-fa5a-408c-9b52-f35496168a48, sid: de4f98cf-fa5a-408c-9b52-f35496168a48) (name: System Analysis) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 54cacae4-7c7f-4ac7-9df2-96fa913e1ef6 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@45d3196 (id: 54cacae4-7c7f-4ac7-9df2-96fa913e1ef6, sid: 54cacae4-7c7f-4ac7-9df2-96fa913e1ef6) (name: SPVP) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1228fb98-7660-4384-aa93-36c1289f51f9 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@3b8b3ed9 (id: 1228fb98-7660-4384-aa93-36c1289f51f9, sid: 1228fb98-7660-4384-aa93-36c1289f51f9) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = b2a73434-d084-4ae2-805a-22eaeaf86c34 org.polarsys.capella.core.data.ctx.impl.SystemFunctionPkgImpl@7b18bffe (id: b2a73434-d084-4ae2-805a-22eaeaf86c34, sid: null) (name: System Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fbcd5803-061f-4153-99f2-a17a92b39b27 org.polarsys.capella.core.data.ctx.impl.SystemFunctionImpl@19872bb2 (id: fbcd5803-061f-4153-99f2-a17a92b39b27, sid: null) (name: Root System Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e2f8e419-5380-46c9-a3bc-9fb0f258b529 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@32b96337 (id: e2f8e419-5380-46c9-a3bc-9fb0f258b529, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 594f73a1-4550-4a3e-8cc8-797196a2a495 org.polarsys.capella.core.data.ctx.impl.CapabilityPkgImpl@c60cdd1 (id: 594f73a1-4550-4a3e-8cc8-797196a2a495, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b19cc1c5-ad5b-4def-8432-9741fe1c8bbb org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2c9aad54 (id: b19cc1c5-ad5b-4def-8432-9741fe1c8bbb, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ddab2138-314c-44a6-9424-f86b6a4e5bba org.polarsys.capella.core.data.information.impl.DataPkgImpl@62e2523 (id: ddab2138-314c-44a6-9424-f86b6a4e5bba, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = daef0597-fa48-4eed-b955-4b617cfac18a org.polarsys.capella.core.data.ctx.impl.SystemComponentPkgImpl@70f47d5 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f7b02ad-93d9-49da-8471-14134e2bf39a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1c581a05 (id: 2f7b02ad-93d9-49da-8471-14134e2bf39a, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b305c3b5-18af-42b8-819c-a97f6880b487 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@6850a77e (id: b305c3b5-18af-42b8-819c-a97f6880b487, sid: b305c3b5-18af-42b8-819c-a97f6880b487) (name: LPVP) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a1205b44-7545-428e-8e60-acbca3ebc1e6 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@5364b434 (id: a1205b44-7545-428e-8e60-acbca3ebc1e6, sid: a1205b44-7545-428e-8e60-acbca3ebc1e6) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = b2fb41bf-08ec-489b-aa48-5521cf749841 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@3a48af9d (id: b2fb41bf-08ec-489b-aa48-5521cf749841, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e573574d-779d-4cc6-bc6f-7d1a2a6576cd org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4c7b69f4 (id: e573574d-779d-4cc6-bc6f-7d1a2a6576cd, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4b71796d-198f-48f7-a0fb-ab6ac26fcbed org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@147509d (id: 4b71796d-198f-48f7-a0fb-ab6ac26fcbed, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = fc03120c-9ae4-47d9-99c2-41773ca8c23f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@61a6bd3d (id: fc03120c-9ae4-47d9-99c2-41773ca8c23f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b664ff43-36fa-4eac-a435-168bcdc0ce04 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@45a9674d (id: b664ff43-36fa-4eac-a435-168bcdc0ce04, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c261d2aa-c641-428a-bc5b-6ea70471db88 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@795d9812 (id: c261d2aa-c641-428a-bc5b-6ea70471db88, sid: c261d2aa-c641-428a-bc5b-6ea70471db88) (name: E1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = b4cc4317-a5b2-4d57-9011-1cb701120e60 org.polarsys.capella.core.data.information.impl.DataPkgImpl@42a5ec1c (id: b4cc4317-a5b2-4d57-9011-1cb701120e60, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@16befe20 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7af06bad (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2c9845d7 (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5d3ab0e2 (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@58088729 (id: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412, sid: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f27f1d0c-ce21-4b7c-8c52-35499ed1f451 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1dfd269a (id: f27f1d0c-ce21-4b7c-8c52-35499ed1f451, sid: f27f1d0c-ce21-4b7c-8c52-35499ed1f451) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 56fcc675-af68-454d-bf58-6f5fa65e8d2b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@529e1108 (id: 56fcc675-af68-454d-bf58-6f5fa65e8d2b, sid: 56fcc675-af68-454d-bf58-6f5fa65e8d2b) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e92fe549-8c09-4443-907a-dffd0e22973c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6e5e59ab (id: e92fe549-8c09-4443-907a-dffd0e22973c, sid: e92fe549-8c09-4443-907a-dffd0e22973c) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aea4cef8-7e86-4e90-ae6d-0b832bc25c9b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@39d97887 (id: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b, sid: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6614d1ec (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@36d62c31 (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@63520530 (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11539a54-eaba-482b-8525-19a5850b8af9 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@3f3ef3e2 (id: 11539a54-eaba-482b-8525-19a5850b8af9, sid: 11539a54-eaba-482b-8525-19a5850b8af9) (name: I1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 561e6001-5370-47bd-9b9b-92fe39360aa2 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@7f65ce58 (id: 561e6001-5370-47bd-9b9b-92fe39360aa2, sid: 561e6001-5370-47bd-9b9b-92fe39360aa2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@78d5d221 (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@bdd238e (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = bb0b8163-9bf6-45e3-b7fc-730a24687d90 org.polarsys.capella.core.data.cs.impl.PartImpl@433460f4 (id: bb0b8163-9bf6-45e3-b7fc-730a24687d90, sid: bb0b8163-9bf6-45e3-b7fc-730a24687d90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c1bb49ad-1259-471d-a992-3144670dff62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@127271c4 (id: c1bb49ad-1259-471d-a992-3144670dff62, sid: c1bb49ad-1259-471d-a992-3144670dff62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@44e0ed71 (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a9188b92-cfc3-482e-aa0c-d25ce0777941 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@26c36730 (id: a9188b92-cfc3-482e-aa0c-d25ce0777941, sid: a9188b92-cfc3-482e-aa0c-d25ce0777941) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 875f34ab-b618-4ac1-bbfb-91ea8193f9f5 org.polarsys.capella.core.data.cs.impl.PartImpl@425c372 (id: 875f34ab-b618-4ac1-bbfb-91ea8193f9f5, sid: 875f34ab-b618-4ac1-bbfb-91ea8193f9f5) (name: PC13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7fcd6bab (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = dd388a37-a925-409a-bcbc-b7202c7b38b4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7d5e8d6 (id: dd388a37-a925-409a-bcbc-b7202c7b38b4, sid: dd388a37-a925-409a-bcbc-b7202c7b38b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC13, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 561c74fc-1108-4e29-bd6b-d9b35dd05cac org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@13515bb4 (id: 561c74fc-1108-4e29-bd6b-d9b35dd05cac, sid: 561c74fc-1108-4e29-bd6b-d9b35dd05cac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcbbe32b-8645-4263-8442-ff4a2814c290 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@4a74acf2 (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@35ba3673 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4c11e975 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4d241f7c (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1cea019c (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79b5e213 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@46d08872 (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7e2d09ff (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@2c59ae7c (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@562e6b01 (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@43ac0ca8 (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2e305c9 (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@49e0c37c (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ead2528a-4c98-4f98-adfa-b6f2be08670d org.polarsys.capella.core.data.information.impl.DataPkgImpl@5b92d80e (id: ead2528a-4c98-4f98-adfa-b6f2be08670d, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 21f3f22b-73ef-4b53-a029-ab51b5eb9309 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@265d075d (id: 21f3f22b-73ef-4b53-a029-ab51b5eb9309, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d86a5d1a-221a-4aea-ab39-f1d197c042b5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@70027223 (id: d86a5d1a-221a-4aea-ab39-f1d197c042b5, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 12a7cc39-7a9d-4b5f-be69-6f7603034573 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2d271838 (id: 12a7cc39-7a9d-4b5f-be69-6f7603034573, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 20a535df-4219-4b56-9f7b-97d7ec5425b0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6038e73a (id: 20a535df-4219-4b56-9f7b-97d7ec5425b0, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 3ad3fec6-58a1-48c3-84e2-6bb9f2390ad1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2e91638f (id: 3ad3fec6-58a1-48c3-84e2-6bb9f2390ad1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c8bb251f-a3ae-4454-b793-994ad6d06ec0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4d618f14 (id: c8bb251f-a3ae-4454-b793-994ad6d06ec0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 40a21b1b-a5fc-4516-8a2d-158fda1cb7ff org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5892a858 (id: 40a21b1b-a5fc-4516-8a2d-158fda1cb7ff, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = b11dc065-cae0-4431-9fc5-9fca5ac62d12 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7f348547 (id: b11dc065-cae0-4431-9fc5-9fca5ac62d12, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 68a9accc-f284-470f-b57b-41e0179389c8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a9c1c35 (id: 68a9accc-f284-470f-b57b-41e0179389c8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 17ae24cc-9bcc-479e-afa0-04a781fc0cfe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1b44215d (id: 17ae24cc-9bcc-479e-afa0-04a781fc0cfe, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 93161e94-2dde-4d93-877b-55a8346e23ab org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@56d98a05 (id: 93161e94-2dde-4d93-877b-55a8346e23ab, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 043fb3b0-a336-46e0-becb-ade0f9c96611 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@d1c3324 (id: 043fb3b0-a336-46e0-becb-ade0f9c96611, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 35f59838-3601-4730-8411-50505f65bd54 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@37dbfb06 (id: 35f59838-3601-4730-8411-50505f65bd54, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@be38c08 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@35f17b2b (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@453e019 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@74df7a14 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@634b3b4b (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ea32328b-1b4c-40b0-ae20-26a898875bff org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@17bc406b (id: ea32328b-1b4c-40b0-ae20-26a898875bff, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c5dcac22-a32f-4fe4-83f1-2a3cb4985f5f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7bd5d4ab (id: c5dcac22-a32f-4fe4-83f1-2a3cb4985f5f, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4b8db6b1-329d-4404-bc1a-03e9292e6a29 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@13be031c (id: 4b8db6b1-329d-4404-bc1a-03e9292e6a29, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8916cbe5-24dd-4f39-96d2-dbbacd8ad616 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@65b44f20 (id: 8916cbe5-24dd-4f39-96d2-dbbacd8ad616, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7b94271c-7dc4-4129-9d81-90430b624e08 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@10fef4e5 (id: 7b94271c-7dc4-4129-9d81-90430b624e08, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 4dcb444b-a5fe-46e6-98da-08d4b4ce3fbe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45db0add (id: 4dcb444b-a5fe-46e6-98da-08d4b4ce3fbe, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 348cfa3b-02df-4d15-8096-34336dd357f4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@261e4799 (id: 348cfa3b-02df-4d15-8096-34336dd357f4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 835e951d-a3a8-4f4f-9eec-4db9b3b73aee org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6194c135 (id: 835e951d-a3a8-4f4f-9eec-4db9b3b73aee, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 95d44ef3-87d7-41ce-83e8-1c54ad7553f1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@62a483e (id: 95d44ef3-87d7-41ce-83e8-1c54ad7553f1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5413cc28-b198-41b7-af78-5ff1f8dbcd74 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1b3a37c4 (id: 5413cc28-b198-41b7-af78-5ff1f8dbcd74, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = efb5c05c-8d3f-47b3-a75b-3f4aa9c64c13 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4fcc99b5 (id: efb5c05c-8d3f-47b3-a75b-3f4aa9c64c13, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 56e423b1-986e-4ac1-a8ff-0cd0a79efc7f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8967410 (id: 56e423b1-986e-4ac1-a8ff-0cd0a79efc7f, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d845e844-26b9-4f51-b3f1-e75640133203 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5c29a684 (id: d845e844-26b9-4f51-b3f1-e75640133203, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@53b74ac4 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@2189fcbd (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@31e72a38 (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@134b7e61 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@738f4ea1 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@2483b368 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3962fbbe (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@35ba3673 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4c11e975 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1cea019c (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79b5e213 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@46d08872 (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7e2d09ff (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4ec45c7f (id: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412, sid: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f27f1d0c-ce21-4b7c-8c52-35499ed1f451 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@358a517e (id: f27f1d0c-ce21-4b7c-8c52-35499ed1f451, sid: f27f1d0c-ce21-4b7c-8c52-35499ed1f451) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 56fcc675-af68-454d-bf58-6f5fa65e8d2b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2e625067 (id: 56fcc675-af68-454d-bf58-6f5fa65e8d2b, sid: 56fcc675-af68-454d-bf58-6f5fa65e8d2b) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e92fe549-8c09-4443-907a-dffd0e22973c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@69883445 (id: e92fe549-8c09-4443-907a-dffd0e22973c, sid: e92fe549-8c09-4443-907a-dffd0e22973c) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aea4cef8-7e86-4e90-ae6d-0b832bc25c9b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@58d2fe4b (id: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b, sid: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@562e6b01 (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@43ac0ca8 (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2e305c9 (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c261d2aa-c641-428a-bc5b-6ea70471db88 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2429af94 (id: c261d2aa-c641-428a-bc5b-6ea70471db88, sid: c261d2aa-c641-428a-bc5b-6ea70471db88) (name: E1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 11539a54-eaba-482b-8525-19a5850b8af9 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@4fd94740 (id: 11539a54-eaba-482b-8525-19a5850b8af9, sid: 11539a54-eaba-482b-8525-19a5850b8af9) (name: I1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 561e6001-5370-47bd-9b9b-92fe39360aa2 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@6a0a4bd9 (id: 561e6001-5370-47bd-9b9b-92fe39360aa2, sid: 561e6001-5370-47bd-9b9b-92fe39360aa2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@49e0c37c (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@53b74ac4 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@2189fcbd (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@31e72a38 (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = f4b40f3e-b15c-4397-9997-3d1a743702c4 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@3b345edd (id: f4b40f3e-b15c-4397-9997-3d1a743702c4, sid: f4b40f3e-b15c-4397-9997-3d1a743702c4) (name: PC11_PV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 561c74fc-1108-4e29-bd6b-d9b35dd05cac org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2ce25e98 (id: 561c74fc-1108-4e29-bd6b-d9b35dd05cac, sid: 561c74fc-1108-4e29-bd6b-d9b35dd05cac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcbbe32b-8645-4263-8442-ff4a2814c290 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@35b92f6f (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6a3f792 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@336f2256 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@16a0481b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3c3d7cc1 (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f7b02ad-93d9-49da-8471-14134e2bf39a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@584802c6 (id: 2f7b02ad-93d9-49da-8471-14134e2bf39a, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2fb41bf-08ec-489b-aa48-5521cf749841 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@7bb9fd85 (id: b2fb41bf-08ec-489b-aa48-5521cf749841, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e573574d-779d-4cc6-bc6f-7d1a2a6576cd org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@40f67f16 (id: e573574d-779d-4cc6-bc6f-7d1a2a6576cd, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4b71796d-198f-48f7-a0fb-ab6ac26fcbed org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@edb8a2b (id: 4b71796d-198f-48f7-a0fb-ab6ac26fcbed, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = fc03120c-9ae4-47d9-99c2-41773ca8c23f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@223b93be (id: fc03120c-9ae4-47d9-99c2-41773ca8c23f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b664ff43-36fa-4eac-a435-168bcdc0ce04 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2b2543dd (id: b664ff43-36fa-4eac-a435-168bcdc0ce04, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4cc4317-a5b2-4d57-9011-1cb701120e60 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7f522729 (id: b4cc4317-a5b2-4d57-9011-1cb701120e60, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@18aed1e (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52d91b75-4848-4e42-94d0-9317e65be6ed org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@7e97565c (id: 52d91b75-4848-4e42-94d0-9317e65be6ed, sid: null) (name: LS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@19e6d133 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7303e75f (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3c5fbed4 (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1b05ccd2-8ca3-4e3e-b99f-044518ddfa13 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@36c317f4 (id: 1b05ccd2-8ca3-4e3e-b99f-044518ddfa13, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@a6ce3a8 (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@297dfdb5 (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3fa2f9ad (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1b15571a (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3352aa44 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = bb0b8163-9bf6-45e3-b7fc-730a24687d90 org.polarsys.capella.core.data.cs.impl.PartImpl@79add421 (id: bb0b8163-9bf6-45e3-b7fc-730a24687d90, sid: bb0b8163-9bf6-45e3-b7fc-730a24687d90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c1bb49ad-1259-471d-a992-3144670dff62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3865db5f (id: c1bb49ad-1259-471d-a992-3144670dff62, sid: c1bb49ad-1259-471d-a992-3144670dff62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 6274dfaa-ba51-41e5-a153-c6f9f8a23be6 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@66ae1b02 (id: 6274dfaa-ba51-41e5-a153-c6f9f8a23be6, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 118f45b5-e12d-4ce6-8162-a208e0f7ef12 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@5b112996 (id: 118f45b5-e12d-4ce6-8162-a208e0f7ef12, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6a3f792 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@336f2256 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3c3d7cc1 (id: 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5, sid: null) (name: AllPhases-PropertyValues) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@19e6d133 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7303e75f (id: 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a, sid: null) (name: PFP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1a57082-48d9-498e-9726-02b0842687d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3c5fbed4 (id: b1a57082-48d9-498e-9726-02b0842687d8, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@39410992 (id: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412, sid: ce53ac7d-ab7b-4bfe-a3ff-db7e897e7412) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f27f1d0c-ce21-4b7c-8c52-35499ed1f451 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4d16ace6 (id: f27f1d0c-ce21-4b7c-8c52-35499ed1f451, sid: f27f1d0c-ce21-4b7c-8c52-35499ed1f451) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 56fcc675-af68-454d-bf58-6f5fa65e8d2b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2c5be564 (id: 56fcc675-af68-454d-bf58-6f5fa65e8d2b, sid: 56fcc675-af68-454d-bf58-6f5fa65e8d2b) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e92fe549-8c09-4443-907a-dffd0e22973c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2f484c2a (id: e92fe549-8c09-4443-907a-dffd0e22973c, sid: e92fe549-8c09-4443-907a-dffd0e22973c) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = aea4cef8-7e86-4e90-ae6d-0b832bc25c9b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4e4aec56 (id: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b, sid: aea4cef8-7e86-4e90-ae6d-0b832bc25c9b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 5bea29f1-be4a-450c-b209-a0dabdc9142a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@a6ce3a8 (id: 5bea29f1-be4a-450c-b209-a0dabdc9142a, sid: null) (name: RP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7c9de8e3-df78-4732-9fe1-67664e167fd2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@297dfdb5 (id: 7c9de8e3-df78-4732-9fe1-67664e167fd2, sid: null) (name: CRP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cfb83a-530c-4160-b77f-b37460178a50 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3fa2f9ad (id: 76cfb83a-530c-4160-b77f-b37460178a50, sid: null) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11539a54-eaba-482b-8525-19a5850b8af9 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@30df5d42 (id: 11539a54-eaba-482b-8525-19a5850b8af9, sid: 11539a54-eaba-482b-8525-19a5850b8af9) (name: I1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 561e6001-5370-47bd-9b9b-92fe39360aa2 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@5d438952 (id: 561e6001-5370-47bd-9b9b-92fe39360aa2, sid: 561e6001-5370-47bd-9b9b-92fe39360aa2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = e387711d-ed1f-4103-bb8b-7c94678b16e3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1b15571a (id: e387711d-ed1f-4103-bb8b-7c94678b16e3, sid: null) (name: DP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3352aa44 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = bb0b8163-9bf6-45e3-b7fc-730a24687d90 org.polarsys.capella.core.data.cs.impl.PartImpl@79add421 (id: bb0b8163-9bf6-45e3-b7fc-730a24687d90, sid: bb0b8163-9bf6-45e3-b7fc-730a24687d90) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c1bb49ad-1259-471d-a992-3144670dff62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3865db5f (id: c1bb49ad-1259-471d-a992-3144670dff62, sid: c1bb49ad-1259-471d-a992-3144670dff62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0 org.polarsys.capella.core.data.cs.impl.PartImpl@979f6ce (id: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0, sid: 97f35dc8-41bf-4ce6-baaf-b81858f8fdb0) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a9188b92-cfc3-482e-aa0c-d25ce0777941 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@2fdf6d2f (id: a9188b92-cfc3-482e-aa0c-d25ce0777941, sid: a9188b92-cfc3-482e-aa0c-d25ce0777941) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 875f34ab-b618-4ac1-bbfb-91ea8193f9f5 org.polarsys.capella.core.data.cs.impl.PartImpl@68646fc8 (id: 875f34ab-b618-4ac1-bbfb-91ea8193f9f5, sid: 875f34ab-b618-4ac1-bbfb-91ea8193f9f5) (name: PC13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 30ed9216-9b63-4120-88bd-9f1234c7897f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2d7f2230 (id: 30ed9216-9b63-4120-88bd-9f1234c7897f, sid: 30ed9216-9b63-4120-88bd-9f1234c7897f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = f4b40f3e-b15c-4397-9997-3d1a743702c4 org.polarsys.capella.core.data.capellacore.impl.BooleanPropertyValueImpl@27fc9f40 (id: f4b40f3e-b15c-4397-9997-3d1a743702c4, sid: f4b40f3e-b15c-4397-9997-3d1a743702c4) (name: PC11_PV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = dd388a37-a925-409a-bcbc-b7202c7b38b4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@65cb70ff (id: dd388a37-a925-409a-bcbc-b7202c7b38b4, sid: dd388a37-a925-409a-bcbc-b7202c7b38b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC13, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 561c74fc-1108-4e29-bd6b-d9b35dd05cac org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@31f1a0d4 (id: 561c74fc-1108-4e29-bd6b-d9b35dd05cac, sid: 561c74fc-1108-4e29-bd6b-d9b35dd05cac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcbbe32b-8645-4263-8442-ff4a2814c290 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@72b42f35 (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f7b02ad-93d9-49da-8471-14134e2bf39a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@584802c6 (id: 2f7b02ad-93d9-49da-8471-14134e2bf39a, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2fb41bf-08ec-489b-aa48-5521cf749841 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@7bb9fd85 (id: b2fb41bf-08ec-489b-aa48-5521cf749841, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e573574d-779d-4cc6-bc6f-7d1a2a6576cd org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@40f67f16 (id: e573574d-779d-4cc6-bc6f-7d1a2a6576cd, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4b71796d-198f-48f7-a0fb-ab6ac26fcbed org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@edb8a2b (id: 4b71796d-198f-48f7-a0fb-ab6ac26fcbed, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = fc03120c-9ae4-47d9-99c2-41773ca8c23f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@223b93be (id: fc03120c-9ae4-47d9-99c2-41773ca8c23f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b664ff43-36fa-4eac-a435-168bcdc0ce04 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2b2543dd (id: b664ff43-36fa-4eac-a435-168bcdc0ce04, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c261d2aa-c641-428a-bc5b-6ea70471db88 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2d8a7a61 (id: c261d2aa-c641-428a-bc5b-6ea70471db88, sid: c261d2aa-c641-428a-bc5b-6ea70471db88) (name: E1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = b4cc4317-a5b2-4d57-9011-1cb701120e60 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7f522729 (id: b4cc4317-a5b2-4d57-9011-1cb701120e60, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@18aed1e (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload output [Test4] >> require >> load testPVPreference [Test4] >> release >> unload testPVPreference [Test5] >> require >> load Project_test_01 [Test5] >> require >> load output [Test5] >> release >> unload Project_test_01 [Test5] >> release >> unload output [Enabled] >> require >> load Project_test_01 [Enabled] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@46d90562 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@618f17e0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7fc71c03 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@294510da (id: 6f4e32b0-db82-4921-85c0-c24d542ca148, sid: null) (name: CrossPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f170e0f0-1aab-41e0-8d2c-a6080c981370 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@76b2b934 (id: f170e0f0-1aab-41e0-8d2c-a6080c981370, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc8b338b-d547-45d0-bf80-c79095a25a4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2cd26d7 (id: bc8b338b-d547-45d0-bf80-c79095a25a4a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e32d212-eba4-4342-83be-3f6a3f35e7d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@d1de81a (id: 5e32d212-eba4-4342-83be-3f6a3f35e7d7, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@1a6f59ae (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 908d5518-8677-46a3-a833-95ccac80aa4a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1102c7a8 (id: 908d5518-8677-46a3-a833-95ccac80aa4a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = caef795c-ba3f-4ade-aa25-84880e2bbf16 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6252dbc9 (id: caef795c-ba3f-4ade-aa25-84880e2bbf16, sid: caef795c-ba3f-4ade-aa25-84880e2bbf16) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 684484db-867e-46fb-8694-4e6eead70114 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2587e44c (id: 684484db-867e-46fb-8694-4e6eead70114, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4c5a2f85-f796-41cf-932c-f0c57d140a1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@1ab0187a (id: 4c5a2f85-f796-41cf-932c-f0c57d140a1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = d5285a9c-a84f-4f60-a2eb-78875ed04ae8 org.polarsys.capella.core.data.information.impl.DataPkgImpl@107358c5 (id: d5285a9c-a84f-4f60-a2eb-78875ed04ae8, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = cf9e49eb-6e28-4f44-87c8-a8013ac0f04d org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@5600d59d (id: cf9e49eb-6e28-4f44-87c8-a8013ac0f04d, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = cf163c99-66df-4928-8e49-55bf0a01787b org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@568d547d (id: cf163c99-66df-4928-8e49-55bf0a01787b, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 3504fba8-ecc8-401f-b26c-33ee863bb7c5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1256cfca (id: 3504fba8-ecc8-401f-b26c-33ee863bb7c5, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = bc19a7c0-36ed-4158-9c4e-efb38f722a30 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@18690835 (id: bc19a7c0-36ed-4158-9c4e-efb38f722a30, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dd61934d-080a-4b57-9aa3-4f1ee6f2c9ef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@48958a98 (id: dd61934d-080a-4b57-9aa3-4f1ee6f2c9ef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b356726c-212c-43b0-9479-e26ccd99ef34 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7487014b (id: b356726c-212c-43b0-9479-e26ccd99ef34, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c866369b-ba19-4580-a382-f3fb5431c79f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@500ba88e (id: c866369b-ba19-4580-a382-f3fb5431c79f, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 0fd18edd-8564-471c-ad60-02ae9110b5bc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f32a1a (id: 0fd18edd-8564-471c-ad60-02ae9110b5bc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9c2c4c02-be2e-4013-934d-2494a8ba1aef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6456b1d6 (id: 9c2c4c02-be2e-4013-934d-2494a8ba1aef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 83258700-170f-4408-9750-ade4070bcd9c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2817794e (id: 83258700-170f-4408-9750-ade4070bcd9c, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 11db2443-4ed8-4bdf-9be7-cc831fb6eb43 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2555eb1a (id: 11db2443-4ed8-4bdf-9be7-cc831fb6eb43, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 7ebdcccc-5b3b-476b-9934-cb52a0c46fd3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3cefb650 (id: 7ebdcccc-5b3b-476b-9934-cb52a0c46fd3, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c4a80974-fa7a-4622-ab51-621762bb74e0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d66681a (id: c4a80974-fa7a-4622-ab51-621762bb74e0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@48ae7517 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@75b616b7 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3f6b07c6 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5d346379 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6689b305 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 888b52d7-3e3f-4ea7-9b92-2f62eb1829f3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@74af9815 (id: 888b52d7-3e3f-4ea7-9b92-2f62eb1829f3, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 00f02894-7600-4e35-b1b1-17fa6aa1d868 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@35b3fde6 (id: 00f02894-7600-4e35-b1b1-17fa6aa1d868, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7c80f4ed-362c-43db-bd64-5e1ef48e6f84 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6bcb65f2 (id: 7c80f4ed-362c-43db-bd64-5e1ef48e6f84, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7e8ccbf5-e3d7-40e3-a3a7-3989b49c2a1e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@50d7f643 (id: 7e8ccbf5-e3d7-40e3-a3a7-3989b49c2a1e, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 02b0db1c-46b6-4772-8c57-d4a90fcb8efa org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@58b0b37c (id: 02b0db1c-46b6-4772-8c57-d4a90fcb8efa, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 9badef94-f758-4260-a54c-455c67cf31b1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@72463941 (id: 9badef94-f758-4260-a54c-455c67cf31b1, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 82eee3bf-4f5b-4090-b6b3-4fc830497a4f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4292260e (id: 82eee3bf-4f5b-4090-b6b3-4fc830497a4f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 90a526b2-2b4e-4c54-8dd6-385de4d398d2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2d98a5f1 (id: 90a526b2-2b4e-4c54-8dd6-385de4d398d2, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5e88ef46-36d9-4c32-b3f2-1aedda02bcf8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@70eed86d (id: 5e88ef46-36d9-4c32-b3f2-1aedda02bcf8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 2fb3002c-333f-4dd2-af6f-e87e4b8dc830 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@33216b00 (id: 2fb3002c-333f-4dd2-af6f-e87e4b8dc830, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f57a31af-2afe-49fb-8c7f-1b3d4d83770b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6050993c (id: f57a31af-2afe-49fb-8c7f-1b3d4d83770b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6c2cc98e-3287-49cf-86da-e60fc31a531e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@80f1fea (id: 6c2cc98e-3287-49cf-86da-e60fc31a531e, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = cd1ae423-3012-4afc-b34c-1b7e186dc068 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@e248336 (id: cd1ae423-3012-4afc-b34c-1b7e186dc068, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7359e52b (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 63dcdc0a-8685-4b5e-809d-e120ddfa5502 org.polarsys.capella.core.data.cs.impl.PartImpl@3ab72885 (id: 63dcdc0a-8685-4b5e-809d-e120ddfa5502, sid: 63dcdc0a-8685-4b5e-809d-e120ddfa5502) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0837ea01-5825-424f-b4af-f1e388fc6292 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3f75e7f6 (id: 0837ea01-5825-424f-b4af-f1e388fc6292, sid: 0837ea01-5825-424f-b4af-f1e388fc6292) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@507a9bde (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@52667216 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@280f0633 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@7443aad1 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@46d90562 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@618f17e0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@294510da (id: 6f4e32b0-db82-4921-85c0-c24d542ca148, sid: null) (name: CrossPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f170e0f0-1aab-41e0-8d2c-a6080c981370 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@76b2b934 (id: f170e0f0-1aab-41e0-8d2c-a6080c981370, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc8b338b-d547-45d0-bf80-c79095a25a4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@2cd26d7 (id: bc8b338b-d547-45d0-bf80-c79095a25a4a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e32d212-eba4-4342-83be-3f6a3f35e7d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@d1de81a (id: 5e32d212-eba4-4342-83be-3f6a3f35e7d7, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 45c3314b-0a97-4427-bb63-f40b77c0586d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6a378644 (id: 45c3314b-0a97-4427-bb63-f40b77c0586d, sid: 45c3314b-0a97-4427-bb63-f40b77c0586d) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5af163c3-3b95-4b52-baf8-982ca77688b3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@92fe92f (id: 5af163c3-3b95-4b52-baf8-982ca77688b3, sid: 5af163c3-3b95-4b52-baf8-982ca77688b3) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1961cdeb-3873-40cb-9900-b29859527ed2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@623f8d43 (id: 1961cdeb-3873-40cb-9900-b29859527ed2, sid: 1961cdeb-3873-40cb-9900-b29859527ed2) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6812184f-5c85-4766-97dd-e448214c7f4d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@80f426 (id: 6812184f-5c85-4766-97dd-e448214c7f4d, sid: 6812184f-5c85-4766-97dd-e448214c7f4d) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f0be1ddc-a50c-4dc6-a052-cdf90eed510a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@565357d4 (id: f0be1ddc-a50c-4dc6-a052-cdf90eed510a, sid: f0be1ddc-a50c-4dc6-a052-cdf90eed510a) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 30a1f6e1-a70b-4394-b174-ccbbec46ab7b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e086e7e (id: 30a1f6e1-a70b-4394-b174-ccbbec46ab7b, sid: 30a1f6e1-a70b-4394-b174-ccbbec46ab7b) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 67a1f085-753e-4735-a588-9ea3e084c318 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@758f915b (id: 67a1f085-753e-4735-a588-9ea3e084c318, sid: 67a1f085-753e-4735-a588-9ea3e084c318) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c478fb80-501f-4ed1-bdae-5c69f94a811a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@48a4a3f0 (id: c478fb80-501f-4ed1-bdae-5c69f94a811a, sid: c478fb80-501f-4ed1-bdae-5c69f94a811a) (name: PF14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 27c297e0-e30c-41c6-8795-b674d3ff0c2d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@35224f04 (id: 27c297e0-e30c-41c6-8795-b674d3ff0c2d, sid: 27c297e0-e30c-41c6-8795-b674d3ff0c2d) (name: FIP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 31277dec-0361-4c37-ad1d-0f171c33eda6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7823e189 (id: 31277dec-0361-4c37-ad1d-0f171c33eda6, sid: 31277dec-0361-4c37-ad1d-0f171c33eda6) (name: FIP142) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f1fac1ae-4107-41b5-abae-eee3954a580b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@71afa29f (id: f1fac1ae-4107-41b5-abae-eee3954a580b, sid: f1fac1ae-4107-41b5-abae-eee3954a580b) (name: FOP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ea73a522-e57f-4f39-babd-61112f3c01af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1c792479 (id: ea73a522-e57f-4f39-babd-61112f3c01af, sid: ea73a522-e57f-4f39-babd-61112f3c01af) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8054fd3d-0100-4907-bdaf-3bd6c98d28a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3b84029d (id: 8054fd3d-0100-4907-bdaf-3bd6c98d28a0, sid: 8054fd3d-0100-4907-bdaf-3bd6c98d28a0) (name: FIP151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 742f0d0e-4797-4d5a-a5fa-85265c89819f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5f4c51b (id: 742f0d0e-4797-4d5a-a5fa-85265c89819f, sid: 742f0d0e-4797-4d5a-a5fa-85265c89819f) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8f9865c6-ce58-455a-9a4b-dfce4e686e0b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1e7fafd2 (id: 8f9865c6-ce58-455a-9a4b-dfce4e686e0b, sid: 8f9865c6-ce58-455a-9a4b-dfce4e686e0b) (name: FIP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1a745ec4-6a14-41f8-9ce3-5536c88f11dd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2695853b (id: 1a745ec4-6a14-41f8-9ce3-5536c88f11dd, sid: 1a745ec4-6a14-41f8-9ce3-5536c88f11dd) (name: FOP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 48705a2e-be44-4f23-b807-538bd9dff4dd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4f4c6ab (id: 48705a2e-be44-4f23-b807-538bd9dff4dd, sid: 48705a2e-be44-4f23-b807-538bd9dff4dd) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d4e5172f-9a6f-4ebd-a069-6d26feed636a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@769d4dc5 (id: d4e5172f-9a6f-4ebd-a069-6d26feed636a, sid: d4e5172f-9a6f-4ebd-a069-6d26feed636a) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bdc954e1-e040-4878-af4c-9816e2da5809 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7686fe3 (id: bdc954e1-e040-4878-af4c-9816e2da5809, sid: bdc954e1-e040-4878-af4c-9816e2da5809) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 029d5f48-a088-4b65-a39e-c0b4bb5de326 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@250b203b (id: 029d5f48-a088-4b65-a39e-c0b4bb5de326, sid: 029d5f48-a088-4b65-a39e-c0b4bb5de326) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@35c8dd7c (id: a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed, sid: a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 908d5518-8677-46a3-a833-95ccac80aa4a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1102c7a8 (id: 908d5518-8677-46a3-a833-95ccac80aa4a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = caef795c-ba3f-4ade-aa25-84880e2bbf16 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6252dbc9 (id: caef795c-ba3f-4ade-aa25-84880e2bbf16, sid: caef795c-ba3f-4ade-aa25-84880e2bbf16) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8d14ee20-0a32-4a8b-ac60-075145b5b08a org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@710d7e83 (id: 8d14ee20-0a32-4a8b-ac60-075145b5b08a, sid: 8d14ee20-0a32-4a8b-ac60-075145b5b08a) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3d03f7c7-fc83-4984-9497-9e4aea29f710 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@3d73c277 (id: 3d03f7c7-fc83-4984-9497-9e4aea29f710, sid: 3d03f7c7-fc83-4984-9497-9e4aea29f710) (name: Scenario 1 FS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 71fd0568-a144-4747-92e2-a48077bde2f5 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3a4b7df6 (id: 71fd0568-a144-4747-92e2-a48077bde2f5, sid: 71fd0568-a144-4747-92e2-a48077bde2f5) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 003f43f0-87be-4efa-b6a9-1e9523e47571 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@4e3365e5 (id: 003f43f0-87be-4efa-b6a9-1e9523e47571, sid: 003f43f0-87be-4efa-b6a9-1e9523e47571) (name: PF14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 19147f73-2cd5-405d-a581-7b13b5d78640 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5450e3c6 (id: 19147f73-2cd5-405d-a581-7b13b5d78640, sid: 19147f73-2cd5-405d-a581-7b13b5d78640) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c773292f-0d16-44b4-96eb-c0db690f8c3f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7793f341 (id: c773292f-0d16-44b4-96eb-c0db690f8c3f, sid: c773292f-0d16-44b4-96eb-c0db690f8c3f) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 14e9b3b2-f272-4d10-9f31-4e752111d5f9 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@16568488 (id: 14e9b3b2-f272-4d10-9f31-4e752111d5f9, sid: 14e9b3b2-f272-4d10-9f31-4e752111d5f9) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 35537fc0-7f60-43d5-a905-90460d9f8e87 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@431fc7ea (id: 35537fc0-7f60-43d5-a905-90460d9f8e87, sid: 35537fc0-7f60-43d5-a905-90460d9f8e87) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2a0e8da1-2659-43a2-b93d-71c20230cd00 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@78e3b236 (id: 2a0e8da1-2659-43a2-b93d-71c20230cd00, sid: 2a0e8da1-2659-43a2-b93d-71c20230cd00) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = c863ec5f-e561-4d02-a190-96dd753f042d org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5ab30b66 (id: c863ec5f-e561-4d02-a190-96dd753f042d, sid: c863ec5f-e561-4d02-a190-96dd753f042d) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c458534e-6d7c-43a7-9ac3-e38d321b0d8b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@67aeb74d (id: c458534e-6d7c-43a7-9ac3-e38d321b0d8b, sid: c458534e-6d7c-43a7-9ac3-e38d321b0d8b) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = bdcf2413-ec56-4f9a-8f20-89736c946231 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@653a8f86 (id: bdcf2413-ec56-4f9a-8f20-89736c946231, sid: bdcf2413-ec56-4f9a-8f20-89736c946231) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 30bb6dcd-b63a-48c9-a68e-6e11e95567eb org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4207204d (id: 30bb6dcd-b63a-48c9-a68e-6e11e95567eb, sid: 30bb6dcd-b63a-48c9-a68e-6e11e95567eb) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = b30d14ae-e40a-4068-83ac-8ee8050636a9 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5001f39f (id: b30d14ae-e40a-4068-83ac-8ee8050636a9, sid: b30d14ae-e40a-4068-83ac-8ee8050636a9) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 3486cde0-ce25-4361-8ce8-dba637ad20a7 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7b3260ec (id: 3486cde0-ce25-4361-8ce8-dba637ad20a7, sid: 3486cde0-ce25-4361-8ce8-dba637ad20a7) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 840cdbca-012a-4852-88e7-19c752029d8a org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@12e1871e (id: 840cdbca-012a-4852-88e7-19c752029d8a, sid: 840cdbca-012a-4852-88e7-19c752029d8a) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 09de2895-25e1-4f36-bd25-c954c41f1804 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@72a3b95a (id: 09de2895-25e1-4f36-bd25-c954c41f1804, sid: 09de2895-25e1-4f36-bd25-c954c41f1804) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 877b82f3-34df-49e6-bec4-e37b4f153cd0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@592970c0 (id: 877b82f3-34df-49e6-bec4-e37b4f153cd0, sid: 877b82f3-34df-49e6-bec4-e37b4f153cd0) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 834ab20c-37fd-45db-a1bb-9c6e1a7bd5be org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@31744e09 (id: 834ab20c-37fd-45db-a1bb-9c6e1a7bd5be, sid: 834ab20c-37fd-45db-a1bb-9c6e1a7bd5be) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ecd8447d-efa3-4b81-a803-19ba0c7d9377 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2f33e64e (id: ecd8447d-efa3-4b81-a803-19ba0c7d9377, sid: ecd8447d-efa3-4b81-a803-19ba0c7d9377) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0adea8e0-3220-49f5-a0e9-80e403853421 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@40b5f39b (id: 0adea8e0-3220-49f5-a0e9-80e403853421, sid: 0adea8e0-3220-49f5-a0e9-80e403853421) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 82b62edd-9423-4110-a406-dcf24cd0ad2f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5208243d (id: 82b62edd-9423-4110-a406-dcf24cd0ad2f, sid: 82b62edd-9423-4110-a406-dcf24cd0ad2f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d873bdc-5fb6-42f9-8942-f34e2993ab46 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@419f2c73 (id: 9d873bdc-5fb6-42f9-8942-f34e2993ab46, sid: 9d873bdc-5fb6-42f9-8942-f34e2993ab46) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f8759dc0-a98d-4f94-9095-496e2cf7b1d1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@71aea398 (id: f8759dc0-a98d-4f94-9095-496e2cf7b1d1, sid: f8759dc0-a98d-4f94-9095-496e2cf7b1d1) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b83b8e79-d12c-4d1c-8ccf-974f9c0f3ace org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1e68bf1d (id: b83b8e79-d12c-4d1c-8ccf-974f9c0f3ace, sid: b83b8e79-d12c-4d1c-8ccf-974f9c0f3ace) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e63141a-9098-4a4e-bf44-e4159d4d26a0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@d525921 (id: 7e63141a-9098-4a4e-bf44-e4159d4d26a0, sid: 7e63141a-9098-4a4e-bf44-e4159d4d26a0) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f8d75a9d-8399-4f40-94c5-030e676d1354 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6a6b167b (id: f8d75a9d-8399-4f40-94c5-030e676d1354, sid: f8d75a9d-8399-4f40-94c5-030e676d1354) (name: start) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c30b4ea-8542-4846-8475-d9fb16a1a9a8 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@756fc146 (id: 6c30b4ea-8542-4846-8475-d9fb16a1a9a8, sid: 6c30b4ea-8542-4846-8475-d9fb16a1a9a8) (name: operand 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b02cbb41-9eb0-422e-8143-456ce2ef9c94 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@70feabd7 (id: b02cbb41-9eb0-422e-8143-456ce2ef9c94, sid: b02cbb41-9eb0-422e-8143-456ce2ef9c94) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7fb43f41-9806-437f-b5bb-27a228e0c40f org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@47d1c222 (id: 7fb43f41-9806-437f-b5bb-27a228e0c40f, sid: 7fb43f41-9806-437f-b5bb-27a228e0c40f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 1b4ba399-086c-4038-9eed-69bc1cc4b5c9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@75bbdc6d (id: 1b4ba399-086c-4038-9eed-69bc1cc4b5c9, sid: 1b4ba399-086c-4038-9eed-69bc1cc4b5c9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4bea6ca1-dafe-4cc9-96c7-44a02f38fc59 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7ed5566d (id: 4bea6ca1-dafe-4cc9-96c7-44a02f38fc59, sid: 4bea6ca1-dafe-4cc9-96c7-44a02f38fc59) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8fd928de-1253-4813-b2a2-808d71a27284 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7b70fa73 (id: 8fd928de-1253-4813-b2a2-808d71a27284, sid: 8fd928de-1253-4813-b2a2-808d71a27284) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8a6cea6-1d7c-4dd3-a1d9-7fd55ef985d2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3279f7ed (id: d8a6cea6-1d7c-4dd3-a1d9-7fd55ef985d2, sid: d8a6cea6-1d7c-4dd3-a1d9-7fd55ef985d2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36eac366-ddf6-471e-b1bc-487fbc49cf7e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@190a1d7b (id: 36eac366-ddf6-471e-b1bc-487fbc49cf7e, sid: 36eac366-ddf6-471e-b1bc-487fbc49cf7e) (name: end) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64807abf-81b0-4cdc-89e1-3854e12111a6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1a907d1e (id: 64807abf-81b0-4cdc-89e1-3854e12111a6, sid: 64807abf-81b0-4cdc-89e1-3854e12111a6) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9641712e-5ee1-4ba2-9b27-bd1469e2b2da org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7d64b2e9 (id: 9641712e-5ee1-4ba2-9b27-bd1469e2b2da, sid: 9641712e-5ee1-4ba2-9b27-bd1469e2b2da) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1aca6b3c-ccac-42c0-96a0-d37a0ca355f3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@78597887 (id: 1aca6b3c-ccac-42c0-96a0-d37a0ca355f3, sid: 1aca6b3c-ccac-42c0-96a0-d37a0ca355f3) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83ba27cd-c4fe-4734-b820-ea8891d088cc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5d2dc0ff (id: 83ba27cd-c4fe-4734-b820-ea8891d088cc, sid: 83ba27cd-c4fe-4734-b820-ea8891d088cc) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de4c476c-8856-4055-9578-a40a8588d707 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@444c3ec9 (id: de4c476c-8856-4055-9578-a40a8588d707, sid: de4c476c-8856-4055-9578-a40a8588d707) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1aabd956-c7c7-4112-b6d6-6cc359ee8da8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1c673f53 (id: 1aabd956-c7c7-4112-b6d6-6cc359ee8da8, sid: 1aabd956-c7c7-4112-b6d6-6cc359ee8da8) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf9bf85b-4879-4563-8d64-46cbc1da9830 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@2f49f118 (id: cf9bf85b-4879-4563-8d64-46cbc1da9830, sid: cf9bf85b-4879-4563-8d64-46cbc1da9830) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6ec63d2-1e7e-410a-9660-6f216e75635f org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@1c50e636 (id: f6ec63d2-1e7e-410a-9660-6f216e75635f, sid: f6ec63d2-1e7e-410a-9660-6f216e75635f) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13132d7d-5866-428f-975c-5d5aebdce205 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@39cf2903 (id: 13132d7d-5866-428f-975c-5d5aebdce205, sid: 13132d7d-5866-428f-975c-5d5aebdce205) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0d187101-c34d-43c1-9025-c57df63bfa01 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@7c56f779 (id: 0d187101-c34d-43c1-9025-c57df63bfa01, sid: 0d187101-c34d-43c1-9025-c57df63bfa01) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac62e299-3872-4edc-b405-6854ef36fd62 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@67acdf93 (id: ac62e299-3872-4edc-b405-6854ef36fd62, sid: ac62e299-3872-4edc-b405-6854ef36fd62) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 218e412c-7a71-4c78-9239-8794fdd77f8b org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@276b6554 (id: 218e412c-7a71-4c78-9239-8794fdd77f8b, sid: 218e412c-7a71-4c78-9239-8794fdd77f8b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe93574-7732-4c8e-99bf-caebac0a133d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@31e5413 (id: dfe93574-7732-4c8e-99bf-caebac0a133d, sid: dfe93574-7732-4c8e-99bf-caebac0a133d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9371f33b-3cf4-4899-9982-3a2e1fa3f5a8 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@49e998f5 (id: 9371f33b-3cf4-4899-9982-3a2e1fa3f5a8, sid: 9371f33b-3cf4-4899-9982-3a2e1fa3f5a8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc8d8fcf-52ae-4712-8466-e219fea8b129 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@35d41559 (id: cc8d8fcf-52ae-4712-8466-e219fea8b129, sid: cc8d8fcf-52ae-4712-8466-e219fea8b129) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7da9d42d-2da1-46be-be70-e7247bf03be8 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@449b613c (id: 7da9d42d-2da1-46be-be70-e7247bf03be8, sid: 7da9d42d-2da1-46be-be70-e7247bf03be8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a18a15f2-0adb-4996-9696-52ab499b893b org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@489ec6af (id: a18a15f2-0adb-4996-9696-52ab499b893b, sid: a18a15f2-0adb-4996-9696-52ab499b893b) (name: combined fragment) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 9ed41f3b-7b76-4c70-ab73-60b456470de7 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4db5d179 (id: 9ed41f3b-7b76-4c70-ab73-60b456470de7, sid: 9ed41f3b-7b76-4c70-ab73-60b456470de7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6a4ae6c6-d372-4600-b6cb-9cce31e181e5 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@79c67e16 (id: 6a4ae6c6-d372-4600-b6cb-9cce31e181e5, sid: 6a4ae6c6-d372-4600-b6cb-9cce31e181e5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a9a31631-fc6a-4cdf-8492-4509dd37984b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1a1b564e (id: a9a31631-fc6a-4cdf-8492-4509dd37984b, sid: a9a31631-fc6a-4cdf-8492-4509dd37984b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4af7140c-30c4-4839-a3ad-73a9b1dc2d2f org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@31b4e265 (id: 4af7140c-30c4-4839-a3ad-73a9b1dc2d2f, sid: 4af7140c-30c4-4839-a3ad-73a9b1dc2d2f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b5078dd-7ff0-4a03-a860-dcc64460b535 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6da42335 (id: 3b5078dd-7ff0-4a03-a860-dcc64460b535, sid: 3b5078dd-7ff0-4a03-a860-dcc64460b535) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df8a8d46-a79a-41e4-9eb0-fb6900e382dd org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@27d8c659 (id: df8a8d46-a79a-41e4-9eb0-fb6900e382dd, sid: df8a8d46-a79a-41e4-9eb0-fb6900e382dd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e7eeee44-1e9b-4957-b1ea-f9b1110b30ab org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@67315dca (id: e7eeee44-1e9b-4957-b1ea-f9b1110b30ab, sid: e7eeee44-1e9b-4957-b1ea-f9b1110b30ab) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0078977f-4790-46f1-8c9d-4c880ce215fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@71802c83 (id: 0078977f-4790-46f1-8c9d-4c880ce215fe, sid: 0078977f-4790-46f1-8c9d-4c880ce215fe) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9da13ae9-1fd7-4611-bb8d-7101763c7b95 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3df1040d (id: 9da13ae9-1fd7-4611-bb8d-7101763c7b95, sid: 9da13ae9-1fd7-4611-bb8d-7101763c7b95) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fea2bdbf-eef7-4c98-ab0d-936a6079954b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5c7ae7e4 (id: fea2bdbf-eef7-4c98-ab0d-936a6079954b, sid: fea2bdbf-eef7-4c98-ab0d-936a6079954b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 708bdb1f-5d9b-414c-a8b9-5138bea025b2 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@31c83eac (id: 708bdb1f-5d9b-414c-a8b9-5138bea025b2, sid: 708bdb1f-5d9b-414c-a8b9-5138bea025b2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e7d46d69-0179-4d21-8ec4-e03094755683 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@f3bbdd0 (id: e7d46d69-0179-4d21-8ec4-e03094755683, sid: e7d46d69-0179-4d21-8ec4-e03094755683) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c18ab2d6-66cd-4263-ae01-15c7ee7ae39e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2980c9ed (id: c18ab2d6-66cd-4263-ae01-15c7ee7ae39e, sid: c18ab2d6-66cd-4263-ae01-15c7ee7ae39e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 274ae500-69af-4cc2-8af5-9c4e057b3118 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@1fe58228 (id: 274ae500-69af-4cc2-8af5-9c4e057b3118, sid: 274ae500-69af-4cc2-8af5-9c4e057b3118) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6147dd77-14b4-4f8a-b907-7c64e8eb51ae org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@56d458b9 (id: 6147dd77-14b4-4f8a-b907-7c64e8eb51ae, sid: 6147dd77-14b4-4f8a-b907-7c64e8eb51ae) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac2cfa63-1b06-4eca-a547-2cc9eb8c8f52 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@453ba8e (id: ac2cfa63-1b06-4eca-a547-2cc9eb8c8f52, sid: ac2cfa63-1b06-4eca-a547-2cc9eb8c8f52) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a55a10cf-d307-4f2a-9f05-9e0e86fbb9ff org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@2b33d448 (id: a55a10cf-d307-4f2a-9f05-9e0e86fbb9ff, sid: a55a10cf-d307-4f2a-9f05-9e0e86fbb9ff) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae21da0c-2dd6-44a2-9332-e01175cad020 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@18f4f7c4 (id: ae21da0c-2dd6-44a2-9332-e01175cad020, sid: ae21da0c-2dd6-44a2-9332-e01175cad020) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a0f8bad8-8c15-4266-a33a-b51d376d9a9b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6c1165f3 (id: a0f8bad8-8c15-4266-a33a-b51d376d9a9b, sid: a0f8bad8-8c15-4266-a33a-b51d376d9a9b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a45207a-42cc-413d-8599-d1fcedf03f71 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@750f2535 (id: 7a45207a-42cc-413d-8599-d1fcedf03f71, sid: 7a45207a-42cc-413d-8599-d1fcedf03f71) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 735e9566-54b7-4fa8-abbe-461c6caa5077 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@40ab3e48 (id: 735e9566-54b7-4fa8-abbe-461c6caa5077, sid: 735e9566-54b7-4fa8-abbe-461c6caa5077) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e98972a-4f8a-4759-919d-6be2bca0aad7 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7fdebb4e (id: 9e98972a-4f8a-4759-919d-6be2bca0aad7, sid: 9e98972a-4f8a-4759-919d-6be2bca0aad7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e72b1277-92f5-4e33-aea1-46e104bad2c6 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@180767bb (id: e72b1277-92f5-4e33-aea1-46e104bad2c6, sid: e72b1277-92f5-4e33-aea1-46e104bad2c6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1a0602ce-b3e9-4191-843d-7b8bef434323 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@14adcf03 (id: 1a0602ce-b3e9-4191-843d-7b8bef434323, sid: 1a0602ce-b3e9-4191-843d-7b8bef434323) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a04d830-c592-4574-a16d-96661112efa5 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@63f0df67 (id: 8a04d830-c592-4574-a16d-96661112efa5, sid: 8a04d830-c592-4574-a16d-96661112efa5) (name: Scenario 2 ES FE) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = ce47df9b-02d8-4f73-abc1-909ff97a8709 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@73e0b9a5 (id: ce47df9b-02d8-4f73-abc1-909ff97a8709, sid: ce47df9b-02d8-4f73-abc1-909ff97a8709) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e92a4ce4-41b6-4f65-aba1-16832894da50 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7cb90a8a (id: e92a4ce4-41b6-4f65-aba1-16832894da50, sid: e92a4ce4-41b6-4f65-aba1-16832894da50) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c106be1-0dd0-4d9f-a062-06d9595b6e5f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@402f2265 (id: 7c106be1-0dd0-4d9f-a062-06d9595b6e5f, sid: 7c106be1-0dd0-4d9f-a062-06d9595b6e5f) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 1ff262b6-dfb4-49b5-a247-eefacea380b8 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@74768db0 (id: 1ff262b6-dfb4-49b5-a247-eefacea380b8, sid: 1ff262b6-dfb4-49b5-a247-eefacea380b8) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = defbedc5-5ac9-464c-8c4c-e2c05ca021b5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@26204254 (id: defbedc5-5ac9-464c-8c4c-e2c05ca021b5, sid: defbedc5-5ac9-464c-8c4c-e2c05ca021b5) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = aa014e71-853f-4c15-b51f-c051e71fb50b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2c2cc93b (id: aa014e71-853f-4c15-b51f-c051e71fb50b, sid: aa014e71-853f-4c15-b51f-c051e71fb50b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = dc943796-aadd-4dad-abf1-5bf329cdcd76 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3cd58809 (id: dc943796-aadd-4dad-abf1-5bf329cdcd76, sid: dc943796-aadd-4dad-abf1-5bf329cdcd76) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 3fcfb8b7-5f9d-452b-a47e-dc0a89f7450a org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@18c35f25 (id: 3fcfb8b7-5f9d-452b-a47e-dc0a89f7450a, sid: 3fcfb8b7-5f9d-452b-a47e-dc0a89f7450a) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e9613e21-0e45-4bdb-b485-cd46a72f94fb org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@526c2817 (id: e9613e21-0e45-4bdb-b485-cd46a72f94fb, sid: e9613e21-0e45-4bdb-b485-cd46a72f94fb) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = c9e15de2-aa13-4ee1-96ce-39968022ff77 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4cf79535 (id: c9e15de2-aa13-4ee1-96ce-39968022ff77, sid: c9e15de2-aa13-4ee1-96ce-39968022ff77) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c9773af3-6d7a-4d41-89b3-019b0408d8be org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5cf2c962 (id: c9773af3-6d7a-4d41-89b3-019b0408d8be, sid: c9773af3-6d7a-4d41-89b3-019b0408d8be) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 3ea5e55d-5411-48c2-bc37-ea418eeef192 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5eca9fae (id: 3ea5e55d-5411-48c2-bc37-ea418eeef192, sid: 3ea5e55d-5411-48c2-bc37-ea418eeef192) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 0ca0f243-c0d3-401c-90c2-22eba36707f3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6d5538f0 (id: 0ca0f243-c0d3-401c-90c2-22eba36707f3, sid: 0ca0f243-c0d3-401c-90c2-22eba36707f3) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3bbb21a-699a-4ded-96f5-e14149aa3c21 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1dfb5652 (id: d3bbb21a-699a-4ded-96f5-e14149aa3c21, sid: d3bbb21a-699a-4ded-96f5-e14149aa3c21) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1cb2e10-ca81-47cf-9473-cc702d9d4ed5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@57082556 (id: c1cb2e10-ca81-47cf-9473-cc702d9d4ed5, sid: c1cb2e10-ca81-47cf-9473-cc702d9d4ed5) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ab533d7-ac5a-4e75-acf0-090d6a0ebcf1 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5db5e7f6 (id: 3ab533d7-ac5a-4e75-acf0-090d6a0ebcf1, sid: 3ab533d7-ac5a-4e75-acf0-090d6a0ebcf1) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f52bbd7-27ec-4708-be3c-666fa890291d org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2bf5b8a5 (id: 3f52bbd7-27ec-4708-be3c-666fa890291d, sid: 3f52bbd7-27ec-4708-be3c-666fa890291d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51995bce-b5c1-4f09-a015-4564b58e46f2 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@739ac4d3 (id: 51995bce-b5c1-4f09-a015-4564b58e46f2, sid: 51995bce-b5c1-4f09-a015-4564b58e46f2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 387f3803-3709-40ab-b655-c264a4cc05e0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4cd7aced (id: 387f3803-3709-40ab-b655-c264a4cc05e0, sid: 387f3803-3709-40ab-b655-c264a4cc05e0) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5af8720-709c-45ab-ab5c-79753c595355 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4a611542 (id: a5af8720-709c-45ab-ab5c-79753c595355, sid: a5af8720-709c-45ab-ab5c-79753c595355) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e25a514-f863-40ea-ab09-87da031f61d5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@298b8817 (id: 9e25a514-f863-40ea-ab09-87da031f61d5, sid: 9e25a514-f863-40ea-ab09-87da031f61d5) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a141cc3-d56d-435e-b02c-d49fd5d99d64 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@c126da9 (id: 8a141cc3-d56d-435e-b02c-d49fd5d99d64, sid: 8a141cc3-d56d-435e-b02c-d49fd5d99d64) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4391aaa1-ea5f-457b-9f51-74fde55e38f0 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@7dd31802 (id: 4391aaa1-ea5f-457b-9f51-74fde55e38f0, sid: 4391aaa1-ea5f-457b-9f51-74fde55e38f0) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f957fc6b-3b47-42ab-8e56-fcffc75e66b9 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@3f5ad9ff (id: f957fc6b-3b47-42ab-8e56-fcffc75e66b9, sid: f957fc6b-3b47-42ab-8e56-fcffc75e66b9) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8af8a7da-15fb-464b-8ecc-3cee09ecf454 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4ae42533 (id: 8af8a7da-15fb-464b-8ecc-3cee09ecf454, sid: 8af8a7da-15fb-464b-8ecc-3cee09ecf454) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1263e911-af7d-49fa-be79-c3dad3465fe5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@550476e3 (id: 1263e911-af7d-49fa-be79-c3dad3465fe5, sid: 1263e911-af7d-49fa-be79-c3dad3465fe5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = af06d5cf-84cb-463b-ac70-152a8bcec4a9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3228ae36 (id: af06d5cf-84cb-463b-ac70-152a8bcec4a9, sid: af06d5cf-84cb-463b-ac70-152a8bcec4a9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f259e3d6-08f6-4fce-a8f2-0b7349972d7e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@446d65fe (id: f259e3d6-08f6-4fce-a8f2-0b7349972d7e, sid: f259e3d6-08f6-4fce-a8f2-0b7349972d7e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4f5394b-385d-41f4-8be8-f694d131acfa org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@67861a05 (id: d4f5394b-385d-41f4-8be8-f694d131acfa, sid: d4f5394b-385d-41f4-8be8-f694d131acfa) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9eea5b8d-34ea-436a-901c-341c5772a909 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@488b29f1 (id: 9eea5b8d-34ea-436a-901c-341c5772a909, sid: 9eea5b8d-34ea-436a-901c-341c5772a909) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 72283dba-928f-4b8a-910a-1247f9e58f93 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3f2567c8 (id: 72283dba-928f-4b8a-910a-1247f9e58f93, sid: 72283dba-928f-4b8a-910a-1247f9e58f93) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad9d1ff3-af45-42fd-ac39-375e724506ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1048a747 (id: ad9d1ff3-af45-42fd-ac39-375e724506ae, sid: ad9d1ff3-af45-42fd-ac39-375e724506ae) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f21cdfc5-1e2d-4ac8-ad4e-b94fab2ceb3d org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@561cbcd0 (id: f21cdfc5-1e2d-4ac8-ad4e-b94fab2ceb3d, sid: f21cdfc5-1e2d-4ac8-ad4e-b94fab2ceb3d) (name: start) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 41da8a53-5426-4da1-8a82-684933b93674 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@42938afc (id: 41da8a53-5426-4da1-8a82-684933b93674, sid: 41da8a53-5426-4da1-8a82-684933b93674) (name: operand 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9873c527-02e4-4258-916d-67dd2e170c9e org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@17347f76 (id: 9873c527-02e4-4258-916d-67dd2e170c9e, sid: 9873c527-02e4-4258-916d-67dd2e170c9e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e0faa13-b7fe-4dde-9c17-63cb778a4796 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@1e7f26f0 (id: 3e0faa13-b7fe-4dde-9c17-63cb778a4796, sid: 3e0faa13-b7fe-4dde-9c17-63cb778a4796) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = b77fc9da-b439-4b74-b63e-ac6b3a8f04e8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2d36e3d3 (id: b77fc9da-b439-4b74-b63e-ac6b3a8f04e8, sid: b77fc9da-b439-4b74-b63e-ac6b3a8f04e8) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = deff467c-49c0-485b-9501-066abe256dd0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@73ac58e3 (id: deff467c-49c0-485b-9501-066abe256dd0, sid: deff467c-49c0-485b-9501-066abe256dd0) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ff99c79-dac0-4b68-bf5e-6ebc80b40753 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@47d7462f (id: 6ff99c79-dac0-4b68-bf5e-6ebc80b40753, sid: 6ff99c79-dac0-4b68-bf5e-6ebc80b40753) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb6f5b7e-6976-4dfd-95b6-13d3baebb4e2 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2078a083 (id: bb6f5b7e-6976-4dfd-95b6-13d3baebb4e2, sid: bb6f5b7e-6976-4dfd-95b6-13d3baebb4e2) (name: end) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b23824ec-6bc9-440c-8620-2ebf6f93c743 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3a4ae724 (id: b23824ec-6bc9-440c-8620-2ebf6f93c743, sid: b23824ec-6bc9-440c-8620-2ebf6f93c743) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6236a899-5092-4075-8166-4e6801011c56 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2bb0dbce (id: 6236a899-5092-4075-8166-4e6801011c56, sid: 6236a899-5092-4075-8166-4e6801011c56) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6a633a53-fdf1-499c-bc72-ee8f0574f694 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@56ab06a9 (id: 6a633a53-fdf1-499c-bc72-ee8f0574f694, sid: 6a633a53-fdf1-499c-bc72-ee8f0574f694) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df047838-2589-43b8-85b0-0a1cd12c7edd org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@33b2d847 (id: df047838-2589-43b8-85b0-0a1cd12c7edd, sid: df047838-2589-43b8-85b0-0a1cd12c7edd) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1af66ac6-e5ad-40de-b8e7-2c5d369cd015 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5e2c7ad2 (id: 1af66ac6-e5ad-40de-b8e7-2c5d369cd015, sid: 1af66ac6-e5ad-40de-b8e7-2c5d369cd015) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d598d535-6638-435d-b798-08c7de6b238f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@73efb472 (id: d598d535-6638-435d-b798-08c7de6b238f, sid: d598d535-6638-435d-b798-08c7de6b238f) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3a05700-b88a-4f2d-bd9f-f864d4617ec3 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7dff7ae8 (id: c3a05700-b88a-4f2d-bd9f-f864d4617ec3, sid: c3a05700-b88a-4f2d-bd9f-f864d4617ec3) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2fd5117b-862b-4d95-b028-eb1335144233 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@58aae5f0 (id: 2fd5117b-862b-4d95-b028-eb1335144233, sid: 2fd5117b-862b-4d95-b028-eb1335144233) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 729f65de-7455-46b9-8aa5-83d3878ba5b6 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@656dfedd (id: 729f65de-7455-46b9-8aa5-83d3878ba5b6, sid: 729f65de-7455-46b9-8aa5-83d3878ba5b6) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5bce8a0-f4ad-46ca-a424-29e59b104b1e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6baf9a26 (id: e5bce8a0-f4ad-46ca-a424-29e59b104b1e, sid: e5bce8a0-f4ad-46ca-a424-29e59b104b1e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4a3d6499-c76c-4ffc-bd90-80e5d74c5c77 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6d019581 (id: 4a3d6499-c76c-4ffc-bd90-80e5d74c5c77, sid: 4a3d6499-c76c-4ffc-bd90-80e5d74c5c77) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa282018-8497-4a0a-8580-22fa80f73975 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@628b78b4 (id: fa282018-8497-4a0a-8580-22fa80f73975, sid: fa282018-8497-4a0a-8580-22fa80f73975) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1efc46a3-8b70-48d1-a7f0-ee02c9be69e3 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@681af92e (id: 1efc46a3-8b70-48d1-a7f0-ee02c9be69e3, sid: 1efc46a3-8b70-48d1-a7f0-ee02c9be69e3) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ce7a7b9-8f39-430f-b72a-0ad63f008475 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7ff320a1 (id: 3ce7a7b9-8f39-430f-b72a-0ad63f008475, sid: 3ce7a7b9-8f39-430f-b72a-0ad63f008475) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c9fc4ed-6147-4962-9c84-f23f4defe9f2 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@27488ae8 (id: 9c9fc4ed-6147-4962-9c84-f23f4defe9f2, sid: 9c9fc4ed-6147-4962-9c84-f23f4defe9f2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8ddac8-5923-448b-82b6-7712d15769ed org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7eb4192b (id: db8ddac8-5923-448b-82b6-7712d15769ed, sid: db8ddac8-5923-448b-82b6-7712d15769ed) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5c43e6b-8abe-446d-ae62-5089e6ac482e org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@1824c4a6 (id: b5c43e6b-8abe-446d-ae62-5089e6ac482e, sid: b5c43e6b-8abe-446d-ae62-5089e6ac482e) (name: combined fragment) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 1cdb4d43-0eca-494d-b7c0-ebbfa33ee9f0 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@189744a9 (id: 1cdb4d43-0eca-494d-b7c0-ebbfa33ee9f0, sid: 1cdb4d43-0eca-494d-b7c0-ebbfa33ee9f0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16fb281f-d604-4cdd-b426-cb9b7fe57678 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7b6b9299 (id: 16fb281f-d604-4cdd-b426-cb9b7fe57678, sid: 16fb281f-d604-4cdd-b426-cb9b7fe57678) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a853b542-409d-4959-bbb5-0d39c2d64547 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@1bf75c66 (id: a853b542-409d-4959-bbb5-0d39c2d64547, sid: a853b542-409d-4959-bbb5-0d39c2d64547) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa160856-ffc9-42fb-9fd8-84521138d7c5 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@39e7e1bd (id: aa160856-ffc9-42fb-9fd8-84521138d7c5, sid: aa160856-ffc9-42fb-9fd8-84521138d7c5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae276739-180f-4e31-9e4b-5439b6c34725 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@1ebf5342 (id: ae276739-180f-4e31-9e4b-5439b6c34725, sid: ae276739-180f-4e31-9e4b-5439b6c34725) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75c86d28-bc02-4540-94f8-00b0f0391671 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@7848897b (id: 75c86d28-bc02-4540-94f8-00b0f0391671, sid: 75c86d28-bc02-4540-94f8-00b0f0391671) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 017f708d-f169-47e3-a19c-45db99a020b3 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@59fdfe78 (id: 017f708d-f169-47e3-a19c-45db99a020b3, sid: 017f708d-f169-47e3-a19c-45db99a020b3) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c582f6e1-7542-46f3-afd3-81818e301484 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@76f2e40 (id: c582f6e1-7542-46f3-afd3-81818e301484, sid: c582f6e1-7542-46f3-afd3-81818e301484) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 638846b0-8e7e-41c4-b66f-7333265a58bd org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@31570eeb (id: 638846b0-8e7e-41c4-b66f-7333265a58bd, sid: 638846b0-8e7e-41c4-b66f-7333265a58bd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9ffdbe86-759b-4d95-a881-61d99efa673b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@662620ac (id: 9ffdbe86-759b-4d95-a881-61d99efa673b, sid: 9ffdbe86-759b-4d95-a881-61d99efa673b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5c69bfb3-49c9-4ff0-b47b-7668fd569887 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5e164f03 (id: 5c69bfb3-49c9-4ff0-b47b-7668fd569887, sid: 5c69bfb3-49c9-4ff0-b47b-7668fd569887) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a8d5c3d0-4d84-4eeb-91e4-19784000226e org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@20f577af (id: a8d5c3d0-4d84-4eeb-91e4-19784000226e, sid: a8d5c3d0-4d84-4eeb-91e4-19784000226e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a40de8c0-f9c6-48db-9f39-a514b6bdfd1b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@29dc150c (id: a40de8c0-f9c6-48db-9f39-a514b6bdfd1b, sid: a40de8c0-f9c6-48db-9f39-a514b6bdfd1b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 289e1969-9be4-4692-b4b5-e6b014c769e2 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@7ea863db (id: 289e1969-9be4-4692-b4b5-e6b014c769e2, sid: 289e1969-9be4-4692-b4b5-e6b014c769e2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4807acca-b746-42d9-b2ec-3d8ebeaa9836 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@122a455a (id: 4807acca-b746-42d9-b2ec-3d8ebeaa9836, sid: 4807acca-b746-42d9-b2ec-3d8ebeaa9836) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8611eb3d-ecfd-439b-847d-903c1c6a968f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@196900bf (id: 8611eb3d-ecfd-439b-847d-903c1c6a968f, sid: 8611eb3d-ecfd-439b-847d-903c1c6a968f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3e38aee-2813-4ac9-9499-665625da9fdf org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@505402eb (id: d3e38aee-2813-4ac9-9499-665625da9fdf, sid: d3e38aee-2813-4ac9-9499-665625da9fdf) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e31fa670-81c3-4e01-8684-c46391086c86 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@c910a34 (id: e31fa670-81c3-4e01-8684-c46391086c86, sid: e31fa670-81c3-4e01-8684-c46391086c86) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4500655d-4c74-43fe-8d5d-99acb06438df org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@19f7752a (id: 4500655d-4c74-43fe-8d5d-99acb06438df, sid: 4500655d-4c74-43fe-8d5d-99acb06438df) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e67eda52-2819-4931-af18-5d016012ae68 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@48d6a354 (id: e67eda52-2819-4931-af18-5d016012ae68, sid: e67eda52-2819-4931-af18-5d016012ae68) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a842f9b-3bb5-47c0-8c5b-010b4bec464f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2478ec4b (id: 7a842f9b-3bb5-47c0-8c5b-010b4bec464f, sid: 7a842f9b-3bb5-47c0-8c5b-010b4bec464f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb08d311-d70b-44ce-a448-04434794d617 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@203c925a (id: cb08d311-d70b-44ce-a448-04434794d617, sid: cb08d311-d70b-44ce-a448-04434794d617) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e6136616-412c-4d3e-b637-a3001b04b827 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2c0ed52 (id: e6136616-412c-4d3e-b637-a3001b04b827, sid: e6136616-412c-4d3e-b637-a3001b04b827) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4118a63a-7a63-4336-9c44-04dee9fe8baa org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@7ff1325d (id: 4118a63a-7a63-4336-9c44-04dee9fe8baa, sid: 4118a63a-7a63-4336-9c44-04dee9fe8baa) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23e97d46-a66b-4365-8691-d718e7ad1db9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1c88935c (id: 23e97d46-a66b-4365-8691-d718e7ad1db9, sid: 23e97d46-a66b-4365-8691-d718e7ad1db9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 323d757d-403b-4082-90c2-b1cb892e696f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@58e27cd5 (id: 323d757d-403b-4082-90c2-b1cb892e696f, sid: 323d757d-403b-4082-90c2-b1cb892e696f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f39e83fa-2861-42e6-a854-30aba6eb4b69 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5dcdb0e6 (id: f39e83fa-2861-42e6-a854-30aba6eb4b69, sid: f39e83fa-2861-42e6-a854-30aba6eb4b69) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4242e675-85d1-46a7-a509-a811375ad784 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2b5802d8 (id: 4242e675-85d1-46a7-a509-a811375ad784, sid: 4242e675-85d1-46a7-a509-a811375ad784) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06429d6e-e085-4a47-a75b-35671b04b681 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7312769c (id: 06429d6e-e085-4a47-a75b-35671b04b681, sid: 06429d6e-e085-4a47-a75b-35671b04b681) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5f6a8675-5b14-4a75-a187-55604502b5bc org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@38ddb8ff (id: 5f6a8675-5b14-4a75-a187-55604502b5bc, sid: 5f6a8675-5b14-4a75-a187-55604502b5bc) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 548da2e1-13e1-4a75-9327-397ee4b857c9 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@8a77582 (id: 548da2e1-13e1-4a75-9327-397ee4b857c9, sid: 548da2e1-13e1-4a75-9327-397ee4b857c9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1cccbdc5-c754-4bea-beb5-b038e8c437d4 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@44ae61ab (id: 1cccbdc5-c754-4bea-beb5-b038e8c437d4, sid: 1cccbdc5-c754-4bea-beb5-b038e8c437d4) (name: Scenario 3 ES CE) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 4d3d3060-0f77-4da7-999d-c3c5a67d5596 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5cf22d0b (id: 4d3d3060-0f77-4da7-999d-c3c5a67d5596, sid: 4d3d3060-0f77-4da7-999d-c3c5a67d5596) (name: PC 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a81605de-7d79-4bb4-a7cf-02ff4e15a269 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@51d08c87 (id: a81605de-7d79-4bb4-a7cf-02ff4e15a269, sid: a81605de-7d79-4bb4-a7cf-02ff4e15a269) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89e7ac36-1864-4a2c-b5da-0b8cb962cbdb org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7efcf95c (id: 89e7ac36-1864-4a2c-b5da-0b8cb962cbdb, sid: 89e7ac36-1864-4a2c-b5da-0b8cb962cbdb) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 6b7337a9-cfa2-44e3-8eb3-d1321765ab8b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6dfea49d (id: 6b7337a9-cfa2-44e3-8eb3-d1321765ab8b, sid: 6b7337a9-cfa2-44e3-8eb3-d1321765ab8b) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = dc1f7040-6e18-4a49-8318-8753a6bb733c org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@30e8725f (id: dc1f7040-6e18-4a49-8318-8753a6bb733c, sid: dc1f7040-6e18-4a49-8318-8753a6bb733c) (name: C 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = acd1a9d7-5f02-49c8-bbbd-662804dc2961 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@a5e00d3 (id: acd1a9d7-5f02-49c8-bbbd-662804dc2961, sid: acd1a9d7-5f02-49c8-bbbd-662804dc2961) (name: C 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = e2529bf5-a99e-4179-94fc-8056e541f449 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3788e1eb (id: e2529bf5-a99e-4179-94fc-8056e541f449, sid: e2529bf5-a99e-4179-94fc-8056e541f449) (name: C 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 7609f05d-b603-4284-a658-09aac406f24f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@23725ef9 (id: 7609f05d-b603-4284-a658-09aac406f24f, sid: 7609f05d-b603-4284-a658-09aac406f24f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b59aae5-10d9-4a49-b94f-59ac0fd838da org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@cec2ad5 (id: 4b59aae5-10d9-4a49-b94f-59ac0fd838da, sid: 4b59aae5-10d9-4a49-b94f-59ac0fd838da) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b150ddbe-04e3-4c77-ad64-b95ada12b373 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@108ea41c (id: b150ddbe-04e3-4c77-ad64-b95ada12b373, sid: b150ddbe-04e3-4c77-ad64-b95ada12b373) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c20d4e73-7580-42de-9d91-1ee6295f1ec1 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7dd99e5a (id: c20d4e73-7580-42de-9d91-1ee6295f1ec1, sid: c20d4e73-7580-42de-9d91-1ee6295f1ec1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 744e9efe-2cb9-4e5b-bc66-536a55640741 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@59cee72e (id: 744e9efe-2cb9-4e5b-bc66-536a55640741, sid: 744e9efe-2cb9-4e5b-bc66-536a55640741) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 968607d4-3319-459c-ab88-acbea5cecc0f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2d1acfd0 (id: 968607d4-3319-459c-ab88-acbea5cecc0f, sid: 968607d4-3319-459c-ab88-acbea5cecc0f) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b78bc67-5cc2-45cd-b340-b73261c8fd14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@79cb4c25 (id: 2b78bc67-5cc2-45cd-b340-b73261c8fd14, sid: 2b78bc67-5cc2-45cd-b340-b73261c8fd14) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ecfc7cc-d395-4883-9786-ba3153234091 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@571223a5 (id: 8ecfc7cc-d395-4883-9786-ba3153234091, sid: 8ecfc7cc-d395-4883-9786-ba3153234091) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69423acf-b70f-4015-8756-6d25046f981e org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2c8d02d8 (id: 69423acf-b70f-4015-8756-6d25046f981e, sid: 69423acf-b70f-4015-8756-6d25046f981e) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dff33bfa-49c9-4313-95a3-70e61901f2c6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6d9cbf1a (id: dff33bfa-49c9-4313-95a3-70e61901f2c6, sid: dff33bfa-49c9-4313-95a3-70e61901f2c6) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b75caec1-8759-4eff-ba43-167983123fd0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4c833985 (id: b75caec1-8759-4eff-ba43-167983123fd0, sid: b75caec1-8759-4eff-ba43-167983123fd0) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d7160f0b-6850-4921-8276-e4d96ed1257a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@446f3b60 (id: d7160f0b-6850-4921-8276-e4d96ed1257a, sid: d7160f0b-6850-4921-8276-e4d96ed1257a) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4acb792-01ac-4802-a8c9-e95232139573 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@4a43e8c3 (id: e4acb792-01ac-4802-a8c9-e95232139573, sid: e4acb792-01ac-4802-a8c9-e95232139573) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75e21d5f-0026-49a6-ab77-c6e8df85e502 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1f59bf1f (id: 75e21d5f-0026-49a6-ab77-c6e8df85e502, sid: 75e21d5f-0026-49a6-ab77-c6e8df85e502) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f533fe6-558d-4a91-b10a-bb28c873cfad org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@44a713f9 (id: 4f533fe6-558d-4a91-b10a-bb28c873cfad, sid: 4f533fe6-558d-4a91-b10a-bb28c873cfad) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d97740a-f195-42fa-8646-df08c31a6499 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1c2e6b83 (id: 7d97740a-f195-42fa-8646-df08c31a6499, sid: 7d97740a-f195-42fa-8646-df08c31a6499) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8644cb9-dc0a-496b-be2e-4a28066906c8 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3205e346 (id: d8644cb9-dc0a-496b-be2e-4a28066906c8, sid: d8644cb9-dc0a-496b-be2e-4a28066906c8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 328e4702-1441-4604-9e7e-bc0a2824b652 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5e8d91a2 (id: 328e4702-1441-4604-9e7e-bc0a2824b652, sid: 328e4702-1441-4604-9e7e-bc0a2824b652) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d2d1d6e0-5f01-4f0f-9bd3-af7a6232f969 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@712dee84 (id: d2d1d6e0-5f01-4f0f-9bd3-af7a6232f969, sid: d2d1d6e0-5f01-4f0f-9bd3-af7a6232f969) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 947603b8-c1b3-4ea2-afd4-09042e3ba568 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6a200a50 (id: 947603b8-c1b3-4ea2-afd4-09042e3ba568, sid: 947603b8-c1b3-4ea2-afd4-09042e3ba568) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d372d139-0812-4d0a-9807-dc3a46309ecc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@58928637 (id: d372d139-0812-4d0a-9807-dc3a46309ecc, sid: d372d139-0812-4d0a-9807-dc3a46309ecc) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2fdba2e7-cfda-484c-8aa5-eb452b4f5839 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1ba40a66 (id: 2fdba2e7-cfda-484c-8aa5-eb452b4f5839, sid: 2fdba2e7-cfda-484c-8aa5-eb452b4f5839) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f8412bd-6403-4075-87a9-88023c761aaa org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@2f6d01f4 (id: 1f8412bd-6403-4075-87a9-88023c761aaa, sid: 1f8412bd-6403-4075-87a9-88023c761aaa) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e5864d7-9a85-4157-8b4f-69c4b9db980d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@39130913 (id: 9e5864d7-9a85-4157-8b4f-69c4b9db980d, sid: 9e5864d7-9a85-4157-8b4f-69c4b9db980d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6871842a-7713-46a5-b62a-e1fb6c1847b1 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@64c7c806 (id: 6871842a-7713-46a5-b62a-e1fb6c1847b1, sid: 6871842a-7713-46a5-b62a-e1fb6c1847b1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9639d695-a3cb-492f-a369-96716ccfaf4f org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@70f6ad44 (id: 9639d695-a3cb-492f-a369-96716ccfaf4f, sid: 9639d695-a3cb-492f-a369-96716ccfaf4f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 98d8c8a5-3b74-4ad5-a100-b3cd6a483038 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@518c79d8 (id: 98d8c8a5-3b74-4ad5-a100-b3cd6a483038, sid: 98d8c8a5-3b74-4ad5-a100-b3cd6a483038) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1a7033b-a687-4c94-a443-a326dc8c1d30 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@43442fad (id: d1a7033b-a687-4c94-a443-a326dc8c1d30, sid: d1a7033b-a687-4c94-a443-a326dc8c1d30) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8aa88afa-6046-44c1-a02a-90de870aa8b5 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@69d360c (id: 8aa88afa-6046-44c1-a02a-90de870aa8b5, sid: 8aa88afa-6046-44c1-a02a-90de870aa8b5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd5432bc-d3c8-44ba-bdcc-bcc6d05df711 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@346dcdbe (id: cd5432bc-d3c8-44ba-bdcc-bcc6d05df711, sid: cd5432bc-d3c8-44ba-bdcc-bcc6d05df711) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c29f867e-b430-4c3c-b2c5-1a002df0c3f6 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@673c1a80 (id: c29f867e-b430-4c3c-b2c5-1a002df0c3f6, sid: c29f867e-b430-4c3c-b2c5-1a002df0c3f6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 49b29ac8-87e6-444e-9fc0-fa3f53cb2584 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@567788d (id: 49b29ac8-87e6-444e-9fc0-fa3f53cb2584, sid: 49b29ac8-87e6-444e-9fc0-fa3f53cb2584) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e604d19f-3133-407a-b730-ac71bda22ffd org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6aa5137b (id: e604d19f-3133-407a-b730-ac71bda22ffd, sid: e604d19f-3133-407a-b730-ac71bda22ffd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 141ef7fc-f6e4-418c-8f22-e408fed21ff4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@51bf53c7 (id: 141ef7fc-f6e4-418c-8f22-e408fed21ff4, sid: 141ef7fc-f6e4-418c-8f22-e408fed21ff4) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4449a0ae-3b0e-4359-9c83-c6fdb8180905 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@163f3009 (id: 4449a0ae-3b0e-4359-9c83-c6fdb8180905, sid: 4449a0ae-3b0e-4359-9c83-c6fdb8180905) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f55e384-bd9f-47bc-9b7e-ea0c8e87ffe6 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@41c08406 (id: 9f55e384-bd9f-47bc-9b7e-ea0c8e87ffe6, sid: 9f55e384-bd9f-47bc-9b7e-ea0c8e87ffe6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 183917b0-f9a8-4c6e-8971-f585f4210031 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5ded6757 (id: 183917b0-f9a8-4c6e-8971-f585f4210031, sid: 183917b0-f9a8-4c6e-8971-f585f4210031) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d1448de-7d48-489c-b8d9-902c1d5d47b8 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1cf6ee87 (id: 7d1448de-7d48-489c-b8d9-902c1d5d47b8, sid: 7d1448de-7d48-489c-b8d9-902c1d5d47b8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f28749ae-14c7-4ed7-b75e-a3ffbfd6704d org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@10936b8 (id: f28749ae-14c7-4ed7-b75e-a3ffbfd6704d, sid: f28749ae-14c7-4ed7-b75e-a3ffbfd6704d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1732a51e-d489-4f93-9b66-7baa5eba60ef org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@65fa312f (id: 1732a51e-d489-4f93-9b66-7baa5eba60ef, sid: 1732a51e-d489-4f93-9b66-7baa5eba60ef) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 32802fcf-3640-4b39-83ce-206a8f290357 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@401020c (id: 32802fcf-3640-4b39-83ce-206a8f290357, sid: 32802fcf-3640-4b39-83ce-206a8f290357) (name: Scenario 4 IS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: INTERFACE, merged: false) ID = 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@e384471 (id: 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5, sid: 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d371dbce-95ba-4f53-bac5-776abd1a68b7 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@65388527 (id: d371dbce-95ba-4f53-bac5-776abd1a68b7, sid: d371dbce-95ba-4f53-bac5-776abd1a68b7) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76754c1c-6f8f-4210-a3b7-610fe3f570da org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5768f9e (id: 76754c1c-6f8f-4210-a3b7-610fe3f570da, sid: 76754c1c-6f8f-4210-a3b7-610fe3f570da) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = d16d070e-454b-48a3-a62d-58f506c77f66 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@771c4be0 (id: d16d070e-454b-48a3-a62d-58f506c77f66, sid: d16d070e-454b-48a3-a62d-58f506c77f66) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8cd990c5-f5a5-47d9-a66f-c665a43bf06a org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2091ffbf (id: 8cd990c5-f5a5-47d9-a66f-c665a43bf06a, sid: 8cd990c5-f5a5-47d9-a66f-c665a43bf06a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = acdc5be4-502b-4cb3-93b6-04f1865d1f88 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5dc80d1a (id: acdc5be4-502b-4cb3-93b6-04f1865d1f88, sid: acdc5be4-502b-4cb3-93b6-04f1865d1f88) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 7f44af9b-7e76-4f56-9c58-9afee9a5105b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@489e0e08 (id: 7f44af9b-7e76-4f56-9c58-9afee9a5105b, sid: 7f44af9b-7e76-4f56-9c58-9afee9a5105b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 13a2c954-dd01-4b35-9c31-ab3136a8fae1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@374197c9 (id: 13a2c954-dd01-4b35-9c31-ab3136a8fae1, sid: 13a2c954-dd01-4b35-9c31-ab3136a8fae1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 06287204-f7c5-485d-80c0-b749f2e3f66b org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1802fa99 (id: 06287204-f7c5-485d-80c0-b749f2e3f66b, sid: 06287204-f7c5-485d-80c0-b749f2e3f66b) (name: sndMsgEnd_cgn_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2851c134-d7d8-4cef-aa0e-67d14322c864 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5bf845e (id: 2851c134-d7d8-4cef-aa0e-67d14322c864, sid: 2851c134-d7d8-4cef-aa0e-67d14322c864) (name: rcvMsgEnd_cgn_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 643bb0f8-f00a-469d-930e-12835d1b6a93 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4a8819f (id: 643bb0f8-f00a-469d-930e-12835d1b6a93, sid: 643bb0f8-f00a-469d-930e-12835d1b6a93) (name: sndMsgEnd_cgn_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ab0834b-aefb-4cdf-bb56-c188465202cd org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6af3173d (id: 4ab0834b-aefb-4cdf-bb56-c188465202cd, sid: 4ab0834b-aefb-4cdf-bb56-c188465202cd) (name: rcvMsgEnd_cgn_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7cb60699-1463-4d1d-aac4-fe003fd8e71d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@74ed25da (id: 7cb60699-1463-4d1d-aac4-fe003fd8e71d, sid: 7cb60699-1463-4d1d-aac4-fe003fd8e71d) (name: sndMsgEnd_erter_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9ecbb9ce-debf-4a62-8281-b1b054f735c6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6559e85 (id: 9ecbb9ce-debf-4a62-8281-b1b054f735c6, sid: 9ecbb9ce-debf-4a62-8281-b1b054f735c6) (name: rcvMsgEnd_erter_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f57f3b7c-0143-45ee-9c62-ab04d85aa03f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@51851b63 (id: f57f3b7c-0143-45ee-9c62-ab04d85aa03f, sid: f57f3b7c-0143-45ee-9c62-ab04d85aa03f) (name: sndMsgEnd_erer_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f38436a-1c73-42fe-a6ce-b738c93d0af0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2a826b78 (id: 4f38436a-1c73-42fe-a6ce-b738c93d0af0, sid: 4f38436a-1c73-42fe-a6ce-b738c93d0af0) (name: rcvMsgEnd_erer_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 99e17280-7d9f-424c-8fda-d7d4e3a7b956 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@375c4807 (id: 99e17280-7d9f-424c-8fda-d7d4e3a7b956, sid: 99e17280-7d9f-424c-8fda-d7d4e3a7b956) (name: sndMsgEnd_dfgdfg_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01a2b611-e433-49cd-b43e-b2816d8940da org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1dd749df (id: 01a2b611-e433-49cd-b43e-b2816d8940da, sid: 01a2b611-e433-49cd-b43e-b2816d8940da) (name: rcvMsgEnd_dfgdfg_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c2788228-6020-4767-98fb-9c808c2f5cc0 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@64f00705 (id: c2788228-6020-4767-98fb-9c808c2f5cc0, sid: c2788228-6020-4767-98fb-9c808c2f5cc0) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22297ba1-8a4c-49d4-9e9b-47424857a6f9 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@5d906948 (id: 22297ba1-8a4c-49d4-9e9b-47424857a6f9, sid: 22297ba1-8a4c-49d4-9e9b-47424857a6f9) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 641da0ba-dbb3-4d22-be24-244ec1c6be96 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@8d90e8d (id: 641da0ba-dbb3-4d22-be24-244ec1c6be96, sid: 641da0ba-dbb3-4d22-be24-244ec1c6be96) (name: sndMsgEnd_erter_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64d37ff3-ecf9-498d-8387-9931dad85174 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2f6727f8 (id: 64d37ff3-ecf9-498d-8387-9931dad85174, sid: 64d37ff3-ecf9-498d-8387-9931dad85174) (name: rcvMsgEnd_erter_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1a51da33-377e-42d0-9733-2892ccf8bce8 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@15cf3f26 (id: 1a51da33-377e-42d0-9733-2892ccf8bce8, sid: 1a51da33-377e-42d0-9733-2892ccf8bce8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0bf87ccb-5d73-4b75-b2a3-3c6756c8b7ba org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@561b8ca9 (id: 0bf87ccb-5d73-4b75-b2a3-3c6756c8b7ba, sid: 0bf87ccb-5d73-4b75-b2a3-3c6756c8b7ba) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1db882a9-924f-47e4-b714-77c56ac16293 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@3ac1bf43 (id: 1db882a9-924f-47e4-b714-77c56ac16293, sid: 1db882a9-924f-47e4-b714-77c56ac16293) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 329b95c9-48f7-4805-b9ac-fbd3598c8706 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@78127f29 (id: 329b95c9-48f7-4805-b9ac-fbd3598c8706, sid: 329b95c9-48f7-4805-b9ac-fbd3598c8706) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c9ba707b-92e9-4bb2-8f88-72811079508c org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5941b95f (id: c9ba707b-92e9-4bb2-8f88-72811079508c, sid: c9ba707b-92e9-4bb2-8f88-72811079508c) (name: sndOp_null_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2df1f2d7-e7c7-4cac-b68b-c3ceba99f9bc org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@53b5181a (id: 2df1f2d7-e7c7-4cac-b68b-c3ceba99f9bc, sid: 2df1f2d7-e7c7-4cac-b68b-c3ceba99f9bc) (name: rcvOp_cgn_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ccb2951-83bb-4736-bd75-06186ff182e0 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@64398e88 (id: 4ccb2951-83bb-4736-bd75-06186ff182e0, sid: 4ccb2951-83bb-4736-bd75-06186ff182e0) (name: sndOp_cgn_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60b26b0b-ad64-440b-921e-8e7693237986 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@fb94e11 (id: 60b26b0b-ad64-440b-921e-8e7693237986, sid: 60b26b0b-ad64-440b-921e-8e7693237986) (name: rcvOp_cgn_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a80f308c-b11f-43e9-a312-94fb95f375ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@666b9296 (id: a80f308c-b11f-43e9-a312-94fb95f375ee, sid: a80f308c-b11f-43e9-a312-94fb95f375ee) (name: sndOp_null_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bf9a6a4-46d6-4af5-9f54-ae847f7bad58 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@792d5892 (id: 8bf9a6a4-46d6-4af5-9f54-ae847f7bad58, sid: 8bf9a6a4-46d6-4af5-9f54-ae847f7bad58) (name: rcvOp_erter_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad7df470-cd1c-433c-a69f-9f119b0b7fe8 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@182ac392 (id: ad7df470-cd1c-433c-a69f-9f119b0b7fe8, sid: ad7df470-cd1c-433c-a69f-9f119b0b7fe8) (name: sndOp_erter_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f67175a0-8295-4a21-8f72-003b5cb8befe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5b0e0454 (id: f67175a0-8295-4a21-8f72-003b5cb8befe, sid: f67175a0-8295-4a21-8f72-003b5cb8befe) (name: rcvOp_erter_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5dce0bb8-dac0-4308-9f65-0893733bf2bd org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@61cbd281 (id: 5dce0bb8-dac0-4308-9f65-0893733bf2bd, sid: 5dce0bb8-dac0-4308-9f65-0893733bf2bd) (name: sndOp_null_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7dc4b132-f55d-4b65-87b4-198ad39a361f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@72b1ffe2 (id: 7dc4b132-f55d-4b65-87b4-198ad39a361f, sid: 7dc4b132-f55d-4b65-87b4-198ad39a361f) (name: rcvOp_erer_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 12195fde-fc1d-43b8-a4d2-07309c4cd5b7 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@3cc98475 (id: 12195fde-fc1d-43b8-a4d2-07309c4cd5b7, sid: 12195fde-fc1d-43b8-a4d2-07309c4cd5b7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44bb47db-d0f8-45be-a9e0-3049e88b2d5a org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@17ce1b1c (id: 44bb47db-d0f8-45be-a9e0-3049e88b2d5a, sid: 44bb47db-d0f8-45be-a9e0-3049e88b2d5a) (name: sndOp_null_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5608dc9e-604a-4b3d-a2ed-28b826be1d13 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@28ae8cbe (id: 5608dc9e-604a-4b3d-a2ed-28b826be1d13, sid: 5608dc9e-604a-4b3d-a2ed-28b826be1d13) (name: rcvOp_dfgdfg_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b8c6014-0faa-40b9-bba9-c84ba37b2e78 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@559d38a6 (id: 9b8c6014-0faa-40b9-bba9-c84ba37b2e78, sid: 9b8c6014-0faa-40b9-bba9-c84ba37b2e78) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 684484db-867e-46fb-8694-4e6eead70114 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2587e44c (id: 684484db-867e-46fb-8694-4e6eead70114, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 811248ff-1e6f-4bd2-a860-d36f4e83979a org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@42760d1b (id: 811248ff-1e6f-4bd2-a860-d36f4e83979a, sid: 811248ff-1e6f-4bd2-a860-d36f4e83979a) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43745a0f-1d17-420d-9b1e-b3c49344e92d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1e61a297 (id: 43745a0f-1d17-420d-9b1e-b3c49344e92d, sid: 43745a0f-1d17-420d-9b1e-b3c49344e92d) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 86c22321-730d-4e73-a05f-4b902d6b615c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2205f1f5 (id: 86c22321-730d-4e73-a05f-4b902d6b615c, sid: 86c22321-730d-4e73-a05f-4b902d6b615c) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = e29405f1-a733-4fea-8a4d-a725be6fea30 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@59b07e73 (id: e29405f1-a733-4fea-8a4d-a725be6fea30, sid: e29405f1-a733-4fea-8a4d-a725be6fea30) (name: IP2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c7fee890-22af-401e-a4ef-52fcb3eed287 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5437a6e9 (id: c7fee890-22af-401e-a4ef-52fcb3eed287, sid: c7fee890-22af-401e-a4ef-52fcb3eed287) (name: IP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 086542c9-904a-478f-911d-21d9808c66ae org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@4029b5ea (id: 086542c9-904a-478f-911d-21d9808c66ae, sid: 086542c9-904a-478f-911d-21d9808c66ae) (name: EI212) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 6a4746d3-ffeb-448f-b3db-b04978ba09e6 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@6d6d22ec (id: 6a4746d3-ffeb-448f-b3db-b04978ba09e6, sid: 6a4746d3-ffeb-448f-b3db-b04978ba09e6) (name: InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6049e90e-0cbf-4ca6-935c-e5afa34631d3 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@18edc5eb (id: 6049e90e-0cbf-4ca6-935c-e5afa34631d3, sid: 6049e90e-0cbf-4ca6-935c-e5afa34631d3) (name: cgn) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = c1f339df-8f5b-451a-b233-e2cc9bb5e142 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@7a4cfdae (id: c1f339df-8f5b-451a-b233-e2cc9bb5e142, sid: c1f339df-8f5b-451a-b233-e2cc9bb5e142) (name: erter) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = aed3db6e-35d1-483b-94d4-16849db43833 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@cf8ad91 (id: aed3db6e-35d1-483b-94d4-16849db43833, sid: aed3db6e-35d1-483b-94d4-16849db43833) (name: erer) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@7213d1f6 (id: d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d, sid: d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d) (name: dfgdfg) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = ddc99197-0aea-4463-bc26-cee16078fb5b org.polarsys.capella.core.data.cs.impl.InterfaceImpl@1a9f4188 (id: ddc99197-0aea-4463-bc26-cee16078fb5b, sid: ddc99197-0aea-4463-bc26-cee16078fb5b) (name: PC3_to_PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 74118b61-399f-4de2-8dde-e68a9662afb6 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@7237ef8 (id: 74118b61-399f-4de2-8dde-e68a9662afb6, sid: 74118b61-399f-4de2-8dde-e68a9662afb6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: SYNCHRONOUS, receiveProtocol: UNSET) ID = ac683515-6e8e-4192-adf3-bd0fdb3f49bd org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@4e7edfa8 (id: ac683515-6e8e-4192-adf3-bd0fdb3f49bd, sid: ac683515-6e8e-4192-adf3-bd0fdb3f49bd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: ASYNCHRONOUS, receiveProtocol: UNSET) ID = c9617e25-a1ef-45b9-bd74-d554658662fd org.polarsys.capella.core.data.cs.impl.InterfaceImpl@350c2e4a (id: c9617e25-a1ef-45b9-bd74-d554658662fd, sid: c9617e25-a1ef-45b9-bd74-d554658662fd) (name: PC6_to_PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 407e45b1-2c1a-4ba2-8517-480c64532958 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@1ab7d1be (id: 407e45b1-2c1a-4ba2-8517-480c64532958, sid: 407e45b1-2c1a-4ba2-8517-480c64532958) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: SYNCHRONOUS, receiveProtocol: UNSET) ID = def09900-ecf9-4031-a91a-e61367178e1d org.polarsys.capella.core.data.cs.impl.InterfaceImpl@6a0b491e (id: def09900-ecf9-4031-a91a-e61367178e1d, sid: def09900-ecf9-4031-a91a-e61367178e1d) (name: PC3_to_PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 29da59f8-ac9c-4c89-a571-93ad33a7e74c org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@7a535457 (id: 29da59f8-ac9c-4c89-a571-93ad33a7e74c, sid: 29da59f8-ac9c-4c89-a571-93ad33a7e74c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: ASYNCHRONOUS, receiveProtocol: UNSET) ID = 4c5a2f85-f796-41cf-932c-f0c57d140a1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@1ab0187a (id: 4c5a2f85-f796-41cf-932c-f0c57d140a1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7359e52b (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 63dcdc0a-8685-4b5e-809d-e120ddfa5502 org.polarsys.capella.core.data.cs.impl.PartImpl@3ab72885 (id: 63dcdc0a-8685-4b5e-809d-e120ddfa5502, sid: 63dcdc0a-8685-4b5e-809d-e120ddfa5502) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e4a05134-40c4-4ec6-9644-4a1fbe561446 org.polarsys.capella.core.data.cs.impl.PartImpl@14ee0c35 (id: e4a05134-40c4-4ec6-9644-4a1fbe561446, sid: e4a05134-40c4-4ec6-9644-4a1fbe561446) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 25a3113a-3420-4e6c-88b1-6a3410d2e3c5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5a8c429b (id: 25a3113a-3420-4e6c-88b1-6a3410d2e3c5, sid: 25a3113a-3420-4e6c-88b1-6a3410d2e3c5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8743808a-13b1-4de6-859f-9ac4503a1409 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3048b7b5 (id: 8743808a-13b1-4de6-859f-9ac4503a1409, sid: 8743808a-13b1-4de6-859f-9ac4503a1409) (name: C 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = fdc999b8-98dd-42d9-a569-17723f374c76 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@6ae83498 (id: fdc999b8-98dd-42d9-a569-17723f374c76, sid: fdc999b8-98dd-42d9-a569-17723f374c76) (name: C 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0837ea01-5825-424f-b4af-f1e388fc6292 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3f75e7f6 (id: 0837ea01-5825-424f-b4af-f1e388fc6292, sid: 0837ea01-5825-424f-b4af-f1e388fc6292) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 57b99f03-1f6b-40fa-8bfc-b8827dade250 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@febe9e9 (id: 57b99f03-1f6b-40fa-8bfc-b8827dade250, sid: 57b99f03-1f6b-40fa-8bfc-b8827dade250) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 56985908-3786-48cd-a65d-cc10340b09a6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@585eff8a (id: 56985908-3786-48cd-a65d-cc10340b09a6, sid: 56985908-3786-48cd-a65d-cc10340b09a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81204aa6-4191-42ef-a096-94e8c4f7e66e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@333803fe (id: 81204aa6-4191-42ef-a096-94e8c4f7e66e, sid: 81204aa6-4191-42ef-a096-94e8c4f7e66e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = be71bc48-ddff-417b-a62e-2add5a353c67 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2c3b62bb (id: be71bc48-ddff-417b-a62e-2add5a353c67, sid: be71bc48-ddff-417b-a62e-2add5a353c67) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM31, isControlOperator: false) ID = 41eb6110-5218-4649-abf3-1ea35966f8ee org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@603c336c (id: 41eb6110-5218-4649-abf3-1ea35966f8ee, sid: 41eb6110-5218-4649-abf3-1ea35966f8ee) (name: R311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c1561a3-a2a3-4e9f-879b-815e99cbfebf org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4fb1324e (id: 7c1561a3-a2a3-4e9f-879b-815e99cbfebf, sid: 7c1561a3-a2a3-4e9f-879b-815e99cbfebf) (name: M3111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5553898-c3ea-4301-af43-bb45db83f669 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3c65efb5 (id: c5553898-c3ea-4301-af43-bb45db83f669, sid: c5553898-c3ea-4301-af43-bb45db83f669) (name: R31111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de060bbe-37ca-4d17-8e01-cc070c0722c1 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4b3c6c38 (id: de060bbe-37ca-4d17-8e01-cc070c0722c1, sid: de060bbe-37ca-4d17-8e01-cc070c0722c1) (name: M3112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea57b38-2302-4629-acf3-54c5ba630e87 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4a1a8160 (id: 6ea57b38-2302-4629-acf3-54c5ba630e87, sid: 6ea57b38-2302-4629-acf3-54c5ba630e87) (name: R31121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90dbdf13-3846-4f1e-a3bd-1acc75673470 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2e795b29 (id: 90dbdf13-3846-4f1e-a3bd-1acc75673470, sid: 90dbdf13-3846-4f1e-a3bd-1acc75673470) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 40d27b22-7a36-4187-bec3-11c66f00bf28 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@ae74579 (id: 40d27b22-7a36-4187-bec3-11c66f00bf28, sid: 40d27b22-7a36-4187-bec3-11c66f00bf28) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 621071f2-de01-4c7c-9610-16e9adad2a01 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@3a14ae82 (id: 621071f2-de01-4c7c-9610-16e9adad2a01, sid: 621071f2-de01-4c7c-9610-16e9adad2a01) (name: M111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6926f000-b62f-47a9-9c26-4c34baaebef3 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5a05b47b (id: 6926f000-b62f-47a9-9c26-4c34baaebef3, sid: 6926f000-b62f-47a9-9c26-4c34baaebef3) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65861545-2a00-418c-b99b-4c1d2167c7da org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@3e411c01 (id: 65861545-2a00-418c-b99b-4c1d2167c7da, sid: 65861545-2a00-418c-b99b-4c1d2167c7da) (name: M112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ef95445-ccaa-421b-a208-31927d566d23 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@e3d5a3d (id: 6ef95445-ccaa-421b-a208-31927d566d23, sid: 6ef95445-ccaa-421b-a208-31927d566d23) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9a8fe35-8946-4570-bd1c-366920920cce org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@11c295c6 (id: d9a8fe35-8946-4570-bd1c-366920920cce, sid: d9a8fe35-8946-4570-bd1c-366920920cce) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM2, isControlOperator: false) ID = 90db017d-60ea-4200-937b-48fa1d28705e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@66935de9 (id: 90db017d-60ea-4200-937b-48fa1d28705e, sid: 90db017d-60ea-4200-937b-48fa1d28705e) (name: R21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@5004f42e (id: 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a, sid: 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a) (name: M211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 649663d7-f784-4c6f-8b4b-6332280f2827 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@348cb0a1 (id: 649663d7-f784-4c6f-8b4b-6332280f2827, sid: 649663d7-f784-4c6f-8b4b-6332280f2827) (name: R2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8937c72a-4d19-42e9-9ae8-020fccec100a org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@31e56f53 (id: 8937c72a-4d19-42e9-9ae8-020fccec100a, sid: 8937c72a-4d19-42e9-9ae8-020fccec100a) (name: M212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e3000b4d-633a-4916-8966-64e34bf7e2ee org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4de51093 (id: e3000b4d-633a-4916-8966-64e34bf7e2ee, sid: e3000b4d-633a-4916-8966-64e34bf7e2ee) (name: R2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84f0a3ba-b008-43c3-9a23-bb42434fa178 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5cd8e78 (id: 84f0a3ba-b008-43c3-9a23-bb42434fa178, sid: 84f0a3ba-b008-43c3-9a23-bb42434fa178) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM12, isControlOperator: false) ID = 41e0defd-8c15-4aad-af93-903b107faf72 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6afb50f4 (id: 41e0defd-8c15-4aad-af93-903b107faf72, sid: 41e0defd-8c15-4aad-af93-903b107faf72) (name: R121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 88f005c5-df7c-40c9-81c8-7f0bd8066c38 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4ab8359a (id: 88f005c5-df7c-40c9-81c8-7f0bd8066c38, sid: 88f005c5-df7c-40c9-81c8-7f0bd8066c38) (name: M1211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 71e05223-462f-45ac-bb73-33c5e356a755 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5c86a30d (id: 71e05223-462f-45ac-bb73-33c5e356a755, sid: 71e05223-462f-45ac-bb73-33c5e356a755) (name: R12111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e514cf4-f844-4623-a118-4bbfde2651f5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@35d148ab (id: 3e514cf4-f844-4623-a118-4bbfde2651f5, sid: 3e514cf4-f844-4623-a118-4bbfde2651f5) (name: M1212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fe8187fa-30c5-43d5-bd54-0f922c6517cd org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@59dc215 (id: fe8187fa-30c5-43d5-bd54-0f922c6517cd, sid: fe8187fa-30c5-43d5-bd54-0f922c6517cd) (name: R12121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1850b2e6 (id: ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1, sid: 84f0a3ba-b008-43c3-9a23-bb42434fa178;ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@228bd3d1 (id: 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0, sid: 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b1e3657-eb40-4a51-befb-289066707519 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@5b3e9164 (id: 4b1e3657-eb40-4a51-befb-289066707519, sid: 4b1e3657-eb40-4a51-befb-289066707519) (name: M1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb495be8-83b1-431e-a638-5b4592c52ac3 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4b6487a2 (id: eb495be8-83b1-431e-a638-5b4592c52ac3, sid: eb495be8-83b1-431e-a638-5b4592c52ac3) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70814a8e-15ff-4d63-89fe-39f2afbdfb55 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@56becbaa (id: 70814a8e-15ff-4d63-89fe-39f2afbdfb55, sid: 70814a8e-15ff-4d63-89fe-39f2afbdfb55) (name: M1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 967f1e9d-50f5-4f42-91ef-89d47bafaf48 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2ad78ff7 (id: 967f1e9d-50f5-4f42-91ef-89d47bafaf48, sid: 967f1e9d-50f5-4f42-91ef-89d47bafaf48) (name: R11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a79c6c58-ac5c-4567-b60d-6840506f56ed org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@cffe92f (id: a79c6c58-ac5c-4567-b60d-6840506f56ed, sid: a79c6c58-ac5c-4567-b60d-6840506f56ed) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1d33725a-c8a3-4926-884c-7e578e90485d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1295792d (id: 1d33725a-c8a3-4926-884c-7e578e90485d, sid: 1d33725a-c8a3-4926-884c-7e578e90485d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = fed047b5-9d4e-42a1-bace-8063abf44acb org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1f74a742 (id: fed047b5-9d4e-42a1-bace-8063abf44acb, sid: fed047b5-9d4e-42a1-bace-8063abf44acb) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 25a80209-fc88-4dee-8c8f-e12a8ff161cd org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@298ec339 (id: 25a80209-fc88-4dee-8c8f-e12a8ff161cd, sid: 25a80209-fc88-4dee-8c8f-e12a8ff161cd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0dc3b109-8863-4db3-b760-2bed020dc43a org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@5a4bf1b6 (id: 0dc3b109-8863-4db3-b760-2bed020dc43a, sid: 0dc3b109-8863-4db3-b760-2bed020dc43a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4260d6e2-ded9-48e0-b2be-0c8f6ff01980 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@1cb1853a (id: 4260d6e2-ded9-48e0-b2be-0c8f6ff01980, sid: 4260d6e2-ded9-48e0-b2be-0c8f6ff01980) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f396ca48-3417-4cbd-ad6f-e22a8a352c59 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@60bf130a (id: f396ca48-3417-4cbd-ad6f-e22a8a352c59, sid: f396ca48-3417-4cbd-ad6f-e22a8a352c59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 199de34b-bd97-4744-bd4c-8d8aeecbbb04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@e0233d9 (id: 199de34b-bd97-4744-bd4c-8d8aeecbbb04, sid: 199de34b-bd97-4744-bd4c-8d8aeecbbb04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 11ee82cd-8e10-43bf-9457-61ba60d22388 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@36fc9c4 (id: 11ee82cd-8e10-43bf-9457-61ba60d22388, sid: 11ee82cd-8e10-43bf-9457-61ba60d22388) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 544dc7c1-499d-4605-98dc-ff7e2f3bea68 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@721229c (id: 544dc7c1-499d-4605-98dc-ff7e2f3bea68, sid: 544dc7c1-499d-4605-98dc-ff7e2f3bea68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 519fde28-00b3-418f-a4ae-adbd0c6b9ecc org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@262b527 (id: 519fde28-00b3-418f-a4ae-adbd0c6b9ecc, sid: 519fde28-00b3-418f-a4ae-adbd0c6b9ecc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e83f81fa-998c-4a9b-85e0-b7dac9510d68 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1f9e4631 (id: e83f81fa-998c-4a9b-85e0-b7dac9510d68, sid: e83f81fa-998c-4a9b-85e0-b7dac9510d68) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 32a23f58-b962-42cc-9fe6-3fbaff7a805e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@62d2b019 (id: 32a23f58-b962-42cc-9fe6-3fbaff7a805e, sid: 32a23f58-b962-42cc-9fe6-3fbaff7a805e) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 5c3bd864-cb02-4df6-84be-d092d7e56889 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@aca6bcf (id: 5c3bd864-cb02-4df6-84be-d092d7e56889, sid: 5c3bd864-cb02-4df6-84be-d092d7e56889) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 20afc06a-9896-4bf1-9f43-779d52acb491 org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@7e671e7c (id: 20afc06a-9896-4bf1-9f43-779d52acb491, sid: 20afc06a-9896-4bf1-9f43-779d52acb491) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e3332f63-621b-4379-889d-1d43ab1ce16d org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@4b4ac734 (id: e3332f63-621b-4379-889d-1d43ab1ce16d, sid: e3332f63-621b-4379-889d-1d43ab1ce16d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Enabled] >> release >> unload Project_test_01 [Enabled] >> release >> unload output [Enabled] >> require >> load Project_test_01 [Enabled] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3176382 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@457e3aaa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@381c587e (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@290abc5 (id: 6f4e32b0-db82-4921-85c0-c24d542ca148, sid: null) (name: CrossPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f170e0f0-1aab-41e0-8d2c-a6080c981370 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@59f6a931 (id: f170e0f0-1aab-41e0-8d2c-a6080c981370, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc8b338b-d547-45d0-bf80-c79095a25a4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1ae0650c (id: bc8b338b-d547-45d0-bf80-c79095a25a4a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e32d212-eba4-4342-83be-3f6a3f35e7d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@544f5e8f (id: 5e32d212-eba4-4342-83be-3f6a3f35e7d7, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dc623687-41b3-4364-aa42-05c4deec2e14 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@37ab040 (id: dc623687-41b3-4364-aa42-05c4deec2e14, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 908d5518-8677-46a3-a833-95ccac80aa4a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@55b29a29 (id: 908d5518-8677-46a3-a833-95ccac80aa4a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = caef795c-ba3f-4ade-aa25-84880e2bbf16 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6db2f7df (id: caef795c-ba3f-4ade-aa25-84880e2bbf16, sid: caef795c-ba3f-4ade-aa25-84880e2bbf16) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 684484db-867e-46fb-8694-4e6eead70114 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1a3a13c2 (id: 684484db-867e-46fb-8694-4e6eead70114, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4c5a2f85-f796-41cf-932c-f0c57d140a1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@26201e59 (id: 4c5a2f85-f796-41cf-932c-f0c57d140a1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@396ad3c6 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8493801b-094a-40af-96c2-74dba1ff1ad4 org.polarsys.capella.core.data.cs.impl.PartImpl@45e6a46a (id: 8493801b-094a-40af-96c2-74dba1ff1ad4, sid: 8493801b-094a-40af-96c2-74dba1ff1ad4) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2f04e08c-a361-4219-ad6c-e73676b4188f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7f68fdb (id: 2f04e08c-a361-4219-ad6c-e73676b4188f, sid: 2f04e08c-a361-4219-ad6c-e73676b4188f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = f4a44a8b-1061-43aa-81f8-129bd547cf94 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@7daa39c1 (id: f4a44a8b-1061-43aa-81f8-129bd547cf94, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27fb5923-e04b-4433-bfe2-b627e2a1a13d org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@4ed496c8 (id: 27fb5923-e04b-4433-bfe2-b627e2a1a13d, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3176382 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@457e3aaa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@290abc5 (id: 6f4e32b0-db82-4921-85c0-c24d542ca148, sid: null) (name: CrossPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f170e0f0-1aab-41e0-8d2c-a6080c981370 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@59f6a931 (id: f170e0f0-1aab-41e0-8d2c-a6080c981370, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc8b338b-d547-45d0-bf80-c79095a25a4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1ae0650c (id: bc8b338b-d547-45d0-bf80-c79095a25a4a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e32d212-eba4-4342-83be-3f6a3f35e7d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@544f5e8f (id: 5e32d212-eba4-4342-83be-3f6a3f35e7d7, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 45c3314b-0a97-4427-bb63-f40b77c0586d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4bc0e8e0 (id: 45c3314b-0a97-4427-bb63-f40b77c0586d, sid: 45c3314b-0a97-4427-bb63-f40b77c0586d) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5af163c3-3b95-4b52-baf8-982ca77688b3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@27937f88 (id: 5af163c3-3b95-4b52-baf8-982ca77688b3, sid: 5af163c3-3b95-4b52-baf8-982ca77688b3) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1961cdeb-3873-40cb-9900-b29859527ed2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e42a673 (id: 1961cdeb-3873-40cb-9900-b29859527ed2, sid: 1961cdeb-3873-40cb-9900-b29859527ed2) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6812184f-5c85-4766-97dd-e448214c7f4d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@10d72c12 (id: 6812184f-5c85-4766-97dd-e448214c7f4d, sid: 6812184f-5c85-4766-97dd-e448214c7f4d) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f0be1ddc-a50c-4dc6-a052-cdf90eed510a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5c1c5100 (id: f0be1ddc-a50c-4dc6-a052-cdf90eed510a, sid: f0be1ddc-a50c-4dc6-a052-cdf90eed510a) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 30a1f6e1-a70b-4394-b174-ccbbec46ab7b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4b954970 (id: 30a1f6e1-a70b-4394-b174-ccbbec46ab7b, sid: 30a1f6e1-a70b-4394-b174-ccbbec46ab7b) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 67a1f085-753e-4735-a588-9ea3e084c318 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5ca182bc (id: 67a1f085-753e-4735-a588-9ea3e084c318, sid: 67a1f085-753e-4735-a588-9ea3e084c318) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c478fb80-501f-4ed1-bdae-5c69f94a811a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@44a7ada6 (id: c478fb80-501f-4ed1-bdae-5c69f94a811a, sid: c478fb80-501f-4ed1-bdae-5c69f94a811a) (name: PF14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 27c297e0-e30c-41c6-8795-b674d3ff0c2d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2598a28b (id: 27c297e0-e30c-41c6-8795-b674d3ff0c2d, sid: 27c297e0-e30c-41c6-8795-b674d3ff0c2d) (name: FIP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 31277dec-0361-4c37-ad1d-0f171c33eda6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1df6dbbf (id: 31277dec-0361-4c37-ad1d-0f171c33eda6, sid: 31277dec-0361-4c37-ad1d-0f171c33eda6) (name: FIP142) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f1fac1ae-4107-41b5-abae-eee3954a580b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4d120edf (id: f1fac1ae-4107-41b5-abae-eee3954a580b, sid: f1fac1ae-4107-41b5-abae-eee3954a580b) (name: FOP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ea73a522-e57f-4f39-babd-61112f3c01af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@34215046 (id: ea73a522-e57f-4f39-babd-61112f3c01af, sid: ea73a522-e57f-4f39-babd-61112f3c01af) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8054fd3d-0100-4907-bdaf-3bd6c98d28a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@544d30b3 (id: 8054fd3d-0100-4907-bdaf-3bd6c98d28a0, sid: 8054fd3d-0100-4907-bdaf-3bd6c98d28a0) (name: FIP151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 742f0d0e-4797-4d5a-a5fa-85265c89819f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1c69781e (id: 742f0d0e-4797-4d5a-a5fa-85265c89819f, sid: 742f0d0e-4797-4d5a-a5fa-85265c89819f) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8f9865c6-ce58-455a-9a4b-dfce4e686e0b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@219c0b88 (id: 8f9865c6-ce58-455a-9a4b-dfce4e686e0b, sid: 8f9865c6-ce58-455a-9a4b-dfce4e686e0b) (name: FIP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1a745ec4-6a14-41f8-9ce3-5536c88f11dd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3752451f (id: 1a745ec4-6a14-41f8-9ce3-5536c88f11dd, sid: 1a745ec4-6a14-41f8-9ce3-5536c88f11dd) (name: FOP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 48705a2e-be44-4f23-b807-538bd9dff4dd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@655a4500 (id: 48705a2e-be44-4f23-b807-538bd9dff4dd, sid: 48705a2e-be44-4f23-b807-538bd9dff4dd) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d4e5172f-9a6f-4ebd-a069-6d26feed636a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@28af4a80 (id: d4e5172f-9a6f-4ebd-a069-6d26feed636a, sid: d4e5172f-9a6f-4ebd-a069-6d26feed636a) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bdc954e1-e040-4878-af4c-9816e2da5809 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7e011765 (id: bdc954e1-e040-4878-af4c-9816e2da5809, sid: bdc954e1-e040-4878-af4c-9816e2da5809) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 029d5f48-a088-4b65-a39e-c0b4bb5de326 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@49443fe0 (id: 029d5f48-a088-4b65-a39e-c0b4bb5de326, sid: 029d5f48-a088-4b65-a39e-c0b4bb5de326) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1984279f (id: a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed, sid: a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 908d5518-8677-46a3-a833-95ccac80aa4a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@55b29a29 (id: 908d5518-8677-46a3-a833-95ccac80aa4a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = caef795c-ba3f-4ade-aa25-84880e2bbf16 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6db2f7df (id: caef795c-ba3f-4ade-aa25-84880e2bbf16, sid: caef795c-ba3f-4ade-aa25-84880e2bbf16) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8d14ee20-0a32-4a8b-ac60-075145b5b08a org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@4a13c1a1 (id: 8d14ee20-0a32-4a8b-ac60-075145b5b08a, sid: 8d14ee20-0a32-4a8b-ac60-075145b5b08a) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3d03f7c7-fc83-4984-9497-9e4aea29f710 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@7f0d2af0 (id: 3d03f7c7-fc83-4984-9497-9e4aea29f710, sid: 3d03f7c7-fc83-4984-9497-9e4aea29f710) (name: Scenario 1 FS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 71fd0568-a144-4747-92e2-a48077bde2f5 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3eaf94ea (id: 71fd0568-a144-4747-92e2-a48077bde2f5, sid: 71fd0568-a144-4747-92e2-a48077bde2f5) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 003f43f0-87be-4efa-b6a9-1e9523e47571 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@44d980ef (id: 003f43f0-87be-4efa-b6a9-1e9523e47571, sid: 003f43f0-87be-4efa-b6a9-1e9523e47571) (name: PF14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 19147f73-2cd5-405d-a581-7b13b5d78640 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@10934f1c (id: 19147f73-2cd5-405d-a581-7b13b5d78640, sid: 19147f73-2cd5-405d-a581-7b13b5d78640) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c773292f-0d16-44b4-96eb-c0db690f8c3f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6dfad54 (id: c773292f-0d16-44b4-96eb-c0db690f8c3f, sid: c773292f-0d16-44b4-96eb-c0db690f8c3f) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 14e9b3b2-f272-4d10-9f31-4e752111d5f9 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@441571a1 (id: 14e9b3b2-f272-4d10-9f31-4e752111d5f9, sid: 14e9b3b2-f272-4d10-9f31-4e752111d5f9) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 35537fc0-7f60-43d5-a905-90460d9f8e87 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@4cc35f34 (id: 35537fc0-7f60-43d5-a905-90460d9f8e87, sid: 35537fc0-7f60-43d5-a905-90460d9f8e87) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2a0e8da1-2659-43a2-b93d-71c20230cd00 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3deca282 (id: 2a0e8da1-2659-43a2-b93d-71c20230cd00, sid: 2a0e8da1-2659-43a2-b93d-71c20230cd00) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = c863ec5f-e561-4d02-a190-96dd753f042d org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@529b44e7 (id: c863ec5f-e561-4d02-a190-96dd753f042d, sid: c863ec5f-e561-4d02-a190-96dd753f042d) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c458534e-6d7c-43a7-9ac3-e38d321b0d8b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4f79b7f (id: c458534e-6d7c-43a7-9ac3-e38d321b0d8b, sid: c458534e-6d7c-43a7-9ac3-e38d321b0d8b) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = bdcf2413-ec56-4f9a-8f20-89736c946231 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5213d314 (id: bdcf2413-ec56-4f9a-8f20-89736c946231, sid: bdcf2413-ec56-4f9a-8f20-89736c946231) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 30bb6dcd-b63a-48c9-a68e-6e11e95567eb org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@20752ab (id: 30bb6dcd-b63a-48c9-a68e-6e11e95567eb, sid: 30bb6dcd-b63a-48c9-a68e-6e11e95567eb) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = b30d14ae-e40a-4068-83ac-8ee8050636a9 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3a130df7 (id: b30d14ae-e40a-4068-83ac-8ee8050636a9, sid: b30d14ae-e40a-4068-83ac-8ee8050636a9) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 3486cde0-ce25-4361-8ce8-dba637ad20a7 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2b8d1ed8 (id: 3486cde0-ce25-4361-8ce8-dba637ad20a7, sid: 3486cde0-ce25-4361-8ce8-dba637ad20a7) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 840cdbca-012a-4852-88e7-19c752029d8a org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1c6e407b (id: 840cdbca-012a-4852-88e7-19c752029d8a, sid: 840cdbca-012a-4852-88e7-19c752029d8a) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 09de2895-25e1-4f36-bd25-c954c41f1804 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@476ee36c (id: 09de2895-25e1-4f36-bd25-c954c41f1804, sid: 09de2895-25e1-4f36-bd25-c954c41f1804) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 877b82f3-34df-49e6-bec4-e37b4f153cd0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@48f695c3 (id: 877b82f3-34df-49e6-bec4-e37b4f153cd0, sid: 877b82f3-34df-49e6-bec4-e37b4f153cd0) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 834ab20c-37fd-45db-a1bb-9c6e1a7bd5be org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@bce39db (id: 834ab20c-37fd-45db-a1bb-9c6e1a7bd5be, sid: 834ab20c-37fd-45db-a1bb-9c6e1a7bd5be) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ecd8447d-efa3-4b81-a803-19ba0c7d9377 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@654dcd41 (id: ecd8447d-efa3-4b81-a803-19ba0c7d9377, sid: ecd8447d-efa3-4b81-a803-19ba0c7d9377) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0adea8e0-3220-49f5-a0e9-80e403853421 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@55882707 (id: 0adea8e0-3220-49f5-a0e9-80e403853421, sid: 0adea8e0-3220-49f5-a0e9-80e403853421) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 82b62edd-9423-4110-a406-dcf24cd0ad2f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@292cf8f8 (id: 82b62edd-9423-4110-a406-dcf24cd0ad2f, sid: 82b62edd-9423-4110-a406-dcf24cd0ad2f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d873bdc-5fb6-42f9-8942-f34e2993ab46 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@53560ce7 (id: 9d873bdc-5fb6-42f9-8942-f34e2993ab46, sid: 9d873bdc-5fb6-42f9-8942-f34e2993ab46) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f8759dc0-a98d-4f94-9095-496e2cf7b1d1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@58faf409 (id: f8759dc0-a98d-4f94-9095-496e2cf7b1d1, sid: f8759dc0-a98d-4f94-9095-496e2cf7b1d1) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b83b8e79-d12c-4d1c-8ccf-974f9c0f3ace org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4c5e500e (id: b83b8e79-d12c-4d1c-8ccf-974f9c0f3ace, sid: b83b8e79-d12c-4d1c-8ccf-974f9c0f3ace) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e63141a-9098-4a4e-bf44-e4159d4d26a0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@27b8a45 (id: 7e63141a-9098-4a4e-bf44-e4159d4d26a0, sid: 7e63141a-9098-4a4e-bf44-e4159d4d26a0) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f8d75a9d-8399-4f40-94c5-030e676d1354 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@509c96b8 (id: f8d75a9d-8399-4f40-94c5-030e676d1354, sid: f8d75a9d-8399-4f40-94c5-030e676d1354) (name: start) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c30b4ea-8542-4846-8475-d9fb16a1a9a8 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@eeb074c (id: 6c30b4ea-8542-4846-8475-d9fb16a1a9a8, sid: 6c30b4ea-8542-4846-8475-d9fb16a1a9a8) (name: operand 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b02cbb41-9eb0-422e-8143-456ce2ef9c94 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@2391961f (id: b02cbb41-9eb0-422e-8143-456ce2ef9c94, sid: b02cbb41-9eb0-422e-8143-456ce2ef9c94) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7fb43f41-9806-437f-b5bb-27a228e0c40f org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2eca6909 (id: 7fb43f41-9806-437f-b5bb-27a228e0c40f, sid: 7fb43f41-9806-437f-b5bb-27a228e0c40f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 1b4ba399-086c-4038-9eed-69bc1cc4b5c9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1ad7033e (id: 1b4ba399-086c-4038-9eed-69bc1cc4b5c9, sid: 1b4ba399-086c-4038-9eed-69bc1cc4b5c9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4bea6ca1-dafe-4cc9-96c7-44a02f38fc59 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4cd0a64f (id: 4bea6ca1-dafe-4cc9-96c7-44a02f38fc59, sid: 4bea6ca1-dafe-4cc9-96c7-44a02f38fc59) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8fd928de-1253-4813-b2a2-808d71a27284 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@635ee0a4 (id: 8fd928de-1253-4813-b2a2-808d71a27284, sid: 8fd928de-1253-4813-b2a2-808d71a27284) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8a6cea6-1d7c-4dd3-a1d9-7fd55ef985d2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1e215fe7 (id: d8a6cea6-1d7c-4dd3-a1d9-7fd55ef985d2, sid: d8a6cea6-1d7c-4dd3-a1d9-7fd55ef985d2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36eac366-ddf6-471e-b1bc-487fbc49cf7e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3ccd61ee (id: 36eac366-ddf6-471e-b1bc-487fbc49cf7e, sid: 36eac366-ddf6-471e-b1bc-487fbc49cf7e) (name: end) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64807abf-81b0-4cdc-89e1-3854e12111a6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@515b52ab (id: 64807abf-81b0-4cdc-89e1-3854e12111a6, sid: 64807abf-81b0-4cdc-89e1-3854e12111a6) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9641712e-5ee1-4ba2-9b27-bd1469e2b2da org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@67cfa968 (id: 9641712e-5ee1-4ba2-9b27-bd1469e2b2da, sid: 9641712e-5ee1-4ba2-9b27-bd1469e2b2da) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1aca6b3c-ccac-42c0-96a0-d37a0ca355f3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@734756b3 (id: 1aca6b3c-ccac-42c0-96a0-d37a0ca355f3, sid: 1aca6b3c-ccac-42c0-96a0-d37a0ca355f3) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83ba27cd-c4fe-4734-b820-ea8891d088cc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@9a7ce21 (id: 83ba27cd-c4fe-4734-b820-ea8891d088cc, sid: 83ba27cd-c4fe-4734-b820-ea8891d088cc) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de4c476c-8856-4055-9578-a40a8588d707 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2e21bb4 (id: de4c476c-8856-4055-9578-a40a8588d707, sid: de4c476c-8856-4055-9578-a40a8588d707) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1aabd956-c7c7-4112-b6d6-6cc359ee8da8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@187c7669 (id: 1aabd956-c7c7-4112-b6d6-6cc359ee8da8, sid: 1aabd956-c7c7-4112-b6d6-6cc359ee8da8) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf9bf85b-4879-4563-8d64-46cbc1da9830 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@51c7491b (id: cf9bf85b-4879-4563-8d64-46cbc1da9830, sid: cf9bf85b-4879-4563-8d64-46cbc1da9830) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6ec63d2-1e7e-410a-9660-6f216e75635f org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@66a653c4 (id: f6ec63d2-1e7e-410a-9660-6f216e75635f, sid: f6ec63d2-1e7e-410a-9660-6f216e75635f) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13132d7d-5866-428f-975c-5d5aebdce205 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@748bcb1f (id: 13132d7d-5866-428f-975c-5d5aebdce205, sid: 13132d7d-5866-428f-975c-5d5aebdce205) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0d187101-c34d-43c1-9025-c57df63bfa01 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@645b3ba4 (id: 0d187101-c34d-43c1-9025-c57df63bfa01, sid: 0d187101-c34d-43c1-9025-c57df63bfa01) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac62e299-3872-4edc-b405-6854ef36fd62 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@30b77c98 (id: ac62e299-3872-4edc-b405-6854ef36fd62, sid: ac62e299-3872-4edc-b405-6854ef36fd62) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 218e412c-7a71-4c78-9239-8794fdd77f8b org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1ace8aa2 (id: 218e412c-7a71-4c78-9239-8794fdd77f8b, sid: 218e412c-7a71-4c78-9239-8794fdd77f8b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe93574-7732-4c8e-99bf-caebac0a133d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6ca1fcce (id: dfe93574-7732-4c8e-99bf-caebac0a133d, sid: dfe93574-7732-4c8e-99bf-caebac0a133d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9371f33b-3cf4-4899-9982-3a2e1fa3f5a8 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5ac299f2 (id: 9371f33b-3cf4-4899-9982-3a2e1fa3f5a8, sid: 9371f33b-3cf4-4899-9982-3a2e1fa3f5a8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc8d8fcf-52ae-4712-8466-e219fea8b129 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@34379392 (id: cc8d8fcf-52ae-4712-8466-e219fea8b129, sid: cc8d8fcf-52ae-4712-8466-e219fea8b129) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7da9d42d-2da1-46be-be70-e7247bf03be8 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@57935e56 (id: 7da9d42d-2da1-46be-be70-e7247bf03be8, sid: 7da9d42d-2da1-46be-be70-e7247bf03be8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a18a15f2-0adb-4996-9696-52ab499b893b org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@556c6d15 (id: a18a15f2-0adb-4996-9696-52ab499b893b, sid: a18a15f2-0adb-4996-9696-52ab499b893b) (name: combined fragment) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 9ed41f3b-7b76-4c70-ab73-60b456470de7 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1b2f6343 (id: 9ed41f3b-7b76-4c70-ab73-60b456470de7, sid: 9ed41f3b-7b76-4c70-ab73-60b456470de7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6a4ae6c6-d372-4600-b6cb-9cce31e181e5 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@68128f7a (id: 6a4ae6c6-d372-4600-b6cb-9cce31e181e5, sid: 6a4ae6c6-d372-4600-b6cb-9cce31e181e5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a9a31631-fc6a-4cdf-8492-4509dd37984b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@847dc40 (id: a9a31631-fc6a-4cdf-8492-4509dd37984b, sid: a9a31631-fc6a-4cdf-8492-4509dd37984b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4af7140c-30c4-4839-a3ad-73a9b1dc2d2f org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@7dfbf48f (id: 4af7140c-30c4-4839-a3ad-73a9b1dc2d2f, sid: 4af7140c-30c4-4839-a3ad-73a9b1dc2d2f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b5078dd-7ff0-4a03-a860-dcc64460b535 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@21ac557b (id: 3b5078dd-7ff0-4a03-a860-dcc64460b535, sid: 3b5078dd-7ff0-4a03-a860-dcc64460b535) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df8a8d46-a79a-41e4-9eb0-fb6900e382dd org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5db9776b (id: df8a8d46-a79a-41e4-9eb0-fb6900e382dd, sid: df8a8d46-a79a-41e4-9eb0-fb6900e382dd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e7eeee44-1e9b-4957-b1ea-f9b1110b30ab org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6baa1540 (id: e7eeee44-1e9b-4957-b1ea-f9b1110b30ab, sid: e7eeee44-1e9b-4957-b1ea-f9b1110b30ab) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0078977f-4790-46f1-8c9d-4c880ce215fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4957cb36 (id: 0078977f-4790-46f1-8c9d-4c880ce215fe, sid: 0078977f-4790-46f1-8c9d-4c880ce215fe) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9da13ae9-1fd7-4611-bb8d-7101763c7b95 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@a9358ea (id: 9da13ae9-1fd7-4611-bb8d-7101763c7b95, sid: 9da13ae9-1fd7-4611-bb8d-7101763c7b95) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fea2bdbf-eef7-4c98-ab0d-936a6079954b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1c8774fc (id: fea2bdbf-eef7-4c98-ab0d-936a6079954b, sid: fea2bdbf-eef7-4c98-ab0d-936a6079954b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 708bdb1f-5d9b-414c-a8b9-5138bea025b2 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@27bc6239 (id: 708bdb1f-5d9b-414c-a8b9-5138bea025b2, sid: 708bdb1f-5d9b-414c-a8b9-5138bea025b2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e7d46d69-0179-4d21-8ec4-e03094755683 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@236ff262 (id: e7d46d69-0179-4d21-8ec4-e03094755683, sid: e7d46d69-0179-4d21-8ec4-e03094755683) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c18ab2d6-66cd-4263-ae01-15c7ee7ae39e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5b4ea487 (id: c18ab2d6-66cd-4263-ae01-15c7ee7ae39e, sid: c18ab2d6-66cd-4263-ae01-15c7ee7ae39e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 274ae500-69af-4cc2-8af5-9c4e057b3118 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@11ae081a (id: 274ae500-69af-4cc2-8af5-9c4e057b3118, sid: 274ae500-69af-4cc2-8af5-9c4e057b3118) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6147dd77-14b4-4f8a-b907-7c64e8eb51ae org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4130355f (id: 6147dd77-14b4-4f8a-b907-7c64e8eb51ae, sid: 6147dd77-14b4-4f8a-b907-7c64e8eb51ae) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac2cfa63-1b06-4eca-a547-2cc9eb8c8f52 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1d9023f9 (id: ac2cfa63-1b06-4eca-a547-2cc9eb8c8f52, sid: ac2cfa63-1b06-4eca-a547-2cc9eb8c8f52) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a55a10cf-d307-4f2a-9f05-9e0e86fbb9ff org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@33d4d650 (id: a55a10cf-d307-4f2a-9f05-9e0e86fbb9ff, sid: a55a10cf-d307-4f2a-9f05-9e0e86fbb9ff) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae21da0c-2dd6-44a2-9332-e01175cad020 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@52dbe6e8 (id: ae21da0c-2dd6-44a2-9332-e01175cad020, sid: ae21da0c-2dd6-44a2-9332-e01175cad020) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a0f8bad8-8c15-4266-a33a-b51d376d9a9b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1281ab21 (id: a0f8bad8-8c15-4266-a33a-b51d376d9a9b, sid: a0f8bad8-8c15-4266-a33a-b51d376d9a9b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a45207a-42cc-413d-8599-d1fcedf03f71 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@e92cd63 (id: 7a45207a-42cc-413d-8599-d1fcedf03f71, sid: 7a45207a-42cc-413d-8599-d1fcedf03f71) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 735e9566-54b7-4fa8-abbe-461c6caa5077 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1b61ecb7 (id: 735e9566-54b7-4fa8-abbe-461c6caa5077, sid: 735e9566-54b7-4fa8-abbe-461c6caa5077) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e98972a-4f8a-4759-919d-6be2bca0aad7 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1680a595 (id: 9e98972a-4f8a-4759-919d-6be2bca0aad7, sid: 9e98972a-4f8a-4759-919d-6be2bca0aad7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e72b1277-92f5-4e33-aea1-46e104bad2c6 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@947dcc7 (id: e72b1277-92f5-4e33-aea1-46e104bad2c6, sid: e72b1277-92f5-4e33-aea1-46e104bad2c6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1a0602ce-b3e9-4191-843d-7b8bef434323 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@11a6f159 (id: 1a0602ce-b3e9-4191-843d-7b8bef434323, sid: 1a0602ce-b3e9-4191-843d-7b8bef434323) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a04d830-c592-4574-a16d-96661112efa5 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@51171bde (id: 8a04d830-c592-4574-a16d-96661112efa5, sid: 8a04d830-c592-4574-a16d-96661112efa5) (name: Scenario 2 ES FE) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = ce47df9b-02d8-4f73-abc1-909ff97a8709 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5175be5c (id: ce47df9b-02d8-4f73-abc1-909ff97a8709, sid: ce47df9b-02d8-4f73-abc1-909ff97a8709) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce47df9b-02d8-4f73-abc1-909ff97a8709 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5175be5c (id: ce47df9b-02d8-4f73-abc1-909ff97a8709, sid: ce47df9b-02d8-4f73-abc1-909ff97a8709) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e92a4ce4-41b6-4f65-aba1-16832894da50 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3bfb786b (id: e92a4ce4-41b6-4f65-aba1-16832894da50, sid: e92a4ce4-41b6-4f65-aba1-16832894da50) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e92a4ce4-41b6-4f65-aba1-16832894da50 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3bfb786b (id: e92a4ce4-41b6-4f65-aba1-16832894da50, sid: e92a4ce4-41b6-4f65-aba1-16832894da50) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c106be1-0dd0-4d9f-a062-06d9595b6e5f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@330a2544 (id: 7c106be1-0dd0-4d9f-a062-06d9595b6e5f, sid: 7c106be1-0dd0-4d9f-a062-06d9595b6e5f) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 1ff262b6-dfb4-49b5-a247-eefacea380b8 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@53523b6e (id: 1ff262b6-dfb4-49b5-a247-eefacea380b8, sid: 1ff262b6-dfb4-49b5-a247-eefacea380b8) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = defbedc5-5ac9-464c-8c4c-e2c05ca021b5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5198bb07 (id: defbedc5-5ac9-464c-8c4c-e2c05ca021b5, sid: defbedc5-5ac9-464c-8c4c-e2c05ca021b5) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = aa014e71-853f-4c15-b51f-c051e71fb50b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4c5e2c92 (id: aa014e71-853f-4c15-b51f-c051e71fb50b, sid: aa014e71-853f-4c15-b51f-c051e71fb50b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = dc943796-aadd-4dad-abf1-5bf329cdcd76 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3fb4192f (id: dc943796-aadd-4dad-abf1-5bf329cdcd76, sid: dc943796-aadd-4dad-abf1-5bf329cdcd76) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 3fcfb8b7-5f9d-452b-a47e-dc0a89f7450a org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2b60cd5d (id: 3fcfb8b7-5f9d-452b-a47e-dc0a89f7450a, sid: 3fcfb8b7-5f9d-452b-a47e-dc0a89f7450a) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e9613e21-0e45-4bdb-b485-cd46a72f94fb org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@16674e1f (id: e9613e21-0e45-4bdb-b485-cd46a72f94fb, sid: e9613e21-0e45-4bdb-b485-cd46a72f94fb) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = c9e15de2-aa13-4ee1-96ce-39968022ff77 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@825ed14 (id: c9e15de2-aa13-4ee1-96ce-39968022ff77, sid: c9e15de2-aa13-4ee1-96ce-39968022ff77) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c9773af3-6d7a-4d41-89b3-019b0408d8be org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1747f05e (id: c9773af3-6d7a-4d41-89b3-019b0408d8be, sid: c9773af3-6d7a-4d41-89b3-019b0408d8be) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 3ea5e55d-5411-48c2-bc37-ea418eeef192 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3a60ddce (id: 3ea5e55d-5411-48c2-bc37-ea418eeef192, sid: 3ea5e55d-5411-48c2-bc37-ea418eeef192) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 0ca0f243-c0d3-401c-90c2-22eba36707f3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@165b7b2b (id: 0ca0f243-c0d3-401c-90c2-22eba36707f3, sid: 0ca0f243-c0d3-401c-90c2-22eba36707f3) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3bbb21a-699a-4ded-96f5-e14149aa3c21 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@313179b9 (id: d3bbb21a-699a-4ded-96f5-e14149aa3c21, sid: d3bbb21a-699a-4ded-96f5-e14149aa3c21) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1cb2e10-ca81-47cf-9473-cc702d9d4ed5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@19dcbac1 (id: c1cb2e10-ca81-47cf-9473-cc702d9d4ed5, sid: c1cb2e10-ca81-47cf-9473-cc702d9d4ed5) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ab533d7-ac5a-4e75-acf0-090d6a0ebcf1 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@256e9a99 (id: 3ab533d7-ac5a-4e75-acf0-090d6a0ebcf1, sid: 3ab533d7-ac5a-4e75-acf0-090d6a0ebcf1) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f52bbd7-27ec-4708-be3c-666fa890291d org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7ebd9cff (id: 3f52bbd7-27ec-4708-be3c-666fa890291d, sid: 3f52bbd7-27ec-4708-be3c-666fa890291d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51995bce-b5c1-4f09-a015-4564b58e46f2 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1098ff37 (id: 51995bce-b5c1-4f09-a015-4564b58e46f2, sid: 51995bce-b5c1-4f09-a015-4564b58e46f2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 387f3803-3709-40ab-b655-c264a4cc05e0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@26d6bda6 (id: 387f3803-3709-40ab-b655-c264a4cc05e0, sid: 387f3803-3709-40ab-b655-c264a4cc05e0) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5af8720-709c-45ab-ab5c-79753c595355 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@341e87e7 (id: a5af8720-709c-45ab-ab5c-79753c595355, sid: a5af8720-709c-45ab-ab5c-79753c595355) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e25a514-f863-40ea-ab09-87da031f61d5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5957588e (id: 9e25a514-f863-40ea-ab09-87da031f61d5, sid: 9e25a514-f863-40ea-ab09-87da031f61d5) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a141cc3-d56d-435e-b02c-d49fd5d99d64 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@e6175d4 (id: 8a141cc3-d56d-435e-b02c-d49fd5d99d64, sid: 8a141cc3-d56d-435e-b02c-d49fd5d99d64) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4391aaa1-ea5f-457b-9f51-74fde55e38f0 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@1dc9c233 (id: 4391aaa1-ea5f-457b-9f51-74fde55e38f0, sid: 4391aaa1-ea5f-457b-9f51-74fde55e38f0) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f957fc6b-3b47-42ab-8e56-fcffc75e66b9 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@5da84fd2 (id: f957fc6b-3b47-42ab-8e56-fcffc75e66b9, sid: f957fc6b-3b47-42ab-8e56-fcffc75e66b9) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8af8a7da-15fb-464b-8ecc-3cee09ecf454 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3ed8efc1 (id: 8af8a7da-15fb-464b-8ecc-3cee09ecf454, sid: 8af8a7da-15fb-464b-8ecc-3cee09ecf454) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1263e911-af7d-49fa-be79-c3dad3465fe5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3b12f21b (id: 1263e911-af7d-49fa-be79-c3dad3465fe5, sid: 1263e911-af7d-49fa-be79-c3dad3465fe5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = af06d5cf-84cb-463b-ac70-152a8bcec4a9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@e0f2cd2 (id: af06d5cf-84cb-463b-ac70-152a8bcec4a9, sid: af06d5cf-84cb-463b-ac70-152a8bcec4a9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f259e3d6-08f6-4fce-a8f2-0b7349972d7e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@22219522 (id: f259e3d6-08f6-4fce-a8f2-0b7349972d7e, sid: f259e3d6-08f6-4fce-a8f2-0b7349972d7e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4f5394b-385d-41f4-8be8-f694d131acfa org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1a3c781 (id: d4f5394b-385d-41f4-8be8-f694d131acfa, sid: d4f5394b-385d-41f4-8be8-f694d131acfa) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9eea5b8d-34ea-436a-901c-341c5772a909 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@751f1c38 (id: 9eea5b8d-34ea-436a-901c-341c5772a909, sid: 9eea5b8d-34ea-436a-901c-341c5772a909) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 72283dba-928f-4b8a-910a-1247f9e58f93 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@281d7f5 (id: 72283dba-928f-4b8a-910a-1247f9e58f93, sid: 72283dba-928f-4b8a-910a-1247f9e58f93) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad9d1ff3-af45-42fd-ac39-375e724506ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2c27da02 (id: ad9d1ff3-af45-42fd-ac39-375e724506ae, sid: ad9d1ff3-af45-42fd-ac39-375e724506ae) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f21cdfc5-1e2d-4ac8-ad4e-b94fab2ceb3d org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3e54ab58 (id: f21cdfc5-1e2d-4ac8-ad4e-b94fab2ceb3d, sid: f21cdfc5-1e2d-4ac8-ad4e-b94fab2ceb3d) (name: start) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 41da8a53-5426-4da1-8a82-684933b93674 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@3266ed18 (id: 41da8a53-5426-4da1-8a82-684933b93674, sid: 41da8a53-5426-4da1-8a82-684933b93674) (name: operand 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9873c527-02e4-4258-916d-67dd2e170c9e org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@2083d69c (id: 9873c527-02e4-4258-916d-67dd2e170c9e, sid: 9873c527-02e4-4258-916d-67dd2e170c9e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e0faa13-b7fe-4dde-9c17-63cb778a4796 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2f55c48b (id: 3e0faa13-b7fe-4dde-9c17-63cb778a4796, sid: 3e0faa13-b7fe-4dde-9c17-63cb778a4796) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = b77fc9da-b439-4b74-b63e-ac6b3a8f04e8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@34c0a452 (id: b77fc9da-b439-4b74-b63e-ac6b3a8f04e8, sid: b77fc9da-b439-4b74-b63e-ac6b3a8f04e8) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = deff467c-49c0-485b-9501-066abe256dd0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@31cb91ff (id: deff467c-49c0-485b-9501-066abe256dd0, sid: deff467c-49c0-485b-9501-066abe256dd0) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ff99c79-dac0-4b68-bf5e-6ebc80b40753 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@fc2866c (id: 6ff99c79-dac0-4b68-bf5e-6ebc80b40753, sid: 6ff99c79-dac0-4b68-bf5e-6ebc80b40753) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb6f5b7e-6976-4dfd-95b6-13d3baebb4e2 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@e327a83 (id: bb6f5b7e-6976-4dfd-95b6-13d3baebb4e2, sid: bb6f5b7e-6976-4dfd-95b6-13d3baebb4e2) (name: end) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b23824ec-6bc9-440c-8620-2ebf6f93c743 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3f61ad23 (id: b23824ec-6bc9-440c-8620-2ebf6f93c743, sid: b23824ec-6bc9-440c-8620-2ebf6f93c743) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6236a899-5092-4075-8166-4e6801011c56 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@52c89759 (id: 6236a899-5092-4075-8166-4e6801011c56, sid: 6236a899-5092-4075-8166-4e6801011c56) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6a633a53-fdf1-499c-bc72-ee8f0574f694 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@49a28a8a (id: 6a633a53-fdf1-499c-bc72-ee8f0574f694, sid: 6a633a53-fdf1-499c-bc72-ee8f0574f694) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df047838-2589-43b8-85b0-0a1cd12c7edd org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@54d9175f (id: df047838-2589-43b8-85b0-0a1cd12c7edd, sid: df047838-2589-43b8-85b0-0a1cd12c7edd) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1af66ac6-e5ad-40de-b8e7-2c5d369cd015 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6663a052 (id: 1af66ac6-e5ad-40de-b8e7-2c5d369cd015, sid: 1af66ac6-e5ad-40de-b8e7-2c5d369cd015) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d598d535-6638-435d-b798-08c7de6b238f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@70079198 (id: d598d535-6638-435d-b798-08c7de6b238f, sid: d598d535-6638-435d-b798-08c7de6b238f) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3a05700-b88a-4f2d-bd9f-f864d4617ec3 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2d2ca3c8 (id: c3a05700-b88a-4f2d-bd9f-f864d4617ec3, sid: c3a05700-b88a-4f2d-bd9f-f864d4617ec3) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2fd5117b-862b-4d95-b028-eb1335144233 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@31d32add (id: 2fd5117b-862b-4d95-b028-eb1335144233, sid: 2fd5117b-862b-4d95-b028-eb1335144233) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 729f65de-7455-46b9-8aa5-83d3878ba5b6 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@4a496d85 (id: 729f65de-7455-46b9-8aa5-83d3878ba5b6, sid: 729f65de-7455-46b9-8aa5-83d3878ba5b6) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5bce8a0-f4ad-46ca-a424-29e59b104b1e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@60ebe05 (id: e5bce8a0-f4ad-46ca-a424-29e59b104b1e, sid: e5bce8a0-f4ad-46ca-a424-29e59b104b1e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4a3d6499-c76c-4ffc-bd90-80e5d74c5c77 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4e747fef (id: 4a3d6499-c76c-4ffc-bd90-80e5d74c5c77, sid: 4a3d6499-c76c-4ffc-bd90-80e5d74c5c77) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa282018-8497-4a0a-8580-22fa80f73975 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@66d9213e (id: fa282018-8497-4a0a-8580-22fa80f73975, sid: fa282018-8497-4a0a-8580-22fa80f73975) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1efc46a3-8b70-48d1-a7f0-ee02c9be69e3 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@67fd5d25 (id: 1efc46a3-8b70-48d1-a7f0-ee02c9be69e3, sid: 1efc46a3-8b70-48d1-a7f0-ee02c9be69e3) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ce7a7b9-8f39-430f-b72a-0ad63f008475 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@14f02949 (id: 3ce7a7b9-8f39-430f-b72a-0ad63f008475, sid: 3ce7a7b9-8f39-430f-b72a-0ad63f008475) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c9fc4ed-6147-4962-9c84-f23f4defe9f2 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@56e9a9f2 (id: 9c9fc4ed-6147-4962-9c84-f23f4defe9f2, sid: 9c9fc4ed-6147-4962-9c84-f23f4defe9f2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8ddac8-5923-448b-82b6-7712d15769ed org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4edf1229 (id: db8ddac8-5923-448b-82b6-7712d15769ed, sid: db8ddac8-5923-448b-82b6-7712d15769ed) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5c43e6b-8abe-446d-ae62-5089e6ac482e org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@5bf0c27f (id: b5c43e6b-8abe-446d-ae62-5089e6ac482e, sid: b5c43e6b-8abe-446d-ae62-5089e6ac482e) (name: combined fragment) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 1cdb4d43-0eca-494d-b7c0-ebbfa33ee9f0 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@23c7b92 (id: 1cdb4d43-0eca-494d-b7c0-ebbfa33ee9f0, sid: 1cdb4d43-0eca-494d-b7c0-ebbfa33ee9f0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 16fb281f-d604-4cdd-b426-cb9b7fe57678 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1981e41e (id: 16fb281f-d604-4cdd-b426-cb9b7fe57678, sid: 16fb281f-d604-4cdd-b426-cb9b7fe57678) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a853b542-409d-4959-bbb5-0d39c2d64547 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@72c7328f (id: a853b542-409d-4959-bbb5-0d39c2d64547, sid: a853b542-409d-4959-bbb5-0d39c2d64547) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa160856-ffc9-42fb-9fd8-84521138d7c5 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@13c627ae (id: aa160856-ffc9-42fb-9fd8-84521138d7c5, sid: aa160856-ffc9-42fb-9fd8-84521138d7c5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae276739-180f-4e31-9e4b-5439b6c34725 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@57190dc (id: ae276739-180f-4e31-9e4b-5439b6c34725, sid: ae276739-180f-4e31-9e4b-5439b6c34725) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75c86d28-bc02-4540-94f8-00b0f0391671 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3800ba7f (id: 75c86d28-bc02-4540-94f8-00b0f0391671, sid: 75c86d28-bc02-4540-94f8-00b0f0391671) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 017f708d-f169-47e3-a19c-45db99a020b3 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@7398a4ba (id: 017f708d-f169-47e3-a19c-45db99a020b3, sid: 017f708d-f169-47e3-a19c-45db99a020b3) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c582f6e1-7542-46f3-afd3-81818e301484 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@65d1118e (id: c582f6e1-7542-46f3-afd3-81818e301484, sid: c582f6e1-7542-46f3-afd3-81818e301484) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 638846b0-8e7e-41c4-b66f-7333265a58bd org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@535ad4fa (id: 638846b0-8e7e-41c4-b66f-7333265a58bd, sid: 638846b0-8e7e-41c4-b66f-7333265a58bd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9ffdbe86-759b-4d95-a881-61d99efa673b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@a73b837 (id: 9ffdbe86-759b-4d95-a881-61d99efa673b, sid: 9ffdbe86-759b-4d95-a881-61d99efa673b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5c69bfb3-49c9-4ff0-b47b-7668fd569887 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2eb5e0e6 (id: 5c69bfb3-49c9-4ff0-b47b-7668fd569887, sid: 5c69bfb3-49c9-4ff0-b47b-7668fd569887) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a8d5c3d0-4d84-4eeb-91e4-19784000226e org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4305d9df (id: a8d5c3d0-4d84-4eeb-91e4-19784000226e, sid: a8d5c3d0-4d84-4eeb-91e4-19784000226e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a40de8c0-f9c6-48db-9f39-a514b6bdfd1b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@467d3841 (id: a40de8c0-f9c6-48db-9f39-a514b6bdfd1b, sid: a40de8c0-f9c6-48db-9f39-a514b6bdfd1b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 289e1969-9be4-4692-b4b5-e6b014c769e2 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@51d882b9 (id: 289e1969-9be4-4692-b4b5-e6b014c769e2, sid: 289e1969-9be4-4692-b4b5-e6b014c769e2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4807acca-b746-42d9-b2ec-3d8ebeaa9836 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@50ebeab4 (id: 4807acca-b746-42d9-b2ec-3d8ebeaa9836, sid: 4807acca-b746-42d9-b2ec-3d8ebeaa9836) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8611eb3d-ecfd-439b-847d-903c1c6a968f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3dcd1a57 (id: 8611eb3d-ecfd-439b-847d-903c1c6a968f, sid: 8611eb3d-ecfd-439b-847d-903c1c6a968f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3e38aee-2813-4ac9-9499-665625da9fdf org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@12dd929f (id: d3e38aee-2813-4ac9-9499-665625da9fdf, sid: d3e38aee-2813-4ac9-9499-665625da9fdf) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e31fa670-81c3-4e01-8684-c46391086c86 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@23c96790 (id: e31fa670-81c3-4e01-8684-c46391086c86, sid: e31fa670-81c3-4e01-8684-c46391086c86) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4500655d-4c74-43fe-8d5d-99acb06438df org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@c5a7061 (id: 4500655d-4c74-43fe-8d5d-99acb06438df, sid: 4500655d-4c74-43fe-8d5d-99acb06438df) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e67eda52-2819-4931-af18-5d016012ae68 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@235877e8 (id: e67eda52-2819-4931-af18-5d016012ae68, sid: e67eda52-2819-4931-af18-5d016012ae68) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a842f9b-3bb5-47c0-8c5b-010b4bec464f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@c77ecd6 (id: 7a842f9b-3bb5-47c0-8c5b-010b4bec464f, sid: 7a842f9b-3bb5-47c0-8c5b-010b4bec464f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb08d311-d70b-44ce-a448-04434794d617 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@646aef2f (id: cb08d311-d70b-44ce-a448-04434794d617, sid: cb08d311-d70b-44ce-a448-04434794d617) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e6136616-412c-4d3e-b637-a3001b04b827 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3bec42bb (id: e6136616-412c-4d3e-b637-a3001b04b827, sid: e6136616-412c-4d3e-b637-a3001b04b827) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4118a63a-7a63-4336-9c44-04dee9fe8baa org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@5b6b9519 (id: 4118a63a-7a63-4336-9c44-04dee9fe8baa, sid: 4118a63a-7a63-4336-9c44-04dee9fe8baa) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23e97d46-a66b-4365-8691-d718e7ad1db9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6849d3fe (id: 23e97d46-a66b-4365-8691-d718e7ad1db9, sid: 23e97d46-a66b-4365-8691-d718e7ad1db9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 323d757d-403b-4082-90c2-b1cb892e696f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5b695a4f (id: 323d757d-403b-4082-90c2-b1cb892e696f, sid: 323d757d-403b-4082-90c2-b1cb892e696f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f39e83fa-2861-42e6-a854-30aba6eb4b69 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2c93203 (id: f39e83fa-2861-42e6-a854-30aba6eb4b69, sid: f39e83fa-2861-42e6-a854-30aba6eb4b69) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4242e675-85d1-46a7-a509-a811375ad784 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@50dac1e (id: 4242e675-85d1-46a7-a509-a811375ad784, sid: 4242e675-85d1-46a7-a509-a811375ad784) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06429d6e-e085-4a47-a75b-35671b04b681 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@23fd5962 (id: 06429d6e-e085-4a47-a75b-35671b04b681, sid: 06429d6e-e085-4a47-a75b-35671b04b681) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5f6a8675-5b14-4a75-a187-55604502b5bc org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3257c470 (id: 5f6a8675-5b14-4a75-a187-55604502b5bc, sid: 5f6a8675-5b14-4a75-a187-55604502b5bc) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 548da2e1-13e1-4a75-9327-397ee4b857c9 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@7945b113 (id: 548da2e1-13e1-4a75-9327-397ee4b857c9, sid: 548da2e1-13e1-4a75-9327-397ee4b857c9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1cccbdc5-c754-4bea-beb5-b038e8c437d4 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@298cd8b8 (id: 1cccbdc5-c754-4bea-beb5-b038e8c437d4, sid: 1cccbdc5-c754-4bea-beb5-b038e8c437d4) (name: Scenario 3 ES CE) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 4d3d3060-0f77-4da7-999d-c3c5a67d5596 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3eb5587c (id: 4d3d3060-0f77-4da7-999d-c3c5a67d5596, sid: 4d3d3060-0f77-4da7-999d-c3c5a67d5596) (name: PC 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a81605de-7d79-4bb4-a7cf-02ff4e15a269 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@569f9a85 (id: a81605de-7d79-4bb4-a7cf-02ff4e15a269, sid: a81605de-7d79-4bb4-a7cf-02ff4e15a269) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a81605de-7d79-4bb4-a7cf-02ff4e15a269 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@569f9a85 (id: a81605de-7d79-4bb4-a7cf-02ff4e15a269, sid: a81605de-7d79-4bb4-a7cf-02ff4e15a269) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9a73ec26-f4ca-41bb-93b5-b299e07f04e8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@27520cf6 (id: 9a73ec26-f4ca-41bb-93b5-b299e07f04e8, sid: 9a73ec26-f4ca-41bb-93b5-b299e07f04e8) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89e7ac36-1864-4a2c-b5da-0b8cb962cbdb org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@19d12999 (id: 89e7ac36-1864-4a2c-b5da-0b8cb962cbdb, sid: 89e7ac36-1864-4a2c-b5da-0b8cb962cbdb) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 6b7337a9-cfa2-44e3-8eb3-d1321765ab8b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@644fdffc (id: 6b7337a9-cfa2-44e3-8eb3-d1321765ab8b, sid: 6b7337a9-cfa2-44e3-8eb3-d1321765ab8b) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = dc1f7040-6e18-4a49-8318-8753a6bb733c org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@41f1a5fc (id: dc1f7040-6e18-4a49-8318-8753a6bb733c, sid: dc1f7040-6e18-4a49-8318-8753a6bb733c) (name: C 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 2f9a8d60-7bd5-492d-9744-e639d83e2c44 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6249a266 (id: 2f9a8d60-7bd5-492d-9744-e639d83e2c44, sid: 2f9a8d60-7bd5-492d-9744-e639d83e2c44) (name: C 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 9c0ac0dc-b0b7-4cac-98d5-4ed994b37881 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@559fd49f (id: 9c0ac0dc-b0b7-4cac-98d5-4ed994b37881, sid: 9c0ac0dc-b0b7-4cac-98d5-4ed994b37881) (name: C 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 739dba8a-18cb-400a-ad4a-91f2d8a497fb org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@190d4595 (id: 739dba8a-18cb-400a-ad4a-91f2d8a497fb, sid: 739dba8a-18cb-400a-ad4a-91f2d8a497fb) (name: C 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = acd1a9d7-5f02-49c8-bbbd-662804dc2961 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@781a5a77 (id: acd1a9d7-5f02-49c8-bbbd-662804dc2961, sid: acd1a9d7-5f02-49c8-bbbd-662804dc2961) (name: C 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = e2529bf5-a99e-4179-94fc-8056e541f449 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7c7f90ce (id: e2529bf5-a99e-4179-94fc-8056e541f449, sid: e2529bf5-a99e-4179-94fc-8056e541f449) (name: C 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 394bce76-39e0-4726-9598-e447b1f00408 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@f2d5339 (id: 394bce76-39e0-4726-9598-e447b1f00408, sid: 394bce76-39e0-4726-9598-e447b1f00408) (name: C 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 7609f05d-b603-4284-a658-09aac406f24f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@254e7949 (id: 7609f05d-b603-4284-a658-09aac406f24f, sid: 7609f05d-b603-4284-a658-09aac406f24f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b59aae5-10d9-4a49-b94f-59ac0fd838da org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@ee6f3fd (id: 4b59aae5-10d9-4a49-b94f-59ac0fd838da, sid: 4b59aae5-10d9-4a49-b94f-59ac0fd838da) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b150ddbe-04e3-4c77-ad64-b95ada12b373 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3d1c7d6f (id: b150ddbe-04e3-4c77-ad64-b95ada12b373, sid: b150ddbe-04e3-4c77-ad64-b95ada12b373) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c20d4e73-7580-42de-9d91-1ee6295f1ec1 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@45c182a (id: c20d4e73-7580-42de-9d91-1ee6295f1ec1, sid: c20d4e73-7580-42de-9d91-1ee6295f1ec1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 744e9efe-2cb9-4e5b-bc66-536a55640741 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@75ea4c3d (id: 744e9efe-2cb9-4e5b-bc66-536a55640741, sid: 744e9efe-2cb9-4e5b-bc66-536a55640741) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 968607d4-3319-459c-ab88-acbea5cecc0f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@689282db (id: 968607d4-3319-459c-ab88-acbea5cecc0f, sid: 968607d4-3319-459c-ab88-acbea5cecc0f) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b78bc67-5cc2-45cd-b340-b73261c8fd14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@52c2be16 (id: 2b78bc67-5cc2-45cd-b340-b73261c8fd14, sid: 2b78bc67-5cc2-45cd-b340-b73261c8fd14) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8ecfc7cc-d395-4883-9786-ba3153234091 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@756e8bd7 (id: 8ecfc7cc-d395-4883-9786-ba3153234091, sid: 8ecfc7cc-d395-4883-9786-ba3153234091) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69423acf-b70f-4015-8756-6d25046f981e org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@9964bfb (id: 69423acf-b70f-4015-8756-6d25046f981e, sid: 69423acf-b70f-4015-8756-6d25046f981e) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dff33bfa-49c9-4313-95a3-70e61901f2c6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@64adf91f (id: dff33bfa-49c9-4313-95a3-70e61901f2c6, sid: dff33bfa-49c9-4313-95a3-70e61901f2c6) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b75caec1-8759-4eff-ba43-167983123fd0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@191b8028 (id: b75caec1-8759-4eff-ba43-167983123fd0, sid: b75caec1-8759-4eff-ba43-167983123fd0) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d7160f0b-6850-4921-8276-e4d96ed1257a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1275e715 (id: d7160f0b-6850-4921-8276-e4d96ed1257a, sid: d7160f0b-6850-4921-8276-e4d96ed1257a) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4acb792-01ac-4802-a8c9-e95232139573 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1b71895b (id: e4acb792-01ac-4802-a8c9-e95232139573, sid: e4acb792-01ac-4802-a8c9-e95232139573) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75e21d5f-0026-49a6-ab77-c6e8df85e502 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5eae50dd (id: 75e21d5f-0026-49a6-ab77-c6e8df85e502, sid: 75e21d5f-0026-49a6-ab77-c6e8df85e502) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f533fe6-558d-4a91-b10a-bb28c873cfad org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@314c2d81 (id: 4f533fe6-558d-4a91-b10a-bb28c873cfad, sid: 4f533fe6-558d-4a91-b10a-bb28c873cfad) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 15332a5d-92bb-4bd8-b5a1-f7e40e9f635b org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@a64c51b (id: 15332a5d-92bb-4bd8-b5a1-f7e40e9f635b, sid: 15332a5d-92bb-4bd8-b5a1-f7e40e9f635b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4acb2a1-edfe-4c92-9465-c8cbdf8b4f0d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1be109dc (id: d4acb2a1-edfe-4c92-9465-c8cbdf8b4f0d, sid: d4acb2a1-edfe-4c92-9465-c8cbdf8b4f0d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d97740a-f195-42fa-8646-df08c31a6499 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@4b911f04 (id: 7d97740a-f195-42fa-8646-df08c31a6499, sid: 7d97740a-f195-42fa-8646-df08c31a6499) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8644cb9-dc0a-496b-be2e-4a28066906c8 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6fd8ba85 (id: d8644cb9-dc0a-496b-be2e-4a28066906c8, sid: d8644cb9-dc0a-496b-be2e-4a28066906c8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2bb215af-75f1-48a2-a916-bfd968326f28 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5084a83a (id: 2bb215af-75f1-48a2-a916-bfd968326f28, sid: 2bb215af-75f1-48a2-a916-bfd968326f28) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3784ce5d-c4eb-45b9-bd12-45b8529397d8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@13aee411 (id: 3784ce5d-c4eb-45b9-bd12-45b8529397d8, sid: 3784ce5d-c4eb-45b9-bd12-45b8529397d8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c104cce-99d0-4831-be4e-6871eb2bf332 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3d07c20c (id: 7c104cce-99d0-4831-be4e-6871eb2bf332, sid: 7c104cce-99d0-4831-be4e-6871eb2bf332) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0aec57ed-c6ac-40dd-bf90-782997bdfff5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@483768ee (id: 0aec57ed-c6ac-40dd-bf90-782997bdfff5, sid: 0aec57ed-c6ac-40dd-bf90-782997bdfff5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 328e4702-1441-4604-9e7e-bc0a2824b652 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2c5d8395 (id: 328e4702-1441-4604-9e7e-bc0a2824b652, sid: 328e4702-1441-4604-9e7e-bc0a2824b652) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d2d1d6e0-5f01-4f0f-9bd3-af7a6232f969 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@566c2d9d (id: d2d1d6e0-5f01-4f0f-9bd3-af7a6232f969, sid: d2d1d6e0-5f01-4f0f-9bd3-af7a6232f969) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 947603b8-c1b3-4ea2-afd4-09042e3ba568 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@267be0b7 (id: 947603b8-c1b3-4ea2-afd4-09042e3ba568, sid: 947603b8-c1b3-4ea2-afd4-09042e3ba568) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d372d139-0812-4d0a-9807-dc3a46309ecc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@667a9ec6 (id: d372d139-0812-4d0a-9807-dc3a46309ecc, sid: d372d139-0812-4d0a-9807-dc3a46309ecc) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 657e7657-eae3-4b0d-9547-57c543acdeaf org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@51cd4751 (id: 657e7657-eae3-4b0d-9547-57c543acdeaf, sid: 657e7657-eae3-4b0d-9547-57c543acdeaf) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e8dda59a-a486-4626-91cc-b4a6bd3a3395 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@40b3d0e4 (id: e8dda59a-a486-4626-91cc-b4a6bd3a3395, sid: e8dda59a-a486-4626-91cc-b4a6bd3a3395) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2fdba2e7-cfda-484c-8aa5-eb452b4f5839 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@39b4ee1d (id: 2fdba2e7-cfda-484c-8aa5-eb452b4f5839, sid: 2fdba2e7-cfda-484c-8aa5-eb452b4f5839) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f8412bd-6403-4075-87a9-88023c761aaa org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6eac20b0 (id: 1f8412bd-6403-4075-87a9-88023c761aaa, sid: 1f8412bd-6403-4075-87a9-88023c761aaa) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f3592f3-dde3-4db1-b160-378df0f91524 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7076ff7e (id: 6f3592f3-dde3-4db1-b160-378df0f91524, sid: 6f3592f3-dde3-4db1-b160-378df0f91524) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5226185d-f462-4f85-82d9-6e755e3ab8b2 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@2d7bf2f0 (id: 5226185d-f462-4f85-82d9-6e755e3ab8b2, sid: 5226185d-f462-4f85-82d9-6e755e3ab8b2) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e5864d7-9a85-4157-8b4f-69c4b9db980d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@2aafb6f1 (id: 9e5864d7-9a85-4157-8b4f-69c4b9db980d, sid: 9e5864d7-9a85-4157-8b4f-69c4b9db980d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6871842a-7713-46a5-b62a-e1fb6c1847b1 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@62432c74 (id: 6871842a-7713-46a5-b62a-e1fb6c1847b1, sid: 6871842a-7713-46a5-b62a-e1fb6c1847b1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9639d695-a3cb-492f-a369-96716ccfaf4f org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@105dbebe (id: 9639d695-a3cb-492f-a369-96716ccfaf4f, sid: 9639d695-a3cb-492f-a369-96716ccfaf4f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 98d8c8a5-3b74-4ad5-a100-b3cd6a483038 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@47928a7a (id: 98d8c8a5-3b74-4ad5-a100-b3cd6a483038, sid: 98d8c8a5-3b74-4ad5-a100-b3cd6a483038) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1a7033b-a687-4c94-a443-a326dc8c1d30 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@547dfd2a (id: d1a7033b-a687-4c94-a443-a326dc8c1d30, sid: d1a7033b-a687-4c94-a443-a326dc8c1d30) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8aa88afa-6046-44c1-a02a-90de870aa8b5 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@29a81155 (id: 8aa88afa-6046-44c1-a02a-90de870aa8b5, sid: 8aa88afa-6046-44c1-a02a-90de870aa8b5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd5432bc-d3c8-44ba-bdcc-bcc6d05df711 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7aba8f40 (id: cd5432bc-d3c8-44ba-bdcc-bcc6d05df711, sid: cd5432bc-d3c8-44ba-bdcc-bcc6d05df711) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c29f867e-b430-4c3c-b2c5-1a002df0c3f6 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6720f3c5 (id: c29f867e-b430-4c3c-b2c5-1a002df0c3f6, sid: c29f867e-b430-4c3c-b2c5-1a002df0c3f6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 49b29ac8-87e6-444e-9fc0-fa3f53cb2584 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5c0fd6a6 (id: 49b29ac8-87e6-444e-9fc0-fa3f53cb2584, sid: 49b29ac8-87e6-444e-9fc0-fa3f53cb2584) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e604d19f-3133-407a-b730-ac71bda22ffd org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@354446cb (id: e604d19f-3133-407a-b730-ac71bda22ffd, sid: e604d19f-3133-407a-b730-ac71bda22ffd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 141ef7fc-f6e4-418c-8f22-e408fed21ff4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@65f4c592 (id: 141ef7fc-f6e4-418c-8f22-e408fed21ff4, sid: 141ef7fc-f6e4-418c-8f22-e408fed21ff4) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4449a0ae-3b0e-4359-9c83-c6fdb8180905 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@61917d78 (id: 4449a0ae-3b0e-4359-9c83-c6fdb8180905, sid: 4449a0ae-3b0e-4359-9c83-c6fdb8180905) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f55e384-bd9f-47bc-9b7e-ea0c8e87ffe6 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@4bcef0ad (id: 9f55e384-bd9f-47bc-9b7e-ea0c8e87ffe6, sid: 9f55e384-bd9f-47bc-9b7e-ea0c8e87ffe6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 760137b0-b758-4e20-91e4-7f617f1e1118 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2ee598cc (id: 760137b0-b758-4e20-91e4-7f617f1e1118, sid: 760137b0-b758-4e20-91e4-7f617f1e1118) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 95d9baf4-c500-4259-b8ba-bbfedaa46ac9 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6dfe00d7 (id: 95d9baf4-c500-4259-b8ba-bbfedaa46ac9, sid: 95d9baf4-c500-4259-b8ba-bbfedaa46ac9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 406fd566-f5d1-46f5-845f-86b50a907c2b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7eecaad (id: 406fd566-f5d1-46f5-845f-86b50a907c2b, sid: 406fd566-f5d1-46f5-845f-86b50a907c2b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63b2e9b0-c371-4530-9ec6-97469867a091 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3b191965 (id: 63b2e9b0-c371-4530-9ec6-97469867a091, sid: 63b2e9b0-c371-4530-9ec6-97469867a091) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd269ba0-49f8-4027-863d-f2a3aac6cfcb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@39b8d532 (id: fd269ba0-49f8-4027-863d-f2a3aac6cfcb, sid: fd269ba0-49f8-4027-863d-f2a3aac6cfcb) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4d86a16-d8d4-4bc5-8ea4-7647c152970f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@24dd926a (id: b4d86a16-d8d4-4bc5-8ea4-7647c152970f, sid: b4d86a16-d8d4-4bc5-8ea4-7647c152970f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90db3e1-4459-4f0b-8019-6ac3d807c2af org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@55179ffe (id: b90db3e1-4459-4f0b-8019-6ac3d807c2af, sid: b90db3e1-4459-4f0b-8019-6ac3d807c2af) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c86ede5-393d-46a8-9d73-395298be4b7f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@26b66608 (id: 9c86ede5-393d-46a8-9d73-395298be4b7f, sid: 9c86ede5-393d-46a8-9d73-395298be4b7f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 183917b0-f9a8-4c6e-8971-f585f4210031 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@595826a9 (id: 183917b0-f9a8-4c6e-8971-f585f4210031, sid: 183917b0-f9a8-4c6e-8971-f585f4210031) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d1448de-7d48-489c-b8d9-902c1d5d47b8 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@115ea12a (id: 7d1448de-7d48-489c-b8d9-902c1d5d47b8, sid: 7d1448de-7d48-489c-b8d9-902c1d5d47b8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f28749ae-14c7-4ed7-b75e-a3ffbfd6704d org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@78df2490 (id: f28749ae-14c7-4ed7-b75e-a3ffbfd6704d, sid: f28749ae-14c7-4ed7-b75e-a3ffbfd6704d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1732a51e-d489-4f93-9b66-7baa5eba60ef org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6d4c8ba5 (id: 1732a51e-d489-4f93-9b66-7baa5eba60ef, sid: 1732a51e-d489-4f93-9b66-7baa5eba60ef) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 32802fcf-3640-4b39-83ce-206a8f290357 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@1968c0ba (id: 32802fcf-3640-4b39-83ce-206a8f290357, sid: 32802fcf-3640-4b39-83ce-206a8f290357) (name: Scenario 4 IS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: INTERFACE, merged: false) ID = 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@20c69981 (id: 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5, sid: 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d371dbce-95ba-4f53-bac5-776abd1a68b7 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@60616f3b (id: d371dbce-95ba-4f53-bac5-776abd1a68b7, sid: d371dbce-95ba-4f53-bac5-776abd1a68b7) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@20c69981 (id: 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5, sid: 6d63dc6e-d0b6-4674-b6f7-0f06ce655ce5) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d371dbce-95ba-4f53-bac5-776abd1a68b7 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@60616f3b (id: d371dbce-95ba-4f53-bac5-776abd1a68b7, sid: d371dbce-95ba-4f53-bac5-776abd1a68b7) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76754c1c-6f8f-4210-a3b7-610fe3f570da org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@53d8b3b0 (id: 76754c1c-6f8f-4210-a3b7-610fe3f570da, sid: 76754c1c-6f8f-4210-a3b7-610fe3f570da) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = d16d070e-454b-48a3-a62d-58f506c77f66 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7faa87db (id: d16d070e-454b-48a3-a62d-58f506c77f66, sid: d16d070e-454b-48a3-a62d-58f506c77f66) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8cd990c5-f5a5-47d9-a66f-c665a43bf06a org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@74db8f31 (id: 8cd990c5-f5a5-47d9-a66f-c665a43bf06a, sid: 8cd990c5-f5a5-47d9-a66f-c665a43bf06a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = acdc5be4-502b-4cb3-93b6-04f1865d1f88 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2a930269 (id: acdc5be4-502b-4cb3-93b6-04f1865d1f88, sid: acdc5be4-502b-4cb3-93b6-04f1865d1f88) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 7f44af9b-7e76-4f56-9c58-9afee9a5105b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1acccbf (id: 7f44af9b-7e76-4f56-9c58-9afee9a5105b, sid: 7f44af9b-7e76-4f56-9c58-9afee9a5105b) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 13a2c954-dd01-4b35-9c31-ab3136a8fae1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@270656a1 (id: 13a2c954-dd01-4b35-9c31-ab3136a8fae1, sid: 13a2c954-dd01-4b35-9c31-ab3136a8fae1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 06287204-f7c5-485d-80c0-b749f2e3f66b org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@f8cf777 (id: 06287204-f7c5-485d-80c0-b749f2e3f66b, sid: 06287204-f7c5-485d-80c0-b749f2e3f66b) (name: sndMsgEnd_cgn_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2851c134-d7d8-4cef-aa0e-67d14322c864 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3dbe3ca5 (id: 2851c134-d7d8-4cef-aa0e-67d14322c864, sid: 2851c134-d7d8-4cef-aa0e-67d14322c864) (name: rcvMsgEnd_cgn_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 643bb0f8-f00a-469d-930e-12835d1b6a93 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@37863d5e (id: 643bb0f8-f00a-469d-930e-12835d1b6a93, sid: 643bb0f8-f00a-469d-930e-12835d1b6a93) (name: sndMsgEnd_cgn_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ab0834b-aefb-4cdf-bb56-c188465202cd org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@49cf0c0a (id: 4ab0834b-aefb-4cdf-bb56-c188465202cd, sid: 4ab0834b-aefb-4cdf-bb56-c188465202cd) (name: rcvMsgEnd_cgn_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7cb60699-1463-4d1d-aac4-fe003fd8e71d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@399e5121 (id: 7cb60699-1463-4d1d-aac4-fe003fd8e71d, sid: 7cb60699-1463-4d1d-aac4-fe003fd8e71d) (name: sndMsgEnd_erter_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9ecbb9ce-debf-4a62-8281-b1b054f735c6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@800a544 (id: 9ecbb9ce-debf-4a62-8281-b1b054f735c6, sid: 9ecbb9ce-debf-4a62-8281-b1b054f735c6) (name: rcvMsgEnd_erter_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f57f3b7c-0143-45ee-9c62-ab04d85aa03f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@f55c4be (id: f57f3b7c-0143-45ee-9c62-ab04d85aa03f, sid: f57f3b7c-0143-45ee-9c62-ab04d85aa03f) (name: sndMsgEnd_erer_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f38436a-1c73-42fe-a6ce-b738c93d0af0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@17038c0f (id: 4f38436a-1c73-42fe-a6ce-b738c93d0af0, sid: 4f38436a-1c73-42fe-a6ce-b738c93d0af0) (name: rcvMsgEnd_erer_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 99e17280-7d9f-424c-8fda-d7d4e3a7b956 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5cdfc097 (id: 99e17280-7d9f-424c-8fda-d7d4e3a7b956, sid: 99e17280-7d9f-424c-8fda-d7d4e3a7b956) (name: sndMsgEnd_dfgdfg_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01a2b611-e433-49cd-b43e-b2816d8940da org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@51f874cd (id: 01a2b611-e433-49cd-b43e-b2816d8940da, sid: 01a2b611-e433-49cd-b43e-b2816d8940da) (name: rcvMsgEnd_dfgdfg_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c2788228-6020-4767-98fb-9c808c2f5cc0 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@70292a78 (id: c2788228-6020-4767-98fb-9c808c2f5cc0, sid: c2788228-6020-4767-98fb-9c808c2f5cc0) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22297ba1-8a4c-49d4-9e9b-47424857a6f9 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@7b41b386 (id: 22297ba1-8a4c-49d4-9e9b-47424857a6f9, sid: 22297ba1-8a4c-49d4-9e9b-47424857a6f9) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 641da0ba-dbb3-4d22-be24-244ec1c6be96 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@59b81f01 (id: 641da0ba-dbb3-4d22-be24-244ec1c6be96, sid: 641da0ba-dbb3-4d22-be24-244ec1c6be96) (name: sndMsgEnd_erter_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64d37ff3-ecf9-498d-8387-9931dad85174 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4bf456e7 (id: 64d37ff3-ecf9-498d-8387-9931dad85174, sid: 64d37ff3-ecf9-498d-8387-9931dad85174) (name: rcvMsgEnd_erter_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1a51da33-377e-42d0-9733-2892ccf8bce8 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@41c9f58 (id: 1a51da33-377e-42d0-9733-2892ccf8bce8, sid: 1a51da33-377e-42d0-9733-2892ccf8bce8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0bf87ccb-5d73-4b75-b2a3-3c6756c8b7ba org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@386ca0ed (id: 0bf87ccb-5d73-4b75-b2a3-3c6756c8b7ba, sid: 0bf87ccb-5d73-4b75-b2a3-3c6756c8b7ba) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1db882a9-924f-47e4-b714-77c56ac16293 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@586a0ee7 (id: 1db882a9-924f-47e4-b714-77c56ac16293, sid: 1db882a9-924f-47e4-b714-77c56ac16293) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 329b95c9-48f7-4805-b9ac-fbd3598c8706 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6b5a2687 (id: 329b95c9-48f7-4805-b9ac-fbd3598c8706, sid: 329b95c9-48f7-4805-b9ac-fbd3598c8706) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c9ba707b-92e9-4bb2-8f88-72811079508c org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6089f506 (id: c9ba707b-92e9-4bb2-8f88-72811079508c, sid: c9ba707b-92e9-4bb2-8f88-72811079508c) (name: sndOp_null_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2df1f2d7-e7c7-4cac-b68b-c3ceba99f9bc org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3d3f4a32 (id: 2df1f2d7-e7c7-4cac-b68b-c3ceba99f9bc, sid: 2df1f2d7-e7c7-4cac-b68b-c3ceba99f9bc) (name: rcvOp_cgn_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ccb2951-83bb-4736-bd75-06186ff182e0 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@352a6644 (id: 4ccb2951-83bb-4736-bd75-06186ff182e0, sid: 4ccb2951-83bb-4736-bd75-06186ff182e0) (name: sndOp_cgn_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60b26b0b-ad64-440b-921e-8e7693237986 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@f7e1078 (id: 60b26b0b-ad64-440b-921e-8e7693237986, sid: 60b26b0b-ad64-440b-921e-8e7693237986) (name: rcvOp_cgn_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a80f308c-b11f-43e9-a312-94fb95f375ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1a81b42b (id: a80f308c-b11f-43e9-a312-94fb95f375ee, sid: a80f308c-b11f-43e9-a312-94fb95f375ee) (name: sndOp_null_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bf9a6a4-46d6-4af5-9f54-ae847f7bad58 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2110553 (id: 8bf9a6a4-46d6-4af5-9f54-ae847f7bad58, sid: 8bf9a6a4-46d6-4af5-9f54-ae847f7bad58) (name: rcvOp_erter_SYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad7df470-cd1c-433c-a69f-9f119b0b7fe8 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7aee723f (id: ad7df470-cd1c-433c-a69f-9f119b0b7fe8, sid: ad7df470-cd1c-433c-a69f-9f119b0b7fe8) (name: sndOp_erter_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f67175a0-8295-4a21-8f72-003b5cb8befe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@194aa634 (id: f67175a0-8295-4a21-8f72-003b5cb8befe, sid: f67175a0-8295-4a21-8f72-003b5cb8befe) (name: rcvOp_erter_REPLY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5dce0bb8-dac0-4308-9f65-0893733bf2bd org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@efd79da (id: 5dce0bb8-dac0-4308-9f65-0893733bf2bd, sid: 5dce0bb8-dac0-4308-9f65-0893733bf2bd) (name: sndOp_null_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7dc4b132-f55d-4b65-87b4-198ad39a361f org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4ccdecb (id: 7dc4b132-f55d-4b65-87b4-198ad39a361f, sid: 7dc4b132-f55d-4b65-87b4-198ad39a361f) (name: rcvOp_erer_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 12195fde-fc1d-43b8-a4d2-07309c4cd5b7 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@d3a2be7 (id: 12195fde-fc1d-43b8-a4d2-07309c4cd5b7, sid: 12195fde-fc1d-43b8-a4d2-07309c4cd5b7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44bb47db-d0f8-45be-a9e0-3049e88b2d5a org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@418d4772 (id: 44bb47db-d0f8-45be-a9e0-3049e88b2d5a, sid: 44bb47db-d0f8-45be-a9e0-3049e88b2d5a) (name: sndOp_null_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5608dc9e-604a-4b3d-a2ed-28b826be1d13 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@245bd530 (id: 5608dc9e-604a-4b3d-a2ed-28b826be1d13, sid: 5608dc9e-604a-4b3d-a2ed-28b826be1d13) (name: rcvOp_dfgdfg_ASYNCHRONOUS_CALL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b8c6014-0faa-40b9-bba9-c84ba37b2e78 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@46037df6 (id: 9b8c6014-0faa-40b9-bba9-c84ba37b2e78, sid: 9b8c6014-0faa-40b9-bba9-c84ba37b2e78) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 684484db-867e-46fb-8694-4e6eead70114 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1a3a13c2 (id: 684484db-867e-46fb-8694-4e6eead70114, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 811248ff-1e6f-4bd2-a860-d36f4e83979a org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@31a76120 (id: 811248ff-1e6f-4bd2-a860-d36f4e83979a, sid: 811248ff-1e6f-4bd2-a860-d36f4e83979a) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43745a0f-1d17-420d-9b1e-b3c49344e92d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4b2fd071 (id: 43745a0f-1d17-420d-9b1e-b3c49344e92d, sid: 43745a0f-1d17-420d-9b1e-b3c49344e92d) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 86c22321-730d-4e73-a05f-4b902d6b615c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@161ee82f (id: 86c22321-730d-4e73-a05f-4b902d6b615c, sid: 86c22321-730d-4e73-a05f-4b902d6b615c) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = e29405f1-a733-4fea-8a4d-a725be6fea30 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@63cd6701 (id: e29405f1-a733-4fea-8a4d-a725be6fea30, sid: e29405f1-a733-4fea-8a4d-a725be6fea30) (name: IP2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c7fee890-22af-401e-a4ef-52fcb3eed287 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@273a4c7 (id: c7fee890-22af-401e-a4ef-52fcb3eed287, sid: c7fee890-22af-401e-a4ef-52fcb3eed287) (name: IP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 086542c9-904a-478f-911d-21d9808c66ae org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2edd81ec (id: 086542c9-904a-478f-911d-21d9808c66ae, sid: 086542c9-904a-478f-911d-21d9808c66ae) (name: EI212) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 4c5a2f85-f796-41cf-932c-f0c57d140a1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@26201e59 (id: 4c5a2f85-f796-41cf-932c-f0c57d140a1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@396ad3c6 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8493801b-094a-40af-96c2-74dba1ff1ad4 org.polarsys.capella.core.data.cs.impl.PartImpl@45e6a46a (id: 8493801b-094a-40af-96c2-74dba1ff1ad4, sid: 8493801b-094a-40af-96c2-74dba1ff1ad4) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 25a3113a-3420-4e6c-88b1-6a3410d2e3c5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@21028baa (id: 25a3113a-3420-4e6c-88b1-6a3410d2e3c5, sid: 25a3113a-3420-4e6c-88b1-6a3410d2e3c5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8743808a-13b1-4de6-859f-9ac4503a1409 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@d9768bb (id: 8743808a-13b1-4de6-859f-9ac4503a1409, sid: 8743808a-13b1-4de6-859f-9ac4503a1409) (name: C 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c43ec286-0b4b-4492-84b9-bbed4afb3a7a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@38fded78 (id: c43ec286-0b4b-4492-84b9-bbed4afb3a7a, sid: c43ec286-0b4b-4492-84b9-bbed4afb3a7a) (name: C 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = fdc999b8-98dd-42d9-a569-17723f374c76 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3a235628 (id: fdc999b8-98dd-42d9-a569-17723f374c76, sid: fdc999b8-98dd-42d9-a569-17723f374c76) (name: C 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 2f04e08c-a361-4219-ad6c-e73676b4188f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7f68fdb (id: 2f04e08c-a361-4219-ad6c-e73676b4188f, sid: 2f04e08c-a361-4219-ad6c-e73676b4188f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 6a4746d3-ffeb-448f-b3db-b04978ba09e6 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@61535a3e (id: 6a4746d3-ffeb-448f-b3db-b04978ba09e6, sid: 6a4746d3-ffeb-448f-b3db-b04978ba09e6) (name: InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6049e90e-0cbf-4ca6-935c-e5afa34631d3 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@5737341f (id: 6049e90e-0cbf-4ca6-935c-e5afa34631d3, sid: 6049e90e-0cbf-4ca6-935c-e5afa34631d3) (name: cgn) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = c1f339df-8f5b-451a-b233-e2cc9bb5e142 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@5b3d2d00 (id: c1f339df-8f5b-451a-b233-e2cc9bb5e142, sid: c1f339df-8f5b-451a-b233-e2cc9bb5e142) (name: erter) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = aed3db6e-35d1-483b-94d4-16849db43833 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@35c47db4 (id: aed3db6e-35d1-483b-94d4-16849db43833, sid: aed3db6e-35d1-483b-94d4-16849db43833) (name: erer) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@1ab5555 (id: d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d, sid: d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d) (name: dfgdfg) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = ddc99197-0aea-4463-bc26-cee16078fb5b org.polarsys.capella.core.data.cs.impl.InterfaceImpl@1e37c0d (id: ddc99197-0aea-4463-bc26-cee16078fb5b, sid: ddc99197-0aea-4463-bc26-cee16078fb5b) (name: PC3_to_PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 74118b61-399f-4de2-8dde-e68a9662afb6 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@3304041c (id: 74118b61-399f-4de2-8dde-e68a9662afb6, sid: 74118b61-399f-4de2-8dde-e68a9662afb6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: SYNCHRONOUS, receiveProtocol: UNSET) ID = ac683515-6e8e-4192-adf3-bd0fdb3f49bd org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@253be615 (id: ac683515-6e8e-4192-adf3-bd0fdb3f49bd, sid: ac683515-6e8e-4192-adf3-bd0fdb3f49bd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: ASYNCHRONOUS, receiveProtocol: UNSET) ID = c9617e25-a1ef-45b9-bd74-d554658662fd org.polarsys.capella.core.data.cs.impl.InterfaceImpl@7bd9df69 (id: c9617e25-a1ef-45b9-bd74-d554658662fd, sid: c9617e25-a1ef-45b9-bd74-d554658662fd) (name: PC6_to_PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 407e45b1-2c1a-4ba2-8517-480c64532958 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@5f336023 (id: 407e45b1-2c1a-4ba2-8517-480c64532958, sid: 407e45b1-2c1a-4ba2-8517-480c64532958) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: SYNCHRONOUS, receiveProtocol: UNSET) ID = def09900-ecf9-4031-a91a-e61367178e1d org.polarsys.capella.core.data.cs.impl.InterfaceImpl@5620eb67 (id: def09900-ecf9-4031-a91a-e61367178e1d, sid: def09900-ecf9-4031-a91a-e61367178e1d) (name: PC3_to_PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 29da59f8-ac9c-4c89-a571-93ad33a7e74c org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@2f6f1678 (id: 29da59f8-ac9c-4c89-a571-93ad33a7e74c, sid: 29da59f8-ac9c-4c89-a571-93ad33a7e74c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: ASYNCHRONOUS, receiveProtocol: UNSET) ID = 90dbdf13-3846-4f1e-a3bd-1acc75673470 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1a78b66b (id: 90dbdf13-3846-4f1e-a3bd-1acc75673470, sid: 90dbdf13-3846-4f1e-a3bd-1acc75673470) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 40d27b22-7a36-4187-bec3-11c66f00bf28 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5e8eef7f (id: 40d27b22-7a36-4187-bec3-11c66f00bf28, sid: 40d27b22-7a36-4187-bec3-11c66f00bf28) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 621071f2-de01-4c7c-9610-16e9adad2a01 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@f244c1a (id: 621071f2-de01-4c7c-9610-16e9adad2a01, sid: 621071f2-de01-4c7c-9610-16e9adad2a01) (name: M111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6926f000-b62f-47a9-9c26-4c34baaebef3 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@582f5750 (id: 6926f000-b62f-47a9-9c26-4c34baaebef3, sid: 6926f000-b62f-47a9-9c26-4c34baaebef3) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65861545-2a00-418c-b99b-4c1d2167c7da org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@7bb79d0 (id: 65861545-2a00-418c-b99b-4c1d2167c7da, sid: 65861545-2a00-418c-b99b-4c1d2167c7da) (name: M112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ef95445-ccaa-421b-a208-31927d566d23 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2e679b4f (id: 6ef95445-ccaa-421b-a208-31927d566d23, sid: 6ef95445-ccaa-421b-a208-31927d566d23) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9a8fe35-8946-4570-bd1c-366920920cce org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@38e4605 (id: d9a8fe35-8946-4570-bd1c-366920920cce, sid: d9a8fe35-8946-4570-bd1c-366920920cce) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM2, isControlOperator: false) ID = 90db017d-60ea-4200-937b-48fa1d28705e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@213914f3 (id: 90db017d-60ea-4200-937b-48fa1d28705e, sid: 90db017d-60ea-4200-937b-48fa1d28705e) (name: R21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@7d908cfd (id: 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a, sid: 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a) (name: M211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 649663d7-f784-4c6f-8b4b-6332280f2827 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6f3fdde3 (id: 649663d7-f784-4c6f-8b4b-6332280f2827, sid: 649663d7-f784-4c6f-8b4b-6332280f2827) (name: R2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8937c72a-4d19-42e9-9ae8-020fccec100a org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@1e70006f (id: 8937c72a-4d19-42e9-9ae8-020fccec100a, sid: 8937c72a-4d19-42e9-9ae8-020fccec100a) (name: M212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e3000b4d-633a-4916-8966-64e34bf7e2ee org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@778701de (id: e3000b4d-633a-4916-8966-64e34bf7e2ee, sid: e3000b4d-633a-4916-8966-64e34bf7e2ee) (name: R2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dcdc0a-8685-4b5e-809d-e120ddfa5502 org.polarsys.capella.core.data.cs.impl.PartImpl@e898cb7 (id: 63dcdc0a-8685-4b5e-809d-e120ddfa5502, sid: 63dcdc0a-8685-4b5e-809d-e120ddfa5502) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 269b286a-e68f-44f9-9e8a-692d52bc6f85 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@1fc89840 (id: 269b286a-e68f-44f9-9e8a-692d52bc6f85, sid: 269b286a-e68f-44f9-9e8a-692d52bc6f85) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17ad9995-13e3-4649-a28f-d604d8fbecdb org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@1a580ae (id: 17ad9995-13e3-4649-a28f-d604d8fbecdb, sid: 17ad9995-13e3-4649-a28f-d604d8fbecdb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4a05134-40c4-4ec6-9644-4a1fbe561446 org.polarsys.capella.core.data.cs.impl.PartImpl@4ee3e8b5 (id: e4a05134-40c4-4ec6-9644-4a1fbe561446, sid: e4a05134-40c4-4ec6-9644-4a1fbe561446) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e28d3b67-5ec1-416e-9b69-e5cb46444ef7 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@c4d39ea (id: e28d3b67-5ec1-416e-9b69-e5cb46444ef7, sid: e28d3b67-5ec1-416e-9b69-e5cb46444ef7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 024411c4-0c0b-44b3-9fc5-506bae6b71b9 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@579caabb (id: 024411c4-0c0b-44b3-9fc5-506bae6b71b9, sid: 024411c4-0c0b-44b3-9fc5-506bae6b71b9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed2894b1-516f-4cfd-89ee-5f3361d395ee org.polarsys.capella.core.data.cs.impl.PartImpl@7a91e016 (id: ed2894b1-516f-4cfd-89ee-5f3361d395ee, sid: ed2894b1-516f-4cfd-89ee-5f3361d395ee) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 53a1ef6e-98ae-4b1e-af78-0de7615c76b9 org.polarsys.capella.core.data.cs.impl.PartImpl@2b6609b1 (id: 53a1ef6e-98ae-4b1e-af78-0de7615c76b9, sid: 53a1ef6e-98ae-4b1e-af78-0de7615c76b9) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 78d3da87-4f98-4eec-801c-919885d5c5be org.polarsys.capella.core.data.cs.impl.PartImpl@4e81e75e (id: 78d3da87-4f98-4eec-801c-919885d5c5be, sid: 78d3da87-4f98-4eec-801c-919885d5c5be) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ead16ff6-b873-44e1-86dd-443d66187791 org.polarsys.capella.core.data.cs.impl.PartImpl@7c7a5547 (id: ead16ff6-b873-44e1-86dd-443d66187791, sid: ead16ff6-b873-44e1-86dd-443d66187791) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0837ea01-5825-424f-b4af-f1e388fc6292 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@151f11 (id: 0837ea01-5825-424f-b4af-f1e388fc6292, sid: 0837ea01-5825-424f-b4af-f1e388fc6292) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@63dcfd46 (id: ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1, sid: 84f0a3ba-b008-43c3-9a23-bb42434fa178;ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@148bd7ba (id: 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0, sid: 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b1e3657-eb40-4a51-befb-289066707519 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@38c390db (id: 4b1e3657-eb40-4a51-befb-289066707519, sid: 4b1e3657-eb40-4a51-befb-289066707519) (name: M1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb495be8-83b1-431e-a638-5b4592c52ac3 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1086fd45 (id: eb495be8-83b1-431e-a638-5b4592c52ac3, sid: eb495be8-83b1-431e-a638-5b4592c52ac3) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70814a8e-15ff-4d63-89fe-39f2afbdfb55 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@14b404de (id: 70814a8e-15ff-4d63-89fe-39f2afbdfb55, sid: 70814a8e-15ff-4d63-89fe-39f2afbdfb55) (name: M1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 967f1e9d-50f5-4f42-91ef-89d47bafaf48 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5e4837f5 (id: 967f1e9d-50f5-4f42-91ef-89d47bafaf48, sid: 967f1e9d-50f5-4f42-91ef-89d47bafaf48) (name: R11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84f0a3ba-b008-43c3-9a23-bb42434fa178 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7aa921af (id: 84f0a3ba-b008-43c3-9a23-bb42434fa178, sid: 84f0a3ba-b008-43c3-9a23-bb42434fa178) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM12, isControlOperator: false) ID = 41e0defd-8c15-4aad-af93-903b107faf72 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5de2976a (id: 41e0defd-8c15-4aad-af93-903b107faf72, sid: 41e0defd-8c15-4aad-af93-903b107faf72) (name: R121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 88f005c5-df7c-40c9-81c8-7f0bd8066c38 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@69c4fafc (id: 88f005c5-df7c-40c9-81c8-7f0bd8066c38, sid: 88f005c5-df7c-40c9-81c8-7f0bd8066c38) (name: M1211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 71e05223-462f-45ac-bb73-33c5e356a755 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@76ac8fae (id: 71e05223-462f-45ac-bb73-33c5e356a755, sid: 71e05223-462f-45ac-bb73-33c5e356a755) (name: R12111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e514cf4-f844-4623-a118-4bbfde2651f5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@453b7c8d (id: 3e514cf4-f844-4623-a118-4bbfde2651f5, sid: 3e514cf4-f844-4623-a118-4bbfde2651f5) (name: M1212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fe8187fa-30c5-43d5-bd54-0f922c6517cd org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@c2bea87 (id: fe8187fa-30c5-43d5-bd54-0f922c6517cd, sid: fe8187fa-30c5-43d5-bd54-0f922c6517cd) (name: R12121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 199de34b-bd97-4744-bd4c-8d8aeecbbb04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@42f6e2e4 (id: 199de34b-bd97-4744-bd4c-8d8aeecbbb04, sid: 199de34b-bd97-4744-bd4c-8d8aeecbbb04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 06663a5e-3803-4395-8074-cb22ac96aa54 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5035d4eb (id: 06663a5e-3803-4395-8074-cb22ac96aa54, sid: 06663a5e-3803-4395-8074-cb22ac96aa54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 56985908-3786-48cd-a65d-cc10340b09a6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4e740574 (id: 56985908-3786-48cd-a65d-cc10340b09a6, sid: 56985908-3786-48cd-a65d-cc10340b09a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81204aa6-4191-42ef-a096-94e8c4f7e66e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1d58a1ef (id: 81204aa6-4191-42ef-a096-94e8c4f7e66e, sid: 81204aa6-4191-42ef-a096-94e8c4f7e66e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = be71bc48-ddff-417b-a62e-2add5a353c67 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@68cc8162 (id: be71bc48-ddff-417b-a62e-2add5a353c67, sid: be71bc48-ddff-417b-a62e-2add5a353c67) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM31, isControlOperator: false) ID = 41eb6110-5218-4649-abf3-1ea35966f8ee org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1620921c (id: 41eb6110-5218-4649-abf3-1ea35966f8ee, sid: 41eb6110-5218-4649-abf3-1ea35966f8ee) (name: R311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c1561a3-a2a3-4e9f-879b-815e99cbfebf org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@78916a09 (id: 7c1561a3-a2a3-4e9f-879b-815e99cbfebf, sid: 7c1561a3-a2a3-4e9f-879b-815e99cbfebf) (name: M3111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5553898-c3ea-4301-af43-bb45db83f669 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@201efb2d (id: c5553898-c3ea-4301-af43-bb45db83f669, sid: c5553898-c3ea-4301-af43-bb45db83f669) (name: R31111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de060bbe-37ca-4d17-8e01-cc070c0722c1 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2cd5a9dd (id: de060bbe-37ca-4d17-8e01-cc070c0722c1, sid: de060bbe-37ca-4d17-8e01-cc070c0722c1) (name: M3112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea57b38-2302-4629-acf3-54c5ba630e87 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3e776e29 (id: 6ea57b38-2302-4629-acf3-54c5ba630e87, sid: 6ea57b38-2302-4629-acf3-54c5ba630e87) (name: R31121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a79c6c58-ac5c-4567-b60d-6840506f56ed org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4dc58acc (id: a79c6c58-ac5c-4567-b60d-6840506f56ed, sid: a79c6c58-ac5c-4567-b60d-6840506f56ed) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = fed047b5-9d4e-42a1-bace-8063abf44acb org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1ad5d7ca (id: fed047b5-9d4e-42a1-bace-8063abf44acb, sid: fed047b5-9d4e-42a1-bace-8063abf44acb) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = dbeb2d6c-db34-453f-9854-0c8a795543a2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1bcf1e0c (id: dbeb2d6c-db34-453f-9854-0c8a795543a2, sid: dbeb2d6c-db34-453f-9854-0c8a795543a2) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 25a80209-fc88-4dee-8c8f-e12a8ff161cd org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@1e4c3d7a (id: 25a80209-fc88-4dee-8c8f-e12a8ff161cd, sid: 25a80209-fc88-4dee-8c8f-e12a8ff161cd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0dc3b109-8863-4db3-b760-2bed020dc43a org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@7fbe5795 (id: 0dc3b109-8863-4db3-b760-2bed020dc43a, sid: 0dc3b109-8863-4db3-b760-2bed020dc43a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f396ca48-3417-4cbd-ad6f-e22a8a352c59 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@4be1a42f (id: f396ca48-3417-4cbd-ad6f-e22a8a352c59, sid: f396ca48-3417-4cbd-ad6f-e22a8a352c59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06700c0c-ff6d-4972-bdad-4dd13fa1c9ee org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@28bdfc21 (id: 06700c0c-ff6d-4972-bdad-4dd13fa1c9ee, sid: 06700c0c-ff6d-4972-bdad-4dd13fa1c9ee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 519fde28-00b3-418f-a4ae-adbd0c6b9ecc org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@57e5a3a1 (id: 519fde28-00b3-418f-a4ae-adbd0c6b9ecc, sid: 519fde28-00b3-418f-a4ae-adbd0c6b9ecc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 544dc7c1-499d-4605-98dc-ff7e2f3bea68 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5aea5437 (id: 544dc7c1-499d-4605-98dc-ff7e2f3bea68, sid: 544dc7c1-499d-4605-98dc-ff7e2f3bea68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e83f81fa-998c-4a9b-85e0-b7dac9510d68 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1cec4399 (id: e83f81fa-998c-4a9b-85e0-b7dac9510d68, sid: e83f81fa-998c-4a9b-85e0-b7dac9510d68) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 5c3bd864-cb02-4df6-84be-d092d7e56889 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@29360350 (id: 5c3bd864-cb02-4df6-84be-d092d7e56889, sid: 5c3bd864-cb02-4df6-84be-d092d7e56889) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = e3332f63-621b-4379-889d-1d43ab1ce16d org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@26a4e053 (id: e3332f63-621b-4379-889d-1d43ab1ce16d, sid: e3332f63-621b-4379-889d-1d43ab1ce16d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bbe0fa40-b8cf-41a4-b290-a5b6a4f88756 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3263faae (id: bbe0fa40-b8cf-41a4-b290-a5b6a4f88756, sid: bbe0fa40-b8cf-41a4-b290-a5b6a4f88756) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 11ee82cd-8e10-43bf-9457-61ba60d22388 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@686586f6 (id: 11ee82cd-8e10-43bf-9457-61ba60d22388, sid: 11ee82cd-8e10-43bf-9457-61ba60d22388) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 32a23f58-b962-42cc-9fe6-3fbaff7a805e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@9ace853 (id: 32a23f58-b962-42cc-9fe6-3fbaff7a805e, sid: 32a23f58-b962-42cc-9fe6-3fbaff7a805e) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 20afc06a-9896-4bf1-9f43-779d52acb491 org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@5448b301 (id: 20afc06a-9896-4bf1-9f43-779d52acb491, sid: 20afc06a-9896-4bf1-9f43-779d52acb491) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9eaa068a-8a8c-4bcc-b3b5-65932410e415 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6439321b (id: 9eaa068a-8a8c-4bcc-b3b5-65932410e415, sid: 9eaa068a-8a8c-4bcc-b3b5-65932410e415) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 57b99f03-1f6b-40fa-8bfc-b8827dade250 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@a39a0bf (id: 57b99f03-1f6b-40fa-8bfc-b8827dade250, sid: 57b99f03-1f6b-40fa-8bfc-b8827dade250) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83dc7620-3ff8-4189-9397-40c98eb9da1f org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1b78da42 (id: 83dc7620-3ff8-4189-9397-40c98eb9da1f, sid: 83dc7620-3ff8-4189-9397-40c98eb9da1f) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1d33725a-c8a3-4926-884c-7e578e90485d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3e80a40f (id: 1d33725a-c8a3-4926-884c-7e578e90485d, sid: 1d33725a-c8a3-4926-884c-7e578e90485d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4260d6e2-ded9-48e0-b2be-0c8f6ff01980 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@1384e02e (id: 4260d6e2-ded9-48e0-b2be-0c8f6ff01980, sid: 4260d6e2-ded9-48e0-b2be-0c8f6ff01980) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Enabled] >> release >> unload Project_test_01 [Enabled] >> release >> unload output [Disabled] >> require >> load Project_test_01 [Disabled] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@772fa36 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1914cc0f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5f357222 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7191ad71 (id: 6f4e32b0-db82-4921-85c0-c24d542ca148, sid: null) (name: CrossPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f170e0f0-1aab-41e0-8d2c-a6080c981370 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@744e4eba (id: f170e0f0-1aab-41e0-8d2c-a6080c981370, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc8b338b-d547-45d0-bf80-c79095a25a4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@15805234 (id: bc8b338b-d547-45d0-bf80-c79095a25a4a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e32d212-eba4-4342-83be-3f6a3f35e7d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@768b42ed (id: 5e32d212-eba4-4342-83be-3f6a3f35e7d7, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@48f5e8bb (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 908d5518-8677-46a3-a833-95ccac80aa4a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@3672124d (id: 908d5518-8677-46a3-a833-95ccac80aa4a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = caef795c-ba3f-4ade-aa25-84880e2bbf16 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@52ebb123 (id: caef795c-ba3f-4ade-aa25-84880e2bbf16, sid: caef795c-ba3f-4ade-aa25-84880e2bbf16) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 684484db-867e-46fb-8694-4e6eead70114 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@68841ba7 (id: 684484db-867e-46fb-8694-4e6eead70114, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4c5a2f85-f796-41cf-932c-f0c57d140a1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@7772e9cf (id: 4c5a2f85-f796-41cf-932c-f0c57d140a1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = d5285a9c-a84f-4f60-a2eb-78875ed04ae8 org.polarsys.capella.core.data.information.impl.DataPkgImpl@72f2edb0 (id: d5285a9c-a84f-4f60-a2eb-78875ed04ae8, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = cf9e49eb-6e28-4f44-87c8-a8013ac0f04d org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@55dda2f (id: cf9e49eb-6e28-4f44-87c8-a8013ac0f04d, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = cf163c99-66df-4928-8e49-55bf0a01787b org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@646959ff (id: cf163c99-66df-4928-8e49-55bf0a01787b, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 3504fba8-ecc8-401f-b26c-33ee863bb7c5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@74e97e5a (id: 3504fba8-ecc8-401f-b26c-33ee863bb7c5, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = bc19a7c0-36ed-4158-9c4e-efb38f722a30 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1113821a (id: bc19a7c0-36ed-4158-9c4e-efb38f722a30, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dd61934d-080a-4b57-9aa3-4f1ee6f2c9ef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7af4aeb5 (id: dd61934d-080a-4b57-9aa3-4f1ee6f2c9ef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b356726c-212c-43b0-9479-e26ccd99ef34 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@547ca6b5 (id: b356726c-212c-43b0-9479-e26ccd99ef34, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c866369b-ba19-4580-a382-f3fb5431c79f org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6b5819ce (id: c866369b-ba19-4580-a382-f3fb5431c79f, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 0fd18edd-8564-471c-ad60-02ae9110b5bc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@66d645ed (id: 0fd18edd-8564-471c-ad60-02ae9110b5bc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9c2c4c02-be2e-4013-934d-2494a8ba1aef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3988de84 (id: 9c2c4c02-be2e-4013-934d-2494a8ba1aef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 83258700-170f-4408-9750-ade4070bcd9c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8709e0e (id: 83258700-170f-4408-9750-ade4070bcd9c, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 11db2443-4ed8-4bdf-9be7-cc831fb6eb43 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@234d70a7 (id: 11db2443-4ed8-4bdf-9be7-cc831fb6eb43, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 7ebdcccc-5b3b-476b-9934-cb52a0c46fd3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@77e0a00e (id: 7ebdcccc-5b3b-476b-9934-cb52a0c46fd3, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c4a80974-fa7a-4622-ab51-621762bb74e0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8e32c88 (id: c4a80974-fa7a-4622-ab51-621762bb74e0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@43a2a5c0 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7d7e5ac2 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5894771f (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6c560d76 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a0c3999 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 888b52d7-3e3f-4ea7-9b92-2f62eb1829f3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4cefc316 (id: 888b52d7-3e3f-4ea7-9b92-2f62eb1829f3, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 00f02894-7600-4e35-b1b1-17fa6aa1d868 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3e7dfa55 (id: 00f02894-7600-4e35-b1b1-17fa6aa1d868, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7c80f4ed-362c-43db-bd64-5e1ef48e6f84 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2feb167e (id: 7c80f4ed-362c-43db-bd64-5e1ef48e6f84, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7e8ccbf5-e3d7-40e3-a3a7-3989b49c2a1e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@51e18414 (id: 7e8ccbf5-e3d7-40e3-a3a7-3989b49c2a1e, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 02b0db1c-46b6-4772-8c57-d4a90fcb8efa org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@63240a4d (id: 02b0db1c-46b6-4772-8c57-d4a90fcb8efa, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 9badef94-f758-4260-a54c-455c67cf31b1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@325afb2e (id: 9badef94-f758-4260-a54c-455c67cf31b1, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 82eee3bf-4f5b-4090-b6b3-4fc830497a4f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@457553fd (id: 82eee3bf-4f5b-4090-b6b3-4fc830497a4f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 90a526b2-2b4e-4c54-8dd6-385de4d398d2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@18e9ae63 (id: 90a526b2-2b4e-4c54-8dd6-385de4d398d2, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5e88ef46-36d9-4c32-b3f2-1aedda02bcf8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5bdca951 (id: 5e88ef46-36d9-4c32-b3f2-1aedda02bcf8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 2fb3002c-333f-4dd2-af6f-e87e4b8dc830 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3e3aba8f (id: 2fb3002c-333f-4dd2-af6f-e87e4b8dc830, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f57a31af-2afe-49fb-8c7f-1b3d4d83770b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@51bffc0e (id: f57a31af-2afe-49fb-8c7f-1b3d4d83770b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6c2cc98e-3287-49cf-86da-e60fc31a531e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4f0caec (id: 6c2cc98e-3287-49cf-86da-e60fc31a531e, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = cd1ae423-3012-4afc-b34c-1b7e186dc068 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a587d02 (id: cd1ae423-3012-4afc-b34c-1b7e186dc068, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3bb90894 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 63dcdc0a-8685-4b5e-809d-e120ddfa5502 org.polarsys.capella.core.data.cs.impl.PartImpl@3a002d39 (id: 63dcdc0a-8685-4b5e-809d-e120ddfa5502, sid: 63dcdc0a-8685-4b5e-809d-e120ddfa5502) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0837ea01-5825-424f-b4af-f1e388fc6292 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@43d41281 (id: 0837ea01-5825-424f-b4af-f1e388fc6292, sid: 0837ea01-5825-424f-b4af-f1e388fc6292) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@337e14f8 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3cc6df8c (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@579cc4da (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@2548451b (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@772fa36 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1914cc0f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7191ad71 (id: 6f4e32b0-db82-4921-85c0-c24d542ca148, sid: null) (name: CrossPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f170e0f0-1aab-41e0-8d2c-a6080c981370 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@744e4eba (id: f170e0f0-1aab-41e0-8d2c-a6080c981370, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc8b338b-d547-45d0-bf80-c79095a25a4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@15805234 (id: bc8b338b-d547-45d0-bf80-c79095a25a4a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e32d212-eba4-4342-83be-3f6a3f35e7d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@768b42ed (id: 5e32d212-eba4-4342-83be-3f6a3f35e7d7, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 45c3314b-0a97-4427-bb63-f40b77c0586d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@65f2b6ef (id: 45c3314b-0a97-4427-bb63-f40b77c0586d, sid: 45c3314b-0a97-4427-bb63-f40b77c0586d) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5af163c3-3b95-4b52-baf8-982ca77688b3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@634f1f75 (id: 5af163c3-3b95-4b52-baf8-982ca77688b3, sid: 5af163c3-3b95-4b52-baf8-982ca77688b3) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1961cdeb-3873-40cb-9900-b29859527ed2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7449e0da (id: 1961cdeb-3873-40cb-9900-b29859527ed2, sid: 1961cdeb-3873-40cb-9900-b29859527ed2) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6812184f-5c85-4766-97dd-e448214c7f4d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@58f94894 (id: 6812184f-5c85-4766-97dd-e448214c7f4d, sid: 6812184f-5c85-4766-97dd-e448214c7f4d) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f0be1ddc-a50c-4dc6-a052-cdf90eed510a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@284cd8aa (id: f0be1ddc-a50c-4dc6-a052-cdf90eed510a, sid: f0be1ddc-a50c-4dc6-a052-cdf90eed510a) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 30a1f6e1-a70b-4394-b174-ccbbec46ab7b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@897b7e7 (id: 30a1f6e1-a70b-4394-b174-ccbbec46ab7b, sid: 30a1f6e1-a70b-4394-b174-ccbbec46ab7b) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 67a1f085-753e-4735-a588-9ea3e084c318 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@54ffe1ec (id: 67a1f085-753e-4735-a588-9ea3e084c318, sid: 67a1f085-753e-4735-a588-9ea3e084c318) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c478fb80-501f-4ed1-bdae-5c69f94a811a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@79c2adc4 (id: c478fb80-501f-4ed1-bdae-5c69f94a811a, sid: c478fb80-501f-4ed1-bdae-5c69f94a811a) (name: PF14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 27c297e0-e30c-41c6-8795-b674d3ff0c2d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4c5f1594 (id: 27c297e0-e30c-41c6-8795-b674d3ff0c2d, sid: 27c297e0-e30c-41c6-8795-b674d3ff0c2d) (name: FIP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 31277dec-0361-4c37-ad1d-0f171c33eda6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@11a6933d (id: 31277dec-0361-4c37-ad1d-0f171c33eda6, sid: 31277dec-0361-4c37-ad1d-0f171c33eda6) (name: FIP142) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f1fac1ae-4107-41b5-abae-eee3954a580b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3afdf064 (id: f1fac1ae-4107-41b5-abae-eee3954a580b, sid: f1fac1ae-4107-41b5-abae-eee3954a580b) (name: FOP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ea73a522-e57f-4f39-babd-61112f3c01af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@56bdd672 (id: ea73a522-e57f-4f39-babd-61112f3c01af, sid: ea73a522-e57f-4f39-babd-61112f3c01af) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8054fd3d-0100-4907-bdaf-3bd6c98d28a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@62fa8a84 (id: 8054fd3d-0100-4907-bdaf-3bd6c98d28a0, sid: 8054fd3d-0100-4907-bdaf-3bd6c98d28a0) (name: FIP151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 742f0d0e-4797-4d5a-a5fa-85265c89819f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2afd3ea8 (id: 742f0d0e-4797-4d5a-a5fa-85265c89819f, sid: 742f0d0e-4797-4d5a-a5fa-85265c89819f) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8f9865c6-ce58-455a-9a4b-dfce4e686e0b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1ce53fd9 (id: 8f9865c6-ce58-455a-9a4b-dfce4e686e0b, sid: 8f9865c6-ce58-455a-9a4b-dfce4e686e0b) (name: FIP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1a745ec4-6a14-41f8-9ce3-5536c88f11dd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5d5072f2 (id: 1a745ec4-6a14-41f8-9ce3-5536c88f11dd, sid: 1a745ec4-6a14-41f8-9ce3-5536c88f11dd) (name: FOP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 48705a2e-be44-4f23-b807-538bd9dff4dd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@a8c8612 (id: 48705a2e-be44-4f23-b807-538bd9dff4dd, sid: 48705a2e-be44-4f23-b807-538bd9dff4dd) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d4e5172f-9a6f-4ebd-a069-6d26feed636a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4856a53b (id: d4e5172f-9a6f-4ebd-a069-6d26feed636a, sid: d4e5172f-9a6f-4ebd-a069-6d26feed636a) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bdc954e1-e040-4878-af4c-9816e2da5809 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@33bddf50 (id: bdc954e1-e040-4878-af4c-9816e2da5809, sid: bdc954e1-e040-4878-af4c-9816e2da5809) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 029d5f48-a088-4b65-a39e-c0b4bb5de326 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5d6f7323 (id: 029d5f48-a088-4b65-a39e-c0b4bb5de326, sid: 029d5f48-a088-4b65-a39e-c0b4bb5de326) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@303a98f8 (id: a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed, sid: a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 908d5518-8677-46a3-a833-95ccac80aa4a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@3672124d (id: 908d5518-8677-46a3-a833-95ccac80aa4a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = caef795c-ba3f-4ade-aa25-84880e2bbf16 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@52ebb123 (id: caef795c-ba3f-4ade-aa25-84880e2bbf16, sid: caef795c-ba3f-4ade-aa25-84880e2bbf16) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 684484db-867e-46fb-8694-4e6eead70114 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@68841ba7 (id: 684484db-867e-46fb-8694-4e6eead70114, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 811248ff-1e6f-4bd2-a860-d36f4e83979a org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@e49041c (id: 811248ff-1e6f-4bd2-a860-d36f4e83979a, sid: 811248ff-1e6f-4bd2-a860-d36f4e83979a) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43745a0f-1d17-420d-9b1e-b3c49344e92d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@17a91ab (id: 43745a0f-1d17-420d-9b1e-b3c49344e92d, sid: 43745a0f-1d17-420d-9b1e-b3c49344e92d) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 86c22321-730d-4e73-a05f-4b902d6b615c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2b73e530 (id: 86c22321-730d-4e73-a05f-4b902d6b615c, sid: 86c22321-730d-4e73-a05f-4b902d6b615c) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = e29405f1-a733-4fea-8a4d-a725be6fea30 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@706f2195 (id: e29405f1-a733-4fea-8a4d-a725be6fea30, sid: e29405f1-a733-4fea-8a4d-a725be6fea30) (name: IP2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c7fee890-22af-401e-a4ef-52fcb3eed287 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@440110cd (id: c7fee890-22af-401e-a4ef-52fcb3eed287, sid: c7fee890-22af-401e-a4ef-52fcb3eed287) (name: IP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 086542c9-904a-478f-911d-21d9808c66ae org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@7e181c10 (id: 086542c9-904a-478f-911d-21d9808c66ae, sid: 086542c9-904a-478f-911d-21d9808c66ae) (name: EI212) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 6a4746d3-ffeb-448f-b3db-b04978ba09e6 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@16a2e8db (id: 6a4746d3-ffeb-448f-b3db-b04978ba09e6, sid: 6a4746d3-ffeb-448f-b3db-b04978ba09e6) (name: InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6049e90e-0cbf-4ca6-935c-e5afa34631d3 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@468e4875 (id: 6049e90e-0cbf-4ca6-935c-e5afa34631d3, sid: 6049e90e-0cbf-4ca6-935c-e5afa34631d3) (name: cgn) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = c1f339df-8f5b-451a-b233-e2cc9bb5e142 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@153b61da (id: c1f339df-8f5b-451a-b233-e2cc9bb5e142, sid: c1f339df-8f5b-451a-b233-e2cc9bb5e142) (name: erter) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = aed3db6e-35d1-483b-94d4-16849db43833 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@21c24ee8 (id: aed3db6e-35d1-483b-94d4-16849db43833, sid: aed3db6e-35d1-483b-94d4-16849db43833) (name: erer) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3d2db5f (id: d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d, sid: d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d) (name: dfgdfg) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = ddc99197-0aea-4463-bc26-cee16078fb5b org.polarsys.capella.core.data.cs.impl.InterfaceImpl@62d0cfe8 (id: ddc99197-0aea-4463-bc26-cee16078fb5b, sid: ddc99197-0aea-4463-bc26-cee16078fb5b) (name: PC3_to_PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 74118b61-399f-4de2-8dde-e68a9662afb6 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@2c2b47d9 (id: 74118b61-399f-4de2-8dde-e68a9662afb6, sid: 74118b61-399f-4de2-8dde-e68a9662afb6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: SYNCHRONOUS, receiveProtocol: UNSET) ID = ac683515-6e8e-4192-adf3-bd0fdb3f49bd org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@1fade9ba (id: ac683515-6e8e-4192-adf3-bd0fdb3f49bd, sid: ac683515-6e8e-4192-adf3-bd0fdb3f49bd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: ASYNCHRONOUS, receiveProtocol: UNSET) ID = c9617e25-a1ef-45b9-bd74-d554658662fd org.polarsys.capella.core.data.cs.impl.InterfaceImpl@64bd4070 (id: c9617e25-a1ef-45b9-bd74-d554658662fd, sid: c9617e25-a1ef-45b9-bd74-d554658662fd) (name: PC6_to_PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 407e45b1-2c1a-4ba2-8517-480c64532958 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@5577d795 (id: 407e45b1-2c1a-4ba2-8517-480c64532958, sid: 407e45b1-2c1a-4ba2-8517-480c64532958) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: SYNCHRONOUS, receiveProtocol: UNSET) ID = def09900-ecf9-4031-a91a-e61367178e1d org.polarsys.capella.core.data.cs.impl.InterfaceImpl@e88d69f (id: def09900-ecf9-4031-a91a-e61367178e1d, sid: def09900-ecf9-4031-a91a-e61367178e1d) (name: PC3_to_PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 29da59f8-ac9c-4c89-a571-93ad33a7e74c org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@23c55220 (id: 29da59f8-ac9c-4c89-a571-93ad33a7e74c, sid: 29da59f8-ac9c-4c89-a571-93ad33a7e74c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: ASYNCHRONOUS, receiveProtocol: UNSET) ID = 4c5a2f85-f796-41cf-932c-f0c57d140a1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@7772e9cf (id: 4c5a2f85-f796-41cf-932c-f0c57d140a1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3bb90894 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 63dcdc0a-8685-4b5e-809d-e120ddfa5502 org.polarsys.capella.core.data.cs.impl.PartImpl@3a002d39 (id: 63dcdc0a-8685-4b5e-809d-e120ddfa5502, sid: 63dcdc0a-8685-4b5e-809d-e120ddfa5502) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e4a05134-40c4-4ec6-9644-4a1fbe561446 org.polarsys.capella.core.data.cs.impl.PartImpl@19c4e0d6 (id: e4a05134-40c4-4ec6-9644-4a1fbe561446, sid: e4a05134-40c4-4ec6-9644-4a1fbe561446) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 25a3113a-3420-4e6c-88b1-6a3410d2e3c5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@41733bba (id: 25a3113a-3420-4e6c-88b1-6a3410d2e3c5, sid: 25a3113a-3420-4e6c-88b1-6a3410d2e3c5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8743808a-13b1-4de6-859f-9ac4503a1409 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3f8dee34 (id: 8743808a-13b1-4de6-859f-9ac4503a1409, sid: 8743808a-13b1-4de6-859f-9ac4503a1409) (name: C 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = fdc999b8-98dd-42d9-a569-17723f374c76 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3e6adee5 (id: fdc999b8-98dd-42d9-a569-17723f374c76, sid: fdc999b8-98dd-42d9-a569-17723f374c76) (name: C 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0837ea01-5825-424f-b4af-f1e388fc6292 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@43d41281 (id: 0837ea01-5825-424f-b4af-f1e388fc6292, sid: 0837ea01-5825-424f-b4af-f1e388fc6292) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 57b99f03-1f6b-40fa-8bfc-b8827dade250 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7d13e49d (id: 57b99f03-1f6b-40fa-8bfc-b8827dade250, sid: 57b99f03-1f6b-40fa-8bfc-b8827dade250) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 56985908-3786-48cd-a65d-cc10340b09a6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1431d7e8 (id: 56985908-3786-48cd-a65d-cc10340b09a6, sid: 56985908-3786-48cd-a65d-cc10340b09a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81204aa6-4191-42ef-a096-94e8c4f7e66e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@741256d9 (id: 81204aa6-4191-42ef-a096-94e8c4f7e66e, sid: 81204aa6-4191-42ef-a096-94e8c4f7e66e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = be71bc48-ddff-417b-a62e-2add5a353c67 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@a4dd86b (id: be71bc48-ddff-417b-a62e-2add5a353c67, sid: be71bc48-ddff-417b-a62e-2add5a353c67) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM31, isControlOperator: false) ID = 41eb6110-5218-4649-abf3-1ea35966f8ee org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7bc9107d (id: 41eb6110-5218-4649-abf3-1ea35966f8ee, sid: 41eb6110-5218-4649-abf3-1ea35966f8ee) (name: R311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c1561a3-a2a3-4e9f-879b-815e99cbfebf org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@615d167b (id: 7c1561a3-a2a3-4e9f-879b-815e99cbfebf, sid: 7c1561a3-a2a3-4e9f-879b-815e99cbfebf) (name: M3111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5553898-c3ea-4301-af43-bb45db83f669 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@71f3017 (id: c5553898-c3ea-4301-af43-bb45db83f669, sid: c5553898-c3ea-4301-af43-bb45db83f669) (name: R31111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de060bbe-37ca-4d17-8e01-cc070c0722c1 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@63753e1f (id: de060bbe-37ca-4d17-8e01-cc070c0722c1, sid: de060bbe-37ca-4d17-8e01-cc070c0722c1) (name: M3112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea57b38-2302-4629-acf3-54c5ba630e87 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@508c90f4 (id: 6ea57b38-2302-4629-acf3-54c5ba630e87, sid: 6ea57b38-2302-4629-acf3-54c5ba630e87) (name: R31121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6dc1b55c (id: ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1, sid: 84f0a3ba-b008-43c3-9a23-bb42434fa178;ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@98e136e (id: 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0, sid: 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b1e3657-eb40-4a51-befb-289066707519 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@5f59b2eb (id: 4b1e3657-eb40-4a51-befb-289066707519, sid: 4b1e3657-eb40-4a51-befb-289066707519) (name: M1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb495be8-83b1-431e-a638-5b4592c52ac3 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3cfae39b (id: eb495be8-83b1-431e-a638-5b4592c52ac3, sid: eb495be8-83b1-431e-a638-5b4592c52ac3) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70814a8e-15ff-4d63-89fe-39f2afbdfb55 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@5c71ca0d (id: 70814a8e-15ff-4d63-89fe-39f2afbdfb55, sid: 70814a8e-15ff-4d63-89fe-39f2afbdfb55) (name: M1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 967f1e9d-50f5-4f42-91ef-89d47bafaf48 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@259db78e (id: 967f1e9d-50f5-4f42-91ef-89d47bafaf48, sid: 967f1e9d-50f5-4f42-91ef-89d47bafaf48) (name: R11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84f0a3ba-b008-43c3-9a23-bb42434fa178 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@37c1873c (id: 84f0a3ba-b008-43c3-9a23-bb42434fa178, sid: 84f0a3ba-b008-43c3-9a23-bb42434fa178) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM12, isControlOperator: false) ID = 41e0defd-8c15-4aad-af93-903b107faf72 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5c4c5c64 (id: 41e0defd-8c15-4aad-af93-903b107faf72, sid: 41e0defd-8c15-4aad-af93-903b107faf72) (name: R121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 88f005c5-df7c-40c9-81c8-7f0bd8066c38 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@ebfd442 (id: 88f005c5-df7c-40c9-81c8-7f0bd8066c38, sid: 88f005c5-df7c-40c9-81c8-7f0bd8066c38) (name: M1211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 71e05223-462f-45ac-bb73-33c5e356a755 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@46d623dc (id: 71e05223-462f-45ac-bb73-33c5e356a755, sid: 71e05223-462f-45ac-bb73-33c5e356a755) (name: R12111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e514cf4-f844-4623-a118-4bbfde2651f5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@7d15a45d (id: 3e514cf4-f844-4623-a118-4bbfde2651f5, sid: 3e514cf4-f844-4623-a118-4bbfde2651f5) (name: M1212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fe8187fa-30c5-43d5-bd54-0f922c6517cd org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@438468e7 (id: fe8187fa-30c5-43d5-bd54-0f922c6517cd, sid: fe8187fa-30c5-43d5-bd54-0f922c6517cd) (name: R12121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9a8fe35-8946-4570-bd1c-366920920cce org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6b853669 (id: d9a8fe35-8946-4570-bd1c-366920920cce, sid: d9a8fe35-8946-4570-bd1c-366920920cce) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM2, isControlOperator: false) ID = 90db017d-60ea-4200-937b-48fa1d28705e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@8b9f8f4 (id: 90db017d-60ea-4200-937b-48fa1d28705e, sid: 90db017d-60ea-4200-937b-48fa1d28705e) (name: R21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@59d26dd3 (id: 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a, sid: 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a) (name: M211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 649663d7-f784-4c6f-8b4b-6332280f2827 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@75bb1cf4 (id: 649663d7-f784-4c6f-8b4b-6332280f2827, sid: 649663d7-f784-4c6f-8b4b-6332280f2827) (name: R2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8937c72a-4d19-42e9-9ae8-020fccec100a org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@374f4a54 (id: 8937c72a-4d19-42e9-9ae8-020fccec100a, sid: 8937c72a-4d19-42e9-9ae8-020fccec100a) (name: M212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e3000b4d-633a-4916-8966-64e34bf7e2ee org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@70766a11 (id: e3000b4d-633a-4916-8966-64e34bf7e2ee, sid: e3000b4d-633a-4916-8966-64e34bf7e2ee) (name: R2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90dbdf13-3846-4f1e-a3bd-1acc75673470 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2df528e8 (id: 90dbdf13-3846-4f1e-a3bd-1acc75673470, sid: 90dbdf13-3846-4f1e-a3bd-1acc75673470) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 40d27b22-7a36-4187-bec3-11c66f00bf28 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@46d589bc (id: 40d27b22-7a36-4187-bec3-11c66f00bf28, sid: 40d27b22-7a36-4187-bec3-11c66f00bf28) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 621071f2-de01-4c7c-9610-16e9adad2a01 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@e2193d7 (id: 621071f2-de01-4c7c-9610-16e9adad2a01, sid: 621071f2-de01-4c7c-9610-16e9adad2a01) (name: M111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6926f000-b62f-47a9-9c26-4c34baaebef3 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@77c8461 (id: 6926f000-b62f-47a9-9c26-4c34baaebef3, sid: 6926f000-b62f-47a9-9c26-4c34baaebef3) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65861545-2a00-418c-b99b-4c1d2167c7da org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@3ca4e0e (id: 65861545-2a00-418c-b99b-4c1d2167c7da, sid: 65861545-2a00-418c-b99b-4c1d2167c7da) (name: M112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ef95445-ccaa-421b-a208-31927d566d23 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@69b8afa2 (id: 6ef95445-ccaa-421b-a208-31927d566d23, sid: 6ef95445-ccaa-421b-a208-31927d566d23) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a79c6c58-ac5c-4567-b60d-6840506f56ed org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@596bba50 (id: a79c6c58-ac5c-4567-b60d-6840506f56ed, sid: a79c6c58-ac5c-4567-b60d-6840506f56ed) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = fed047b5-9d4e-42a1-bace-8063abf44acb org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@270aa6e2 (id: fed047b5-9d4e-42a1-bace-8063abf44acb, sid: fed047b5-9d4e-42a1-bace-8063abf44acb) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1d33725a-c8a3-4926-884c-7e578e90485d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@674ad540 (id: 1d33725a-c8a3-4926-884c-7e578e90485d, sid: 1d33725a-c8a3-4926-884c-7e578e90485d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 25a80209-fc88-4dee-8c8f-e12a8ff161cd org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@59fad7a6 (id: 25a80209-fc88-4dee-8c8f-e12a8ff161cd, sid: 25a80209-fc88-4dee-8c8f-e12a8ff161cd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0dc3b109-8863-4db3-b760-2bed020dc43a org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@5d474ff3 (id: 0dc3b109-8863-4db3-b760-2bed020dc43a, sid: 0dc3b109-8863-4db3-b760-2bed020dc43a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f396ca48-3417-4cbd-ad6f-e22a8a352c59 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@2f88df0f (id: f396ca48-3417-4cbd-ad6f-e22a8a352c59, sid: f396ca48-3417-4cbd-ad6f-e22a8a352c59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4260d6e2-ded9-48e0-b2be-0c8f6ff01980 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@40a0acb4 (id: 4260d6e2-ded9-48e0-b2be-0c8f6ff01980, sid: 4260d6e2-ded9-48e0-b2be-0c8f6ff01980) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 199de34b-bd97-4744-bd4c-8d8aeecbbb04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@33e9a911 (id: 199de34b-bd97-4744-bd4c-8d8aeecbbb04, sid: 199de34b-bd97-4744-bd4c-8d8aeecbbb04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 11ee82cd-8e10-43bf-9457-61ba60d22388 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4bbf6e12 (id: 11ee82cd-8e10-43bf-9457-61ba60d22388, sid: 11ee82cd-8e10-43bf-9457-61ba60d22388) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 544dc7c1-499d-4605-98dc-ff7e2f3bea68 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@596fe89 (id: 544dc7c1-499d-4605-98dc-ff7e2f3bea68, sid: 544dc7c1-499d-4605-98dc-ff7e2f3bea68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 519fde28-00b3-418f-a4ae-adbd0c6b9ecc org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@62490de4 (id: 519fde28-00b3-418f-a4ae-adbd0c6b9ecc, sid: 519fde28-00b3-418f-a4ae-adbd0c6b9ecc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e83f81fa-998c-4a9b-85e0-b7dac9510d68 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6c8f2993 (id: e83f81fa-998c-4a9b-85e0-b7dac9510d68, sid: e83f81fa-998c-4a9b-85e0-b7dac9510d68) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 32a23f58-b962-42cc-9fe6-3fbaff7a805e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@650b7d5c (id: 32a23f58-b962-42cc-9fe6-3fbaff7a805e, sid: 32a23f58-b962-42cc-9fe6-3fbaff7a805e) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 5c3bd864-cb02-4df6-84be-d092d7e56889 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@14b2f738 (id: 5c3bd864-cb02-4df6-84be-d092d7e56889, sid: 5c3bd864-cb02-4df6-84be-d092d7e56889) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 20afc06a-9896-4bf1-9f43-779d52acb491 org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@669936bd (id: 20afc06a-9896-4bf1-9f43-779d52acb491, sid: 20afc06a-9896-4bf1-9f43-779d52acb491) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e3332f63-621b-4379-889d-1d43ab1ce16d org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@48f859ac (id: e3332f63-621b-4379-889d-1d43ab1ce16d, sid: e3332f63-621b-4379-889d-1d43ab1ce16d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Disabled] >> release >> unload Project_test_01 [Disabled] >> release >> unload output [Disabled] >> require >> load Project_test_01 [Disabled] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6207b9e1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2823c6c2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@541b59b6 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@328ece9 (id: 6f4e32b0-db82-4921-85c0-c24d542ca148, sid: null) (name: CrossPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f170e0f0-1aab-41e0-8d2c-a6080c981370 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@18637a7b (id: f170e0f0-1aab-41e0-8d2c-a6080c981370, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc8b338b-d547-45d0-bf80-c79095a25a4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@47179ad2 (id: bc8b338b-d547-45d0-bf80-c79095a25a4a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e32d212-eba4-4342-83be-3f6a3f35e7d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@38f4990e (id: 5e32d212-eba4-4342-83be-3f6a3f35e7d7, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dc623687-41b3-4364-aa42-05c4deec2e14 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@c320dda (id: dc623687-41b3-4364-aa42-05c4deec2e14, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 908d5518-8677-46a3-a833-95ccac80aa4a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@14a89743 (id: 908d5518-8677-46a3-a833-95ccac80aa4a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = caef795c-ba3f-4ade-aa25-84880e2bbf16 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@17f9b420 (id: caef795c-ba3f-4ade-aa25-84880e2bbf16, sid: caef795c-ba3f-4ade-aa25-84880e2bbf16) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 684484db-867e-46fb-8694-4e6eead70114 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@67b6e47a (id: 684484db-867e-46fb-8694-4e6eead70114, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4c5a2f85-f796-41cf-932c-f0c57d140a1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@7bade53 (id: 4c5a2f85-f796-41cf-932c-f0c57d140a1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@da2e1f8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8493801b-094a-40af-96c2-74dba1ff1ad4 org.polarsys.capella.core.data.cs.impl.PartImpl@21074ee8 (id: 8493801b-094a-40af-96c2-74dba1ff1ad4, sid: 8493801b-094a-40af-96c2-74dba1ff1ad4) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2f04e08c-a361-4219-ad6c-e73676b4188f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@42d065e5 (id: 2f04e08c-a361-4219-ad6c-e73676b4188f, sid: 2f04e08c-a361-4219-ad6c-e73676b4188f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = f4a44a8b-1061-43aa-81f8-129bd547cf94 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@4b98925d (id: f4a44a8b-1061-43aa-81f8-129bd547cf94, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27fb5923-e04b-4433-bfe2-b627e2a1a13d org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@4002a03a (id: 27fb5923-e04b-4433-bfe2-b627e2a1a13d, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6207b9e1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2823c6c2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@328ece9 (id: 6f4e32b0-db82-4921-85c0-c24d542ca148, sid: null) (name: CrossPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f170e0f0-1aab-41e0-8d2c-a6080c981370 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@18637a7b (id: f170e0f0-1aab-41e0-8d2c-a6080c981370, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc8b338b-d547-45d0-bf80-c79095a25a4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@47179ad2 (id: bc8b338b-d547-45d0-bf80-c79095a25a4a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e32d212-eba4-4342-83be-3f6a3f35e7d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@38f4990e (id: 5e32d212-eba4-4342-83be-3f6a3f35e7d7, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 45c3314b-0a97-4427-bb63-f40b77c0586d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2208dba1 (id: 45c3314b-0a97-4427-bb63-f40b77c0586d, sid: 45c3314b-0a97-4427-bb63-f40b77c0586d) (name: PF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5af163c3-3b95-4b52-baf8-982ca77688b3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@213bdd39 (id: 5af163c3-3b95-4b52-baf8-982ca77688b3, sid: 5af163c3-3b95-4b52-baf8-982ca77688b3) (name: FOP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1961cdeb-3873-40cb-9900-b29859527ed2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5a8112c6 (id: 1961cdeb-3873-40cb-9900-b29859527ed2, sid: 1961cdeb-3873-40cb-9900-b29859527ed2) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6812184f-5c85-4766-97dd-e448214c7f4d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4621cc71 (id: 6812184f-5c85-4766-97dd-e448214c7f4d, sid: 6812184f-5c85-4766-97dd-e448214c7f4d) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f0be1ddc-a50c-4dc6-a052-cdf90eed510a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2210d2c7 (id: f0be1ddc-a50c-4dc6-a052-cdf90eed510a, sid: f0be1ddc-a50c-4dc6-a052-cdf90eed510a) (name: FOP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 30a1f6e1-a70b-4394-b174-ccbbec46ab7b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@f783fea (id: 30a1f6e1-a70b-4394-b174-ccbbec46ab7b, sid: 30a1f6e1-a70b-4394-b174-ccbbec46ab7b) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 67a1f085-753e-4735-a588-9ea3e084c318 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@63d04ce3 (id: 67a1f085-753e-4735-a588-9ea3e084c318, sid: 67a1f085-753e-4735-a588-9ea3e084c318) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c478fb80-501f-4ed1-bdae-5c69f94a811a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5655b969 (id: c478fb80-501f-4ed1-bdae-5c69f94a811a, sid: c478fb80-501f-4ed1-bdae-5c69f94a811a) (name: PF14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 27c297e0-e30c-41c6-8795-b674d3ff0c2d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@189c4b26 (id: 27c297e0-e30c-41c6-8795-b674d3ff0c2d, sid: 27c297e0-e30c-41c6-8795-b674d3ff0c2d) (name: FIP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 31277dec-0361-4c37-ad1d-0f171c33eda6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4ef943ad (id: 31277dec-0361-4c37-ad1d-0f171c33eda6, sid: 31277dec-0361-4c37-ad1d-0f171c33eda6) (name: FIP142) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f1fac1ae-4107-41b5-abae-eee3954a580b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2f2fa9c5 (id: f1fac1ae-4107-41b5-abae-eee3954a580b, sid: f1fac1ae-4107-41b5-abae-eee3954a580b) (name: FOP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ea73a522-e57f-4f39-babd-61112f3c01af org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@54cac3b8 (id: ea73a522-e57f-4f39-babd-61112f3c01af, sid: ea73a522-e57f-4f39-babd-61112f3c01af) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8054fd3d-0100-4907-bdaf-3bd6c98d28a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2e75777c (id: 8054fd3d-0100-4907-bdaf-3bd6c98d28a0, sid: 8054fd3d-0100-4907-bdaf-3bd6c98d28a0) (name: FIP151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 742f0d0e-4797-4d5a-a5fa-85265c89819f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7af3838d (id: 742f0d0e-4797-4d5a-a5fa-85265c89819f, sid: 742f0d0e-4797-4d5a-a5fa-85265c89819f) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8f9865c6-ce58-455a-9a4b-dfce4e686e0b org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7fb8c538 (id: 8f9865c6-ce58-455a-9a4b-dfce4e686e0b, sid: 8f9865c6-ce58-455a-9a4b-dfce4e686e0b) (name: FIP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1a745ec4-6a14-41f8-9ce3-5536c88f11dd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@78432be6 (id: 1a745ec4-6a14-41f8-9ce3-5536c88f11dd, sid: 1a745ec4-6a14-41f8-9ce3-5536c88f11dd) (name: FOP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 48705a2e-be44-4f23-b807-538bd9dff4dd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4ac281e3 (id: 48705a2e-be44-4f23-b807-538bd9dff4dd, sid: 48705a2e-be44-4f23-b807-538bd9dff4dd) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d4e5172f-9a6f-4ebd-a069-6d26feed636a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3762c74c (id: d4e5172f-9a6f-4ebd-a069-6d26feed636a, sid: d4e5172f-9a6f-4ebd-a069-6d26feed636a) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bdc954e1-e040-4878-af4c-9816e2da5809 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2ba240a7 (id: bdc954e1-e040-4878-af4c-9816e2da5809, sid: bdc954e1-e040-4878-af4c-9816e2da5809) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 029d5f48-a088-4b65-a39e-c0b4bb5de326 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@75b101a9 (id: 029d5f48-a088-4b65-a39e-c0b4bb5de326, sid: 029d5f48-a088-4b65-a39e-c0b4bb5de326) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@718e5b85 (id: a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed, sid: a45633c5-93c9-4d2c-b0d4-e05c9cbc85ed) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 908d5518-8677-46a3-a833-95ccac80aa4a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@14a89743 (id: 908d5518-8677-46a3-a833-95ccac80aa4a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = caef795c-ba3f-4ade-aa25-84880e2bbf16 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@17f9b420 (id: caef795c-ba3f-4ade-aa25-84880e2bbf16, sid: caef795c-ba3f-4ade-aa25-84880e2bbf16) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 684484db-867e-46fb-8694-4e6eead70114 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@67b6e47a (id: 684484db-867e-46fb-8694-4e6eead70114, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 811248ff-1e6f-4bd2-a860-d36f4e83979a org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@51e78559 (id: 811248ff-1e6f-4bd2-a860-d36f4e83979a, sid: 811248ff-1e6f-4bd2-a860-d36f4e83979a) (name: IP1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43745a0f-1d17-420d-9b1e-b3c49344e92d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5e9a56f5 (id: 43745a0f-1d17-420d-9b1e-b3c49344e92d, sid: 43745a0f-1d17-420d-9b1e-b3c49344e92d) (name: IP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 86c22321-730d-4e73-a05f-4b902d6b615c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@49caccde (id: 86c22321-730d-4e73-a05f-4b902d6b615c, sid: 86c22321-730d-4e73-a05f-4b902d6b615c) (name: EI111) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = e29405f1-a733-4fea-8a4d-a725be6fea30 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@788e2a12 (id: e29405f1-a733-4fea-8a4d-a725be6fea30, sid: e29405f1-a733-4fea-8a4d-a725be6fea30) (name: IP2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c7fee890-22af-401e-a4ef-52fcb3eed287 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@673db5e1 (id: c7fee890-22af-401e-a4ef-52fcb3eed287, sid: c7fee890-22af-401e-a4ef-52fcb3eed287) (name: IP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 086542c9-904a-478f-911d-21d9808c66ae org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@e6dab36 (id: 086542c9-904a-478f-911d-21d9808c66ae, sid: 086542c9-904a-478f-911d-21d9808c66ae) (name: EI212) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 4c5a2f85-f796-41cf-932c-f0c57d140a1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@7bade53 (id: 4c5a2f85-f796-41cf-932c-f0c57d140a1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@da2e1f8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8493801b-094a-40af-96c2-74dba1ff1ad4 org.polarsys.capella.core.data.cs.impl.PartImpl@21074ee8 (id: 8493801b-094a-40af-96c2-74dba1ff1ad4, sid: 8493801b-094a-40af-96c2-74dba1ff1ad4) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 25a3113a-3420-4e6c-88b1-6a3410d2e3c5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@13c973aa (id: 25a3113a-3420-4e6c-88b1-6a3410d2e3c5, sid: 25a3113a-3420-4e6c-88b1-6a3410d2e3c5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8743808a-13b1-4de6-859f-9ac4503a1409 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@53ab2229 (id: 8743808a-13b1-4de6-859f-9ac4503a1409, sid: 8743808a-13b1-4de6-859f-9ac4503a1409) (name: C 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c43ec286-0b4b-4492-84b9-bbed4afb3a7a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@b274fd5 (id: c43ec286-0b4b-4492-84b9-bbed4afb3a7a, sid: c43ec286-0b4b-4492-84b9-bbed4afb3a7a) (name: C 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = fdc999b8-98dd-42d9-a569-17723f374c76 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@754fe506 (id: fdc999b8-98dd-42d9-a569-17723f374c76, sid: fdc999b8-98dd-42d9-a569-17723f374c76) (name: C 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 2f04e08c-a361-4219-ad6c-e73676b4188f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@42d065e5 (id: 2f04e08c-a361-4219-ad6c-e73676b4188f, sid: 2f04e08c-a361-4219-ad6c-e73676b4188f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 6a4746d3-ffeb-448f-b3db-b04978ba09e6 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4b7272f6 (id: 6a4746d3-ffeb-448f-b3db-b04978ba09e6, sid: 6a4746d3-ffeb-448f-b3db-b04978ba09e6) (name: InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6049e90e-0cbf-4ca6-935c-e5afa34631d3 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@4142abdb (id: 6049e90e-0cbf-4ca6-935c-e5afa34631d3, sid: 6049e90e-0cbf-4ca6-935c-e5afa34631d3) (name: cgn) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = c1f339df-8f5b-451a-b233-e2cc9bb5e142 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@227a996b (id: c1f339df-8f5b-451a-b233-e2cc9bb5e142, sid: c1f339df-8f5b-451a-b233-e2cc9bb5e142) (name: erter) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: OPERATION) ID = aed3db6e-35d1-483b-94d4-16849db43833 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@76b2f28c (id: aed3db6e-35d1-483b-94d4-16849db43833, sid: aed3db6e-35d1-483b-94d4-16849db43833) (name: erer) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@5656ad9e (id: d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d, sid: d49b4cb0-3cc1-4216-9fef-0d2f49aaea5d) (name: dfgdfg) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: FLOW) ID = ddc99197-0aea-4463-bc26-cee16078fb5b org.polarsys.capella.core.data.cs.impl.InterfaceImpl@11def15a (id: ddc99197-0aea-4463-bc26-cee16078fb5b, sid: ddc99197-0aea-4463-bc26-cee16078fb5b) (name: PC3_to_PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 74118b61-399f-4de2-8dde-e68a9662afb6 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@679993cb (id: 74118b61-399f-4de2-8dde-e68a9662afb6, sid: 74118b61-399f-4de2-8dde-e68a9662afb6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: SYNCHRONOUS, receiveProtocol: UNSET) ID = ac683515-6e8e-4192-adf3-bd0fdb3f49bd org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@6de2b26 (id: ac683515-6e8e-4192-adf3-bd0fdb3f49bd, sid: ac683515-6e8e-4192-adf3-bd0fdb3f49bd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: ASYNCHRONOUS, receiveProtocol: UNSET) ID = c9617e25-a1ef-45b9-bd74-d554658662fd org.polarsys.capella.core.data.cs.impl.InterfaceImpl@50a1d2 (id: c9617e25-a1ef-45b9-bd74-d554658662fd, sid: c9617e25-a1ef-45b9-bd74-d554658662fd) (name: PC6_to_PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 407e45b1-2c1a-4ba2-8517-480c64532958 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@2a60b630 (id: 407e45b1-2c1a-4ba2-8517-480c64532958, sid: 407e45b1-2c1a-4ba2-8517-480c64532958) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: SYNCHRONOUS, receiveProtocol: UNSET) ID = def09900-ecf9-4031-a91a-e61367178e1d org.polarsys.capella.core.data.cs.impl.InterfaceImpl@4dd2071e (id: def09900-ecf9-4031-a91a-e61367178e1d, sid: def09900-ecf9-4031-a91a-e61367178e1d) (name: PC3_to_PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 29da59f8-ac9c-4c89-a571-93ad33a7e74c org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@59aafa01 (id: 29da59f8-ac9c-4c89-a571-93ad33a7e74c, sid: 29da59f8-ac9c-4c89-a571-93ad33a7e74c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: , final: false, sendProtocol: ASYNCHRONOUS, receiveProtocol: UNSET) ID = 90dbdf13-3846-4f1e-a3bd-1acc75673470 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5c719ed7 (id: 90dbdf13-3846-4f1e-a3bd-1acc75673470, sid: 90dbdf13-3846-4f1e-a3bd-1acc75673470) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 40d27b22-7a36-4187-bec3-11c66f00bf28 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@738f625f (id: 40d27b22-7a36-4187-bec3-11c66f00bf28, sid: 40d27b22-7a36-4187-bec3-11c66f00bf28) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 621071f2-de01-4c7c-9610-16e9adad2a01 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2e3861c7 (id: 621071f2-de01-4c7c-9610-16e9adad2a01, sid: 621071f2-de01-4c7c-9610-16e9adad2a01) (name: M111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6926f000-b62f-47a9-9c26-4c34baaebef3 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@204cfcf3 (id: 6926f000-b62f-47a9-9c26-4c34baaebef3, sid: 6926f000-b62f-47a9-9c26-4c34baaebef3) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65861545-2a00-418c-b99b-4c1d2167c7da org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@709b490b (id: 65861545-2a00-418c-b99b-4c1d2167c7da, sid: 65861545-2a00-418c-b99b-4c1d2167c7da) (name: M112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ef95445-ccaa-421b-a208-31927d566d23 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@788e50dd (id: 6ef95445-ccaa-421b-a208-31927d566d23, sid: 6ef95445-ccaa-421b-a208-31927d566d23) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9a8fe35-8946-4570-bd1c-366920920cce org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@15d53052 (id: d9a8fe35-8946-4570-bd1c-366920920cce, sid: d9a8fe35-8946-4570-bd1c-366920920cce) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM2, isControlOperator: false) ID = 90db017d-60ea-4200-937b-48fa1d28705e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@52b9fd7f (id: 90db017d-60ea-4200-937b-48fa1d28705e, sid: 90db017d-60ea-4200-937b-48fa1d28705e) (name: R21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@78402532 (id: 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a, sid: 2d2d7ec6-9aa1-4e27-b51e-dbfb2b68ad3a) (name: M211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 649663d7-f784-4c6f-8b4b-6332280f2827 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@72428a5f (id: 649663d7-f784-4c6f-8b4b-6332280f2827, sid: 649663d7-f784-4c6f-8b4b-6332280f2827) (name: R2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8937c72a-4d19-42e9-9ae8-020fccec100a org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4ea963e5 (id: 8937c72a-4d19-42e9-9ae8-020fccec100a, sid: 8937c72a-4d19-42e9-9ae8-020fccec100a) (name: M212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e3000b4d-633a-4916-8966-64e34bf7e2ee org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@53e63d4a (id: e3000b4d-633a-4916-8966-64e34bf7e2ee, sid: e3000b4d-633a-4916-8966-64e34bf7e2ee) (name: R2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dcdc0a-8685-4b5e-809d-e120ddfa5502 org.polarsys.capella.core.data.cs.impl.PartImpl@2a76ebb1 (id: 63dcdc0a-8685-4b5e-809d-e120ddfa5502, sid: 63dcdc0a-8685-4b5e-809d-e120ddfa5502) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 269b286a-e68f-44f9-9e8a-692d52bc6f85 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@4c809cd2 (id: 269b286a-e68f-44f9-9e8a-692d52bc6f85, sid: 269b286a-e68f-44f9-9e8a-692d52bc6f85) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17ad9995-13e3-4649-a28f-d604d8fbecdb org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@493368ec (id: 17ad9995-13e3-4649-a28f-d604d8fbecdb, sid: 17ad9995-13e3-4649-a28f-d604d8fbecdb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4a05134-40c4-4ec6-9644-4a1fbe561446 org.polarsys.capella.core.data.cs.impl.PartImpl@2b5d00ed (id: e4a05134-40c4-4ec6-9644-4a1fbe561446, sid: e4a05134-40c4-4ec6-9644-4a1fbe561446) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e28d3b67-5ec1-416e-9b69-e5cb46444ef7 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@366b4d54 (id: e28d3b67-5ec1-416e-9b69-e5cb46444ef7, sid: e28d3b67-5ec1-416e-9b69-e5cb46444ef7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 024411c4-0c0b-44b3-9fc5-506bae6b71b9 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@7e452147 (id: 024411c4-0c0b-44b3-9fc5-506bae6b71b9, sid: 024411c4-0c0b-44b3-9fc5-506bae6b71b9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed2894b1-516f-4cfd-89ee-5f3361d395ee org.polarsys.capella.core.data.cs.impl.PartImpl@2ce3526b (id: ed2894b1-516f-4cfd-89ee-5f3361d395ee, sid: ed2894b1-516f-4cfd-89ee-5f3361d395ee) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 53a1ef6e-98ae-4b1e-af78-0de7615c76b9 org.polarsys.capella.core.data.cs.impl.PartImpl@6f7a7572 (id: 53a1ef6e-98ae-4b1e-af78-0de7615c76b9, sid: 53a1ef6e-98ae-4b1e-af78-0de7615c76b9) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 78d3da87-4f98-4eec-801c-919885d5c5be org.polarsys.capella.core.data.cs.impl.PartImpl@3179424 (id: 78d3da87-4f98-4eec-801c-919885d5c5be, sid: 78d3da87-4f98-4eec-801c-919885d5c5be) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ead16ff6-b873-44e1-86dd-443d66187791 org.polarsys.capella.core.data.cs.impl.PartImpl@540fc218 (id: ead16ff6-b873-44e1-86dd-443d66187791, sid: ead16ff6-b873-44e1-86dd-443d66187791) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0837ea01-5825-424f-b4af-f1e388fc6292 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6469a7a4 (id: 0837ea01-5825-424f-b4af-f1e388fc6292, sid: 0837ea01-5825-424f-b4af-f1e388fc6292) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1e66f435 (id: ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1, sid: 84f0a3ba-b008-43c3-9a23-bb42434fa178;ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@13ddc288 (id: 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0, sid: 7adb38ab-eea2-4547-8bc2-9fbc0c0fbfa0) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b1e3657-eb40-4a51-befb-289066707519 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@1cd8a0d4 (id: 4b1e3657-eb40-4a51-befb-289066707519, sid: 4b1e3657-eb40-4a51-befb-289066707519) (name: M1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb495be8-83b1-431e-a638-5b4592c52ac3 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@35a5606c (id: eb495be8-83b1-431e-a638-5b4592c52ac3, sid: eb495be8-83b1-431e-a638-5b4592c52ac3) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70814a8e-15ff-4d63-89fe-39f2afbdfb55 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@1c4bedb1 (id: 70814a8e-15ff-4d63-89fe-39f2afbdfb55, sid: 70814a8e-15ff-4d63-89fe-39f2afbdfb55) (name: M1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 967f1e9d-50f5-4f42-91ef-89d47bafaf48 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@61ffb532 (id: 967f1e9d-50f5-4f42-91ef-89d47bafaf48, sid: 967f1e9d-50f5-4f42-91ef-89d47bafaf48) (name: R11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84f0a3ba-b008-43c3-9a23-bb42434fa178 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@387877d9 (id: 84f0a3ba-b008-43c3-9a23-bb42434fa178, sid: 84f0a3ba-b008-43c3-9a23-bb42434fa178) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM12, isControlOperator: false) ID = 41e0defd-8c15-4aad-af93-903b107faf72 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2640c6ba (id: 41e0defd-8c15-4aad-af93-903b107faf72, sid: 41e0defd-8c15-4aad-af93-903b107faf72) (name: R121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 88f005c5-df7c-40c9-81c8-7f0bd8066c38 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@65a581a6 (id: 88f005c5-df7c-40c9-81c8-7f0bd8066c38, sid: 88f005c5-df7c-40c9-81c8-7f0bd8066c38) (name: M1211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 71e05223-462f-45ac-bb73-33c5e356a755 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@79efee05 (id: 71e05223-462f-45ac-bb73-33c5e356a755, sid: 71e05223-462f-45ac-bb73-33c5e356a755) (name: R12111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e514cf4-f844-4623-a118-4bbfde2651f5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@252885e (id: 3e514cf4-f844-4623-a118-4bbfde2651f5, sid: 3e514cf4-f844-4623-a118-4bbfde2651f5) (name: M1212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fe8187fa-30c5-43d5-bd54-0f922c6517cd org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2207fbb8 (id: fe8187fa-30c5-43d5-bd54-0f922c6517cd, sid: fe8187fa-30c5-43d5-bd54-0f922c6517cd) (name: R12121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 199de34b-bd97-4744-bd4c-8d8aeecbbb04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6b66f6ef (id: 199de34b-bd97-4744-bd4c-8d8aeecbbb04, sid: 199de34b-bd97-4744-bd4c-8d8aeecbbb04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 06663a5e-3803-4395-8074-cb22ac96aa54 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6d7fa240 (id: 06663a5e-3803-4395-8074-cb22ac96aa54, sid: 06663a5e-3803-4395-8074-cb22ac96aa54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 56985908-3786-48cd-a65d-cc10340b09a6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7b79d7c9 (id: 56985908-3786-48cd-a65d-cc10340b09a6, sid: 56985908-3786-48cd-a65d-cc10340b09a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81204aa6-4191-42ef-a096-94e8c4f7e66e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@663e2925 (id: 81204aa6-4191-42ef-a096-94e8c4f7e66e, sid: 81204aa6-4191-42ef-a096-94e8c4f7e66e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = be71bc48-ddff-417b-a62e-2add5a353c67 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3ab37a83 (id: be71bc48-ddff-417b-a62e-2add5a353c67, sid: be71bc48-ddff-417b-a62e-2add5a353c67) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM31, isControlOperator: false) ID = 41eb6110-5218-4649-abf3-1ea35966f8ee org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2aceb237 (id: 41eb6110-5218-4649-abf3-1ea35966f8ee, sid: 41eb6110-5218-4649-abf3-1ea35966f8ee) (name: R311) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c1561a3-a2a3-4e9f-879b-815e99cbfebf org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@1f3cef38 (id: 7c1561a3-a2a3-4e9f-879b-815e99cbfebf, sid: 7c1561a3-a2a3-4e9f-879b-815e99cbfebf) (name: M3111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5553898-c3ea-4301-af43-bb45db83f669 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@8dc9afb (id: c5553898-c3ea-4301-af43-bb45db83f669, sid: c5553898-c3ea-4301-af43-bb45db83f669) (name: R31111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de060bbe-37ca-4d17-8e01-cc070c0722c1 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@291a8e01 (id: de060bbe-37ca-4d17-8e01-cc070c0722c1, sid: de060bbe-37ca-4d17-8e01-cc070c0722c1) (name: M3112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea57b38-2302-4629-acf3-54c5ba630e87 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@761ade1f (id: 6ea57b38-2302-4629-acf3-54c5ba630e87, sid: 6ea57b38-2302-4629-acf3-54c5ba630e87) (name: R31121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a79c6c58-ac5c-4567-b60d-6840506f56ed org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@ea7bacb (id: a79c6c58-ac5c-4567-b60d-6840506f56ed, sid: a79c6c58-ac5c-4567-b60d-6840506f56ed) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = fed047b5-9d4e-42a1-bace-8063abf44acb org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@62c0e2a6 (id: fed047b5-9d4e-42a1-bace-8063abf44acb, sid: fed047b5-9d4e-42a1-bace-8063abf44acb) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = dbeb2d6c-db34-453f-9854-0c8a795543a2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1f571279 (id: dbeb2d6c-db34-453f-9854-0c8a795543a2, sid: dbeb2d6c-db34-453f-9854-0c8a795543a2) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 25a80209-fc88-4dee-8c8f-e12a8ff161cd org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@3f1dddaa (id: 25a80209-fc88-4dee-8c8f-e12a8ff161cd, sid: 25a80209-fc88-4dee-8c8f-e12a8ff161cd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0dc3b109-8863-4db3-b760-2bed020dc43a org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@cdf5960 (id: 0dc3b109-8863-4db3-b760-2bed020dc43a, sid: 0dc3b109-8863-4db3-b760-2bed020dc43a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f396ca48-3417-4cbd-ad6f-e22a8a352c59 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@69ef5f8f (id: f396ca48-3417-4cbd-ad6f-e22a8a352c59, sid: f396ca48-3417-4cbd-ad6f-e22a8a352c59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06700c0c-ff6d-4972-bdad-4dd13fa1c9ee org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4e8c5c11 (id: 06700c0c-ff6d-4972-bdad-4dd13fa1c9ee, sid: 06700c0c-ff6d-4972-bdad-4dd13fa1c9ee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 519fde28-00b3-418f-a4ae-adbd0c6b9ecc org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1f2d28e7 (id: 519fde28-00b3-418f-a4ae-adbd0c6b9ecc, sid: 519fde28-00b3-418f-a4ae-adbd0c6b9ecc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 544dc7c1-499d-4605-98dc-ff7e2f3bea68 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@69cf663b (id: 544dc7c1-499d-4605-98dc-ff7e2f3bea68, sid: 544dc7c1-499d-4605-98dc-ff7e2f3bea68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e83f81fa-998c-4a9b-85e0-b7dac9510d68 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7a4f4faa (id: e83f81fa-998c-4a9b-85e0-b7dac9510d68, sid: e83f81fa-998c-4a9b-85e0-b7dac9510d68) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 5c3bd864-cb02-4df6-84be-d092d7e56889 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@327fcc97 (id: 5c3bd864-cb02-4df6-84be-d092d7e56889, sid: 5c3bd864-cb02-4df6-84be-d092d7e56889) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = e3332f63-621b-4379-889d-1d43ab1ce16d org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@6b12c4ac (id: e3332f63-621b-4379-889d-1d43ab1ce16d, sid: e3332f63-621b-4379-889d-1d43ab1ce16d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bbe0fa40-b8cf-41a4-b290-a5b6a4f88756 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3639a03c (id: bbe0fa40-b8cf-41a4-b290-a5b6a4f88756, sid: bbe0fa40-b8cf-41a4-b290-a5b6a4f88756) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 11ee82cd-8e10-43bf-9457-61ba60d22388 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7a619586 (id: 11ee82cd-8e10-43bf-9457-61ba60d22388, sid: 11ee82cd-8e10-43bf-9457-61ba60d22388) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 32a23f58-b962-42cc-9fe6-3fbaff7a805e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@13975a9c (id: 32a23f58-b962-42cc-9fe6-3fbaff7a805e, sid: 32a23f58-b962-42cc-9fe6-3fbaff7a805e) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 20afc06a-9896-4bf1-9f43-779d52acb491 org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@60eed533 (id: 20afc06a-9896-4bf1-9f43-779d52acb491, sid: 20afc06a-9896-4bf1-9f43-779d52acb491) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9eaa068a-8a8c-4bcc-b3b5-65932410e415 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7b9a6a85 (id: 9eaa068a-8a8c-4bcc-b3b5-65932410e415, sid: 9eaa068a-8a8c-4bcc-b3b5-65932410e415) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 57b99f03-1f6b-40fa-8bfc-b8827dade250 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@52f09cd0 (id: 57b99f03-1f6b-40fa-8bfc-b8827dade250, sid: 57b99f03-1f6b-40fa-8bfc-b8827dade250) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83dc7620-3ff8-4189-9397-40c98eb9da1f org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@44219cf0 (id: 83dc7620-3ff8-4189-9397-40c98eb9da1f, sid: 83dc7620-3ff8-4189-9397-40c98eb9da1f) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1d33725a-c8a3-4926-884c-7e578e90485d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7890ec82 (id: 1d33725a-c8a3-4926-884c-7e578e90485d, sid: 1d33725a-c8a3-4926-884c-7e578e90485d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4260d6e2-ded9-48e0-b2be-0c8f6ff01980 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@50f67f57 (id: 4260d6e2-ded9-48e0-b2be-0c8f6ff01980, sid: 4260d6e2-ded9-48e0-b2be-0c8f6ff01980) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Disabled] >> release >> unload Project_test_01 [Disabled] >> release >> unload output [Scope1] >> require >> load Project_test_01 [Scope1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5ffbab86 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2d7909f6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@48e9a080 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@45dffb56 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3370fbd1 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@13116a54 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@15184ebf (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@5435e9a (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@34f59e13 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@451bab0b (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@e053fe7 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@1f0c1df2 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 094e04db-e7da-42df-a7e2-eb5b658687b6 org.polarsys.capella.core.data.information.impl.DataPkgImpl@3922a2e8 (id: 094e04db-e7da-42df-a7e2-eb5b658687b6, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 645a5004-7183-4d0f-973c-279388ea8d50 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@401fc919 (id: 645a5004-7183-4d0f-973c-279388ea8d50, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 82696425-a6ba-46c2-94a5-3f36c956a2a1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1c330077 (id: 82696425-a6ba-46c2-94a5-3f36c956a2a1, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 376b4dff-b70d-4946-9f73-c662b2ba0fc3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2c2c6e19 (id: 376b4dff-b70d-4946-9f73-c662b2ba0fc3, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 75e9f5e2-e7fd-491d-928e-f0d44aee263b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@35bc96 (id: 75e9f5e2-e7fd-491d-928e-f0d44aee263b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bd5b9efa-7ad3-445e-9a84-b24d28f337c6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3e5cea88 (id: bd5b9efa-7ad3-445e-9a84-b24d28f337c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = caba49b3-33a4-4855-a214-603af54b1386 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a68658c (id: caba49b3-33a4-4855-a214-603af54b1386, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@757b987e (id: bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c81998ca-d64c-4fc2-bcf8-71d425b5e1e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@58074b4b (id: c81998ca-d64c-4fc2-bcf8-71d425b5e1e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 81b136e4-005b-4a64-ad87-d379cea25115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1d6f269 (id: 81b136e4-005b-4a64-ad87-d379cea25115, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f6522b9-6608-44fe-a544-f16b600f5f16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@78ebb3da (id: 8f6522b9-6608-44fe-a544-f16b600f5f16, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@51fa6cd1 (id: b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6915eeec-5b27-4106-b370-0dba4eb3be16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@334538b6 (id: 6915eeec-5b27-4106-b370-0dba4eb3be16, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e233f5a5-564a-4bda-9598-1b24f457d347 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5b6c10d (id: e233f5a5-564a-4bda-9598-1b24f457d347, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@19fe420c (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6718d253 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@71c436f6 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3313f17b (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@58963b37 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 79302c59-7a09-49ee-a577-e7a330e1c551 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2278ab2b (id: 79302c59-7a09-49ee-a577-e7a330e1c551, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dbd1ac63-7bd0-4cae-8201-0c6719587d10 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@38e2b75a (id: dbd1ac63-7bd0-4cae-8201-0c6719587d10, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6c0f9900-e2c5-4679-aabb-13c849b5f5dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@b6fb7e2 (id: 6c0f9900-e2c5-4679-aabb-13c849b5f5dc, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 766feab4-a59f-4ba5-84d1-8849c679a33c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1d27af5a (id: 766feab4-a59f-4ba5-84d1-8849c679a33c, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = aa96bb2c-0c79-4b63-bf6f-9b565e11d803 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@7a617e26 (id: aa96bb2c-0c79-4b63-bf6f-9b565e11d803, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 94b9e771-d06f-41aa-bdb7-06fbc4eb184d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@57944e57 (id: 94b9e771-d06f-41aa-bdb7-06fbc4eb184d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f0c1c47e-1d73-4683-8540-95232f8294ef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@21b223e0 (id: f0c1c47e-1d73-4683-8540-95232f8294ef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35ba571c-87ac-4d19-b2a3-62340884014a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1cf05f3 (id: 35ba571c-87ac-4d19-b2a3-62340884014a, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d0897445-2f46-4b4a-916f-d394c37a533b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@702edba2 (id: d0897445-2f46-4b4a-916f-d394c37a533b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5bdc506 (id: 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8129ddbd-3a75-4297-ab9e-126036a1594e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@35a04b72 (id: 8129ddbd-3a75-4297-ab9e-126036a1594e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35f0019b-7ec1-4121-93cd-41d508771dd5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4c3920a8 (id: 35f0019b-7ec1-4121-93cd-41d508771dd5, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 86b8cb82-56fd-4e00-81df-b7756f5f1270 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4acc0146 (id: 86b8cb82-56fd-4e00-81df-b7756f5f1270, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@1cdba318 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@71715b20 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1a65e62f (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@651e265d (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6263fe27 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@2065ace5 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@47a66c95 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5ffbab86 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2d7909f6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@45dffb56 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3370fbd1 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@38276967 (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@256a753a (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@13116a54 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@15184ebf (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5336eb6 (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@550d0bfb (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4198dd6f (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@77b96691 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@70cdaeac (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@16e9d9d2 (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@bccad6d (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7f2c427d (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@106475f1 (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@481b1966 (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@18483aec (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2db9f732 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@116bff26 (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@34f59e13 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@451bab0b (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@455ae913 (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@69606d78 (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@71fd7341 (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7ba6b3c0 (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@11471a61 (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@bba1473 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@542fa27f (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1a593389 (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3364a6b1 (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@68a63522 (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4e2850c (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6ac21f4 (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3bf28226 (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@2b28aab1 (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@5318f054 (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@34dcd842 (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1b908f4d (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7583c3ac (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@618d1718 (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3341cda3 (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2cb4d661 (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@47c1fef8 (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4efd14cf (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@736ce466 (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@796123b4 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@311f345e (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@17e215de (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@10b0aa97 (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@710922bc (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4dcfba03 (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2a70228d (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@48293a47 (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@30180c62 (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@564202a2 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7d8d26ad (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7cf7c059 (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@4aedec96 (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@5ec11328 (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@75a62fe6 (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@684f5e2 (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2d74536e (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@69698039 (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6ec087a8 (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4fca5477 (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@402a81c3 (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6567b9b7 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@f709f74 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@12841b01 (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@634b40b (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5e461f7b (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5546b0f8 (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@2a098dbb (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@4b5d4c17 (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@356b4eea (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5ab00e5f (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@73856def (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1d6e62ad (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@68c2c1c0 (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@363b7109 (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@18a71167 (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@683f9b82 (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6b9d1ab1 (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6438df2 (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@264f9874 (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@32b8e4b4 (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4fb79e7 (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2c66f490 (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2f585b8a (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@43d6ba42 (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@240e59f1 (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@363e389e (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@566a7b4 (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@107a1d7c (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@466d1f53 (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@15025c8 (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@31bb6951 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@716a03e7 (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@5fd31d1e (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5fad0d49 (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@14e24e66 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@61ed7e81 (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@67fa9da4 (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@40130d90 (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@54facac6 (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@356af1ce (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3744b15f (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6abc154d (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@be6fb38 (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3b606567 (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7d378d06 (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3aa37767 (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@20fb7a12 (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6e7dee0d (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@572894e5 (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@289a892e (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6fbd2c31 (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@332aac74 (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@36b86dd6 (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@49094b79 (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2d5d2fd8 (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2fb42c68 (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2c65f864 (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1fe36da2 (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1cc610e2 (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2136241d (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@476f32af (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@d2f1d8b (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@1298674 (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2b1751c8 (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@15d3f44f (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6065603b (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@42e02bb5 (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2858ec7e (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@179c457c (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5e6e29cb (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@313a0564 (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@76580db6 (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@13589092 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@46560da9 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@10914398 (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@471a8d18 (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1bcec688 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6d83ab1d (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7714b8b6 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@64759901 (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@962f981 (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@794960f3 (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2d40533b (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6832e8a0 (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@598e22e6 (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4477f255 (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@57296efc (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@7f18ffed (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@9d84f20 (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@565b5284 (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@583a3ac3 (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@17080335 (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1b4bac22 (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@bdb19dd (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2bec647 (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7bcf785b (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@279b5579 (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@63251561 (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@31f38c39 (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@317e27fc (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3aca2866 (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@d3d810c (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@6912fb45 (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@7691c928 (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@ccd9c21 (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@67f1fcaa (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@62051750 (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2c9b3a5 (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7d6fe715 (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@f263e8 (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@704ea65d (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@63da3927 (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7f18a8c7 (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@61e8dcce (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@12aceded (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@785a27bb (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@62cc553a (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@61236455 (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3255125f (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3230e4aa (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@515119f0 (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@33301557 (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@4de4a1b1 (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@5045d602 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2564a996 (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4de56da2 (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@33ee57da (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@49bc5d26 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@e053fe7 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@1f0c1df2 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@1cdba318 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@71715b20 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@591ea066 (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@788c98a (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@6a8b4ec (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@25a3256a (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1c223b23 (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@74b994c1 (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5fb19f5e (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2b941e74 (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@25f2e2ac (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1d55654f (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1a65e62f (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2667a21f (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@591cfc5f (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7b2fcfe6 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@59105782 (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@2c964837 (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@19779714 (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7c760f5f (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1d16d6ae (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3fc97317 (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) [Scope1] >> release >> unload Project_test_01 [Scope1] >> release >> unload output [Scope1] >> require >> load Project_test_01 [Scope1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@783de099 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7fa1ab2b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@195b5559 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@612d05d6 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7dac86db (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@62fdabad (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@419127a7 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fc0f8439-4234-416b-8aa5-7141199864d8 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6f7498a1 (id: fc0f8439-4234-416b-8aa5-7141199864d8, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1bc8d058 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@518a898a (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@752554e4 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@77086d73 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@33d4745f (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@c17fc6d (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@618207c1 (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@de67554 (id: 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6491445f-05ca-4a53-9c44-0a626aadf4d2 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@7e9327f6 (id: 6491445f-05ca-4a53-9c44-0a626aadf4d2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@783de099 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7fa1ab2b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@612d05d6 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7dac86db (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@df22774 (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@49d0e4d6 (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@62fdabad (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@419127a7 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@169aaebc (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5a023ff8 (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6240f1e4 (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3f99de41 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5a33d787 (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@d9b4325 (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@495022fe (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2f639acd (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5c1876e2 (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@b4d942f (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@87f858c (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5b6d85a9 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@98204de (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1bc8d058 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@518a898a (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@10e910cc (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@22c49401 (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7fd3da11 (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@22a7da46 (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@2445268f (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@45276344 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@399ea442 (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@25f72cdd (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@280b17b2 (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@56c86cb4 (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@76731926 (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3ade00c4 (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@1582644a (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@7b56f5f5 (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@431163e9 (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@903936f (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@fa51631 (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4390a36d (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@b568edd (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1e5bec33 (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@39e86557 (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7fa532cc (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@40ba7b83 (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1413dd3 (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7b793271 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2d1c5c80 (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3ee95cc3 (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@93c654c (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6100f975 (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@436bb60a (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@8582436 (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@76134751 (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@22ec7ef (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7c155170 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@35a5a350 (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5960437a (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@7b4dbc17 (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@63ea2f0d (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@3a7d2f50 (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1e6651de (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@709e5788 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@23caf164 (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3b1c4ae0 (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@175814fc (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@15f82388 (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@61cda182 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@38dfbc11 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6ff7a002 (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3b472a17 (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@370a5d4c (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@72704088 (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@4df65495 (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@62493191 (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@10405bbe (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce965456-b415-4988-872e-bb9a476b9b69 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@33a0d59a (id: ce965456-b415-4988-872e-bb9a476b9b69, sid: ce965456-b415-4988-872e-bb9a476b9b69) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@184eafc6 (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@738d14c0 (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@e285da9 (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@191cb0d0 (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@22c8c27 (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@322e0b72 (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5405e4a4 (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5d88ea9b (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6f68a6bd (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@8c8dbde (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@4b200860 (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@253944bd (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@f4e53e9 (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@41166ff5 (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@105b7488 (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@18f1b19f (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@b5ef558 (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7c1851d0 (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@69f06a85 (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@784be779 (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@421bc437 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3e313ea2 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4fb6f65 (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@185d39b1 (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@320778d0 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5f4841c (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5a2b5380 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@2b4a69c5 (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@22025584 (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3f7f1bc (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@32f3d094 (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6a9b818f (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4c614a0 (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@70b99fd1 (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@7933aef0 (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@4d64c662 (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@701c6b28 (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@43fbc203 (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@2510abca (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3770e379 (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2a06d44e (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@17b5132d (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@37dbb4ea (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@ec7fefb (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6d0f6f50 (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2463a56b (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@17a84a2b (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@26a95e03 (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@568d5ada (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4fb372e (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@64432600 (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@7c4b5d97 (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@21d45777 (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5c5a166b (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f52e28ce-07ee-4ec9-a2da-573524701ab8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5e754e5a (id: f52e28ce-07ee-4ec9-a2da-573524701ab8, sid: f52e28ce-07ee-4ec9-a2da-573524701ab8) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f2b58c9-3424-41ed-a8c6-d72602f3be4d org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5d19d50c (id: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d, sid: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@949ad30 (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7d3a35dd (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6e983ec3 (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5c1a3aa3 (id: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f, sid: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1b87385f (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 75802697-206c-4dff-a15d-d365e68a292f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1645c6ae (id: 75802697-206c-4dff-a15d-d365e68a292f, sid: 75802697-206c-4dff-a15d-d365e68a292f) (name: ME51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b23382b-8c5c-4172-8404-f804dbfd327d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7f330f9f (id: 8b23382b-8c5c-4172-8404-f804dbfd327d, sid: 8b23382b-8c5c-4172-8404-f804dbfd327d) (name: ME52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5a249b2a (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@62ec5676 (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5c4f243 (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@65ea453f (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1b697f63 (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@1bb6c59e (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@39426a41 (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@59f93f07 (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@676e5698 (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1eda2863 (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@776a5147 (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58eef0cc-1149-4e3a-83d8-60d6728fae26 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@67fb59aa (id: 58eef0cc-1149-4e3a-83d8-60d6728fae26, sid: 58eef0cc-1149-4e3a-83d8-60d6728fae26) (name: ME518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6bf13a2-716e-4750-853e-1792a7e4bdf9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@72b4095b (id: d6bf13a2-716e-4750-853e-1792a7e4bdf9, sid: d6bf13a2-716e-4750-853e-1792a7e4bdf9) (name: ME519) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3b328937 (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@4d7ea312 (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@556378de (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@6b8bc158 (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44df862f (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7c81db95 (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@32eaf953 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@75e6f57 (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@3f086f6d (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4d27466a (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f07f2b7-7375-4f2f-a375-d85a86be25bc org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@28e20efc (id: 6f07f2b7-7375-4f2f-a375-d85a86be25bc, sid: 6f07f2b7-7375-4f2f-a375-d85a86be25bc) (name: E51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5cb2e860 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6ff3f01e (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@2449e468 (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@6884061a (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@4bf673d4 (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@1888a8d4 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@601800c2 (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16f4aef-d762-44a7-b26a-b06bb03c0862 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@73339ddc (id: f16f4aef-d762-44a7-b26a-b06bb03c0862, sid: f16f4aef-d762-44a7-b26a-b06bb03c0862) (name: ESO51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca0f40f2-7f63-4d46-ab9b-d4969570d529 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5b107cc (id: ca0f40f2-7f63-4d46-ab9b-d4969570d529, sid: ca0f40f2-7f63-4d46-ab9b-d4969570d529) (name: ERO52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@58a2c1a6 (id: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7, sid: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7) (name: ESO53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 95a7526c-6450-4c56-802c-a49eeda78ccf org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@781cd460 (id: 95a7526c-6450-4c56-802c-a49eeda78ccf, sid: 95a7526c-6450-4c56-802c-a49eeda78ccf) (name: ERO54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@172e7bc2 (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1a2c818c (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@544ddc9e (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4a6cada3 (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@c3e9d8a (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@17d63adb (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@fbf9981 (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@5a133d1 (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@7d8b3c22 (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@282d38cf (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@d0eb3d (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@35c54a0c (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@74efe73b (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@363458ff (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7f8d556d (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@45bdbddd (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3516e82a (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2e0f5ba3 (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4dfc8ebf (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@d187901 (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7b9475af (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@72654eb9 (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6e300e06 (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1a86f931 (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@42ce6c5e (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@79e57e0c (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@58d99814 (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@57d4af54 (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@1df65318 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@49b591e4 (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3be93989 (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1428d37f (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@cd3f1c6 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@752554e4 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@77086d73 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@33d4745f (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@c17fc6d (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@370a54c4 (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0bef8b59-da87-45ab-acab-2a973f847f9e org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@27eca8f6 (id: 0bef8b59-da87-45ab-acab-2a973f847f9e, sid: 0bef8b59-da87-45ab-acab-2a973f847f9e) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@14abdcf2 (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@65666da9 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@618207c1 (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@42c60a4e (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5d0ac899-847f-42fe-81a8-15f556a7b7a3 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@8c012a8 (id: 5d0ac899-847f-42fe-81a8-15f556a7b7a3, sid: 5d0ac899-847f-42fe-81a8-15f556a7b7a3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bb07eee-9c87-48c3-a53f-5942d18b7f27 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@5e9d2d3c (id: 6bb07eee-9c87-48c3-a53f-5942d18b7f27, sid: 6bb07eee-9c87-48c3-a53f-5942d18b7f27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@2382454b (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7478a2a9-e392-460f-81f9-ee41a72a251c org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@51e4bf0f (id: 7478a2a9-e392-460f-81f9-ee41a72a251c, sid: 7478a2a9-e392-460f-81f9-ee41a72a251c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03400b42-9b8f-40d3-830d-8972e9cbe4a6 org.polarsys.capella.core.data.cs.impl.PartImpl@6efa901f (id: 03400b42-9b8f-40d3-830d-8972e9cbe4a6, sid: 03400b42-9b8f-40d3-830d-8972e9cbe4a6) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7d639d18-7eaa-4401-b041-6ca5f87cf1cc org.polarsys.capella.core.data.cs.impl.PartImpl@5fe33896 (id: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc, sid: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2caf3822-3b1b-4aa9-80d4-d41462c91a7e org.polarsys.capella.core.data.cs.impl.PartImpl@2b8be8a2 (id: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e, sid: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@d7d5abc (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@46b156d8 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2893f603 (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@16617a90 (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@712e6a5a (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3d65e531 (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = eb9553fe-7bb8-4f2b-9de4-be1d210462c9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@a713f70 (id: eb9553fe-7bb8-4f2b-9de4-be1d210462c9, sid: eb9553fe-7bb8-4f2b-9de4-be1d210462c9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@17d96154 (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1527b54f (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 007e9f0b-5261-4880-8ec2-59a8d7691090 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7f996b7 (id: 007e9f0b-5261-4880-8ec2-59a8d7691090, sid: 007e9f0b-5261-4880-8ec2-59a8d7691090) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 6618761f-ff06-4c95-87f0-12eba533b58c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@470b387 (id: 6618761f-ff06-4c95-87f0-12eba533b58c, sid: 6618761f-ff06-4c95-87f0-12eba533b58c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@58ffb19c (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2862b6ba-4fa3-47c6-b58a-963559b8cec2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@705aea01 (id: 2862b6ba-4fa3-47c6-b58a-963559b8cec2, sid: 2862b6ba-4fa3-47c6-b58a-963559b8cec2) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3b5d9693 (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3ab0e6f4 (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = eccef9a9-69a9-4288-89cb-6736326c2759 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1fe6d36f (id: eccef9a9-69a9-4288-89cb-6736326c2759, sid: eccef9a9-69a9-4288-89cb-6736326c2759) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@38cb2870 (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6f75d8f4 (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@52cf04a8 (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7b1bc835 (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1a72e78e (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Scope1] >> release >> unload Project_test_01 [Scope1] >> release >> unload output [Scope2] >> require >> load Project_test_01 [Scope2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@52ab9ce7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7a4a7ae (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2bb214ef (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1f08d09 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@465c8b4f (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@550b79f6 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4da7365 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@46bb780 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@640727ec (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1052075d (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2310a4ea (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@7191473d (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 094e04db-e7da-42df-a7e2-eb5b658687b6 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5a2512c3 (id: 094e04db-e7da-42df-a7e2-eb5b658687b6, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 645a5004-7183-4d0f-973c-279388ea8d50 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@343e7759 (id: 645a5004-7183-4d0f-973c-279388ea8d50, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 82696425-a6ba-46c2-94a5-3f36c956a2a1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@110312a1 (id: 82696425-a6ba-46c2-94a5-3f36c956a2a1, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 376b4dff-b70d-4946-9f73-c662b2ba0fc3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@32aacb7c (id: 376b4dff-b70d-4946-9f73-c662b2ba0fc3, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 75e9f5e2-e7fd-491d-928e-f0d44aee263b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@40eb64e0 (id: 75e9f5e2-e7fd-491d-928e-f0d44aee263b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bd5b9efa-7ad3-445e-9a84-b24d28f337c6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@728571b (id: bd5b9efa-7ad3-445e-9a84-b24d28f337c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = caba49b3-33a4-4855-a214-603af54b1386 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@e37db45 (id: caba49b3-33a4-4855-a214-603af54b1386, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6a2210d4 (id: bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c81998ca-d64c-4fc2-bcf8-71d425b5e1e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@71f5b514 (id: c81998ca-d64c-4fc2-bcf8-71d425b5e1e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 81b136e4-005b-4a64-ad87-d379cea25115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3420a4be (id: 81b136e4-005b-4a64-ad87-d379cea25115, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f6522b9-6608-44fe-a544-f16b600f5f16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4fdbc8c (id: 8f6522b9-6608-44fe-a544-f16b600f5f16, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7e23a877 (id: b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6915eeec-5b27-4106-b370-0dba4eb3be16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@22a2efb2 (id: 6915eeec-5b27-4106-b370-0dba4eb3be16, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e233f5a5-564a-4bda-9598-1b24f457d347 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1396aa0c (id: e233f5a5-564a-4bda-9598-1b24f457d347, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@33cbb8e4 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@2d931b3c (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3c4f7ecc (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7568d08c (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1b8a4a5d (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 79302c59-7a09-49ee-a577-e7a330e1c551 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@19650205 (id: 79302c59-7a09-49ee-a577-e7a330e1c551, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dbd1ac63-7bd0-4cae-8201-0c6719587d10 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c0fa1e4 (id: dbd1ac63-7bd0-4cae-8201-0c6719587d10, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6c0f9900-e2c5-4679-aabb-13c849b5f5dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@aefb8a3 (id: 6c0f9900-e2c5-4679-aabb-13c849b5f5dc, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 766feab4-a59f-4ba5-84d1-8849c679a33c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@43292bdd (id: 766feab4-a59f-4ba5-84d1-8849c679a33c, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = aa96bb2c-0c79-4b63-bf6f-9b565e11d803 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@726d6c97 (id: aa96bb2c-0c79-4b63-bf6f-9b565e11d803, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 94b9e771-d06f-41aa-bdb7-06fbc4eb184d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@23bcf3bf (id: 94b9e771-d06f-41aa-bdb7-06fbc4eb184d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f0c1c47e-1d73-4683-8540-95232f8294ef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@54617dcb (id: f0c1c47e-1d73-4683-8540-95232f8294ef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35ba571c-87ac-4d19-b2a3-62340884014a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5e9cd359 (id: 35ba571c-87ac-4d19-b2a3-62340884014a, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d0897445-2f46-4b4a-916f-d394c37a533b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@470c05c9 (id: d0897445-2f46-4b4a-916f-d394c37a533b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3e9379c (id: 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8129ddbd-3a75-4297-ab9e-126036a1594e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5cb99d0f (id: 8129ddbd-3a75-4297-ab9e-126036a1594e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35f0019b-7ec1-4121-93cd-41d508771dd5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@64079bda (id: 35f0019b-7ec1-4121-93cd-41d508771dd5, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 86b8cb82-56fd-4e00-81df-b7756f5f1270 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4382f8de (id: 86b8cb82-56fd-4e00-81df-b7756f5f1270, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@67cd86fe (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@2864d71f (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@58dbe87f (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6697cbb2 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3cd2acf3 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@27b74e20 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3377cc8 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@52ab9ce7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7a4a7ae (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1f08d09 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@465c8b4f (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@4a8cf259 (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@31cda694 (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@550b79f6 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4da7365 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3fc4fba0 (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@59aba73f (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@613c6c54 (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@22172ba1 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@204bad7b (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2c20c571 (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@51fd85fb (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5f1fd51 (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3f6a1ea0 (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@15cb4f71 (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@23a52b8 (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@c035723 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@37370b4 (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@640727ec (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1052075d (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@1546c2a8 (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@79479955 (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@24a2f9d6 (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7baaf43 (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@42f213d0 (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@71ad2e11 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6c7d72e (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@54d5b002 (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6eb45db (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1eae3eb1 (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@35d463c (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@d47e5bc (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@72501983 (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@1b55cd53 (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@3a47d652 (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@81faea3 (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7af12222 (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4ffb577a (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4b8afd91 (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3e9528f5 (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@4d06fd37 (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5853336a (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44292b84 (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@536c7174 (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@29f9c16b (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@68f07f5d (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@65880ccc (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@377fe727 (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@494dc032 (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@37bfa8c3 (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@39426b43 (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6976b6 (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5236b46 (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7f4aa4f0 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5578d029 (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1eefd0f6 (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@2a4fb8f3 (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@39a5dc0b (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@1e6b18eb (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5ee67b4c (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@69e15ba2 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2f0baa35 (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@43cc8f3a (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2e9da014 (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4d42d22e (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3fea93b1 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@18787e29 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5b26e032 (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2e8ada (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6b32e675 (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3060540c (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@cef881f (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5effc72d (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@342e8b80 (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6cbb852d (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6161190c (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7f0d39e0 (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@79d53496 (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6bc89588 (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@239a511b (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1fab8283 (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6f0d88de (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@40c63462 (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@31a5b7e8 (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@72d984c5 (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@22c25baa (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5e666eb3 (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@717e44a5 (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@75a3104a (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5d35bc7f (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@6aa3570d (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@41ab37d6 (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@773b54f7 (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@79dd82b (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7776ecea (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6f7b7055 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@42ca0da1 (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@2bffd953 (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6b2e717a (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4dd6e4da (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@45415ce1 (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@3f4b90a7 (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@139a7335 (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@4fb8e91f (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@233fa0d9 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2bc745b0 (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@284d390d (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1f974671 (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4c60eb20 (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@57a21964 (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4249e642 (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2436ebd0 (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@21164e99 (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@87e412a (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@58fa51bd (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@61d468d8 (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@2dec7c60 (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6a72b405 (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@58e0ef2 (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@12f7afe6 (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5e44b67 (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@70682cb7 (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2dc83273 (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1cf4aee9 (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@67e11a1 (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@722ce9a7 (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@7bb31e7b (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@18b3641f (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@22647d18 (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3790d922 (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5433596d (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@64fdf1e9 (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@414fc5e0 (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1131a60b (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@32556d4b (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@d0ace24 (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5448c57e (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@27547f10 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@ec55ba4 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@433151f3 (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@47990a7a (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7be20336 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5fde7f95 (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@16a91354 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@19ec0121 (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@72fc5a99 (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5ef2a184 (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@ef9fd0d (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6f4ad995 (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5127a67b (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@142f6b10 (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3ef9a935 (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@5201d4ef (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@1a765bec (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@5ad77156 (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@719936d4 (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1c07b0dc (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7d3b2fcb (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@38ee1097 (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@f9bec8 (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@444c0998 (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5027e676 (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6a275f8a (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@793529bf (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5d91efc8 (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@74ba5bc (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6e6784b3 (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@125f1c9e (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@588dd91 (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@502284a (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3c2870f4 (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@34a7e6ec (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2073c84a (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6fcb261d (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3504c55c (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@13bb7282 (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@66a536bf (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@236a0e93 (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@93f884e (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@63ea0a2a (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6b1cdbd5 (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@45cef3f2 (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@687dcf28 (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6c4c4799 (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5eaf6881 (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@31003ca6 (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@714ef1a9 (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@25438cf (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@298b9ce9 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5aafca2f (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@799e03f5 (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@c87b4fb (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@539b9e2 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2310a4ea (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@7191473d (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@67cd86fe (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@2864d71f (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@6d7624b3 (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5f00b412 (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@4f808466 (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@2f2951ef (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@58dbe87f (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4f6d7219 (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@68ea5bf9 (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@228d6a52 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6422dd8a (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@228a8523 (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2595191d (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@653aea08 (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@8e1e0ad (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6bb667dc (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6c833807 (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1fd0c0b9 (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@18b3bf66 (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4063b32b (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7652c95b (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6f9e1a20 (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Scope2] >> release >> unload Project_test_01 [Scope2] >> release >> unload output [Scope2] >> require >> load Project_test_01 [Scope2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6080d808 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@65b76447 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4bd6c6e2 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@8ff2939 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79a2c8a5 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7fac6fad (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7aec591 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fc0f8439-4234-416b-8aa5-7141199864d8 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@34ee16d1 (id: fc0f8439-4234-416b-8aa5-7141199864d8, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@863e16a (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2e4dc58f (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3763e48e (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@319988c (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@239e800e (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@256bf5c (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@64f6dda5 (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@2645eeb7 (id: 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6491445f-05ca-4a53-9c44-0a626aadf4d2 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@1dd869ea (id: 6491445f-05ca-4a53-9c44-0a626aadf4d2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6080d808 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@65b76447 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@8ff2939 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79a2c8a5 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@2dbedd80 (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@71c99acf (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7fac6fad (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7aec591 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4bac10d1 (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@52ed7432 (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@39b65fe1 (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2ff7b1a3 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2435baeb (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@10d5aeb8 (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@19bebcab (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@39f5bd0a (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@504e2d94 (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6dd3e94b (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@468538b6 (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@659f3273 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1dd11ba6 (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@863e16a (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2e4dc58f (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@116afda2 (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@729ee702 (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6561308a (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@63018ef3 (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6622d366 (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@a2b4a48 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2849db49 (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4750aea5 (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3719ecca (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6730996b (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3ba5fd4e (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@75ff19fd (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@273dc1d8 (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@336617fc (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@5e9f840 (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@85429f1 (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@412e1a22 (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@42743c0c (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@895f7fa (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@21274cb8 (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@10e9adb4 (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@731e77f9 (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@54936447 (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4f4aa0e1 (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@121330b1 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@12b22cb5 (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5dccc3f8 (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4b77c447 (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6b2f2df3 (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@396f2abe (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1e2d8128 (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@ede21e2 (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6e8981ef (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@befd572 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@793921e6 (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@617ce12 (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@5102b467 (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@618499b0 (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@605f8ba0 (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6136fe7e (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@650f1348 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@791196c2 (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@8084b1a (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5e1b816b (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@43935cb3 (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@36c16585 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7cdba8dc (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7ec96ef5 (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@27e6d35b (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1a36776f (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3b0aa1bd (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@673043d2 (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@59165cc0 (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@67eb508a (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f52e28ce-07ee-4ec9-a2da-573524701ab8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3fd4f976 (id: f52e28ce-07ee-4ec9-a2da-573524701ab8, sid: f52e28ce-07ee-4ec9-a2da-573524701ab8) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f2b58c9-3424-41ed-a8c6-d72602f3be4d org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@54cf5210 (id: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d, sid: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4bd973ab (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@535e2cef (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7dafbb46 (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7d0aaecf (id: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f, sid: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5fa049db (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 75802697-206c-4dff-a15d-d365e68a292f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7774e836 (id: 75802697-206c-4dff-a15d-d365e68a292f, sid: 75802697-206c-4dff-a15d-d365e68a292f) (name: ME51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b23382b-8c5c-4172-8404-f804dbfd327d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7c466198 (id: 8b23382b-8c5c-4172-8404-f804dbfd327d, sid: 8b23382b-8c5c-4172-8404-f804dbfd327d) (name: ME52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5335eeba (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@35089b2 (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@4cd562e1 (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@76e8eccb (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@a548c92 (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@dce8973 (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6a6b3041 (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3fec6aa3 (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44f81da2 (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6012d322 (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@59cf71b6 (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58eef0cc-1149-4e3a-83d8-60d6728fae26 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5aab15e (id: 58eef0cc-1149-4e3a-83d8-60d6728fae26, sid: 58eef0cc-1149-4e3a-83d8-60d6728fae26) (name: ME518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6bf13a2-716e-4750-853e-1792a7e4bdf9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@13bb944 (id: d6bf13a2-716e-4750-853e-1792a7e4bdf9, sid: d6bf13a2-716e-4750-853e-1792a7e4bdf9) (name: ME519) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4a8f5dc1 (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@4808b6a6 (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@5f92851d (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2cc5e48b (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1c94c587 (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@11a4ed35 (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5ad53871 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@59b77e1c (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@63353050 (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@55ceb446 (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f07f2b7-7375-4f2f-a375-d85a86be25bc org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@26ab183e (id: 6f07f2b7-7375-4f2f-a375-d85a86be25bc, sid: 6f07f2b7-7375-4f2f-a375-d85a86be25bc) (name: E51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@440ec569 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@502bb415 (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@62bc16f4 (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@728f3331 (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@25ff8977 (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@216d1a48 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@78808b23 (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16f4aef-d762-44a7-b26a-b06bb03c0862 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@18cfb9f0 (id: f16f4aef-d762-44a7-b26a-b06bb03c0862, sid: f16f4aef-d762-44a7-b26a-b06bb03c0862) (name: ESO51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca0f40f2-7f63-4d46-ab9b-d4969570d529 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@37840ca7 (id: ca0f40f2-7f63-4d46-ab9b-d4969570d529, sid: ca0f40f2-7f63-4d46-ab9b-d4969570d529) (name: ERO52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7ef2ff45 (id: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7, sid: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7) (name: ESO53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 95a7526c-6450-4c56-802c-a49eeda78ccf org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2d7ba2b (id: 95a7526c-6450-4c56-802c-a49eeda78ccf, sid: 95a7526c-6450-4c56-802c-a49eeda78ccf) (name: ERO54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@673293b8 (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@70444acd (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@19a58b57 (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@269c6caa (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@458e8dd0 (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7b63e2e (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3fb2fdc1 (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@26c75509 (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@67ece1ad (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@57afe881 (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@15be35dc (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce965456-b415-4988-872e-bb9a476b9b69 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6567e343 (id: ce965456-b415-4988-872e-bb9a476b9b69, sid: ce965456-b415-4988-872e-bb9a476b9b69) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4da4f48e (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@60cd1b0a (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6c1967f (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6bc4f5ab (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6359b692 (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@662b403e (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4868874f (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5c410a8d (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@32b002ae (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@6edb3487 (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@4b4426e0 (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@31c8b5d8 (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@35f643d (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@341717dd (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7239cab4 (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3a8a5b72 (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3d4f8db7 (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@203accfc (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@48035242 (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@35a622d3 (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6c683107 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@41a3a378 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@9353af4 (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@24f8d2dc (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5c9af559 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@fe35d1 (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@20bc4da0 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@42300559 (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@490b007b (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@38aae436 (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@289167d0 (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@2b6445ff (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@34293a76 (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@75ff5c86 (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@162b6633 (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@6b2c140a (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@796792c3 (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@30a3cf2c (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@1cdddd14 (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7625a39 (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@29963f56 (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@61da942f (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@131dd07d (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@56c79504 (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@68f7152 (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@58fb4c1f (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1b4f1df9 (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@714ad421 (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@577ef626 (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@187f3ff (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@2f62242c (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@1716ac0c (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@9131a86 (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@37b4c1cc (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2bf35b73 (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3a25b3a1 (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1b0380db (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44c79817 (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@521629a3 (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3ac0af97 (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@533578a2 (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2c8191ab (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@53188e6d (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@e90d66b (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2988c0f (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@59111301 (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@47a52e7a (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@11b3a75 (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@50c7094e (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@790ea6ec (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@3cd5c451 (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@552ef7d8 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@51bae70e (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@43df5624 (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@61ede9b0 (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@445bdd23 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3763e48e (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@319988c (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@239e800e (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@256bf5c (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@a92cacc (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0bef8b59-da87-45ab-acab-2a973f847f9e org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5d5bb560 (id: 0bef8b59-da87-45ab-acab-2a973f847f9e, sid: 0bef8b59-da87-45ab-acab-2a973f847f9e) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@6a405dc8 (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3809bed0 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@64f6dda5 (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@242196f8 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5d0ac899-847f-42fe-81a8-15f556a7b7a3 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@4ce721a9 (id: 5d0ac899-847f-42fe-81a8-15f556a7b7a3, sid: 5d0ac899-847f-42fe-81a8-15f556a7b7a3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bb07eee-9c87-48c3-a53f-5942d18b7f27 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@396de9db (id: 6bb07eee-9c87-48c3-a53f-5942d18b7f27, sid: 6bb07eee-9c87-48c3-a53f-5942d18b7f27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@13abed2e (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7478a2a9-e392-460f-81f9-ee41a72a251c org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@3b153ff5 (id: 7478a2a9-e392-460f-81f9-ee41a72a251c, sid: 7478a2a9-e392-460f-81f9-ee41a72a251c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03400b42-9b8f-40d3-830d-8972e9cbe4a6 org.polarsys.capella.core.data.cs.impl.PartImpl@18ffa06c (id: 03400b42-9b8f-40d3-830d-8972e9cbe4a6, sid: 03400b42-9b8f-40d3-830d-8972e9cbe4a6) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7d639d18-7eaa-4401-b041-6ca5f87cf1cc org.polarsys.capella.core.data.cs.impl.PartImpl@54f1ecc0 (id: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc, sid: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2caf3822-3b1b-4aa9-80d4-d41462c91a7e org.polarsys.capella.core.data.cs.impl.PartImpl@46099b3c (id: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e, sid: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4540035d (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1ed01b34 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1a7cf415 (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@13c591bb (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@565a3275 (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@48cd8a31 (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = eb9553fe-7bb8-4f2b-9de4-be1d210462c9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@35ec1361 (id: eb9553fe-7bb8-4f2b-9de4-be1d210462c9, sid: eb9553fe-7bb8-4f2b-9de4-be1d210462c9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@a1b142e (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@d555682 (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 007e9f0b-5261-4880-8ec2-59a8d7691090 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@296dc91b (id: 007e9f0b-5261-4880-8ec2-59a8d7691090, sid: 007e9f0b-5261-4880-8ec2-59a8d7691090) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 6618761f-ff06-4c95-87f0-12eba533b58c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7c4fb04c (id: 6618761f-ff06-4c95-87f0-12eba533b58c, sid: 6618761f-ff06-4c95-87f0-12eba533b58c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2ea7718f (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2862b6ba-4fa3-47c6-b58a-963559b8cec2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@9e1c39f (id: 2862b6ba-4fa3-47c6-b58a-963559b8cec2, sid: 2862b6ba-4fa3-47c6-b58a-963559b8cec2) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4e03f6a9 (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4f4ff2f5 (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = eccef9a9-69a9-4288-89cb-6736326c2759 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5af1d99a (id: eccef9a9-69a9-4288-89cb-6736326c2759, sid: eccef9a9-69a9-4288-89cb-6736326c2759) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5d0b0460 (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@c6c17d6 (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3c8494f4 (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@68eda7f7 (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6d40868e (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Scope2] >> release >> unload Project_test_01 [Scope2] >> release >> unload output [Scope3] >> require >> load Project_test_01 [Scope3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@28938786 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e7156dc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@797b488e (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@31e3894 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@396e5d8a (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@78ab9815 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6d3e2ba0 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@74f82b4c (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@42a6cd78 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2df68e0 (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@258b9cc6 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@78db8ae0 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 094e04db-e7da-42df-a7e2-eb5b658687b6 org.polarsys.capella.core.data.information.impl.DataPkgImpl@409338de (id: 094e04db-e7da-42df-a7e2-eb5b658687b6, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 645a5004-7183-4d0f-973c-279388ea8d50 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@229ddc25 (id: 645a5004-7183-4d0f-973c-279388ea8d50, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 82696425-a6ba-46c2-94a5-3f36c956a2a1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@7dd96bc (id: 82696425-a6ba-46c2-94a5-3f36c956a2a1, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 376b4dff-b70d-4946-9f73-c662b2ba0fc3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@588e2c (id: 376b4dff-b70d-4946-9f73-c662b2ba0fc3, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 75e9f5e2-e7fd-491d-928e-f0d44aee263b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@59541331 (id: 75e9f5e2-e7fd-491d-928e-f0d44aee263b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bd5b9efa-7ad3-445e-9a84-b24d28f337c6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@156490ca (id: bd5b9efa-7ad3-445e-9a84-b24d28f337c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = caba49b3-33a4-4855-a214-603af54b1386 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e678cac (id: caba49b3-33a4-4855-a214-603af54b1386, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@3a8a44a2 (id: bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c81998ca-d64c-4fc2-bcf8-71d425b5e1e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@43be0559 (id: c81998ca-d64c-4fc2-bcf8-71d425b5e1e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 81b136e4-005b-4a64-ad87-d379cea25115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@726d2f24 (id: 81b136e4-005b-4a64-ad87-d379cea25115, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f6522b9-6608-44fe-a544-f16b600f5f16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@302dcf29 (id: 8f6522b9-6608-44fe-a544-f16b600f5f16, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@586a32da (id: b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6915eeec-5b27-4106-b370-0dba4eb3be16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6b4d7043 (id: 6915eeec-5b27-4106-b370-0dba4eb3be16, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e233f5a5-564a-4bda-9598-1b24f457d347 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@70426601 (id: e233f5a5-564a-4bda-9598-1b24f457d347, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@4d83275f (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@19b09d6e (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@210d18cb (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@72c74c1c (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26aa34c4 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 79302c59-7a09-49ee-a577-e7a330e1c551 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@273da056 (id: 79302c59-7a09-49ee-a577-e7a330e1c551, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dbd1ac63-7bd0-4cae-8201-0c6719587d10 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@27f2139a (id: dbd1ac63-7bd0-4cae-8201-0c6719587d10, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6c0f9900-e2c5-4679-aabb-13c849b5f5dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@44e31b0b (id: 6c0f9900-e2c5-4679-aabb-13c849b5f5dc, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 766feab4-a59f-4ba5-84d1-8849c679a33c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2f1d15b3 (id: 766feab4-a59f-4ba5-84d1-8849c679a33c, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = aa96bb2c-0c79-4b63-bf6f-9b565e11d803 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@65682f16 (id: aa96bb2c-0c79-4b63-bf6f-9b565e11d803, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 94b9e771-d06f-41aa-bdb7-06fbc4eb184d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@52319ee2 (id: 94b9e771-d06f-41aa-bdb7-06fbc4eb184d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f0c1c47e-1d73-4683-8540-95232f8294ef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@ed6fcec (id: f0c1c47e-1d73-4683-8540-95232f8294ef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35ba571c-87ac-4d19-b2a3-62340884014a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4921c008 (id: 35ba571c-87ac-4d19-b2a3-62340884014a, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d0897445-2f46-4b4a-916f-d394c37a533b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d9546a5 (id: d0897445-2f46-4b4a-916f-d394c37a533b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@330d137b (id: 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8129ddbd-3a75-4297-ab9e-126036a1594e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@a85a86a (id: 8129ddbd-3a75-4297-ab9e-126036a1594e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35f0019b-7ec1-4121-93cd-41d508771dd5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4de308b2 (id: 35f0019b-7ec1-4121-93cd-41d508771dd5, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 86b8cb82-56fd-4e00-81df-b7756f5f1270 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@a04cfc5 (id: 86b8cb82-56fd-4e00-81df-b7756f5f1270, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@47c3a5f6 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@6469f495 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4fb901f1 (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@15adbe95 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@65844a57 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@31646a2b (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@5d924454 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@28938786 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e7156dc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@31e3894 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@396e5d8a (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@447df1ae (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@47ee87c3 (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@78ab9815 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6d3e2ba0 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@51257f8 (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5677fdee (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5b331ca5 (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4e2cb684 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@db94dd0 (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6095b667 (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2705b068 (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6ada6da8 (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@148ae74b (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@59e15d33 (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7acb7a03 (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@40989445 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@378f24e1 (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@42a6cd78 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2df68e0 (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@3265b70c (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@78dbdb25 (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@ce2144b (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6ac1f134 (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@4c651dba (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@50b91831 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3afa2674 (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5f57284e (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3bbb66d3 (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@23db8905 (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4ee7e069 (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3760020e (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4d249459 (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@3cb1c13c (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@530dd6e8 (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@644adef5 (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@d250879 (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3faf80c0 (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@228bb4b (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@30a7608d (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1564d020 (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@560efbcc (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@113bf0a5 (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1a135907 (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@29c57fb5 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@8b421da (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@46c446b1 (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@39868f1 (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@11bfefe8 (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@f87e388 (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4151ad22 (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4000beb0 (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7850e184 (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5dd66683 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@11a2f8a6 (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5412211c (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@45bd2f40 (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@435c9899 (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@2022324a (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2bf61771 (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@37b06b13 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@631afcd (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@444b51fc (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5f1d9b9b (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6bc19b98 (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@60850eea (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7edf67b7 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4d2deab4 (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2ad7a5d2 (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@62ed1c3c (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@678a2d09 (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@22ed53c6 (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@707b0733 (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@64041bbe (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@743172a (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4d3fd485 (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@798b9b49 (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@693dffea (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5accff16 (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@538a5855 (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@639bc57 (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1e67e3cb (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@236e8b5e (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@22a72796 (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@69b7fc91 (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@52094d6b (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6349bd66 (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1f169f6d (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@782d4282 (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@270466a7 (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@49f2fc0a (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@3e8f4355 (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@56d33823 (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@52665d00 (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@c2af9ea (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@48fb96d1 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@726bdcd (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@67486e74 (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3c763ede (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1ad57282 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@606f32de (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@519f1d33 (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3b1cfaf6 (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@36bb522b (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@5a1318c1 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@36d523a2 (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@54b55bed (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@42beca16 (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2810a959 (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@62b7f182 (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4df837e5 (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@53b68132 (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5f0fb5bb (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@c1d5ae7 (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@3c9ede2d (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3d15b238 (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5d6704b7 (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3f45b34e (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6438a80d (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5e5c9162 (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4fca655b (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6e93c46f (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@450cda6a (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@35ccde18 (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@386d2255 (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@892eaef (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@5effeaa (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@220100df (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@23dc4001 (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3c061307 (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@46e6a083 (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6493cd98 (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7f2b7cac (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7d9cc8f9 (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7c36a9fc (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@58dc64ca (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@165e4a9f (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@b845ad5 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@43a64eef (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@12dd2ae7 (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3ba6889b (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5b1ffc6e (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2a3f10d4 (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@514e9d66 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@5ea32584 (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7afb5eb2 (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@28104889 (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@198cae45 (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@3da5e4c9 (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@491375a5 (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@261439b4 (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@6f52f317 (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3d3e0d05 (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@be45646 (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@3913ea7d (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@4c32f2ca (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7c343a77 (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5a52778e (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2ca34e8e (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@77dc5d72 (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@26b65340 (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3870467f (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@281cb06 (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@9ab126b (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1d137c4d (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@f29af23 (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@596164ac (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@15e0217b (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@56039e (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@450e7e80 (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@13d873ad (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1290774 (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@37e593af (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2acd43 (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3ff2deab (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7a32c630 (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2b4156a5 (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5fa007f5 (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@ca56484 (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2584adad (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4c534072 (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@e3f7198 (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@25e41170 (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6e7622f1 (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1bb03d16 (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@3fcfd795 (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@7e97b61e (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@623d2361 (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@746b7381 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@301a09fa (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3bb702b3 (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@146f993f (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@14275df1 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@258b9cc6 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@78db8ae0 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@47c3a5f6 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@6469f495 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@4435e6e (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@30f18b74 (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@c5c9078 (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@9cdbdfd (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@51fccf6c (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@240ef5c (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3bd22f3d (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1951a0a2 (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@53d52a3b (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@56ea0512 (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4fb901f1 (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2077be93 (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3f4bd198 (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@64152ab (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7fec4a47 (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@5a952e43 (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5d241a69 (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@42c1634a (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@16f5fbc2 (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5c6fd9dc (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) [Scope3] >> release >> unload Project_test_01 [Scope3] >> release >> unload output [Scope3] >> require >> load Project_test_01 [Scope3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@ae6aab6 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@8f57a0f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2b6fa04b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5d1082a7 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2fae5932 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@10095249 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@72b8fd9b (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fc0f8439-4234-416b-8aa5-7141199864d8 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@5421706a (id: fc0f8439-4234-416b-8aa5-7141199864d8, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2e7da70b (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@74b24557 (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5640bde3 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@11be5c28 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@1c049bcd (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@76f9121b (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@64e9561f (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@4016096e (id: 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6491445f-05ca-4a53-9c44-0a626aadf4d2 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@682a5863 (id: 6491445f-05ca-4a53-9c44-0a626aadf4d2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@ae6aab6 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@8f57a0f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5d1082a7 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2fae5932 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@6d0eb10d (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@1547abf5 (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@10095249 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@72b8fd9b (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@67a2d79e (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@49160271 (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@31112bc7 (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7f23f267 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4754b157 (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2fd9c6b9 (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4d65041c (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7505ee24 (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@77214bfc (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@16acb7af (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@27c3a48e (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@34f88ce0 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@866408e (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2e7da70b (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@74b24557 (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@26ec8b28 (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@c1a969e (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@4f9c2de9 (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6b953a7f (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@33e3eff5 (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@1d3e7f05 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@266a42c3 (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@646ed2b3 (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@48de158c (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@26f69dc5 (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@785d1bcf (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4d7289c3 (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@353c92ed (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@252f74e6 (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@726263ee (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2b07d0f0 (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7a7d9487 (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@242b576a (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@45b72d12 (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@50a2f504 (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@46ed9a3b (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3883058b (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44a07034 (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@36da771 (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@297bc965 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@9742e9c (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4e12de56 (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3cb7be7d (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@72753bd1 (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@94c690 (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6a5ca00d (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6f6b6ba (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@43b7cfce (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5d093827 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@525aa743 (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@612a88d4 (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@8423934 (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@fa5e7c0 (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@511d5de5 (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@68b4305d (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3781b571 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@cc82411 (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3e5e9cfe (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@772175b0 (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4db16c18 (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@143113 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4a67f483 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3697848a (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7000ffec (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@51bdc456 (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@240be10e (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@2b2ec86 (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3ecc085b (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@398ea4c2 (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f52e28ce-07ee-4ec9-a2da-573524701ab8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@426f514e (id: f52e28ce-07ee-4ec9-a2da-573524701ab8, sid: f52e28ce-07ee-4ec9-a2da-573524701ab8) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f2b58c9-3424-41ed-a8c6-d72602f3be4d org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1cbf0788 (id: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d, sid: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@654d68da (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5d90a01c (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@39f76f61 (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@31e7b066 (id: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f, sid: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6524256b (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 75802697-206c-4dff-a15d-d365e68a292f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@694cdd29 (id: 75802697-206c-4dff-a15d-d365e68a292f, sid: 75802697-206c-4dff-a15d-d365e68a292f) (name: ME51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b23382b-8c5c-4172-8404-f804dbfd327d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@46a8cefd (id: 8b23382b-8c5c-4172-8404-f804dbfd327d, sid: 8b23382b-8c5c-4172-8404-f804dbfd327d) (name: ME52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@33ec8650 (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3cc6a091 (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3c995ed2 (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@74235109 (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@232a97db (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2ae17907 (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5cf8dd47 (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7ede32ce (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@271c82f9 (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@173a61e0 (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@45f11308 (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58eef0cc-1149-4e3a-83d8-60d6728fae26 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4a36113a (id: 58eef0cc-1149-4e3a-83d8-60d6728fae26, sid: 58eef0cc-1149-4e3a-83d8-60d6728fae26) (name: ME518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6bf13a2-716e-4750-853e-1792a7e4bdf9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@9fe49cf (id: d6bf13a2-716e-4750-853e-1792a7e4bdf9, sid: d6bf13a2-716e-4750-853e-1792a7e4bdf9) (name: ME519) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@651f90d6 (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@4aebb8dc (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@1b7efa89 (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@627e31a3 (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7b7e941a (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6cc4eef1 (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@82eb52 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@136231c8 (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@1c33a9fa (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@574b6feb (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f07f2b7-7375-4f2f-a375-d85a86be25bc org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4084c62b (id: 6f07f2b7-7375-4f2f-a375-d85a86be25bc, sid: 6f07f2b7-7375-4f2f-a375-d85a86be25bc) (name: E51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@426a5382 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@29fc77a2 (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@391ac75c (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@40061b0d (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@75b3463a (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@20d9c9b5 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@4f34d902 (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16f4aef-d762-44a7-b26a-b06bb03c0862 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@33022c9b (id: f16f4aef-d762-44a7-b26a-b06bb03c0862, sid: f16f4aef-d762-44a7-b26a-b06bb03c0862) (name: ESO51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca0f40f2-7f63-4d46-ab9b-d4969570d529 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5868edf8 (id: ca0f40f2-7f63-4d46-ab9b-d4969570d529, sid: ca0f40f2-7f63-4d46-ab9b-d4969570d529) (name: ERO52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@36120321 (id: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7, sid: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7) (name: ESO53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 95a7526c-6450-4c56-802c-a49eeda78ccf org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5f073028 (id: 95a7526c-6450-4c56-802c-a49eeda78ccf, sid: 95a7526c-6450-4c56-802c-a49eeda78ccf) (name: ERO54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7dc3b9a7 (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@625b9cca (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@44f680ab (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@22967e6d (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@719440f2 (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@ab18a02 (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5b1f3855 (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@66d231ce (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@545a2c80 (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@662b33cb (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5b1c5825 (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce965456-b415-4988-872e-bb9a476b9b69 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@78e48f13 (id: ce965456-b415-4988-872e-bb9a476b9b69, sid: ce965456-b415-4988-872e-bb9a476b9b69) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@47ee5eaf (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3f5127f4 (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@67eeaf16 (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@20242282 (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@167ccff5 (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@68b6cc3e (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1845a5ba (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7989f618 (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7f520593 (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@62717ad9 (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@22cce6c2 (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2c0cb6b5 (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@439d403a (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2a535d22 (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@32e0fdf5 (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@73cd290d (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3317d379 (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@212ee198 (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3b3131f1 (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@51ac0432 (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@50aca3c7 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@26b446e2 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@45bdd90a (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@703ae8e1 (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@258a6636 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@218da733 (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@ad35f81 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@2d89c3da (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5bc4ab8b (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@173c3bff (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3c002561 (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@20076edf (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5701991d (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5a93279a (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@4dd1c62e (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@164377f8 (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@79554b2c (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@746b09d8 (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@559caa8b (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7ec03af1 (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@52c9c938 (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@54795583 (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@64016575 (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2e178185 (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7f7c164 (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@11f35ae5 (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@c52f1df (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1edb5279 (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@26d09f32 (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@237debd (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@3b09eae (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@35127e36 (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@118a48b7 (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@40646635 (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5b12f056 (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@181ec473 (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@35d2ecb2 (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1f18eb0f (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@621851a8 (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@35f985f8 (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6575c6a2 (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@8c1f44d (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7d6147fb (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@ab1b7c9 (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2c4152d9 (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@34df1885 (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@deff2a9 (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2b9ebe57 (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4317da5 (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@3ed9e86c (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@67366bad (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@5a1f7cd0 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6cf328b4 (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@38cc5d84 (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@19944fb1 (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@451f3a41 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5640bde3 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@11be5c28 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@1c049bcd (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@76f9121b (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@cf91cf8 (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0bef8b59-da87-45ab-acab-2a973f847f9e org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@341b3459 (id: 0bef8b59-da87-45ab-acab-2a973f847f9e, sid: 0bef8b59-da87-45ab-acab-2a973f847f9e) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@a4c910b (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@243b67f3 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@64e9561f (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@db5f8e9 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5d0ac899-847f-42fe-81a8-15f556a7b7a3 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@631ff49d (id: 5d0ac899-847f-42fe-81a8-15f556a7b7a3, sid: 5d0ac899-847f-42fe-81a8-15f556a7b7a3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bb07eee-9c87-48c3-a53f-5942d18b7f27 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@1ce403f2 (id: 6bb07eee-9c87-48c3-a53f-5942d18b7f27, sid: 6bb07eee-9c87-48c3-a53f-5942d18b7f27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@71e2da1f (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7478a2a9-e392-460f-81f9-ee41a72a251c org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@5332167a (id: 7478a2a9-e392-460f-81f9-ee41a72a251c, sid: 7478a2a9-e392-460f-81f9-ee41a72a251c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03400b42-9b8f-40d3-830d-8972e9cbe4a6 org.polarsys.capella.core.data.cs.impl.PartImpl@7352ca1e (id: 03400b42-9b8f-40d3-830d-8972e9cbe4a6, sid: 03400b42-9b8f-40d3-830d-8972e9cbe4a6) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7d639d18-7eaa-4401-b041-6ca5f87cf1cc org.polarsys.capella.core.data.cs.impl.PartImpl@1407c449 (id: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc, sid: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2caf3822-3b1b-4aa9-80d4-d41462c91a7e org.polarsys.capella.core.data.cs.impl.PartImpl@57c59175 (id: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e, sid: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5dfc99d9 (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@17501894 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@d59fd18 (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@7df4d8a4 (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@447fa492 (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@53fc8031 (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = eb9553fe-7bb8-4f2b-9de4-be1d210462c9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@118f066b (id: eb9553fe-7bb8-4f2b-9de4-be1d210462c9, sid: eb9553fe-7bb8-4f2b-9de4-be1d210462c9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4ae5dd06 (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7307abfc (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 007e9f0b-5261-4880-8ec2-59a8d7691090 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@444d50a5 (id: 007e9f0b-5261-4880-8ec2-59a8d7691090, sid: 007e9f0b-5261-4880-8ec2-59a8d7691090) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 6618761f-ff06-4c95-87f0-12eba533b58c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2d18aa19 (id: 6618761f-ff06-4c95-87f0-12eba533b58c, sid: 6618761f-ff06-4c95-87f0-12eba533b58c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@49f14f51 (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2862b6ba-4fa3-47c6-b58a-963559b8cec2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7e745d8 (id: 2862b6ba-4fa3-47c6-b58a-963559b8cec2, sid: 2862b6ba-4fa3-47c6-b58a-963559b8cec2) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2981e5f9 (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4121cab2 (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = eccef9a9-69a9-4288-89cb-6736326c2759 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2e99e00 (id: eccef9a9-69a9-4288-89cb-6736326c2759, sid: eccef9a9-69a9-4288-89cb-6736326c2759) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3f9dc200 (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@19154627 (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@56ae6bed (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1879f6a6 (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4925ba6b (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Scope3] >> release >> unload Project_test_01 [Scope3] >> release >> unload output [Scope4] >> require >> load Project_test_01 [Scope4] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@281b89c7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@75ea9574 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6177227 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@47e05d0c (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1c934f90 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@565f979 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1540a9b0 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fc0f8439-4234-416b-8aa5-7141199864d8 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@529cb9e9 (id: fc0f8439-4234-416b-8aa5-7141199864d8, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@24bde729 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@57733350 (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@679b4d83 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@2185d26a (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@4daabbfb (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@30973ae0 (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@18a97368 (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@67978457 (id: 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6491445f-05ca-4a53-9c44-0a626aadf4d2 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@6464ca52 (id: 6491445f-05ca-4a53-9c44-0a626aadf4d2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@281b89c7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@75ea9574 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@47e05d0c (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1c934f90 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@69ccc52b (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@127bffe9 (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@565f979 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1540a9b0 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2e9c52ff (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7411a710 (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@206d51b4 (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@386d48c8 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@72474e80 (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@518f566e (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@19f42191 (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@571dbe (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@303f2011 (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1b283c5e (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@80ca528 (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@68f4da5c (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@22bd11ba (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@24bde729 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@57733350 (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@2ac03917 (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@4a29bc95 (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@1669e56 (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@64e254e7 (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@632891fa (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@560937e7 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@17adc4a3 (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@611eefdd (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@461e1545 (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@59b7a46e (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@32174b (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@73ca179b (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@418fde27 (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@51170112 (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@271c9938 (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@449348f (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3b88bcc7 (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@52fe3535 (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1168b30b (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5c4810e5 (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2258e12f (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1ac3fcc (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@55082419 (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@495bd965 (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2c6f08f8 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4c5d10e6 (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5861cd98 (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@407bbfd0 (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@54d0a86f (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1da6c9a1 (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@500807e2 (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@71fb47e3 (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@8a83f95 (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@324d0b81 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@226a3d3d (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@985b2cc (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@1ad37a7f (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@69a33fcd (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@4e88652b (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3fa4ed6c (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5545aab4 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@58e93c0a (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@581018c6 (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@40c75125 (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@38af4383 (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@29b721f0 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@71b9da28 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@b8df343 (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@497c0aea (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@59540a94 (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6603f30c (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@51fb3843 (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@36df82b9 (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@16061451 (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce965456-b415-4988-872e-bb9a476b9b69 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@78b29e09 (id: ce965456-b415-4988-872e-bb9a476b9b69, sid: ce965456-b415-4988-872e-bb9a476b9b69) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@323201ec (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@237ba331 (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3b133baa (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2667049c (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@587b494a (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1d8e84fc (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1f3daf1e (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@42cfd1a3 (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@69a9417a (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@100b77e3 (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@23374678 (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@58252c28 (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7b2414c7 (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@305bd02f (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7665574c (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3598be7f (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6085b4db (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@24f512b9 (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@546e3b1e (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5afb80fc (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6503d6e1 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@c831a17 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@346096a7 (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@4f2ffa14 (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@9ae0392 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1de9f312 (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2d0c8ba6 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@1d432b49 (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@648819e0 (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@36ab1700 (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6f6c5fe4 (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@65e9ae39 (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@653b9200 (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1fe7e54f (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@9d547d8 (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@30476f70 (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3b7b11a5 (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@3369eda1 (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@79f31ec1 (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@302d17cb (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4cd5e08a (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7dba03f4 (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1c5e1f94 (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@28fa6a3 (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7139c093 (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4eb36cb1 (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@67a8d5ca (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@186dcd22 (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7fd3ec10 (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@694398cb (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@6201bcdd (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@691e5a03 (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@1c6e122b (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7366b22f (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f52e28ce-07ee-4ec9-a2da-573524701ab8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@d39e9bd (id: f52e28ce-07ee-4ec9-a2da-573524701ab8, sid: f52e28ce-07ee-4ec9-a2da-573524701ab8) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f2b58c9-3424-41ed-a8c6-d72602f3be4d org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@612a5d7b (id: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d, sid: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@52bb4286 (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@100d3d6d (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@237f6b92 (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5f7db5e2 (id: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f, sid: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@76be178b (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 75802697-206c-4dff-a15d-d365e68a292f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44de7e1b (id: 75802697-206c-4dff-a15d-d365e68a292f, sid: 75802697-206c-4dff-a15d-d365e68a292f) (name: ME51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b23382b-8c5c-4172-8404-f804dbfd327d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@409f98d2 (id: 8b23382b-8c5c-4172-8404-f804dbfd327d, sid: 8b23382b-8c5c-4172-8404-f804dbfd327d) (name: ME52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@468f5ba4 (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7116dbc8 (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@4df39430 (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@55937369 (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@69fd5004 (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2e720e68 (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7ff14d82 (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@799ef252 (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@732ad25e (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@a49dccd (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@371a18ac (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58eef0cc-1149-4e3a-83d8-60d6728fae26 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3998607f (id: 58eef0cc-1149-4e3a-83d8-60d6728fae26, sid: 58eef0cc-1149-4e3a-83d8-60d6728fae26) (name: ME518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6bf13a2-716e-4750-853e-1792a7e4bdf9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1c85fd30 (id: d6bf13a2-716e-4750-853e-1792a7e4bdf9, sid: d6bf13a2-716e-4750-853e-1792a7e4bdf9) (name: ME519) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2b349b9c (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@1fcfb568 (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@7b925081 (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@c2c5d1e (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3cbdf7c (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@61cd5e98 (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@8320c78 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@661864cd (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@3bf5774d (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3047d735 (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f07f2b7-7375-4f2f-a375-d85a86be25bc org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@288e5c89 (id: 6f07f2b7-7375-4f2f-a375-d85a86be25bc, sid: 6f07f2b7-7375-4f2f-a375-d85a86be25bc) (name: E51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@d956b59 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@490ad4a0 (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@6f63b17b (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2330c1dc (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@658ec598 (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@2dbf22f1 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3e8e90db (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16f4aef-d762-44a7-b26a-b06bb03c0862 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@31adf11d (id: f16f4aef-d762-44a7-b26a-b06bb03c0862, sid: f16f4aef-d762-44a7-b26a-b06bb03c0862) (name: ESO51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca0f40f2-7f63-4d46-ab9b-d4969570d529 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@18404f5c (id: ca0f40f2-7f63-4d46-ab9b-d4969570d529, sid: ca0f40f2-7f63-4d46-ab9b-d4969570d529) (name: ERO52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4cbc4e0f (id: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7, sid: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7) (name: ESO53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 95a7526c-6450-4c56-802c-a49eeda78ccf org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6fe070b (id: 95a7526c-6450-4c56-802c-a49eeda78ccf, sid: 95a7526c-6450-4c56-802c-a49eeda78ccf) (name: ERO54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@58853bd0 (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@42a5a533 (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6cc7575e (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1af7d392 (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7c70760a (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@59ae1eb7 (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2c0935ab (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@6b66d0f7 (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@14593bb7 (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@586a1a5e (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@580f9f42 (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3b6622d2 (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@33d6770a (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2c3279c5 (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@12b178be (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@31889e4 (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4ea2d349 (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@115f01b9 (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@71ad49b7 (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@38a6836 (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7a8180a0 (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1ab8f209 (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@155289e8 (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6c6a4180 (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@319fdebe (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6c6e6f36 (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@12387aad (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@13d1e641 (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2b9dd6a8 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2612ca (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1c591f61 (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5934b2d4 (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5f12de63 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@679b4d83 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@2185d26a (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@4daabbfb (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@30973ae0 (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@38a0cf5b (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0bef8b59-da87-45ab-acab-2a973f847f9e org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@20cdded7 (id: 0bef8b59-da87-45ab-acab-2a973f847f9e, sid: 0bef8b59-da87-45ab-acab-2a973f847f9e) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@2984a014 (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@7a65a47f (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@18a97368 (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@af4335e (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5d0ac899-847f-42fe-81a8-15f556a7b7a3 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@67ca614 (id: 5d0ac899-847f-42fe-81a8-15f556a7b7a3, sid: 5d0ac899-847f-42fe-81a8-15f556a7b7a3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bb07eee-9c87-48c3-a53f-5942d18b7f27 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@51edacf8 (id: 6bb07eee-9c87-48c3-a53f-5942d18b7f27, sid: 6bb07eee-9c87-48c3-a53f-5942d18b7f27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@1e101a34 (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7478a2a9-e392-460f-81f9-ee41a72a251c org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@3555a46b (id: 7478a2a9-e392-460f-81f9-ee41a72a251c, sid: 7478a2a9-e392-460f-81f9-ee41a72a251c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03400b42-9b8f-40d3-830d-8972e9cbe4a6 org.polarsys.capella.core.data.cs.impl.PartImpl@6acc0488 (id: 03400b42-9b8f-40d3-830d-8972e9cbe4a6, sid: 03400b42-9b8f-40d3-830d-8972e9cbe4a6) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7d639d18-7eaa-4401-b041-6ca5f87cf1cc org.polarsys.capella.core.data.cs.impl.PartImpl@7413625f (id: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc, sid: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2caf3822-3b1b-4aa9-80d4-d41462c91a7e org.polarsys.capella.core.data.cs.impl.PartImpl@6c7df64a (id: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e, sid: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@14769c31 (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7c5b4205 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@749dda01 (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@2f734df9 (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@fc4db32 (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@29a9eba5 (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = eb9553fe-7bb8-4f2b-9de4-be1d210462c9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@33fe6143 (id: eb9553fe-7bb8-4f2b-9de4-be1d210462c9, sid: eb9553fe-7bb8-4f2b-9de4-be1d210462c9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6d7ee40 (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2f63a8e3 (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 007e9f0b-5261-4880-8ec2-59a8d7691090 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@49719a69 (id: 007e9f0b-5261-4880-8ec2-59a8d7691090, sid: 007e9f0b-5261-4880-8ec2-59a8d7691090) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 6618761f-ff06-4c95-87f0-12eba533b58c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@9c50e7d (id: 6618761f-ff06-4c95-87f0-12eba533b58c, sid: 6618761f-ff06-4c95-87f0-12eba533b58c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@305954eb (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2862b6ba-4fa3-47c6-b58a-963559b8cec2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@24fd6b3 (id: 2862b6ba-4fa3-47c6-b58a-963559b8cec2, sid: 2862b6ba-4fa3-47c6-b58a-963559b8cec2) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@47a8b641 (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@66bffe2f (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = eccef9a9-69a9-4288-89cb-6736326c2759 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1c3b001f (id: eccef9a9-69a9-4288-89cb-6736326c2759, sid: eccef9a9-69a9-4288-89cb-6736326c2759) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@603db765 (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@62a50f9d (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7b72cb60 (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3f8d17e9 (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@320609e2 (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Scope4] >> release >> unload Project_test_01 [Scope4] >> release >> unload output [Scope5] >> require >> load Project_test_01 [Scope5] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5815e694 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@74f6dcd3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@19589537 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2b46a853 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1241fba9 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@26f405db (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7d145b8 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@3c4ebe0f (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6a90b62e (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@24e8a4fc (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5379e7b5 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@59acda39 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 094e04db-e7da-42df-a7e2-eb5b658687b6 org.polarsys.capella.core.data.information.impl.DataPkgImpl@68cd0088 (id: 094e04db-e7da-42df-a7e2-eb5b658687b6, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 645a5004-7183-4d0f-973c-279388ea8d50 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3b2ce5fd (id: 645a5004-7183-4d0f-973c-279388ea8d50, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 82696425-a6ba-46c2-94a5-3f36c956a2a1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@32c3382f (id: 82696425-a6ba-46c2-94a5-3f36c956a2a1, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 376b4dff-b70d-4946-9f73-c662b2ba0fc3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2c778b93 (id: 376b4dff-b70d-4946-9f73-c662b2ba0fc3, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 75e9f5e2-e7fd-491d-928e-f0d44aee263b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2cbe17d5 (id: 75e9f5e2-e7fd-491d-928e-f0d44aee263b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bd5b9efa-7ad3-445e-9a84-b24d28f337c6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@70610cb2 (id: bd5b9efa-7ad3-445e-9a84-b24d28f337c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = caba49b3-33a4-4855-a214-603af54b1386 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5bc840d1 (id: caba49b3-33a4-4855-a214-603af54b1386, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4bf36328 (id: bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c81998ca-d64c-4fc2-bcf8-71d425b5e1e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@17afc53c (id: c81998ca-d64c-4fc2-bcf8-71d425b5e1e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 81b136e4-005b-4a64-ad87-d379cea25115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6fd34fe7 (id: 81b136e4-005b-4a64-ad87-d379cea25115, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f6522b9-6608-44fe-a544-f16b600f5f16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@76845404 (id: 8f6522b9-6608-44fe-a544-f16b600f5f16, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@263e93df (id: b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6915eeec-5b27-4106-b370-0dba4eb3be16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4f513401 (id: 6915eeec-5b27-4106-b370-0dba4eb3be16, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e233f5a5-564a-4bda-9598-1b24f457d347 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a88f67b (id: e233f5a5-564a-4bda-9598-1b24f457d347, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@4aa8b05e (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@442e3ca2 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f5f804c (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2f0f5d19 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@20aa22e6 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 79302c59-7a09-49ee-a577-e7a330e1c551 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3c8a6731 (id: 79302c59-7a09-49ee-a577-e7a330e1c551, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dbd1ac63-7bd0-4cae-8201-0c6719587d10 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7a3dad9d (id: dbd1ac63-7bd0-4cae-8201-0c6719587d10, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6c0f9900-e2c5-4679-aabb-13c849b5f5dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7fbb78f (id: 6c0f9900-e2c5-4679-aabb-13c849b5f5dc, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 766feab4-a59f-4ba5-84d1-8849c679a33c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2ca2b44b (id: 766feab4-a59f-4ba5-84d1-8849c679a33c, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = aa96bb2c-0c79-4b63-bf6f-9b565e11d803 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@437efd01 (id: aa96bb2c-0c79-4b63-bf6f-9b565e11d803, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 94b9e771-d06f-41aa-bdb7-06fbc4eb184d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@54b8f1b6 (id: 94b9e771-d06f-41aa-bdb7-06fbc4eb184d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f0c1c47e-1d73-4683-8540-95232f8294ef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@ea57361 (id: f0c1c47e-1d73-4683-8540-95232f8294ef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35ba571c-87ac-4d19-b2a3-62340884014a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@371c9e12 (id: 35ba571c-87ac-4d19-b2a3-62340884014a, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d0897445-2f46-4b4a-916f-d394c37a533b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3beeb05 (id: d0897445-2f46-4b4a-916f-d394c37a533b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@10188f85 (id: 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8129ddbd-3a75-4297-ab9e-126036a1594e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3503c89c (id: 8129ddbd-3a75-4297-ab9e-126036a1594e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35f0019b-7ec1-4121-93cd-41d508771dd5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@66bc2c20 (id: 35f0019b-7ec1-4121-93cd-41d508771dd5, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 86b8cb82-56fd-4e00-81df-b7756f5f1270 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@122e0531 (id: 86b8cb82-56fd-4e00-81df-b7756f5f1270, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@22f627fd (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@1d385314 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@226884b (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@769a39c7 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@597ad260 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@2eb7ab8b (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3ca79966 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5815e694 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@74f6dcd3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2b46a853 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1241fba9 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@524bb01f (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@5cdea2d (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@26f405db (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7d145b8 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@24be9c8b (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@43d68480 (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@42e05486 (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@623d1692 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@22393a37 (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2c03c89c (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4700b7a9 (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4b87caab (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6bbd4a10 (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@594838d3 (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@77ea3b77 (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@57700e37 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@38182910 (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6a90b62e (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@24e8a4fc (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@8095142 (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@127cd245 (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7d3237e2 (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5e5d627c (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@2a477d08 (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@4626c285 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3fdc1aee (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@a27d1eb (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1b19529a (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6b5b8996 (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@51cfdd80 (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2d006c8f (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3399fc27 (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@1c150409 (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@52b69c4 (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2be109fa (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5765b065 (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6364d3cc (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3ddfe32d (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1e5293b5 (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@644eee82 (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2171bb74 (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6375f2fc (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@69301a1c (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7a99d346 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@569f7d7a (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@1a318747 (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2800d8a8 (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@c2ad389 (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5cbab4d3 (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5f5c5bce (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@de0920e (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2b086071 (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@36d302c9 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@becadf6 (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@2952e67 (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@441d5f61 (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2a70d909 (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@5dfa0a10 (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5f269767 (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3712dc29 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3ab5ea51 (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5ce5a3f6 (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@37138aa2 (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@16c1fbfd (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3336c16 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@72389595 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@595547ea (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@40d2412e (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5899d6fe (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6ebb6445 (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@6e03bd94 (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@1a9746f (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@28544ceb (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@41b11295 (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@21712c71 (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@b7d885c (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@64857f25 (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6c183c58 (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3cd622ae (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@e5cd18e (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@75968a71 (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@58418267 (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@558f1893 (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3d37630d (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3fabe3a (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@62b6f0fe (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@60252167 (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@793b10cf (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@1f95e1ac (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@33471aa0 (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@4e54375a (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@d7e1365 (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3dd61be7 (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@36cf84e7 (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@594e8b83 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@24d65ef4 (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@29d270aa (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@637021cb (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@58f87a76 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@339023b3 (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@28a0d47d (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@62c86d84 (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2a61854b (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@17f66552 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@311bf13a (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@26abe7d2 (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4e293684 (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@438db6a8 (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4514887f (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@139146d8 (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7720237e (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4ee2235b (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@35e93191 (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@5d36526b (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@1ea416ba (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@9a7d92e (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3a607879 (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4eff801c (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6437151d (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@704ad560 (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@42874415 (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@266a120f (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5eb54d3b (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@708b89f0 (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@780b6dbf (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@25b294f6 (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@4e37381c (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@4fc4cbca (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6c013118 (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5d251d4a (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@506f545f (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@22a2a438 (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@56814afd (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@29685178 (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1edcb309 (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@532c5130 (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5c15af94 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@749a96d7 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@431b622f (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@32831cd7 (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6b82c2 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@20e79036 (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@38f5841f (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@12ba4272 (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4e1baf75 (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5261f0a0 (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@43d37e7 (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@b49eb6 (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1a80bd5 (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@102dd0c6 (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@5e294877 (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@1f9e06c4 (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@687b6754 (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@6d973787 (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@39274bde (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3e390414 (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6ac6275b (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@19b5b629 (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1a4f677a (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@51f203e4 (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1a20f100 (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@408f9399 (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@8f44c53 (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4958838a (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@757a7c73 (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@94cd13a (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@3d7284dd (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@2cd71672 (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5bde3a6 (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6dd4d2f9 (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@60195cc5 (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@a5333b3 (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2056206d (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@46279370 (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@29ca3211 (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@40b047cf (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5eb834af (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@2c077621 (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@487dfb41 (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@36bf18a9 (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@20f6d7e6 (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2fb240af (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@14e5c9ee (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2ba7573 (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@b41e471 (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@5eeec681 (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@3df661de (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@4826e126 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@718d06be (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7f7b71c0 (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@ab90d8 (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@21bb58ea (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5379e7b5 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@59acda39 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@22f627fd (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@1d385314 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@10ea0e43 (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1c387eb (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1f20db39 (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5e116cf4 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@226884b (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6050807f (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5ba2c1bf (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@605ec921 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@31d80779 (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@3f114ada (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@943e9a3 (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4d3a2599 (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@106a474a (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2d7f06f3 (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1fc22e6b (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6605ac1c (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2417e781 (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@710a356e (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@790851f4 (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@32266785 (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Scope5] >> release >> unload Project_test_01 [Scope5] >> release >> unload output [Scope6] >> require >> load Project_test_01 [Scope6] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@48b50547 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2d73d0d6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@334a7b3 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2ba9c3ab (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1be08abc (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6c85a900 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@548ef660 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@1e51c74f (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6b4e7a23 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7a32d84e (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@673a4c01 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@d2920c3 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 094e04db-e7da-42df-a7e2-eb5b658687b6 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2d35ee1c (id: 094e04db-e7da-42df-a7e2-eb5b658687b6, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 645a5004-7183-4d0f-973c-279388ea8d50 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@4ec50358 (id: 645a5004-7183-4d0f-973c-279388ea8d50, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 82696425-a6ba-46c2-94a5-3f36c956a2a1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@28c18a96 (id: 82696425-a6ba-46c2-94a5-3f36c956a2a1, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 376b4dff-b70d-4946-9f73-c662b2ba0fc3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3e499b13 (id: 376b4dff-b70d-4946-9f73-c662b2ba0fc3, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 75e9f5e2-e7fd-491d-928e-f0d44aee263b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3c8ec7c8 (id: 75e9f5e2-e7fd-491d-928e-f0d44aee263b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bd5b9efa-7ad3-445e-9a84-b24d28f337c6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a37dcc2 (id: bd5b9efa-7ad3-445e-9a84-b24d28f337c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = caba49b3-33a4-4855-a214-603af54b1386 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e867828 (id: caba49b3-33a4-4855-a214-603af54b1386, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@ce5e5e8 (id: bc2ff0a8-bee6-4008-a698-2dc7b1be4dbb, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c81998ca-d64c-4fc2-bcf8-71d425b5e1e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@461fc33b (id: c81998ca-d64c-4fc2-bcf8-71d425b5e1e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 81b136e4-005b-4a64-ad87-d379cea25115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@222ac6f6 (id: 81b136e4-005b-4a64-ad87-d379cea25115, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f6522b9-6608-44fe-a544-f16b600f5f16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6f20bda3 (id: 8f6522b9-6608-44fe-a544-f16b600f5f16, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4c49df0a (id: b8e5778a-78bd-4e3b-87ee-8ff4f308a1b9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 6915eeec-5b27-4106-b370-0dba4eb3be16 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7477dba3 (id: 6915eeec-5b27-4106-b370-0dba4eb3be16, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e233f5a5-564a-4bda-9598-1b24f457d347 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1eaead (id: e233f5a5-564a-4bda-9598-1b24f457d347, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@28cb84c7 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@231ff776 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@a60e1a2 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1f581f93 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6bc15d03 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 79302c59-7a09-49ee-a577-e7a330e1c551 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@688af57a (id: 79302c59-7a09-49ee-a577-e7a330e1c551, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dbd1ac63-7bd0-4cae-8201-0c6719587d10 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@226a910b (id: dbd1ac63-7bd0-4cae-8201-0c6719587d10, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6c0f9900-e2c5-4679-aabb-13c849b5f5dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5774382d (id: 6c0f9900-e2c5-4679-aabb-13c849b5f5dc, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 766feab4-a59f-4ba5-84d1-8849c679a33c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@735ca8fd (id: 766feab4-a59f-4ba5-84d1-8849c679a33c, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = aa96bb2c-0c79-4b63-bf6f-9b565e11d803 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4c42a2c9 (id: aa96bb2c-0c79-4b63-bf6f-9b565e11d803, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 94b9e771-d06f-41aa-bdb7-06fbc4eb184d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3ad68083 (id: 94b9e771-d06f-41aa-bdb7-06fbc4eb184d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f0c1c47e-1d73-4683-8540-95232f8294ef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4c9562a4 (id: f0c1c47e-1d73-4683-8540-95232f8294ef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35ba571c-87ac-4d19-b2a3-62340884014a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5a18208b (id: 35ba571c-87ac-4d19-b2a3-62340884014a, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d0897445-2f46-4b4a-916f-d394c37a533b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@31595eb (id: d0897445-2f46-4b4a-916f-d394c37a533b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@d49df92 (id: 42f49b08-ae0b-4dd9-a82b-6cc81fc4ff36, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8129ddbd-3a75-4297-ab9e-126036a1594e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6aae0cdd (id: 8129ddbd-3a75-4297-ab9e-126036a1594e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 35f0019b-7ec1-4121-93cd-41d508771dd5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7129757b (id: 35f0019b-7ec1-4121-93cd-41d508771dd5, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 86b8cb82-56fd-4e00-81df-b7756f5f1270 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5e3c0c78 (id: 86b8cb82-56fd-4e00-81df-b7756f5f1270, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5821c4fe (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@735a2a65 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@9ca0f36 (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@628849e5 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6d270578 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@3403689c (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@45ee920e (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@48b50547 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2d73d0d6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2ba9c3ab (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1be08abc (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@6aea238f (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@143f241a (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6c85a900 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@548ef660 (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@17e305c4 (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5a96aeca (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@351996bf (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6f7ca30a (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@16a97c34 (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4d5a17e (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5940350c (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2e9a51dc (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@794cf2e8 (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@503b72ee (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6101b5b2 (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@37f14a77 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@587330c4 (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6b4e7a23 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7a32d84e (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@2cfc10db (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@1c9db480 (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@49a4a52 (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@24b0bd24 (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@55783486 (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3e63ca1 (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5b2981c0 (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7ad15e1c (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6e1989c4 (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5ca8b392 (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@193c7193 (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@b70216f (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7c8a8d26 (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@6c0cbcd (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@d723f5d (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@7831cc5 (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2fc852ae (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2f566a39 (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@33423059 (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2cb877c0 (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@41880ddb (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5d13a071 (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7f718372 (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1098fd2b (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@117fdc36 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@512ff640 (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@22b69504 (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@60d2bd62 (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@119ed849 (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5fdd1c66 (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5ee92894 (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1e34a70d (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4fe95251 (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@275e33f9 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@3064020e (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@b53c7c0 (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@583a4cf6 (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@485e518d (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@38d7127b (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@868598f (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@62b010e9 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@62f4820e (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@55e0c1c7 (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1f8e4ed5 (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7ddb3295 (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3b793bd2 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@68c43b83 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5d138a8 (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@21baed1d (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@536fe553 (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1abed49e (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@c573e00 (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@79353938 (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@2debde6 (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@28bb45e7 (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@e6a37c (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@180f0938 (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@655f93f6 (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@747abf5c (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@389636a5 (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@8fec4cd (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7f2356c6 (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5e828621 (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@57a8b04a (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@298ecede (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4b980262 (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7699670e (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@48c3f9c6 (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@22a691b5 (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@a10da99 (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@66cdd34 (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@5f825c2 (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@548ab035 (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@58c26c2f (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@38a78f7e (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7cb56b9d (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7dbf6726 (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@36d7cfaa (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@320f6a71 (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@6331dbe9 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4f6ba353 (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@2268d7c4 (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@561af701 (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@4686f890 (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@3174da63 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@4047f6a5 (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@35015447 (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6e2c71d2 (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@21bd540b (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7876ac0e (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@23b8bb90 (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@28516898 (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4efe17fd (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@93f0c3 (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@2db0a870 (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@638beeae (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6edeb4ee (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7fb66ff9 (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1c32348e (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2c6d0f21 (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1d2d34f4 (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1036e59b (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@224ec1c9 (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@573f226 (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@11a75ee1 (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@26560ac (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@5696acf1 (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@59546a93 (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2524d3e1 (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@c6da7e9 (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6fff63b1 (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5aa55a6b (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2314cf4c (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@26943fbb (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@77fd2f1e (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7296e002 (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@36991de1 (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@45841bb5 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1252ee6 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@21a1e76f (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@449d095d (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@51b2c1c3 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@79c8870d (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@577c8dc4 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@7b07b197 (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3c7ccbed (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1b1d380 (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6d84129 (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@8a28943 (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@796bb877 (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@136e6f0a (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@802e70c (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2c8e5e7b (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3769c169 (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@1619ab33 (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@4740c327 (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5dae2e87 (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6b54632 (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7bda9626 (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3ac22b81 (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@a9406 (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5e6785e2 (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4098cdee (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@194d0979 (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4d3304f2 (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6c271733 (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1de8923 (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@238b1373 (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@6691af7a (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7bd8a82e (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@f53d3f1 (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@727d5f5d (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4c5a10e4 (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2f2e6c79 (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7c453bdd (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@52095493 (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1d970815 (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@330fb5fb (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7c8f2330 (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@423cc436 (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@798ecdf3 (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7be24afe (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@402ff856 (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@4d71cce3 (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@242dca09 (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@371b6cf7 (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@7dc5f990 (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@6d05bf3b (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@503e53b8 (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1d60851f (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5ddc0def (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7f5d267f (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6f1606e1 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@673a4c01 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@d2920c3 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5821c4fe (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@735a2a65 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@27a34f9c (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@74ea3626 (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@4df9ccfc (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@243f1819 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@411a7e84 (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@17bcb74 (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4a6f631d (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5d5388d (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3a77d4fd (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@650898ac (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@9ca0f36 (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2bf1a9b9 (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@76d4a03b (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2ca5a865 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1140fa0f (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@19970fc5 (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@40fd007e (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5e02a06f (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5c22efa1 (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1c4a67ea (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) [Scope6] >> release >> unload Project_test_01 [Scope6] >> release >> unload output [Scope6] >> require >> load Project_test_01 [Scope6] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2b930d6d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1bab5be7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6b440808 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7247b838 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6568dc34 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@78b0ca1 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6b100e1d (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fc0f8439-4234-416b-8aa5-7141199864d8 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@55c05942 (id: fc0f8439-4234-416b-8aa5-7141199864d8, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@e6c4a1 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@19e2a973 (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@16d44726 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@3e2de696 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@727d5807 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@5af0857e (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@35991415 (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@180b32e0 (id: 0a281d72-9dcb-4095-bd92-40d5d8e9f3a1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6491445f-05ca-4a53-9c44-0a626aadf4d2 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@1452322d (id: 6491445f-05ca-4a53-9c44-0a626aadf4d2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2b930d6d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1bab5be7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7247b838 (id: 8e6b09e6-438d-47eb-a399-e22bfd2b39d0, sid: null) (name: AllPhases-Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f0c78d3-f8e7-4ae9-a328-48321bdcac36 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6568dc34 (id: 0f0c78d3-f8e7-4ae9-a328-48321bdcac36, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84249b0c-c00c-4b4d-913c-b6e185ab3c43 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@64199c01 (id: 84249b0c-c00c-4b4d-913c-b6e185ab3c43, sid: 84249b0c-c00c-4b4d-913c-b6e185ab3c43) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@2ab87cec (id: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5, sid: 0e5f27d8-e6ba-4812-8463-aa4f8e4ee1c5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 566494a4-0840-4c5c-b0e8-877fe1fa5412 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@78b0ca1 (id: 566494a4-0840-4c5c-b0e8-877fe1fa5412, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2326906a-e325-4ee1-9191-d87d5c213972 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6b100e1d (id: 2326906a-e325-4ee1-9191-d87d5c213972, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 99075109-7c8c-4ad1-b19c-e355fa9b3823 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2a0e94fe (id: 99075109-7c8c-4ad1-b19c-e355fa9b3823, sid: 99075109-7c8c-4ad1-b19c-e355fa9b3823) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6665f736-37b6-49ac-9b24-aa6efb2074a0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2303f478 (id: 6665f736-37b6-49ac-9b24-aa6efb2074a0, sid: 6665f736-37b6-49ac-9b24-aa6efb2074a0) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9bd78130-f88a-4512-bbe3-99a96e99e578 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7ad9d45d (id: 9bd78130-f88a-4512-bbe3-99a96e99e578, sid: 9bd78130-f88a-4512-bbe3-99a96e99e578) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1278590c-ecc2-4d5a-8c80-e0033132ac3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@765f4c56 (id: 1278590c-ecc2-4d5a-8c80-e0033132ac3b, sid: 1278590c-ecc2-4d5a-8c80-e0033132ac3b) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd5af4d5-3a1b-44fb-91f9-108798dc7f89 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@429015fc (id: dd5af4d5-3a1b-44fb-91f9-108798dc7f89, sid: dd5af4d5-3a1b-44fb-91f9-108798dc7f89) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2ece6624 (id: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755, sid: 8ac6096a-b5ab-4e66-9e9e-c80a9c67f755) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2e52be08-ab0f-4030-bd9a-65ea42c3120a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6c33a9f4 (id: 2e52be08-ab0f-4030-bd9a-65ea42c3120a, sid: 2e52be08-ab0f-4030-bd9a-65ea42c3120a) (name: FOP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 663b6d83-8028-4f36-bb23-8beaec23822c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@f1e2fb9 (id: 663b6d83-8028-4f36-bb23-8beaec23822c, sid: 663b6d83-8028-4f36-bb23-8beaec23822c) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d87a5df0-304c-4690-87f7-9c08f96b5bb8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5020e4a0 (id: d87a5df0-304c-4690-87f7-9c08f96b5bb8, sid: d87a5df0-304c-4690-87f7-9c08f96b5bb8) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3a7c9a43-7929-4a3c-b98f-922a8e744c95 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@d8247c6 (id: 3a7c9a43-7929-4a3c-b98f-922a8e744c95, sid: 3a7c9a43-7929-4a3c-b98f-922a8e744c95) (name: FOP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a2eae371-51c4-4659-8f28-c8d9b718c75b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4ae3884b (id: a2eae371-51c4-4659-8f28-c8d9b718c75b, sid: a2eae371-51c4-4659-8f28-c8d9b718c75b) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ebb2772f-59d3-4a9c-951e-7b0fdb35664c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4ff569e7 (id: ebb2772f-59d3-4a9c-951e-7b0fdb35664c, sid: ebb2772f-59d3-4a9c-951e-7b0fdb35664c) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@58b238c5 (id: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567, sid: 3e7c6aca-88e0-4e9d-bb28-e1040b2b1567) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 916dd9da-a876-4c08-939f-3128c430c130 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@e6c4a1 (id: 916dd9da-a876-4c08-939f-3128c430c130, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = f8c5773c-173f-4d8e-b01c-5f962d7278a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@19e2a973 (id: f8c5773c-173f-4d8e-b01c-5f962d7278a4, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@132f45dc (id: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6, sid: c1910f6f-6dfb-47c8-96a0-ef8bcb5231f6) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8001168f-b437-46cf-afea-8963d52765ca org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@3be605cc (id: 8001168f-b437-46cf-afea-8963d52765ca, sid: 8001168f-b437-46cf-afea-8963d52765ca) (name: S1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 56145fbc-e74d-400d-bb5b-970b7210a3ce org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@d931ddd (id: 56145fbc-e74d-400d-bb5b-970b7210a3ce, sid: 56145fbc-e74d-400d-bb5b-970b7210a3ce) (name: IR11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69a24631-6367-4100-9678-1b86e29a9233 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@68de3062 (id: 69a24631-6367-4100-9678-1b86e29a9233, sid: 69a24631-6367-4100-9678-1b86e29a9233) (name: IR13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7d9c37c-29af-4508-b89d-f5155f513a3c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@639d80d0 (id: a7d9c37c-29af-4508-b89d-f5155f513a3c, sid: a7d9c37c-29af-4508-b89d-f5155f513a3c) (name: IR14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3676830-8e37-47d0-bdc5-f894bdee0174 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7675048b (id: b3676830-8e37-47d0-bdc5-f894bdee0174, sid: b3676830-8e37-47d0-bdc5-f894bdee0174) (name: IR15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1e824d8-a097-4509-979d-0758be64070f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@43d76184 (id: c1e824d8-a097-4509-979d-0758be64070f, sid: c1e824d8-a097-4509-979d-0758be64070f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 250ce7b5-df0a-45cb-a2bb-db970d31b403 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5a9304bc (id: 250ce7b5-df0a-45cb-a2bb-db970d31b403, sid: 250ce7b5-df0a-45cb-a2bb-db970d31b403) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 84d28b92-395b-4243-a43b-620d369c2742 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5587843e (id: 84d28b92-395b-4243-a43b-620d369c2742, sid: 84d28b92-395b-4243-a43b-620d369c2742) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 15e905ac-c1ce-4633-ae25-d86e50560f84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@b888359 (id: 15e905ac-c1ce-4633-ae25-d86e50560f84, sid: 15e905ac-c1ce-4633-ae25-d86e50560f84) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f080b1eb-b66a-417d-8915-9b83fc144c39 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@581090a1 (id: f080b1eb-b66a-417d-8915-9b83fc144c39, sid: f080b1eb-b66a-417d-8915-9b83fc144c39) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = a9d2aefe-9ef7-464e-b3b0-94700b18091b org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3c0adcd5 (id: a9d2aefe-9ef7-464e-b3b0-94700b18091b, sid: a9d2aefe-9ef7-464e-b3b0-94700b18091b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 54825c34-1297-4531-a510-fc5d51e5bc3b org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7738e640 (id: 54825c34-1297-4531-a510-fc5d51e5bc3b, sid: 54825c34-1297-4531-a510-fc5d51e5bc3b) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b3fb741-3eaa-4942-9cfd-791582c2880a org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@2b71f59e (id: 3b3fb741-3eaa-4942-9cfd-791582c2880a, sid: 3b3fb741-3eaa-4942-9cfd-791582c2880a) (name: IO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef326050-bbd8-44a9-af4b-5f8b6da013a1 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@56d4e28b (id: ef326050-bbd8-44a9-af4b-5f8b6da013a1, sid: ef326050-bbd8-44a9-af4b-5f8b6da013a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6e8f05b-dd42-4b43-8b0f-89dbec0d7837 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@3c5270f0 (id: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837, sid: f6e8f05b-dd42-4b43-8b0f-89dbec0d7837) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = aa75469f-19b1-4ff1-874b-b143c0c32a14 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@c689bdc (id: aa75469f-19b1-4ff1-874b-b143c0c32a14, sid: aa75469f-19b1-4ff1-874b-b143c0c32a14) (name: ME13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681a27c6-2ed5-4504-8cab-960e0134a3e4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@281142ca (id: 681a27c6-2ed5-4504-8cab-960e0134a3e4, sid: 681a27c6-2ed5-4504-8cab-960e0134a3e4) (name: ME14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 294fb1e8-63a7-4918-ae4f-579c8aa343bb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@59202df9 (id: 294fb1e8-63a7-4918-ae4f-579c8aa343bb, sid: 294fb1e8-63a7-4918-ae4f-579c8aa343bb) (name: ME15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@765a03dd (id: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2, sid: e5f6582d-3bad-43a3-bfd4-bd6ff9e421f2) (name: ME16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce49a788-a8b9-42a9-802d-8f3992f7584b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3ea4d0b1 (id: ce49a788-a8b9-42a9-802d-8f3992f7584b, sid: ce49a788-a8b9-42a9-802d-8f3992f7584b) (name: IS17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a2ed68cf-61c9-43c3-bec1-8886d7b0e43f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1c81d2bd (id: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f, sid: a2ed68cf-61c9-43c3-bec1-8886d7b0e43f) (name: IS18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe306f1-0c28-45bb-9a3d-bdf36e56e92f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44966b31 (id: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f, sid: dfe306f1-0c28-45bb-9a3d-bdf36e56e92f) (name: ME19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 09abbfd1-903a-4c47-8254-a83c3e03e6ec org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@62f4dc95 (id: 09abbfd1-903a-4c47-8254-a83c3e03e6ec, sid: 09abbfd1-903a-4c47-8254-a83c3e03e6ec) (name: ME110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4efb62e-921f-49cc-b7d7-e62af2059c05 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7a4db922 (id: e4efb62e-921f-49cc-b7d7-e62af2059c05, sid: e4efb62e-921f-49cc-b7d7-e62af2059c05) (name: ME111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad804e6f-41c7-4807-a2b3-0e8f9f9baa58 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@68cb98ec (id: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58, sid: ad804e6f-41c7-4807-a2b3-0e8f9f9baa58) (name: ME112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2d3fd60-452f-45f6-be31-5294186169c4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@1f73a927 (id: e2d3fd60-452f-45f6-be31-5294186169c4, sid: e2d3fd60-452f-45f6-be31-5294186169c4) (name: FE113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db8b4703-4694-4fc2-958b-f49d4d6dcf3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@6ca0c20e (id: db8b4703-4694-4fc2-958b-f49d4d6dcf3c, sid: db8b4703-4694-4fc2-958b-f49d4d6dcf3c) (name: FE120) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a93b1feb-35ec-4a28-9f06-b9860a05712c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3344d559 (id: a93b1feb-35ec-4a28-9f06-b9860a05712c, sid: a93b1feb-35ec-4a28-9f06-b9860a05712c) (name: ME121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3420ce0-5e20-4865-9279-23afc0441d53 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@13d312c5 (id: a3420ce0-5e20-4865-9279-23afc0441d53, sid: a3420ce0-5e20-4865-9279-23afc0441d53) (name: ME122) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2ae59b5a-eb85-401b-92ff-e50c3aa956ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@651fc0b3 (id: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba, sid: 2ae59b5a-eb85-401b-92ff-e50c3aa956ba) (name: ME126) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58aa8b52-8018-4e45-a1f3-3630baec8cea org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@760d3bd3 (id: 58aa8b52-8018-4e45-a1f3-3630baec8cea, sid: 58aa8b52-8018-4e45-a1f3-3630baec8cea) (name: ME127) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de451f57-7c9f-46cb-b697-43a5fef9b59a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@5ffb1c53 (id: de451f57-7c9f-46cb-b697-43a5fef9b59a, sid: de451f57-7c9f-46cb-b697-43a5fef9b59a) (name: FE128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e123cd4e-2368-47fa-a05a-132c2c0ce2e1 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@3cdd50a8 (id: e123cd4e-2368-47fa-a05a-132c2c0ce2e1, sid: e123cd4e-2368-47fa-a05a-132c2c0ce2e1) (name: E11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 701138ae-0d73-4277-9cc8-cf7bb45ed56a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@275c05d8 (id: 701138ae-0d73-4277-9cc8-cf7bb45ed56a, sid: 701138ae-0d73-4277-9cc8-cf7bb45ed56a) (name: E12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3e1b0663-9231-4097-9335-ef1b8839d7ca org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@38907143 (id: 3e1b0663-9231-4097-9335-ef1b8839d7ca, sid: 3e1b0663-9231-4097-9335-ef1b8839d7ca) (name: E13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f05e484-4fd0-43ed-af45-f1d27613efbe org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@6900b4df (id: 3f05e484-4fd0-43ed-af45-f1d27613efbe, sid: 3f05e484-4fd0-43ed-af45-f1d27613efbe) (name: CF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 3714b6d0-2627-4008-96c5-cd20ce63b985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2eb51ee2 (id: 3714b6d0-2627-4008-96c5-cd20ce63b985, sid: 3714b6d0-2627-4008-96c5-cd20ce63b985) (name: SF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d23b717-4809-42fb-b027-4462e160260d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@5d8ef3e1 (id: 4d23b717-4809-42fb-b027-4462e160260d, sid: 4d23b717-4809-42fb-b027-4462e160260d) (name: IU18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 275af994-6e0e-497e-92e4-c95d34da4d16 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@37004817 (id: 275af994-6e0e-497e-92e4-c95d34da4d16, sid: 275af994-6e0e-497e-92e4-c95d34da4d16) (name: ESO11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4266c4c0-2754-4b07-b32a-cf892e67673e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1628271 (id: 4266c4c0-2754-4b07-b32a-cf892e67673e, sid: 4266c4c0-2754-4b07-b32a-cf892e67673e) (name: ERO12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 706aab68-7d9d-4ec4-b20a-2965bffe58cb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2b596847 (id: 706aab68-7d9d-4ec4-b20a-2965bffe58cb, sid: 706aab68-7d9d-4ec4-b20a-2965bffe58cb) (name: ESO13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0843782b-3f1e-4053-be88-ed625806a260 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3a9a35e5 (id: 0843782b-3f1e-4053-be88-ed625806a260, sid: 0843782b-3f1e-4053-be88-ed625806a260) (name: ERO14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 230c542b-6a13-4987-8317-df38d38e365b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@fef9251 (id: 230c542b-6a13-4987-8317-df38d38e365b, sid: 230c542b-6a13-4987-8317-df38d38e365b) (name: ESO15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 374006cb-9cdc-4cb4-9b24-96d7f1f5063c org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@1a8bf8d7 (id: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c, sid: 374006cb-9cdc-4cb4-9b24-96d7f1f5063c) (name: ERO16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0c5ff5b6-c55b-4d4c-b951-b44b956397ee org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7a70a091 (id: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee, sid: 0c5ff5b6-c55b-4d4c-b951-b44b956397ee) (name: ESO17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db047ff8-01a6-4494-bdd0-d1600bb01f79 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@112e8727 (id: db047ff8-01a6-4494-bdd0-d1600bb01f79, sid: db047ff8-01a6-4494-bdd0-d1600bb01f79) (name: ERO18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3209c0e-a755-47be-be02-803708bda548 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@62a0e249 (id: b3209c0e-a755-47be-be02-803708bda548, sid: b3209c0e-a755-47be-be02-803708bda548) (name: ESO19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 874461b9-8647-4f7d-92d2-c84ef933c4b2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2728f38a (id: 874461b9-8647-4f7d-92d2-c84ef933c4b2, sid: 874461b9-8647-4f7d-92d2-c84ef933c4b2) (name: ERO110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00164d91-88b5-412e-b1a3-93edae0db1f2 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@58a3abd6 (id: 00164d91-88b5-412e-b1a3-93edae0db1f2, sid: 00164d91-88b5-412e-b1a3-93edae0db1f2) (name: ESO111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4bd2526-99a8-4bf5-951d-e2be49d01756 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3dd1185a (id: d4bd2526-99a8-4bf5-951d-e2be49d01756, sid: d4bd2526-99a8-4bf5-951d-e2be49d01756) (name: ERO112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@7be1fffa (id: ed5abed8-2185-44ee-9566-73dd1edecb6b, sid: ed5abed8-2185-44ee-9566-73dd1edecb6b) (name: S3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 89d694c6-0b89-4654-8cf5-ae928e2e5a4d org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3d8fb249 (id: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d, sid: 89d694c6-0b89-4654-8cf5-ae928e2e5a4d) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53234aab-0a40-4562-b4ca-bda8bf74a7a8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6892f9a1 (id: 53234aab-0a40-4562-b4ca-bda8bf74a7a8, sid: 53234aab-0a40-4562-b4ca-bda8bf74a7a8) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce965456-b415-4988-872e-bb9a476b9b69 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@78c246cb (id: ce965456-b415-4988-872e-bb9a476b9b69, sid: ce965456-b415-4988-872e-bb9a476b9b69) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9c765ad8-ef89-45e5-a321-fb2a731630f0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@381fbe60 (id: 9c765ad8-ef89-45e5-a321-fb2a731630f0, sid: 9c765ad8-ef89-45e5-a321-fb2a731630f0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 634f4ba9-577f-4031-8df4-fd93c1d664fd org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@18e2857e (id: 634f4ba9-577f-4031-8df4-fd93c1d664fd, sid: 634f4ba9-577f-4031-8df4-fd93c1d664fd) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 8ed6f8b3-b244-45ee-9766-521d021c1771 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5bf63a0 (id: 8ed6f8b3-b244-45ee-9766-521d021c1771, sid: 8ed6f8b3-b244-45ee-9766-521d021c1771) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f5e1ea66-6d96-48bd-a14e-091ee920db84 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7ada39ee (id: f5e1ea66-6d96-48bd-a14e-091ee920db84, sid: f5e1ea66-6d96-48bd-a14e-091ee920db84) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 692d187a-5b34-4bab-81e0-788e34659130 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@761f9abe (id: 692d187a-5b34-4bab-81e0-788e34659130, sid: 692d187a-5b34-4bab-81e0-788e34659130) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e0fb5be3-9d01-485e-8a69-fbc37ecef4e5 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1760bb70 (id: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5, sid: e0fb5be3-9d01-485e-8a69-fbc37ecef4e5) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 48404792-3709-4349-a7ff-3bf61eca6db3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1da01948 (id: 48404792-3709-4349-a7ff-3bf61eca6db3, sid: 48404792-3709-4349-a7ff-3bf61eca6db3) (name: ME31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4ebf17e2 (id: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6, sid: fd97f25a-10f5-40e3-8a8d-7bb6504c6aa6) (name: ME32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf05f72-069b-4c65-8530-33a324be2702 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7b3c4336 (id: 0cf05f72-069b-4c65-8530-33a324be2702, sid: 0cf05f72-069b-4c65-8530-33a324be2702) (name: FE37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3ee82faf-a523-4eed-8aa7-6135b64fe9f6 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@6230b33c (id: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6, sid: 3ee82faf-a523-4eed-8aa7-6135b64fe9f6) (name: IO38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 005d131b-5ff4-4d55-abe1-c91a512ef77c org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@5f6081cf (id: 005d131b-5ff4-4d55-abe1-c91a512ef77c, sid: 005d131b-5ff4-4d55-abe1-c91a512ef77c) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c11e75e2-bf5a-4b89-a98d-eb072860c4a8 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@64b579f3 (id: c11e75e2-bf5a-4b89-a98d-eb072860c4a8, sid: c11e75e2-bf5a-4b89-a98d-eb072860c4a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 5848f4de-4729-4fdc-b2a2-1591f04c8424 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@7d09b3a0 (id: 5848f4de-4729-4fdc-b2a2-1591f04c8424, sid: 5848f4de-4729-4fdc-b2a2-1591f04c8424) (name: FE39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bda50fa-8148-4377-a946-fb75299a256e org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@1a47466e (id: 6bda50fa-8148-4377-a946-fb75299a256e, sid: 6bda50fa-8148-4377-a946-fb75299a256e) (name: FE310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 878953e3-2e63-4f31-bd9a-c8ef8bff11c9 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@498281e7 (id: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9, sid: 878953e3-2e63-4f31-bd9a-c8ef8bff11c9) (name: FE315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7df8775a (id: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5, sid: 01b2cb35-87aa-4d98-9b37-ac5c22a19ad5) (name: ME316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4d4e28de-c8fd-4691-8bfe-c472c96133d0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@58016bdd (id: 4d4e28de-c8fd-4691-8bfe-c472c96133d0, sid: 4d4e28de-c8fd-4691-8bfe-c472c96133d0) (name: ME317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfa622d7-4932-4ac8-baf8-cfc89f24e1a8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@22d2552a (id: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8, sid: dfa622d7-4932-4ac8-baf8-cfc89f24e1a8) (name: ME319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e77abb0f-466f-4b41-a310-9c6343ceac16 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1c2eb48d (id: e77abb0f-466f-4b41-a310-9c6343ceac16, sid: e77abb0f-466f-4b41-a310-9c6343ceac16) (name: ME320) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4740d64-ed5e-4fec-b640-40bf1b1242ae org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@13f3b0a0 (id: a4740d64-ed5e-4fec-b640-40bf1b1242ae, sid: a4740d64-ed5e-4fec-b640-40bf1b1242ae) (name: IS323) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f542603-150e-493b-a33a-e148a90d8803 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@26b4c840 (id: 9f542603-150e-493b-a33a-e148a90d8803, sid: 9f542603-150e-493b-a33a-e148a90d8803) (name: IS325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96cb3f60-2b21-4395-ac59-856b94721538 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4dc67793 (id: 96cb3f60-2b21-4395-ac59-856b94721538, sid: 96cb3f60-2b21-4395-ac59-856b94721538) (name: ME327) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c0a9acb-1d26-4421-94ac-fb0f3e569806 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@300f4638 (id: 8c0a9acb-1d26-4421-94ac-fb0f3e569806, sid: 8c0a9acb-1d26-4421-94ac-fb0f3e569806) (name: ME328) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 69f5ec3c-257a-4ce1-9081-0236e8f17162 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@30796eb1 (id: 69f5ec3c-257a-4ce1-9081-0236e8f17162, sid: 69f5ec3c-257a-4ce1-9081-0236e8f17162) (name: IS329) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06ad964e-75e6-4166-b155-436d02f511a6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@63e00c3 (id: 06ad964e-75e6-4166-b155-436d02f511a6, sid: 06ad964e-75e6-4166-b155-436d02f511a6) (name: IS330) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 284ef60b-d49a-497a-a4fa-92b33c1ccea7 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@78ba8578 (id: 284ef60b-d49a-497a-a4fa-92b33c1ccea7, sid: 284ef60b-d49a-497a-a4fa-92b33c1ccea7) (name: IS331) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65ca8f97-c086-415b-9186-9570257b0e26 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@324e32d1 (id: 65ca8f97-c086-415b-9186-9570257b0e26, sid: 65ca8f97-c086-415b-9186-9570257b0e26) (name: IS332) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63dfc733-7ed1-470b-8153-3e1c0de9cce1 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@49b9cecf (id: 63dfc733-7ed1-470b-8153-3e1c0de9cce1, sid: 63dfc733-7ed1-470b-8153-3e1c0de9cce1) (name: EE333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 093adcf3-10b2-4d2a-856b-1e59d5e2846c org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3ff7e723 (id: 093adcf3-10b2-4d2a-856b-1e59d5e2846c, sid: 093adcf3-10b2-4d2a-856b-1e59d5e2846c) (name: ME334) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d81338-a4d6-44bc-b564-fd0e6abc7bc5 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@13ca34e0 (id: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5, sid: 68d81338-a4d6-44bc-b564-fd0e6abc7bc5) (name: ME335) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd4a403f-79dc-425b-a0d9-4376c58f4820 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3eb238a2 (id: dd4a403f-79dc-425b-a0d9-4376c58f4820, sid: dd4a403f-79dc-425b-a0d9-4376c58f4820) (name: ME342) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90470b3a-38b2-47ae-8371-325282a637ac org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5a1e2b9 (id: 90470b3a-38b2-47ae-8371-325282a637ac, sid: 90470b3a-38b2-47ae-8371-325282a637ac) (name: E31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 886ed150-bb46-4efb-ac35-b4d8fcd32659 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@68464bee (id: 886ed150-bb46-4efb-ac35-b4d8fcd32659, sid: 886ed150-bb46-4efb-ac35-b4d8fcd32659) (name: E35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6952113-9a2a-47a1-a65a-e4f868f2ff61 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5244d02 (id: f6952113-9a2a-47a1-a65a-e4f868f2ff61, sid: f6952113-9a2a-47a1-a65a-e4f868f2ff61) (name: E37) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 33e7e4d2-7e20-4531-a665-4949b92e552b org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@21b1255d (id: 33e7e4d2-7e20-4531-a665-4949b92e552b, sid: 33e7e4d2-7e20-4531-a665-4949b92e552b) (name: SF38) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4655482f-b665-45cb-b5a8-8eaa55116c40 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@7b7203be (id: 4655482f-b665-45cb-b5a8-8eaa55116c40, sid: 4655482f-b665-45cb-b5a8-8eaa55116c40) (name: SF39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5813bfc6-7be2-4218-aae0-0d699acd50a4 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@1838bca4 (id: 5813bfc6-7be2-4218-aae0-0d699acd50a4, sid: 5813bfc6-7be2-4218-aae0-0d699acd50a4) (name: SF310) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f44218e-050b-4020-9fea-154fd58fc4eb org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@7c647127 (id: 4f44218e-050b-4020-9fea-154fd58fc4eb, sid: 4f44218e-050b-4020-9fea-154fd58fc4eb) (name: CF313) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = 940d851d-7521-4719-9672-a35c63d52f4b org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@3e2410d (id: 940d851d-7521-4719-9672-a35c63d52f4b, sid: 940d851d-7521-4719-9672-a35c63d52f4b) (name: IU315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5358dcbe-1ed7-4c68-a80b-a5abb0eda809 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@13ee0238 (id: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809, sid: 5358dcbe-1ed7-4c68-a80b-a5abb0eda809) (name: ESO31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1595925b-9ade-498a-9e0b-35c5f913d8fe org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4cdca42b (id: 1595925b-9ade-498a-9e0b-35c5f913d8fe, sid: 1595925b-9ade-498a-9e0b-35c5f913d8fe) (name: ERO32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d5ce24e-33d0-4560-9063-8f0fa4a56493 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4cc41294 (id: 1d5ce24e-33d0-4560-9063-8f0fa4a56493, sid: 1d5ce24e-33d0-4560-9063-8f0fa4a56493) (name: ESO33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e1657fc9-58bc-458b-b983-bdaaa1d44bdb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5dbfc828 (id: e1657fc9-58bc-458b-b983-bdaaa1d44bdb, sid: e1657fc9-58bc-458b-b983-bdaaa1d44bdb) (name: ERO34) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 28aedd28-6942-42c0-8d73-5f180fdfc4ba org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1765881b (id: 28aedd28-6942-42c0-8d73-5f180fdfc4ba, sid: 28aedd28-6942-42c0-8d73-5f180fdfc4ba) (name: ESO315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f0278-1b4e-4822-b9aa-f86f3be963e9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@f97014f (id: 302f0278-1b4e-4822-b9aa-f86f3be963e9, sid: 302f0278-1b4e-4822-b9aa-f86f3be963e9) (name: ESO316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca392cc2-8024-46d5-8fe7-01b525975fc1 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4b8b0715 (id: ca392cc2-8024-46d5-8fe7-01b525975fc1, sid: ca392cc2-8024-46d5-8fe7-01b525975fc1) (name: ERO317) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d5c3172-e023-4536-9cd0-11f5a99fa7d9 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@637f94d2 (id: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9, sid: 7d5c3172-e023-4536-9cd0-11f5a99fa7d9) (name: ESO318) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5861fdf6 (id: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4, sid: 1eca2be8-7796-4a2c-be42-71c4fd1b0eb4) (name: ERO319) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 849ba6e8-3143-4c7e-87e6-1809a47d38f4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@39ea72a (id: 849ba6e8-3143-4c7e-87e6-1809a47d38f4, sid: 849ba6e8-3143-4c7e-87e6-1809a47d38f4) (name: ESO324) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cf5673a-eaf0-40ed-8379-4dc14db81e00 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@274dbbad (id: 0cf5673a-eaf0-40ed-8379-4dc14db81e00, sid: 0cf5673a-eaf0-40ed-8379-4dc14db81e00) (name: ERO325) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec865fc-7eb8-470f-9c79-ab629a60b206 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@2a637df1 (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a973a99f-fdbc-4bdd-a474-2ab19b4bd212 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@4822f56a (id: a973a99f-fdbc-4bdd-a474-2ab19b4bd212, sid: a973a99f-fdbc-4bdd-a474-2ab19b4bd212) (name: S5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = df9fff6e-2d3d-4974-9d2f-b97ef4465ccc org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@2f8bf10 (id: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc, sid: df9fff6e-2d3d-4974-9d2f-b97ef4465ccc) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89b9ef51-edbe-4322-a9cb-ef06aaeac751 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@33c5c64b (id: 89b9ef51-edbe-4322-a9cb-ef06aaeac751, sid: 89b9ef51-edbe-4322-a9cb-ef06aaeac751) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f52e28ce-07ee-4ec9-a2da-573524701ab8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@4f50f46f (id: f52e28ce-07ee-4ec9-a2da-573524701ab8, sid: f52e28ce-07ee-4ec9-a2da-573524701ab8) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f2b58c9-3424-41ed-a8c6-d72602f3be4d org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@897c2aa (id: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d, sid: 9f2b58c9-3424-41ed-a8c6-d72602f3be4d) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = f2ef27d9-e287-4950-bc2e-2b984daf2b92 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3388b138 (id: f2ef27d9-e287-4950-bc2e-2b984daf2b92, sid: f2ef27d9-e287-4950-bc2e-2b984daf2b92) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 63bfce71-2345-4e32-b2e6-6b34ef940a28 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7bb3c8aa (id: 63bfce71-2345-4e32-b2e6-6b34ef940a28, sid: 63bfce71-2345-4e32-b2e6-6b34ef940a28) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = c8bde1e9-64a6-4981-9e82-e0c147963b06 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@4d07c7e4 (id: c8bde1e9-64a6-4981-9e82-e0c147963b06, sid: c8bde1e9-64a6-4981-9e82-e0c147963b06) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@35d122fb (id: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f, sid: bb7ea2fb-1cc0-4d15-a9e9-d1ba7c405c0f) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 414a4f08-26f5-4eee-bfbd-5845160c38e1 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@55fee98b (id: 414a4f08-26f5-4eee-bfbd-5845160c38e1, sid: 414a4f08-26f5-4eee-bfbd-5845160c38e1) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 75802697-206c-4dff-a15d-d365e68a292f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6984cf35 (id: 75802697-206c-4dff-a15d-d365e68a292f, sid: 75802697-206c-4dff-a15d-d365e68a292f) (name: ME51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b23382b-8c5c-4172-8404-f804dbfd327d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@18f3d019 (id: 8b23382b-8c5c-4172-8404-f804dbfd327d, sid: 8b23382b-8c5c-4172-8404-f804dbfd327d) (name: ME52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68ffda50-301a-4707-ba47-001886f8a603 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@354b27ca (id: 68ffda50-301a-4707-ba47-001886f8a603, sid: 68ffda50-301a-4707-ba47-001886f8a603) (name: FE54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a329ba50-5163-4c58-a481-0d8a9bf45ba5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7af9ab31 (id: a329ba50-5163-4c58-a481-0d8a9bf45ba5, sid: a329ba50-5163-4c58-a481-0d8a9bf45ba5) (name: IS55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1176f86b-2393-4493-806b-ebfdfae05acc org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7c0cdf6f (id: 1176f86b-2393-4493-806b-ebfdfae05acc, sid: 1176f86b-2393-4493-806b-ebfdfae05acc) (name: IS56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 558673ce-b879-4c82-aef5-1f9f141c942a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@3229d58b (id: 558673ce-b879-4c82-aef5-1f9f141c942a, sid: 558673ce-b879-4c82-aef5-1f9f141c942a) (name: IS57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5cbc2602-4427-41aa-a63e-f09caccf7ab5 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5eb0d173 (id: 5cbc2602-4427-41aa-a63e-f09caccf7ab5, sid: 5cbc2602-4427-41aa-a63e-f09caccf7ab5) (name: IS58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34840bdf-c61c-4dbd-9ee1-9cf0e8454016 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@692749b7 (id: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016, sid: 34840bdf-c61c-4dbd-9ee1-9cf0e8454016) (name: FE59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9637d600-7ed7-43a2-ba92-85ec161a0fd4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@73ca045b (id: 9637d600-7ed7-43a2-ba92-85ec161a0fd4, sid: 9637d600-7ed7-43a2-ba92-85ec161a0fd4) (name: ME510) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@27a2c44e (id: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc, sid: 9d2a50ec-2f3d-4d72-8806-d0fe6af862fc) (name: ME514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@301740ac (id: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62, sid: d4cd2d6b-6f8e-444c-9cc0-da6f17ac1b62) (name: ME515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b00d80a6-8fe9-4574-976e-c590d0b17893 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@649c38e7 (id: b00d80a6-8fe9-4574-976e-c590d0b17893, sid: b00d80a6-8fe9-4574-976e-c590d0b17893) (name: ME516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce36b5c2-cacf-41af-b6e8-f7194c0c2350 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2fbc1f70 (id: ce36b5c2-cacf-41af-b6e8-f7194c0c2350, sid: ce36b5c2-cacf-41af-b6e8-f7194c0c2350) (name: ME517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58eef0cc-1149-4e3a-83d8-60d6728fae26 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1e8d3e7d (id: 58eef0cc-1149-4e3a-83d8-60d6728fae26, sid: 58eef0cc-1149-4e3a-83d8-60d6728fae26) (name: ME518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6bf13a2-716e-4750-853e-1792a7e4bdf9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@14950f20 (id: d6bf13a2-716e-4750-853e-1792a7e4bdf9, sid: d6bf13a2-716e-4750-853e-1792a7e4bdf9) (name: ME519) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ac2e100-31cb-4199-a0b2-b051726e3fb8 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@64807dea (id: 4ac2e100-31cb-4199-a0b2-b051726e3fb8, sid: 4ac2e100-31cb-4199-a0b2-b051726e3fb8) (name: FE526) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae32b42e-ab7f-4b6c-9630-0307f3469a83 org.polarsys.capella.core.data.interaction.impl.InteractionOperandImpl@27164d65 (id: ae32b42e-ab7f-4b6c-9630-0307f3469a83, sid: ae32b42e-ab7f-4b6c-9630-0307f3469a83) (name: IO527) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83fc3448-30f8-424d-997b-accdf0596cac org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@3bc5bad5 (id: 83fc3448-30f8-424d-997b-accdf0596cac, sid: 83fc3448-30f8-424d-997b-accdf0596cac) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc02a8df-2bbc-49d3-9dde-7e6b59f06da5 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@4cdec505 (id: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5, sid: dc02a8df-2bbc-49d3-9dde-7e6b59f06da5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [true], languages: [capella:linkedText]) ID = 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2b569e59 (id: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6, sid: 15bd40bb-8bb3-4263-aaf2-01f98cfcb9b6) (name: ME528) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8dd010e4-ed58-4d77-828d-bf9bf45a366a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3e3e8333 (id: 8dd010e4-ed58-4d77-828d-bf9bf45a366a, sid: 8dd010e4-ed58-4d77-828d-bf9bf45a366a) (name: ME529) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 62890d9f-2eb7-49c1-9015-5c84fe2048ef org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@283b8533 (id: 62890d9f-2eb7-49c1-9015-5c84fe2048ef, sid: 62890d9f-2eb7-49c1-9015-5c84fe2048ef) (name: IS530) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebcc62ea-e681-4570-b365-474b0924c68b org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@12f79bdc (id: ebcc62ea-e681-4570-b365-474b0924c68b, sid: ebcc62ea-e681-4570-b365-474b0924c68b) (name: IS531) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d965808-8a40-422c-ad82-8fe33c826499 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@dcc6b8d (id: 6d965808-8a40-422c-ad82-8fe33c826499, sid: 6d965808-8a40-422c-ad82-8fe33c826499) (name: EE532) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9fee045d-9f92-4427-b30f-8c78ef5a08ed org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@4721461c (id: 9fee045d-9f92-4427-b30f-8c78ef5a08ed, sid: 9fee045d-9f92-4427-b30f-8c78ef5a08ed) (name: FE533) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f07f2b7-7375-4f2f-a375-d85a86be25bc org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@33c741d6 (id: 6f07f2b7-7375-4f2f-a375-d85a86be25bc, sid: 6f07f2b7-7375-4f2f-a375-d85a86be25bc) (name: E51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16179c3-9e3c-4260-9b52-32b8cfe0828d org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@1d400509 (id: f16179c3-9e3c-4260-9b52-32b8cfe0828d, sid: f16179c3-9e3c-4260-9b52-32b8cfe0828d) (name: E52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad905122-3e9e-4c0e-be21-62b50f5c3046 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@37221319 (id: ad905122-3e9e-4c0e-be21-62b50f5c3046, sid: ad905122-3e9e-4c0e-be21-62b50f5c3046) (name: E55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef560ce7-abb1-47df-a503-65bdcdcb62c4 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@2a5730b9 (id: ef560ce7-abb1-47df-a503-65bdcdcb62c4, sid: ef560ce7-abb1-47df-a503-65bdcdcb62c4) (name: IU56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1160c0ec-2101-4ac3-86ee-1bf7f555cf85 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2dc74f31 (id: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85, sid: 1160c0ec-2101-4ac3-86ee-1bf7f555cf85) (name: SF57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68d7958d-7aa7-4b71-b66f-c64290a722f8 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2ed63d7 (id: 68d7958d-7aa7-4b71-b66f-c64290a722f8, sid: 68d7958d-7aa7-4b71-b66f-c64290a722f8) (name: SF58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa73d99f-1847-485d-b66b-79e275137819 org.polarsys.capella.core.data.interaction.impl.CombinedFragmentImpl@21985397 (id: fa73d99f-1847-485d-b66b-79e275137819, sid: fa73d99f-1847-485d-b66b-79e275137819) (name: CF511) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (operator: LOOP) ID = bc42470d-a8bc-40f3-9248-05cd00363990 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@48827fa8 (id: bc42470d-a8bc-40f3-9248-05cd00363990, sid: bc42470d-a8bc-40f3-9248-05cd00363990) (name: SF512) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f16f4aef-d762-44a7-b26a-b06bb03c0862 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6d45d6a2 (id: f16f4aef-d762-44a7-b26a-b06bb03c0862, sid: f16f4aef-d762-44a7-b26a-b06bb03c0862) (name: ESO51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca0f40f2-7f63-4d46-ab9b-d4969570d529 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@52ae8bb9 (id: ca0f40f2-7f63-4d46-ab9b-d4969570d529, sid: ca0f40f2-7f63-4d46-ab9b-d4969570d529) (name: ERO52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@31496e90 (id: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7, sid: 6b99503c-0d9d-4b8a-a6b8-78e04bbfbda7) (name: ESO53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 95a7526c-6450-4c56-802c-a49eeda78ccf org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6aed382e (id: 95a7526c-6450-4c56-802c-a49eeda78ccf, sid: 95a7526c-6450-4c56-802c-a49eeda78ccf) (name: ERO54) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6f53584e-c6f3-431f-ade7-608696693204 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@29de0317 (id: 6f53584e-c6f3-431f-ade7-608696693204, sid: 6f53584e-c6f3-431f-ade7-608696693204) (name: ESO55) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5afc714d-e17e-4f61-a55a-61e503760708 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@f0ba6d6 (id: 5afc714d-e17e-4f61-a55a-61e503760708, sid: 5afc714d-e17e-4f61-a55a-61e503760708) (name: ERO56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f798fd06-7517-4dc4-ad80-76837a693e85 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@75cc6449 (id: f798fd06-7517-4dc4-ad80-76837a693e85, sid: f798fd06-7517-4dc4-ad80-76837a693e85) (name: ESO57) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 22b74a84-cf34-4b7b-b3bb-34c1bdeccead org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@76e30e96 (id: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead, sid: 22b74a84-cf34-4b7b-b3bb-34c1bdeccead) (name: ERO58) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 028cedeb-fa23-4e3e-92d7-cd522ab9c83b org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@190b0b1d (id: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b, sid: 028cedeb-fa23-4e3e-92d7-cd522ab9c83b) (name: ESO515) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3c1c39b-71e3-4b71-8ff1-a3b6427dd839 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@95b3a05 (id: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839, sid: b3c1c39b-71e3-4b71-8ff1-a3b6427dd839) (name: ESO516) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2b162008 (id: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab, sid: 81a0b8ba-94ef-4dbd-bc09-bdc3f82fe5ab) (name: ERO517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44315063-b66e-4190-a826-bd5cfda20a7b org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@3ef9ece0 (id: 44315063-b66e-4190-a826-bd5cfda20a7b, sid: 44315063-b66e-4190-a826-bd5cfda20a7b) (name: EE518) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@7f6b4bc1 (id: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb, sid: 8c4ce96a-99f4-44d1-bd32-08fb3b4142bb) (name: S6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@35bcaea5 (id: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42, sid: de9ea2f9-b708-4af8-bc7d-7c9cfe1d8d42) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e277632a-8c4f-424e-90fc-eac2aac5e01f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6143a416 (id: e277632a-8c4f-424e-90fc-eac2aac5e01f, sid: e277632a-8c4f-424e-90fc-eac2aac5e01f) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a331f18a-0384-4fe5-bea6-d286c1802fd0 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@48b3f400 (id: a331f18a-0384-4fe5-bea6-d286c1802fd0, sid: a331f18a-0384-4fe5-bea6-d286c1802fd0) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 49fee0e1-4a5c-40b0-870d-8664440c1976 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@18aaa235 (id: 49fee0e1-4a5c-40b0-870d-8664440c1976, sid: 49fee0e1-4a5c-40b0-870d-8664440c1976) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 1c783a78-916a-408e-b006-47078f6139ae org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@245e3b6b (id: 1c783a78-916a-408e-b006-47078f6139ae, sid: 1c783a78-916a-408e-b006-47078f6139ae) (name: ME61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7eb7345c (id: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee, sid: ef037ac2-38f2-4bb6-8b23-b46d9fbb58ee) (name: ME62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 288fccf8-09f2-4943-98f8-436a7a756c9e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@23bcdae5 (id: 288fccf8-09f2-4943-98f8-436a7a756c9e, sid: 288fccf8-09f2-4943-98f8-436a7a756c9e) (name: ME63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@e02526c (id: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d, sid: ee3e6bc9-4740-4ceb-bc0e-a468cf5a878d) (name: ME64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 895f3d4f-92e7-4c24-9207-fc1d246f473a org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@57b89d43 (id: 895f3d4f-92e7-4c24-9207-fc1d246f473a, sid: 895f3d4f-92e7-4c24-9207-fc1d246f473a) (name: FE614) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18aaae26-992c-48cf-b9bb-81fb9a55dc3c org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@26b73d06 (id: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c, sid: 18aaae26-992c-48cf-b9bb-81fb9a55dc3c) (name: FE615) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c8a32cfa-4824-4f5c-87ed-5dde1501eb11 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@3952f1d7 (id: c8a32cfa-4824-4f5c-87ed-5dde1501eb11, sid: c8a32cfa-4824-4f5c-87ed-5dde1501eb11) (name: FE619) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23cea701-11c2-4663-87d3-ee5fb20d5ee4 org.polarsys.capella.core.data.interaction.impl.FragmentEndImpl@43faf506 (id: 23cea701-11c2-4663-87d3-ee5fb20d5ee4, sid: 23cea701-11c2-4663-87d3-ee5fb20d5ee4) (name: FE620) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7b3f7ff-79b9-42d6-8e99-74107740e57f org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1082bca9 (id: a7b3f7ff-79b9-42d6-8e99-74107740e57f, sid: a7b3f7ff-79b9-42d6-8e99-74107740e57f) (name: IS625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18c385da-2a64-4f98-ac11-29a7c8a276a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@38d3c32c (id: 18c385da-2a64-4f98-ac11-29a7c8a276a9, sid: 18c385da-2a64-4f98-ac11-29a7c8a276a9) (name: IS626) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc502ee1-40e3-411e-bfdf-491803a67910 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@11c3e8cb (id: cc502ee1-40e3-411e-bfdf-491803a67910, sid: cc502ee1-40e3-411e-bfdf-491803a67910) (name: IS628) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a57713c-69f7-4ca2-ab99-184a043a40a9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@142169ae (id: 7a57713c-69f7-4ca2-ab99-184a043a40a9, sid: 7a57713c-69f7-4ca2-ab99-184a043a40a9) (name: IS629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787a5d4c-d990-48f2-ad8a-6e239620ac86 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@411c0cd (id: 787a5d4c-d990-48f2-ad8a-6e239620ac86, sid: 787a5d4c-d990-48f2-ad8a-6e239620ac86) (name: E61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 818989b8-156c-4204-b2de-03b9685fb91d org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@5632cffb (id: 818989b8-156c-4204-b2de-03b9685fb91d, sid: 818989b8-156c-4204-b2de-03b9685fb91d) (name: IU611) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 142c8a21-ec39-442e-9e59-14f14a0e7b13 org.polarsys.capella.core.data.interaction.impl.InteractionUseImpl@26cf6184 (id: 142c8a21-ec39-442e-9e59-14f14a0e7b13, sid: 142c8a21-ec39-442e-9e59-14f14a0e7b13) (name: IU612) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf999733-9df9-4015-9c52-539e31d7fe21 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@3ece91ff (id: cf999733-9df9-4015-9c52-539e31d7fe21, sid: cf999733-9df9-4015-9c52-539e31d7fe21) (name: SF613) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1455721f-3f4c-441c-aa85-a5285638abc3 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2506101f (id: 1455721f-3f4c-441c-aa85-a5285638abc3, sid: 1455721f-3f4c-441c-aa85-a5285638abc3) (name: ESO61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 976099b0-45ce-4727-86a6-e507f171ad10 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7898967a (id: 976099b0-45ce-4727-86a6-e507f171ad10, sid: 976099b0-45ce-4727-86a6-e507f171ad10) (name: ERO62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 202c3cc4-56d1-4149-b811-cec1fcfd3e91 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3293b1ff (id: 202c3cc4-56d1-4149-b811-cec1fcfd3e91, sid: 202c3cc4-56d1-4149-b811-cec1fcfd3e91) (name: ESO63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eabc04c4-53d8-4e79-b320-eab36f00bf5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@d955829 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@16d44726 (id: 070f2a0f-2b82-4fc0-9d43-287833539653, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d org.polarsys.capella.core.data.information.impl.DataPkgImpl@3e2de696 (id: 8371d3c7-7b82-4a9f-b4b8-9b31e8631f1d, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@727d5807 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f311af2e-37ba-4072-8d21-df07c5e1628e org.polarsys.capella.core.data.cs.impl.PartImpl@5af0857e (id: f311af2e-37ba-4072-8d21-df07c5e1628e, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f286ea5b-f949-4077-8b97-6fb986de802a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@43bbb146 (id: f286ea5b-f949-4077-8b97-6fb986de802a, sid: f286ea5b-f949-4077-8b97-6fb986de802a) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0bef8b59-da87-45ab-acab-2a973f847f9e org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5b1e7456 (id: 0bef8b59-da87-45ab-acab-2a973f847f9e, sid: 0bef8b59-da87-45ab-acab-2a973f847f9e) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 9c17cce7-f700-41fd-b6b1-6a52cdfcff74 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@59bc13e (id: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74, sid: 9c17cce7-f700-41fd-b6b1-6a52cdfcff74) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 64e4ed38-69cd-421e-be51-af3d58bb2060 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@78df5424 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@35991415 (id: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 1e64417a-8668-443c-9693-0d869fadddf3 org.polarsys.capella.core.data.cs.impl.PartImpl@4e649fb4 (id: 1e64417a-8668-443c-9693-0d869fadddf3, sid: 1e64417a-8668-443c-9693-0d869fadddf3) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5d0ac899-847f-42fe-81a8-15f556a7b7a3 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@15ad2577 (id: 5d0ac899-847f-42fe-81a8-15f556a7b7a3, sid: 5d0ac899-847f-42fe-81a8-15f556a7b7a3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bb07eee-9c87-48c3-a53f-5942d18b7f27 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@17d13d92 (id: 6bb07eee-9c87-48c3-a53f-5942d18b7f27, sid: 6bb07eee-9c87-48c3-a53f-5942d18b7f27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9478d03f-caaa-4d21-bc6f-76604a0c2219 org.polarsys.capella.core.data.cs.impl.PartImpl@769f3bab (id: 9478d03f-caaa-4d21-bc6f-76604a0c2219, sid: 9478d03f-caaa-4d21-bc6f-76604a0c2219) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7478a2a9-e392-460f-81f9-ee41a72a251c org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@1cec83f3 (id: 7478a2a9-e392-460f-81f9-ee41a72a251c, sid: 7478a2a9-e392-460f-81f9-ee41a72a251c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03400b42-9b8f-40d3-830d-8972e9cbe4a6 org.polarsys.capella.core.data.cs.impl.PartImpl@7eb517a9 (id: 03400b42-9b8f-40d3-830d-8972e9cbe4a6, sid: 03400b42-9b8f-40d3-830d-8972e9cbe4a6) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7d639d18-7eaa-4401-b041-6ca5f87cf1cc org.polarsys.capella.core.data.cs.impl.PartImpl@71f829b7 (id: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc, sid: 7d639d18-7eaa-4401-b041-6ca5f87cf1cc) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2caf3822-3b1b-4aa9-80d4-d41462c91a7e org.polarsys.capella.core.data.cs.impl.PartImpl@973df60 (id: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e, sid: 2caf3822-3b1b-4aa9-80d4-d41462c91a7e) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@8b1b8e8 (id: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2, sid: 1cf7a811-e608-472d-9dcf-2afdf1c9bee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 7ad77015-075a-4e70-b76a-4dbbeb9a802e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@13d2a82 (id: 7ad77015-075a-4e70-b76a-4dbbeb9a802e, sid: 7ad77015-075a-4e70-b76a-4dbbeb9a802e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = f4e47e5a-a167-43f3-9b24-c0ac72e48785 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@65c52818 (id: f4e47e5a-a167-43f3-9b24-c0ac72e48785, sid: f4e47e5a-a167-43f3-9b24-c0ac72e48785) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0cea4934-c0bc-4d87-9c86-a5d51b053ec9 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@24189a72 (id: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9, sid: 0cea4934-c0bc-4d87-9c86-a5d51b053ec9) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e47fb10f-e75e-4c82-83c1-94f63d258d1e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@21eb00e1 (id: e47fb10f-e75e-4c82-83c1-94f63d258d1e, sid: e47fb10f-e75e-4c82-83c1-94f63d258d1e) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@496a5764 (id: 8b77428a-bd92-400f-855e-985b561828a6, sid: 8b77428a-bd92-400f-855e-985b561828a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = eb9553fe-7bb8-4f2b-9de4-be1d210462c9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@52323b9 (id: eb9553fe-7bb8-4f2b-9de4-be1d210462c9, sid: eb9553fe-7bb8-4f2b-9de4-be1d210462c9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3782f2ea-024b-4373-bd38-4331d2a27fc3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6588e265 (id: 3782f2ea-024b-4373-bd38-4331d2a27fc3, sid: 3782f2ea-024b-4373-bd38-4331d2a27fc3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c41f115b-5580-4906-b02c-dd1ea8a6a5c2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1c1d0a3d (id: c41f115b-5580-4906-b02c-dd1ea8a6a5c2, sid: c41f115b-5580-4906-b02c-dd1ea8a6a5c2) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 007e9f0b-5261-4880-8ec2-59a8d7691090 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@757afad (id: 007e9f0b-5261-4880-8ec2-59a8d7691090, sid: 007e9f0b-5261-4880-8ec2-59a8d7691090) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 6618761f-ff06-4c95-87f0-12eba533b58c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1b756a15 (id: 6618761f-ff06-4c95-87f0-12eba533b58c, sid: 6618761f-ff06-4c95-87f0-12eba533b58c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a6df65ca-1ccb-4b95-86d2-a667c9af5e0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@39cc28d4 (id: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e, sid: a6df65ca-1ccb-4b95-86d2-a667c9af5e0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2862b6ba-4fa3-47c6-b58a-963559b8cec2 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4d749132 (id: 2862b6ba-4fa3-47c6-b58a-963559b8cec2, sid: 2862b6ba-4fa3-47c6-b58a-963559b8cec2) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1cc8afc5-0df4-4297-85ff-832ccb4770b7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@776475f6 (id: 1cc8afc5-0df4-4297-85ff-832ccb4770b7, sid: 1cc8afc5-0df4-4297-85ff-832ccb4770b7) (name: CP42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 3e0f4414-7ee3-42c6-b080-e55102aa6924 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@47719ccd (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = eccef9a9-69a9-4288-89cb-6736326c2759 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1f23967f (id: eccef9a9-69a9-4288-89cb-6736326c2759, sid: eccef9a9-69a9-4288-89cb-6736326c2759) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = ddd29dec-b897-4345-9999-2b85c9daf9a8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@763779a8 (id: ddd29dec-b897-4345-9999-2b85c9daf9a8, sid: ddd29dec-b897-4345-9999-2b85c9daf9a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 026cabe2-3229-4b76-8bb6-9897983c587f org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22a8795d (id: 026cabe2-3229-4b76-8bb6-9897983c587f, sid: 026cabe2-3229-4b76-8bb6-9897983c587f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b45ea882-56a0-4f04-a405-7e73482a8800 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@69f41e31 (id: b45ea882-56a0-4f04-a405-7e73482a8800, sid: b45ea882-56a0-4f04-a405-7e73482a8800) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6ae7fd1e (id: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1, sid: 0d8c0d98-a2da-4ff4-bb23-adbcb0f94dc1) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 29d42166-b770-427f-a8c6-aaebcb17aec3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@27d033d3 (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Scope6] >> release >> unload Project_test_01 [Scope6] >> release >> unload output [Cycle1] >> require >> load Project_test_01 [Cycle1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@67e47787 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@60ed176 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6fa16d57 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1874ff4b (id: 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4, sid: null) (name: TRANSITION_2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3440e011 (id: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90c2f202-e3f1-4345-b4ef-79f35ae277e2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6af9c304 (id: 90c2f202-e3f1-4345-b4ef-79f35ae277e2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2705a50 (id: 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1ffd95f0-4490-4575-a6c3-ee31c5331797 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@3667639e (id: 1ffd95f0-4490-4575-a6c3-ee31c5331797, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10997747-953d-4e08-a78f-6b14df4e7b1c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@27aabd5b (id: 10997747-953d-4e08-a78f-6b14df4e7b1c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 26499f0c-4170-46ff-b8a9-dbc294845f45 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6f54a0d3 (id: 26499f0c-4170-46ff-b8a9-dbc294845f45, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cab6039b-5167-4195-9783-9f30db4cd3f1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@613d293a (id: cab6039b-5167-4195-9783-9f30db4cd3f1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea14d6b-2fc1-4b92-8203-d01ae29465ff org.polarsys.capella.core.data.information.impl.DataPkgImpl@4f4c433 (id: 6ea14d6b-2fc1-4b92-8203-d01ae29465ff, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@442580db (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 72c3c4fc-1926-4f28-a82b-939b907a5665 org.polarsys.capella.core.data.cs.impl.PartImpl@26a04a7 (id: 72c3c4fc-1926-4f28-a82b-939b907a5665, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3f5251c4-0296-4566-b194-e49e5db3f2d8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@69b0e584 (id: 3f5251c4-0296-4566-b194-e49e5db3f2d8, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = fa2c394f-d5ff-45ad-93e3-3652deacc280 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@46668ef2 (id: fa2c394f-d5ff-45ad-93e3-3652deacc280, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c49991a-d258-4e8c-93f4-c39910233cc9 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@43b4ba32 (id: 8c49991a-d258-4e8c-93f4-c39910233cc9, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@67e47787 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@60ed176 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1874ff4b (id: 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4, sid: null) (name: TRANSITION_2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3440e011 (id: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90c2f202-e3f1-4345-b4ef-79f35ae277e2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6af9c304 (id: 90c2f202-e3f1-4345-b4ef-79f35ae277e2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2705a50 (id: 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5fa1c861-d58c-461f-9411-f2f1b7ef81e5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@73e9dc59 (id: 5fa1c861-d58c-461f-9411-f2f1b7ef81e5, sid: 5fa1c861-d58c-461f-9411-f2f1b7ef81e5) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 102b113d-f5f7-43a4-82d9-3f0704e9d5da org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@572cd0c3 (id: 102b113d-f5f7-43a4-82d9-3f0704e9d5da, sid: 102b113d-f5f7-43a4-82d9-3f0704e9d5da) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e28c7ce9-40a8-4327-a720-c9ea43d7a3ee org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@570ea2ac (id: e28c7ce9-40a8-4327-a720-c9ea43d7a3ee, sid: e28c7ce9-40a8-4327-a720-c9ea43d7a3ee) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7dd4b04b (id: 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4, sid: 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6729c79e-a682-4e45-aa47-d89fce140254 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4c4fddfa (id: 6729c79e-a682-4e45-aa47-d89fce140254, sid: 6729c79e-a682-4e45-aa47-d89fce140254) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a43c4456-5c26-4f2f-814c-6d7b5e20ba9f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6ef60d1d (id: a43c4456-5c26-4f2f-814c-6d7b5e20ba9f, sid: a43c4456-5c26-4f2f-814c-6d7b5e20ba9f) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 20f7ceee-a308-45c4-ab7b-930a37990bdd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@fa5c43f (id: 20f7ceee-a308-45c4-ab7b-930a37990bdd, sid: 20f7ceee-a308-45c4-ab7b-930a37990bdd) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 603f4e59-d76f-41b1-9840-113958711fd2 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@79479ca8 (id: 603f4e59-d76f-41b1-9840-113958711fd2, sid: 603f4e59-d76f-41b1-9840-113958711fd2) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 795e7ba9-2703-4365-ba61-2905722e0252 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@22c8c3e6 (id: 795e7ba9-2703-4365-ba61-2905722e0252, sid: 795e7ba9-2703-4365-ba61-2905722e0252) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 900a8fab-d5fb-4495-88b4-ae28c0239d51 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3b79bdae (id: 900a8fab-d5fb-4495-88b4-ae28c0239d51, sid: 900a8fab-d5fb-4495-88b4-ae28c0239d51) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b0cb7a8d-4a57-4c27-9d15-63fa04158870 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@63f71462 (id: b0cb7a8d-4a57-4c27-9d15-63fa04158870, sid: b0cb7a8d-4a57-4c27-9d15-63fa04158870) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 54fb7190-21f7-4081-8370-146d87b4b2f4 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5165b5eb (id: 54fb7190-21f7-4081-8370-146d87b4b2f4, sid: 54fb7190-21f7-4081-8370-146d87b4b2f4) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 689fac05-5b63-4169-bedf-60b16a35ae9c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3a3c32fa (id: 689fac05-5b63-4169-bedf-60b16a35ae9c, sid: 689fac05-5b63-4169-bedf-60b16a35ae9c) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 90277196-9bab-46f1-a7c0-247b2c7109c5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5e0f01a8 (id: 90277196-9bab-46f1-a7c0-247b2c7109c5, sid: 90277196-9bab-46f1-a7c0-247b2c7109c5) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5e96bf2b-2439-4abf-b524-ee91291604ae org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@77ddc9e8 (id: 5e96bf2b-2439-4abf-b524-ee91291604ae, sid: 5e96bf2b-2439-4abf-b524-ee91291604ae) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bb9f86dd-f81e-4591-bf3a-0a753bf5f65b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@52b87c9d (id: bb9f86dd-f81e-4591-bf3a-0a753bf5f65b, sid: bb9f86dd-f81e-4591-bf3a-0a753bf5f65b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = fb461e23-958c-479f-bc3b-23126727d7ba org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@9483fd2 (id: fb461e23-958c-479f-bc3b-23126727d7ba, sid: fb461e23-958c-479f-bc3b-23126727d7ba) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 13d04ff4-e861-4336-b5d7-251984291833 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7fdb5375 (id: 13d04ff4-e861-4336-b5d7-251984291833, sid: 13d04ff4-e861-4336-b5d7-251984291833) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 59434c85-96f8-4c1f-bf78-11ecbf693425 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5e7ef0b9 (id: 59434c85-96f8-4c1f-bf78-11ecbf693425, sid: 59434c85-96f8-4c1f-bf78-11ecbf693425) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7468d936-4004-49ea-84bc-2074a5c7000a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2f6c7d12 (id: 7468d936-4004-49ea-84bc-2074a5c7000a, sid: 7468d936-4004-49ea-84bc-2074a5c7000a) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 10997747-953d-4e08-a78f-6b14df4e7b1c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@27aabd5b (id: 10997747-953d-4e08-a78f-6b14df4e7b1c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 26499f0c-4170-46ff-b8a9-dbc294845f45 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6f54a0d3 (id: 26499f0c-4170-46ff-b8a9-dbc294845f45, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7be9c8be-3a71-47d2-b84d-3cd867501c0b org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@239cc4c6 (id: 7be9c8be-3a71-47d2-b84d-3cd867501c0b, sid: 7be9c8be-3a71-47d2-b84d-3cd867501c0b) (name: Capability Realization) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@2e6a28b8 (id: cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea, sid: cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea) (name: [ES] Scenario - Exchange Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = a209eec6-c9c2-4633-9e7e-b554fc89e913 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5c58184b (id: a209eec6-c9c2-4633-9e7e-b554fc89e913, sid: a209eec6-c9c2-4633-9e7e-b554fc89e913) (name: BC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@16c0692b (id: 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8, sid: 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8) (name: BC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c22a5790-61cc-4f65-99df-b0aece56de2c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@53bf25c1 (id: c22a5790-61cc-4f65-99df-b0aece56de2c, sid: c22a5790-61cc-4f65-99df-b0aece56de2c) (name: BC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 35ad34a5-059d-4928-9e05-6b2aacd9bd98 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@2c6ff8e6 (id: 35ad34a5-059d-4928-9e05-6b2aacd9bd98, sid: 35ad34a5-059d-4928-9e05-6b2aacd9bd98) (name: BC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6acabc7-eef8-4a5c-b8b6-3b457395e2a4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@30e92760 (id: f6acabc7-eef8-4a5c-b8b6-3b457395e2a4, sid: f6acabc7-eef8-4a5c-b8b6-3b457395e2a4) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = ff768ff2-2003-4ac0-b58c-6f6187e5c7a4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@25759967 (id: ff768ff2-2003-4ac0-b58c-6f6187e5c7a4, sid: ff768ff2-2003-4ac0-b58c-6f6187e5c7a4) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 39225e82-c60d-4739-8add-cc9e4228df4e org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@fce2125 (id: 39225e82-c60d-4739-8add-cc9e4228df4e, sid: 39225e82-c60d-4739-8add-cc9e4228df4e) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 3e12a01d-49ca-4b55-ad8a-b2bfa34e835c org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5c3540f2 (id: 3e12a01d-49ca-4b55-ad8a-b2bfa34e835c, sid: 3e12a01d-49ca-4b55-ad8a-b2bfa34e835c) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = f39e96e2-141f-4653-8c8d-e9e0cef95d5f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@259ebe33 (id: f39e96e2-141f-4653-8c8d-e9e0cef95d5f, sid: f39e96e2-141f-4653-8c8d-e9e0cef95d5f) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 6886c921-9d85-4815-8ec6-cdcfe599694a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2ca9a546 (id: 6886c921-9d85-4815-8ec6-cdcfe599694a, sid: 6886c921-9d85-4815-8ec6-cdcfe599694a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa08a8b3-3af1-41d1-b0c6-c961a62837fb org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@52107eff (id: aa08a8b3-3af1-41d1-b0c6-c961a62837fb, sid: aa08a8b3-3af1-41d1-b0c6-c961a62837fb) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@24d4869f (id: 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6, sid: 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4641f420-7cfb-4e6f-bb6f-679b6321f275 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@746bcb10 (id: 4641f420-7cfb-4e6f-bb6f-679b6321f275, sid: 4641f420-7cfb-4e6f-bb6f-679b6321f275) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1509c34e (id: d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9, sid: d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f85f670-53ae-42ec-946f-56827c09d075 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44bfa096 (id: 2f85f670-53ae-42ec-946f-56827c09d075, sid: 2f85f670-53ae-42ec-946f-56827c09d075) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2f690ad-5210-4990-b2a8-f33871aac805 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@44df36e0 (id: f2f690ad-5210-4990-b2a8-f33871aac805, sid: f2f690ad-5210-4990-b2a8-f33871aac805) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 687e1b25-5bc3-4988-979a-827c371ed627 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6e465620 (id: 687e1b25-5bc3-4988-979a-827c371ed627, sid: 687e1b25-5bc3-4988-979a-827c371ed627) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f207f00-211c-4883-b422-5bd63ec1fdb6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@350efb15 (id: 0f207f00-211c-4883-b422-5bd63ec1fdb6, sid: 0f207f00-211c-4883-b422-5bd63ec1fdb6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 73962458-2ba4-4534-9a68-e809775aa9e9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@c0c5632 (id: 73962458-2ba4-4534-9a68-e809775aa9e9, sid: 73962458-2ba4-4534-9a68-e809775aa9e9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d2487ac-6604-462e-9a0a-13d9f737343d org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@31591965 (id: 6d2487ac-6604-462e-9a0a-13d9f737343d, sid: 6d2487ac-6604-462e-9a0a-13d9f737343d) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94a9ba91-4230-4eb5-8dc0-be00fad03e4b org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@6df2ae38 (id: 94a9ba91-4230-4eb5-8dc0-be00fad03e4b, sid: 94a9ba91-4230-4eb5-8dc0-be00fad03e4b) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a968955-93a8-4fb0-9d70-afdded5bc5d9 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@2f6636c0 (id: 7a968955-93a8-4fb0-9d70-afdded5bc5d9, sid: 7a968955-93a8-4fb0-9d70-afdded5bc5d9) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a69454e-7d7a-4f84-9276-715805cfb318 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@413558d8 (id: 7a69454e-7d7a-4f84-9276-715805cfb318, sid: 7a69454e-7d7a-4f84-9276-715805cfb318) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c4caff4b-b5da-44fb-85f8-f4db6e711085 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@38def3aa (id: c4caff4b-b5da-44fb-85f8-f4db6e711085, sid: c4caff4b-b5da-44fb-85f8-f4db6e711085) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f0273967-e314-4762-a68c-e62cfe5d60c1 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@402519e7 (id: f0273967-e314-4762-a68c-e62cfe5d60c1, sid: f0273967-e314-4762-a68c-e62cfe5d60c1) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a6a5c85-749f-4faa-afd6-633fb8d7031e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5e6bf715 (id: 7a6a5c85-749f-4faa-afd6-633fb8d7031e, sid: 7a6a5c85-749f-4faa-afd6-633fb8d7031e) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1fbc3b4c-1bb2-490e-9f3e-cf95ee2ace2b org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@35738798 (id: 1fbc3b4c-1bb2-490e-9f3e-cf95ee2ace2b, sid: 1fbc3b4c-1bb2-490e-9f3e-cf95ee2ace2b) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce3198f6-79d4-4f39-b2d6-620f3e7a0841 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@7aff613f (id: ce3198f6-79d4-4f39-b2d6-620f3e7a0841, sid: ce3198f6-79d4-4f39-b2d6-620f3e7a0841) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2b94044-183e-4837-9d61-8262b7ab4ace org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@127db5a6 (id: b2b94044-183e-4837-9d61-8262b7ab4ace, sid: b2b94044-183e-4837-9d61-8262b7ab4ace) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e017a3d8-8640-4438-b85e-fc84a6729a90 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@132f2ba3 (id: e017a3d8-8640-4438-b85e-fc84a6729a90, sid: e017a3d8-8640-4438-b85e-fc84a6729a90) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b900dc3f-be87-4449-8c93-4cfe32dfe969 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@3ac92119 (id: b900dc3f-be87-4449-8c93-4cfe32dfe969, sid: b900dc3f-be87-4449-8c93-4cfe32dfe969) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e0da1a2-1233-48ea-8e80-c0cd015fb068 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@3b3e59e6 (id: 6e0da1a2-1233-48ea-8e80-c0cd015fb068, sid: 6e0da1a2-1233-48ea-8e80-c0cd015fb068) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e77119c-afd4-450f-bc40-9081d6fa9ac0 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@44911ba2 (id: 9e77119c-afd4-450f-bc40-9081d6fa9ac0, sid: 9e77119c-afd4-450f-bc40-9081d6fa9ac0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf7c1d5b-eec9-4441-9747-5f57da56d985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@2e8942a0 (id: bf7c1d5b-eec9-4441-9747-5f57da56d985, sid: bf7c1d5b-eec9-4441-9747-5f57da56d985) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cba6f5ce-4293-42a7-b28a-0e8fecfb8acf org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@5dbb7f81 (id: cba6f5ce-4293-42a7-b28a-0e8fecfb8acf, sid: cba6f5ce-4293-42a7-b28a-0e8fecfb8acf) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a99ca9e7-893b-4bc2-9264-5034ff52e787 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1403ecb9 (id: a99ca9e7-893b-4bc2-9264-5034ff52e787, sid: a99ca9e7-893b-4bc2-9264-5034ff52e787) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bddd0872-3e4d-488a-8dce-fe34531cee87 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5803a990 (id: bddd0872-3e4d-488a-8dce-fe34531cee87, sid: bddd0872-3e4d-488a-8dce-fe34531cee87) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a4e04cc-e595-41f1-9e0b-f815faf8094a org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@3c7b7c72 (id: 8a4e04cc-e595-41f1-9e0b-f815faf8094a, sid: 8a4e04cc-e595-41f1-9e0b-f815faf8094a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84218d6-cb3f-4060-841a-b04e7d4e6ac5 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3aba5b0b (id: b84218d6-cb3f-4060-841a-b04e7d4e6ac5, sid: b84218d6-cb3f-4060-841a-b04e7d4e6ac5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89858391-fecd-4f79-878a-422537383f5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@31d71ec1 (id: 89858391-fecd-4f79-878a-422537383f5a, sid: 89858391-fecd-4f79-878a-422537383f5a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a52c6d7-d4c1-4e3a-bccc-da120157cafe org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@74dd7e42 (id: 3a52c6d7-d4c1-4e3a-bccc-da120157cafe, sid: 3a52c6d7-d4c1-4e3a-bccc-da120157cafe) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e90a1796-ba93-4366-bbad-dad2809b0ea0 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@13220447 (id: e90a1796-ba93-4366-bbad-dad2809b0ea0, sid: e90a1796-ba93-4366-bbad-dad2809b0ea0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 25da413d-1017-4ec9-b80f-3501ecb4b604 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7ba8672b (id: 25da413d-1017-4ec9-b80f-3501ecb4b604, sid: 25da413d-1017-4ec9-b80f-3501ecb4b604) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43a7c27c-dff3-4070-9d55-b63db6153338 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@72004f89 (id: 43a7c27c-dff3-4070-9d55-b63db6153338, sid: 43a7c27c-dff3-4070-9d55-b63db6153338) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2458958c-05d2-444a-9029-3492605fd557 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6db000e5 (id: 2458958c-05d2-444a-9029-3492605fd557, sid: 2458958c-05d2-444a-9029-3492605fd557) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f7494-20d9-4a9c-84a3-0e55f75d6328 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6eb32128 (id: 302f7494-20d9-4a9c-84a3-0e55f75d6328, sid: 302f7494-20d9-4a9c-84a3-0e55f75d6328) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2afc0c67-2006-43b0-bcc1-d68843b0a8d1 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@569a92ea (id: 2afc0c67-2006-43b0-bcc1-d68843b0a8d1, sid: 2afc0c67-2006-43b0-bcc1-d68843b0a8d1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 077177ba-f074-4611-9d77-94dd7b060edc org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@2696e3b7 (id: 077177ba-f074-4611-9d77-94dd7b060edc, sid: 077177ba-f074-4611-9d77-94dd7b060edc) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 67ecb6a1-784d-4b0a-9ada-105e65c6048d org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4b4c78a8 (id: 67ecb6a1-784d-4b0a-9ada-105e65c6048d, sid: 67ecb6a1-784d-4b0a-9ada-105e65c6048d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eed6ee75-9514-4c75-b618-c8be5129cd1e org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@3c81aa88 (id: eed6ee75-9514-4c75-b618-c8be5129cd1e, sid: eed6ee75-9514-4c75-b618-c8be5129cd1e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c938c3ae-d983-4f95-b87a-9eadf50abe5a org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@3e0e6230 (id: c938c3ae-d983-4f95-b87a-9eadf50abe5a, sid: c938c3ae-d983-4f95-b87a-9eadf50abe5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ecccb72-cef8-40d5-a01f-058db93803ac org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@2f14a51d (id: 5ecccb72-cef8-40d5-a01f-058db93803ac, sid: 5ecccb72-cef8-40d5-a01f-058db93803ac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7429f4c-0624-40cd-9eb2-dc701a2cdb9f org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@7b5116f (id: a7429f4c-0624-40cd-9eb2-dc701a2cdb9f, sid: a7429f4c-0624-40cd-9eb2-dc701a2cdb9f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3d7802a-fdee-47c7-99f7-b4e0834fd181 org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@36512efb (id: c3d7802a-fdee-47c7-99f7-b4e0834fd181, sid: c3d7802a-fdee-47c7-99f7-b4e0834fd181) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 388de665-227a-4f94-9546-5cc4b3f2e179 org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@7b83d5e3 (id: 388de665-227a-4f94-9546-5cc4b3f2e179, sid: 388de665-227a-4f94-9546-5cc4b3f2e179) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 753f5841-566b-41f6-a9a0-454c9cdf5062 org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@7135bbc3 (id: 753f5841-566b-41f6-a9a0-454c9cdf5062, sid: 753f5841-566b-41f6-a9a0-454c9cdf5062) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f248e4d-be3e-437c-9f03-b06f6e66e226 org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@5ea4e2e3 (id: 9f248e4d-be3e-437c-9f03-b06f6e66e226, sid: 9f248e4d-be3e-437c-9f03-b06f6e66e226) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cab6039b-5167-4195-9783-9f30db4cd3f1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@613d293a (id: cab6039b-5167-4195-9783-9f30db4cd3f1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea14d6b-2fc1-4b92-8203-d01ae29465ff org.polarsys.capella.core.data.information.impl.DataPkgImpl@4f4c433 (id: 6ea14d6b-2fc1-4b92-8203-d01ae29465ff, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0b4cfe92-39fb-41a0-b5ff-212d20655a39 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@58c39ccd (id: 0b4cfe92-39fb-41a0-b5ff-212d20655a39, sid: 0b4cfe92-39fb-41a0-b5ff-212d20655a39) (name: EI1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 4d69c5a2-a464-4d0e-8113-0f6de400de6e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@2189decc (id: 4d69c5a2-a464-4d0e-8113-0f6de400de6e, sid: 4d69c5a2-a464-4d0e-8113-0f6de400de6e) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 94df0620-a971-4a82-8726-1b1b3a57a017 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2975473e (id: 94df0620-a971-4a82-8726-1b1b3a57a017, sid: 94df0620-a971-4a82-8726-1b1b3a57a017) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 62555d03-4369-42c1-af8e-27798f88b83d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b82cb7f (id: 62555d03-4369-42c1-af8e-27798f88b83d, sid: 62555d03-4369-42c1-af8e-27798f88b83d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = b4e847af-de15-414c-8846-550711028573 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@4fe31b36 (id: b4e847af-de15-414c-8846-550711028573, sid: b4e847af-de15-414c-8846-550711028573) (name: EI2) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = c4e2ce8d-35ab-4cc2-abdf-ab032d27172e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@2073d3b8 (id: c4e2ce8d-35ab-4cc2-abdf-ab032d27172e, sid: c4e2ce8d-35ab-4cc2-abdf-ab032d27172e) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 88386af2-c0b2-4474-8ded-fe77bf7633e9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@23bc3c3f (id: 88386af2-c0b2-4474-8ded-fe77bf7633e9, sid: 88386af2-c0b2-4474-8ded-fe77bf7633e9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 96d45679-87a8-47b0-aaea-64fca80e89ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3e78d204 (id: 96d45679-87a8-47b0-aaea-64fca80e89ac, sid: 96d45679-87a8-47b0-aaea-64fca80e89ac) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5e8013bf-b205-4d35-955c-56a830a0e520 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@69154456 (id: 5e8013bf-b205-4d35-955c-56a830a0e520, sid: 5e8013bf-b205-4d35-955c-56a830a0e520) (name: EI3) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = bf335889-9d27-46ed-bb8b-2b6df2259180 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@57c5b4df (id: bf335889-9d27-46ed-bb8b-2b6df2259180, sid: bf335889-9d27-46ed-bb8b-2b6df2259180) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 70a9aa40-310a-414d-b1d9-abf370962f57 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@155a27dc (id: 70a9aa40-310a-414d-b1d9-abf370962f57, sid: 70a9aa40-310a-414d-b1d9-abf370962f57) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5b4880b1-c079-43cf-b0ec-0e2090fcfd62 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d4a2f81 (id: 5b4880b1-c079-43cf-b0ec-0e2090fcfd62, sid: 5b4880b1-c079-43cf-b0ec-0e2090fcfd62) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a7b17180-aa4a-4cae-9d73-4a4e31cb88f6 org.polarsys.capella.core.data.information.impl.ClassImpl@2ebee18a (id: a7b17180-aa4a-4cae-9d73-4a4e31cb88f6, sid: a7b17180-aa4a-4cae-9d73-4a4e31cb88f6) (name: DateTime) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 50976e65-d863-45ea-b961-cf567b839e87 org.polarsys.capella.core.data.information.impl.PropertyImpl@54a7dbce (id: 50976e65-d863-45ea-b961-cf567b839e87, sid: 50976e65-d863-45ea-b961-cf567b839e87) (name: d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4d0e5bd-14b8-458b-8a53-da29d3453115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@10876241 (id: f4d0e5bd-14b8-458b-8a53-da29d3453115, sid: f4d0e5bd-14b8-458b-8a53-da29d3453115) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = cd8a671b-480e-4f07-8e86-34c59e74120f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2c8d61f7 (id: cd8a671b-480e-4f07-8e86-34c59e74120f, sid: cd8a671b-480e-4f07-8e86-34c59e74120f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 65d1e84f-600c-405a-a323-6559a18b6c0c org.polarsys.capella.core.data.information.impl.PropertyImpl@7566775d (id: 65d1e84f-600c-405a-a323-6559a18b6c0c, sid: 65d1e84f-600c-405a-a323-6559a18b6c0c) (name: t) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 89b37987-187e-4dd7-99a3-9b8f3124130f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ff5bb94 (id: 89b37987-187e-4dd7-99a3-9b8f3124130f, sid: 89b37987-187e-4dd7-99a3-9b8f3124130f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = da1253c0-b2e0-4b45-8eae-aff0ff1c239a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@34cb4741 (id: da1253c0-b2e0-4b45-8eae-aff0ff1c239a, sid: da1253c0-b2e0-4b45-8eae-aff0ff1c239a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5cc446fd-57c3-4d17-936a-af7352c37d7b org.polarsys.capella.core.data.information.impl.ClassImpl@738e0af6 (id: 5cc446fd-57c3-4d17-936a-af7352c37d7b, sid: 5cc446fd-57c3-4d17-936a-af7352c37d7b) (name: Campaign) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 293d0d03-fc9e-43fc-94ed-5c8107bc93c1 org.polarsys.capella.core.data.information.impl.PropertyImpl@35944745 (id: 293d0d03-fc9e-43fc-94ed-5c8107bc93c1, sid: 293d0d03-fc9e-43fc-94ed-5c8107bc93c1) (name: Name) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d368743b-01b9-4b36-8b4f-d5773bdd4639 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@70f6378 (id: d368743b-01b9-4b36-8b4f-d5773bdd4639, sid: d368743b-01b9-4b36-8b4f-d5773bdd4639) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 91e98c14-f7b9-430e-8463-f820c31f052f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6910dd97 (id: 91e98c14-f7b9-430e-8463-f820c31f052f, sid: 91e98c14-f7b9-430e-8463-f820c31f052f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6bd867b4-882a-4ac5-9013-345a399ec045 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6acaa3f9 (id: 6bd867b4-882a-4ac5-9013-345a399ec045, sid: 6bd867b4-882a-4ac5-9013-345a399ec045) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 9d08ef55-104b-4391-af99-375a50ac3778 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7d737f8a (id: 9d08ef55-104b-4391-af99-375a50ac3778, sid: 9d08ef55-104b-4391-af99-375a50ac3778) (name: Date) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = c143e8d6-316e-4217-b6dc-553c111b50b4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@11bd7ff (id: c143e8d6-316e-4217-b6dc-553c111b50b4, sid: c143e8d6-316e-4217-b6dc-553c111b50b4) (name: Time) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 16d3b1b0-eacc-4814-bc67-7d46637607c2 org.polarsys.capella.core.data.information.datatype.impl.EnumerationImpl@6e885e2e (id: 16d3b1b0-eacc-4814-bc67-7d46637607c2, sid: 16d3b1b0-eacc-4814-bc67-7d46637607c2) (name: TEST) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = a8eac6d2-4706-4011-8287-d65e455eda5a org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@51e2fd6d (id: a8eac6d2-4706-4011-8287-d65e455eda5a, sid: a8eac6d2-4706-4011-8287-d65e455eda5a) (name: TEST1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 5d9a66d2-9f12-405e-983a-44d9567d7f7a org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@370b57f4 (id: 5d9a66d2-9f12-405e-983a-44d9567d7f7a, sid: 5d9a66d2-9f12-405e-983a-44d9567d7f7a) (name: TEST2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = f7d5a78c-f8c0-49b4-b4aa-e117eed042fe org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@68f0dac5 (id: f7d5a78c-f8c0-49b4-b4aa-e117eed042fe, sid: f7d5a78c-f8c0-49b4-b4aa-e117eed042fe) (name: TEST3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@442580db (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 72c3c4fc-1926-4f28-a82b-939b907a5665 org.polarsys.capella.core.data.cs.impl.PartImpl@26a04a7 (id: 72c3c4fc-1926-4f28-a82b-939b907a5665, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3f7b82b7-7ef2-4395-a370-2dc666020f16 org.polarsys.capella.core.data.cs.impl.PartImpl@6fb357e9 (id: 3f7b82b7-7ef2-4395-a370-2dc666020f16, sid: 3f7b82b7-7ef2-4395-a370-2dc666020f16) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 19205c4f-32c2-4986-840f-0b30ef4c0492 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@17b9e28 (id: 19205c4f-32c2-4986-840f-0b30ef4c0492, sid: 19205c4f-32c2-4986-840f-0b30ef4c0492) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c36aea32-ff9b-4a62-b62c-33679b034d0f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3b2d8b29 (id: c36aea32-ff9b-4a62-b62c-33679b034d0f, sid: c36aea32-ff9b-4a62-b62c-33679b034d0f) (name: C 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 5e89d69e-5386-43dd-a278-5a9a6705ca12 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@4e549fba (id: 5e89d69e-5386-43dd-a278-5a9a6705ca12, sid: 5e89d69e-5386-43dd-a278-5a9a6705ca12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = debb0304-3678-412f-bd43-b3cf3ebf67b5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1303c286 (id: debb0304-3678-412f-bd43-b3cf3ebf67b5, sid: debb0304-3678-412f-bd43-b3cf3ebf67b5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 3860c761-daac-4334-aeba-ac2303ff2094 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@7df189a7 (id: 3860c761-daac-4334-aeba-ac2303ff2094, sid: 3860c761-daac-4334-aeba-ac2303ff2094) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a293057b-0177-4973-80db-794d0cf1c9a6 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@3e35e8a (id: a293057b-0177-4973-80db-794d0cf1c9a6, sid: a293057b-0177-4973-80db-794d0cf1c9a6) (name: PL 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 41f66aca-ab4b-406a-acf6-57257d6f5f70 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@482e7c9c (id: 41f66aca-ab4b-406a-acf6-57257d6f5f70, sid: 41f66aca-ab4b-406a-acf6-57257d6f5f70) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f5251c4-0296-4566-b194-e49e5db3f2d8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@69b0e584 (id: 3f5251c4-0296-4566-b194-e49e5db3f2d8, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2ad221f3 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4091d25c (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4d0b3f3a (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3cc62b8d (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@720585f (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@49ed79d5 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@5d8b6d3d (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@509caf42 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@55fbe7ae (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@77fa0f15 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@719e7652 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@44cd219c (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 60f6ad51-9323-429e-b29f-e534a3fdef68 org.polarsys.capella.core.data.cs.impl.PartImpl@4e01683c (id: 60f6ad51-9323-429e-b29f-e534a3fdef68, sid: 60f6ad51-9323-429e-b29f-e534a3fdef68) (name: PC) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bc047490-bb74-4dd6-8fac-025adced8cc1 org.polarsys.capella.core.data.cs.impl.PartImpl@69a4544e (id: bc047490-bb74-4dd6-8fac-025adced8cc1, sid: bc047490-bb74-4dd6-8fac-025adced8cc1) (name: BC) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 18c7df93-47aa-4327-91e9-c0f6d5beb4d9 org.polarsys.capella.core.data.cs.impl.PartImpl@6b0a83ce (id: 18c7df93-47aa-4327-91e9-c0f6d5beb4d9, sid: 18c7df93-47aa-4327-91e9-c0f6d5beb4d9) (name: BC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 79a6d4eb-ec2a-45c8-8968-df9389297588 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@770582a4 (id: 79a6d4eb-ec2a-45c8-8968-df9389297588, sid: 79a6d4eb-ec2a-45c8-8968-df9389297588) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = af9eb91f-35b4-4d73-9462-a7f1491cafc6 org.polarsys.capella.core.data.cs.impl.PartImpl@5e693a8 (id: af9eb91f-35b4-4d73-9462-a7f1491cafc6, sid: af9eb91f-35b4-4d73-9462-a7f1491cafc6) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2f21936b-1399-4bca-8c91-c5d361a0d790 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@1ce88a90 (id: 2f21936b-1399-4bca-8c91-c5d361a0d790, sid: 2f21936b-1399-4bca-8c91-c5d361a0d790) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d55750ae-2fb6-4677-8e2b-7d279b15757b org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@2799df0d (id: d55750ae-2fb6-4677-8e2b-7d279b15757b, sid: d55750ae-2fb6-4677-8e2b-7d279b15757b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e647bcd0-aad5-47f7-bb7f-49821ffd1b62 org.polarsys.capella.core.data.cs.impl.PartImpl@7c5279f8 (id: e647bcd0-aad5-47f7-bb7f-49821ffd1b62, sid: e647bcd0-aad5-47f7-bb7f-49821ffd1b62) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b61beba3-c8ca-49d1-a3f5-852345f1f4e1 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@4d18de09 (id: b61beba3-c8ca-49d1-a3f5-852345f1f4e1, sid: b61beba3-c8ca-49d1-a3f5-852345f1f4e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@15fc6130 (id: 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9, sid: 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9) (name: PL 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5f3ac00-4cb2-4036-9006-2c93db2799be org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7cf4b535 (id: c5f3ac00-4cb2-4036-9006-2c93db2799be, sid: c5f3ac00-4cb2-4036-9006-2c93db2799be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = f60d2676-2b15-4c07-9609-e8a7c61987a6 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@13869eea (id: f60d2676-2b15-4c07-9609-e8a7c61987a6, sid: f60d2676-2b15-4c07-9609-e8a7c61987a6) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9117ab5c-e823-415b-bb11-725264de01af org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@6ee6e5c8 (id: 9117ab5c-e823-415b-bb11-725264de01af, sid: 9117ab5c-e823-415b-bb11-725264de01af) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4ad0e1a-205a-4788-9940-ab6bc68f7c04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@10b401f4 (id: f4ad0e1a-205a-4788-9940-ab6bc68f7c04, sid: f4ad0e1a-205a-4788-9940-ab6bc68f7c04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = f2420d16-7650-41ae-b082-0c0ed95a4a8f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@27f6bc3d (id: f2420d16-7650-41ae-b082-0c0ed95a4a8f, sid: f2420d16-7650-41ae-b082-0c0ed95a4a8f) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8fa046ce-eddd-475c-89cb-25e1b4c2e198 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5c663116 (id: 8fa046ce-eddd-475c-89cb-25e1b4c2e198, sid: 8fa046ce-eddd-475c-89cb-25e1b4c2e198) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1a075e92-7f1d-42a1-b960-77ac73bd4787 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7ee86e3b (id: 1a075e92-7f1d-42a1-b960-77ac73bd4787, sid: 1a075e92-7f1d-42a1-b960-77ac73bd4787) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = 98e4edf5-6f61-49d3-8f57-45eea22d8adb org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3e621efd (id: 98e4edf5-6f61-49d3-8f57-45eea22d8adb, sid: 98e4edf5-6f61-49d3-8f57-45eea22d8adb) (name: C 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 54048f61-7993-4b8c-95e1-a5c885be51fd org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@53e176a6 (id: 54048f61-7993-4b8c-95e1-a5c885be51fd, sid: 54048f61-7993-4b8c-95e1-a5c885be51fd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5c4d196d-51ef-4981-844d-b661968c573f org.polarsys.capella.core.data.cs.impl.PartImpl@560fcf4d (id: 5c4d196d-51ef-4981-844d-b661968c573f, sid: 5c4d196d-51ef-4981-844d-b661968c573f) (name: BC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = adef3683-b9fd-4849-8d15-b4f6787e69d5 org.polarsys.capella.core.data.cs.impl.PartImpl@6babea01 (id: adef3683-b9fd-4849-8d15-b4f6787e69d5, sid: adef3683-b9fd-4849-8d15-b4f6787e69d5) (name: BC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = baa9ffac-ba5c-4596-9f91-34d32bdcea47 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4510847f (id: baa9ffac-ba5c-4596-9f91-34d32bdcea47, sid: baa9ffac-ba5c-4596-9f91-34d32bdcea47) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC2, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = 4c53243f-3c53-4289-8d8a-7530d1cd968d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1d1c9e3d (id: 4c53243f-3c53-4289-8d8a-7530d1cd968d, sid: 4c53243f-3c53-4289-8d8a-7530d1cd968d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b626d10b-6534-4763-9432-1aa799377de0 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@35414f74 (id: b626d10b-6534-4763-9432-1aa799377de0, sid: b626d10b-6534-4763-9432-1aa799377de0) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 822ba95a-a61b-45b2-a6bf-dc2f3e7aa22d org.polarsys.capella.core.data.information.impl.PortAllocationImpl@18e503f (id: 822ba95a-a61b-45b2-a6bf-dc2f3e7aa22d, sid: 822ba95a-a61b-45b2-a6bf-dc2f3e7aa22d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0c6e3fb-e704-4fbd-9fe0-7e9780b9ee11 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@407c1f0d (id: d0c6e3fb-e704-4fbd-9fe0-7e9780b9ee11, sid: d0c6e3fb-e704-4fbd-9fe0-7e9780b9ee11) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = e874361a-3040-43b4-b4b6-2bb8e40cc991 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@39689c49 (id: e874361a-3040-43b4-b4b6-2bb8e40cc991, sid: e874361a-3040-43b4-b4b6-2bb8e40cc991) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45d528aa-0941-4edb-941c-0bdfa9e55816 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@66d4eff (id: 45d528aa-0941-4edb-941c-0bdfa9e55816, sid: 45d528aa-0941-4edb-941c-0bdfa9e55816) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC5, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = a84f21ef-997d-4f2b-bc5b-926075fd818f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@7511e9a5 (id: a84f21ef-997d-4f2b-bc5b-926075fd818f, sid: a84f21ef-997d-4f2b-bc5b-926075fd818f) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 68b7882d-6b5f-42cb-a332-e5340465767c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@55b5147d (id: 68b7882d-6b5f-42cb-a332-e5340465767c, sid: 68b7882d-6b5f-42cb-a332-e5340465767c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc305cda-4126-43c9-9b3c-0f06f199b38f org.polarsys.capella.core.data.cs.impl.PartImpl@28424056 (id: bc305cda-4126-43c9-9b3c-0f06f199b38f, sid: bc305cda-4126-43c9-9b3c-0f06f199b38f) (name: BC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 53acb801-044b-4934-b9db-46fe1777010a org.polarsys.capella.core.data.cs.impl.PartImpl@4434e917 (id: 53acb801-044b-4934-b9db-46fe1777010a, sid: 53acb801-044b-4934-b9db-46fe1777010a) (name: BC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ce55f2e9-da75-4292-943c-2c963d6da416 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3e927cf5 (id: ce55f2e9-da75-4292-943c-2c963d6da416, sid: ce55f2e9-da75-4292-943c-2c963d6da416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = 3dc2843c-722f-48a9-9b2d-b27479a520e2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@437981a6 (id: 3dc2843c-722f-48a9-9b2d-b27479a520e2, sid: 3dc2843c-722f-48a9-9b2d-b27479a520e2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7903396f (id: 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508, sid: 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = b58c2c61-be76-4206-a2ba-958120151988 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@1a9c1b09 (id: b58c2c61-be76-4206-a2ba-958120151988, sid: b58c2c61-be76-4206-a2ba-958120151988) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3893b0c-a651-4d38-8ec7-ac9b93bdf834 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@37c4a97b (id: d3893b0c-a651-4d38-8ec7-ac9b93bdf834, sid: d3893b0c-a651-4d38-8ec7-ac9b93bdf834) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bd163d25-0485-4cb6-98e3-e85bd3251463 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@383f7a94 (id: bd163d25-0485-4cb6-98e3-e85bd3251463, sid: bd163d25-0485-4cb6-98e3-e85bd3251463) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f44af53-5149-401a-a245-5f7a59e00e63 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5897f4bd (id: 7f44af53-5149-401a-a245-5f7a59e00e63, sid: 7f44af53-5149-401a-a245-5f7a59e00e63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC3, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = 7313a62b-591a-4c7c-84f5-bd4bae667d24 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22a9e8f5 (id: 7313a62b-591a-4c7c-84f5-bd4bae667d24, sid: 7313a62b-591a-4c7c-84f5-bd4bae667d24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d58067b4-da27-4f1f-a021-7fb56e5ce28a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@30b412aa (id: d58067b4-da27-4f1f-a021-7fb56e5ce28a, sid: d58067b4-da27-4f1f-a021-7fb56e5ce28a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f77e3406-c537-40df-9529-baf2811e3e6e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@739c35f2 (id: f77e3406-c537-40df-9529-baf2811e3e6e, sid: f77e3406-c537-40df-9529-baf2811e3e6e) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@14491520 (id: e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8, sid: e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae8ff250-bf45-4868-9510-73f04cc0876f org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@79caa91c (id: ae8ff250-bf45-4868-9510-73f04cc0876f, sid: ae8ff250-bf45-4868-9510-73f04cc0876f) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 5317932a-cdb0-46b0-ab44-debc83422a97 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@69fbd5cd (id: 5317932a-cdb0-46b0-ab44-debc83422a97, sid: 5317932a-cdb0-46b0-ab44-debc83422a97) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0fb567f2-e1a6-4ccf-823c-7b89b3a21154 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7b5a5ea5 (id: 0fb567f2-e1a6-4ccf-823c-7b89b3a21154, sid: 0fb567f2-e1a6-4ccf-823c-7b89b3a21154) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 321fd6dc-e602-4786-b3cb-9ea8977ca0b6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2766a4fb (id: 321fd6dc-e602-4786-b3cb-9ea8977ca0b6, sid: 321fd6dc-e602-4786-b3cb-9ea8977ca0b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac4d2d3a-703a-4c07-be23-f3f47b5df9e1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@b487b42 (id: ac4d2d3a-703a-4c07-be23-f3f47b5df9e1, sid: ac4d2d3a-703a-4c07-be23-f3f47b5df9e1) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 49b8cf24-a213-476c-afa4-754a7fb0fe42 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@3c2a925b (id: 49b8cf24-a213-476c-afa4-754a7fb0fe42, sid: 49b8cf24-a213-476c-afa4-754a7fb0fe42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91ed5ca6-5549-4958-a3cc-856b481bd89c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@152c4c0d (id: 91ed5ca6-5549-4958-a3cc-856b481bd89c, sid: 91ed5ca6-5549-4958-a3cc-856b481bd89c) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = cea4b24c-4232-41bf-b321-ddcfbdc49578 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@7ff632f (id: cea4b24c-4232-41bf-b321-ddcfbdc49578, sid: cea4b24c-4232-41bf-b321-ddcfbdc49578) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 071c1f9d-01a7-4028-8cdb-ae98ed05782b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4f259af9 (id: 071c1f9d-01a7-4028-8cdb-ae98ed05782b, sid: 071c1f9d-01a7-4028-8cdb-ae98ed05782b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 70ac2e3c-65d0-429f-b10d-09306b5d2dea org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@27f5610c (id: 70ac2e3c-65d0-429f-b10d-09306b5d2dea, sid: 70ac2e3c-65d0-429f-b10d-09306b5d2dea) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2c54eae6 (id: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db, sid: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Cycle1] >> release >> unload Project_test_01 [Cycle1] >> release >> unload output [Cycle2] >> require >> load Project_test_01 [Cycle2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@859624b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4dcc2a77 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@334a54a (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@35ef6765 (id: 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4, sid: null) (name: TRANSITION_2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@33fb7bc4 (id: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90c2f202-e3f1-4345-b4ef-79f35ae277e2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7de1d2a4 (id: 90c2f202-e3f1-4345-b4ef-79f35ae277e2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4a839e30 (id: 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@541df4be (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10997747-953d-4e08-a78f-6b14df4e7b1c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@29dd781c (id: 10997747-953d-4e08-a78f-6b14df4e7b1c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 26499f0c-4170-46ff-b8a9-dbc294845f45 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@405db06d (id: 26499f0c-4170-46ff-b8a9-dbc294845f45, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cab6039b-5167-4195-9783-9f30db4cd3f1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@29f6c067 (id: cab6039b-5167-4195-9783-9f30db4cd3f1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea14d6b-2fc1-4b92-8203-d01ae29465ff org.polarsys.capella.core.data.information.impl.DataPkgImpl@165ac083 (id: 6ea14d6b-2fc1-4b92-8203-d01ae29465ff, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 49a21bfd-2819-4948-876c-6cba3f701726 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2fe89798 (id: 49a21bfd-2819-4948-876c-6cba3f701726, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ca2fffaf-a904-4f88-80a0-69a9531f0c01 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@329a7962 (id: ca2fffaf-a904-4f88-80a0-69a9531f0c01, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a5b9bceb-333e-44de-b93d-f4ceaf8b5923 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2fe183c9 (id: a5b9bceb-333e-44de-b93d-f4ceaf8b5923, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = a0c65ee7-f760-469b-bb43-a20afd45e590 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6b945f04 (id: a0c65ee7-f760-469b-bb43-a20afd45e590, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = bce043dd-cced-4261-b7a0-e3791904b882 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2b41b9 (id: bce043dd-cced-4261-b7a0-e3791904b882, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = daf0ac30-984a-400f-9c8d-242dd8ed97b4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@611b79b7 (id: daf0ac30-984a-400f-9c8d-242dd8ed97b4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 19d784e8-fe9a-40c5-aca5-6376680189a8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@42474196 (id: 19d784e8-fe9a-40c5-aca5-6376680189a8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 3e2c42f4-a067-4b80-8414-cae810f222cd org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@b624aa5 (id: 3e2c42f4-a067-4b80-8414-cae810f222cd, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = df0bdc74-010d-4f45-8338-e629f8263da3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@511ef4f9 (id: df0bdc74-010d-4f45-8338-e629f8263da3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8baf4e34-3e5a-4f1e-9d54-7aec5f0aabd0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6b72f9ac (id: 8baf4e34-3e5a-4f1e-9d54-7aec5f0aabd0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 321458e2-4425-42f6-afbe-5c1ae223fd7e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@13c14ea5 (id: 321458e2-4425-42f6-afbe-5c1ae223fd7e, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 747b8296-7767-4d32-8b85-ffffeb119015 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@a6f091a (id: 747b8296-7767-4d32-8b85-ffffeb119015, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = fea127d3-2753-45ad-bc0b-0b83cf28e1f2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2cf08d92 (id: fea127d3-2753-45ad-bc0b-0b83cf28e1f2, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 035bb67f-8479-4bd0-8d80-180af19fa469 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@50b3ae39 (id: 035bb67f-8479-4bd0-8d80-180af19fa469, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6b1f9882-841f-4c00-9d2c-88602656ecd1 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@499e66ec (id: 6b1f9882-841f-4c00-9d2c-88602656ecd1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 8c952661-1641-4e45-a477-2d0e0d90d328 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@3bcb911c (id: 8c952661-1641-4e45-a477-2d0e0d90d328, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 2f2d75e0-6b85-45ba-b20c-2d49cb03df43 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@13ff17ea (id: 2f2d75e0-6b85-45ba-b20c-2d49cb03df43, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 14f9a9a8-f295-4b31-b890-76405bbb6375 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5e70a1ca (id: 14f9a9a8-f295-4b31-b890-76405bbb6375, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 9d7e8443-8de0-47e9-9bdf-42fa7cc882ae org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@646315ee (id: 9d7e8443-8de0-47e9-9bdf-42fa7cc882ae, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 312923ae-2cdf-442e-8917-2140ee459d04 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3472b0f (id: 312923ae-2cdf-442e-8917-2140ee459d04, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8495ca7e-751b-4467-836e-3bba6172a7f8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@686c2cca (id: 8495ca7e-751b-4467-836e-3bba6172a7f8, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = df3ee952-c45d-493f-8eb1-b07bda570a51 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3349aefc (id: df3ee952-c45d-493f-8eb1-b07bda570a51, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3fdcc94b-8ee2-42d7-a773-699f1dda6b05 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4ff9011e (id: 3fdcc94b-8ee2-42d7-a773-699f1dda6b05, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c612fa10-3f82-4cc1-ae23-3eb0bece8708 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@75dc44bd (id: c612fa10-3f82-4cc1-ae23-3eb0bece8708, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 81488d11-d136-45e2-a003-69486886a117 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7cdf3cb0 (id: 81488d11-d136-45e2-a003-69486886a117, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = faa8801f-d7d6-4358-bf1e-f61fbdc5d40b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@29f4399 (id: faa8801f-d7d6-4358-bf1e-f61fbdc5d40b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1766c969-12ff-4b02-a28c-f42e1e42e49d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5e94325 (id: 1766c969-12ff-4b02-a28c-f42e1e42e49d, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ef270238-abb0-4946-9333-cd4d4967f404 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@12870689 (id: ef270238-abb0-4946-9333-cd4d4967f404, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 77c76671-01a2-4014-a1c5-09cfcabaa6f4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@173882d5 (id: 77c76671-01a2-4014-a1c5-09cfcabaa6f4, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 6f664e08-2631-4116-9bfd-a0716e7ab66e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f439820 (id: 6f664e08-2631-4116-9bfd-a0716e7ab66e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7e7faa7c-45f2-4d77-84e3-ecf7211be324 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@207c0e86 (id: 7e7faa7c-45f2-4d77-84e3-ecf7211be324, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 88ead277-c1e4-4ead-a249-65f1dd091403 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@ae5e74e (id: 88ead277-c1e4-4ead-a249-65f1dd091403, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@259f1658 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 60f6ad51-9323-429e-b29f-e534a3fdef68 org.polarsys.capella.core.data.cs.impl.PartImpl@5a382c15 (id: 60f6ad51-9323-429e-b29f-e534a3fdef68, sid: 60f6ad51-9323-429e-b29f-e534a3fdef68) (name: PC) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 79a6d4eb-ec2a-45c8-8968-df9389297588 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60632edb (id: 79a6d4eb-ec2a-45c8-8968-df9389297588, sid: 79a6d4eb-ec2a-45c8-8968-df9389297588) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1f1626b6 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7cbad9f8 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@b8690e7 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@7119d151 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@859624b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4dcc2a77 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@35ef6765 (id: 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4, sid: null) (name: TRANSITION_2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@33fb7bc4 (id: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90c2f202-e3f1-4345-b4ef-79f35ae277e2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7de1d2a4 (id: 90c2f202-e3f1-4345-b4ef-79f35ae277e2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4a839e30 (id: 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5fa1c861-d58c-461f-9411-f2f1b7ef81e5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@75ee4583 (id: 5fa1c861-d58c-461f-9411-f2f1b7ef81e5, sid: 5fa1c861-d58c-461f-9411-f2f1b7ef81e5) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 102b113d-f5f7-43a4-82d9-3f0704e9d5da org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6e9cd68 (id: 102b113d-f5f7-43a4-82d9-3f0704e9d5da, sid: 102b113d-f5f7-43a4-82d9-3f0704e9d5da) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e28c7ce9-40a8-4327-a720-c9ea43d7a3ee org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@504da19b (id: e28c7ce9-40a8-4327-a720-c9ea43d7a3ee, sid: e28c7ce9-40a8-4327-a720-c9ea43d7a3ee) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@536aa089 (id: 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4, sid: 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6729c79e-a682-4e45-aa47-d89fce140254 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1ba0a501 (id: 6729c79e-a682-4e45-aa47-d89fce140254, sid: 6729c79e-a682-4e45-aa47-d89fce140254) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a43c4456-5c26-4f2f-814c-6d7b5e20ba9f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@265c9e97 (id: a43c4456-5c26-4f2f-814c-6d7b5e20ba9f, sid: a43c4456-5c26-4f2f-814c-6d7b5e20ba9f) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 20f7ceee-a308-45c4-ab7b-930a37990bdd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5164917b (id: 20f7ceee-a308-45c4-ab7b-930a37990bdd, sid: 20f7ceee-a308-45c4-ab7b-930a37990bdd) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 603f4e59-d76f-41b1-9840-113958711fd2 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5f6ff89a (id: 603f4e59-d76f-41b1-9840-113958711fd2, sid: 603f4e59-d76f-41b1-9840-113958711fd2) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 795e7ba9-2703-4365-ba61-2905722e0252 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@13f6af5a (id: 795e7ba9-2703-4365-ba61-2905722e0252, sid: 795e7ba9-2703-4365-ba61-2905722e0252) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 900a8fab-d5fb-4495-88b4-ae28c0239d51 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@b70aebb (id: 900a8fab-d5fb-4495-88b4-ae28c0239d51, sid: 900a8fab-d5fb-4495-88b4-ae28c0239d51) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b0cb7a8d-4a57-4c27-9d15-63fa04158870 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@d1839b4 (id: b0cb7a8d-4a57-4c27-9d15-63fa04158870, sid: b0cb7a8d-4a57-4c27-9d15-63fa04158870) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 54fb7190-21f7-4081-8370-146d87b4b2f4 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@138e0dbb (id: 54fb7190-21f7-4081-8370-146d87b4b2f4, sid: 54fb7190-21f7-4081-8370-146d87b4b2f4) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 689fac05-5b63-4169-bedf-60b16a35ae9c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@25e7b069 (id: 689fac05-5b63-4169-bedf-60b16a35ae9c, sid: 689fac05-5b63-4169-bedf-60b16a35ae9c) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 90277196-9bab-46f1-a7c0-247b2c7109c5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@34d47f0 (id: 90277196-9bab-46f1-a7c0-247b2c7109c5, sid: 90277196-9bab-46f1-a7c0-247b2c7109c5) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5e96bf2b-2439-4abf-b524-ee91291604ae org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@47253008 (id: 5e96bf2b-2439-4abf-b524-ee91291604ae, sid: 5e96bf2b-2439-4abf-b524-ee91291604ae) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 59434c85-96f8-4c1f-bf78-11ecbf693425 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@70f68b4a (id: 59434c85-96f8-4c1f-bf78-11ecbf693425, sid: 59434c85-96f8-4c1f-bf78-11ecbf693425) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = fb461e23-958c-479f-bc3b-23126727d7ba org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3b4a546e (id: fb461e23-958c-479f-bc3b-23126727d7ba, sid: fb461e23-958c-479f-bc3b-23126727d7ba) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 13d04ff4-e861-4336-b5d7-251984291833 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5ec2366 (id: 13d04ff4-e861-4336-b5d7-251984291833, sid: 13d04ff4-e861-4336-b5d7-251984291833) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bb9f86dd-f81e-4591-bf3a-0a753bf5f65b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2336cc99 (id: bb9f86dd-f81e-4591-bf3a-0a753bf5f65b, sid: bb9f86dd-f81e-4591-bf3a-0a753bf5f65b) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7468d936-4004-49ea-84bc-2074a5c7000a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5251e630 (id: 7468d936-4004-49ea-84bc-2074a5c7000a, sid: 7468d936-4004-49ea-84bc-2074a5c7000a) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 10997747-953d-4e08-a78f-6b14df4e7b1c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@29dd781c (id: 10997747-953d-4e08-a78f-6b14df4e7b1c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 26499f0c-4170-46ff-b8a9-dbc294845f45 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@405db06d (id: 26499f0c-4170-46ff-b8a9-dbc294845f45, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7be9c8be-3a71-47d2-b84d-3cd867501c0b org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@1de0be30 (id: 7be9c8be-3a71-47d2-b84d-3cd867501c0b, sid: 7be9c8be-3a71-47d2-b84d-3cd867501c0b) (name: Capability Realization) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@705f56a7 (id: cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea, sid: cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea) (name: [ES] Scenario - Exchange Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = a209eec6-c9c2-4633-9e7e-b554fc89e913 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3280cd28 (id: a209eec6-c9c2-4633-9e7e-b554fc89e913, sid: a209eec6-c9c2-4633-9e7e-b554fc89e913) (name: BC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@1ff3cdcd (id: 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8, sid: 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8) (name: BC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6acabc7-eef8-4a5c-b8b6-3b457395e2a4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3947100d (id: f6acabc7-eef8-4a5c-b8b6-3b457395e2a4, sid: f6acabc7-eef8-4a5c-b8b6-3b457395e2a4) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = ff768ff2-2003-4ac0-b58c-6f6187e5c7a4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@38db2f4d (id: ff768ff2-2003-4ac0-b58c-6f6187e5c7a4, sid: ff768ff2-2003-4ac0-b58c-6f6187e5c7a4) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 39225e82-c60d-4739-8add-cc9e4228df4e org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@68f8c272 (id: 39225e82-c60d-4739-8add-cc9e4228df4e, sid: 39225e82-c60d-4739-8add-cc9e4228df4e) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 3e12a01d-49ca-4b55-ad8a-b2bfa34e835c org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@361440db (id: 3e12a01d-49ca-4b55-ad8a-b2bfa34e835c, sid: 3e12a01d-49ca-4b55-ad8a-b2bfa34e835c) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = f39e96e2-141f-4653-8c8d-e9e0cef95d5f org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@37d2f96c (id: f39e96e2-141f-4653-8c8d-e9e0cef95d5f, sid: f39e96e2-141f-4653-8c8d-e9e0cef95d5f) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 6886c921-9d85-4815-8ec6-cdcfe599694a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@5692199c (id: 6886c921-9d85-4815-8ec6-cdcfe599694a, sid: 6886c921-9d85-4815-8ec6-cdcfe599694a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa08a8b3-3af1-41d1-b0c6-c961a62837fb org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@7857ba6e (id: aa08a8b3-3af1-41d1-b0c6-c961a62837fb, sid: aa08a8b3-3af1-41d1-b0c6-c961a62837fb) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6cd12f27 (id: 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6, sid: 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4641f420-7cfb-4e6f-bb6f-679b6321f275 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4c68a248 (id: 4641f420-7cfb-4e6f-bb6f-679b6321f275, sid: 4641f420-7cfb-4e6f-bb6f-679b6321f275) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@a701ca0 (id: d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9, sid: d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f85f670-53ae-42ec-946f-56827c09d075 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4fb1434a (id: 2f85f670-53ae-42ec-946f-56827c09d075, sid: 2f85f670-53ae-42ec-946f-56827c09d075) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2f690ad-5210-4990-b2a8-f33871aac805 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2afce58c (id: f2f690ad-5210-4990-b2a8-f33871aac805, sid: f2f690ad-5210-4990-b2a8-f33871aac805) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 687e1b25-5bc3-4988-979a-827c371ed627 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@230f7879 (id: 687e1b25-5bc3-4988-979a-827c371ed627, sid: 687e1b25-5bc3-4988-979a-827c371ed627) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f207f00-211c-4883-b422-5bd63ec1fdb6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2990e5a4 (id: 0f207f00-211c-4883-b422-5bd63ec1fdb6, sid: 0f207f00-211c-4883-b422-5bd63ec1fdb6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 73962458-2ba4-4534-9a68-e809775aa9e9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6c7e48cf (id: 73962458-2ba4-4534-9a68-e809775aa9e9, sid: 73962458-2ba4-4534-9a68-e809775aa9e9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d2487ac-6604-462e-9a0a-13d9f737343d org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@21630049 (id: 6d2487ac-6604-462e-9a0a-13d9f737343d, sid: 6d2487ac-6604-462e-9a0a-13d9f737343d) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94a9ba91-4230-4eb5-8dc0-be00fad03e4b org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@797778ac (id: 94a9ba91-4230-4eb5-8dc0-be00fad03e4b, sid: 94a9ba91-4230-4eb5-8dc0-be00fad03e4b) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a968955-93a8-4fb0-9d70-afdded5bc5d9 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@57e41fe3 (id: 7a968955-93a8-4fb0-9d70-afdded5bc5d9, sid: 7a968955-93a8-4fb0-9d70-afdded5bc5d9) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a69454e-7d7a-4f84-9276-715805cfb318 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@49c20de0 (id: 7a69454e-7d7a-4f84-9276-715805cfb318, sid: 7a69454e-7d7a-4f84-9276-715805cfb318) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c4caff4b-b5da-44fb-85f8-f4db6e711085 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@709a3dd9 (id: c4caff4b-b5da-44fb-85f8-f4db6e711085, sid: c4caff4b-b5da-44fb-85f8-f4db6e711085) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f0273967-e314-4762-a68c-e62cfe5d60c1 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@326a897e (id: f0273967-e314-4762-a68c-e62cfe5d60c1, sid: f0273967-e314-4762-a68c-e62cfe5d60c1) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a6a5c85-749f-4faa-afd6-633fb8d7031e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@458683d7 (id: 7a6a5c85-749f-4faa-afd6-633fb8d7031e, sid: 7a6a5c85-749f-4faa-afd6-633fb8d7031e) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1fbc3b4c-1bb2-490e-9f3e-cf95ee2ace2b org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@1cf22b8a (id: 1fbc3b4c-1bb2-490e-9f3e-cf95ee2ace2b, sid: 1fbc3b4c-1bb2-490e-9f3e-cf95ee2ace2b) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce3198f6-79d4-4f39-b2d6-620f3e7a0841 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@3da7b938 (id: ce3198f6-79d4-4f39-b2d6-620f3e7a0841, sid: ce3198f6-79d4-4f39-b2d6-620f3e7a0841) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2b94044-183e-4837-9d61-8262b7ab4ace org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5b60f68b (id: b2b94044-183e-4837-9d61-8262b7ab4ace, sid: b2b94044-183e-4837-9d61-8262b7ab4ace) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e017a3d8-8640-4438-b85e-fc84a6729a90 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@2a895e0b (id: e017a3d8-8640-4438-b85e-fc84a6729a90, sid: e017a3d8-8640-4438-b85e-fc84a6729a90) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b900dc3f-be87-4449-8c93-4cfe32dfe969 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@272a8eab (id: b900dc3f-be87-4449-8c93-4cfe32dfe969, sid: b900dc3f-be87-4449-8c93-4cfe32dfe969) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e0da1a2-1233-48ea-8e80-c0cd015fb068 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@27c49d0f (id: 6e0da1a2-1233-48ea-8e80-c0cd015fb068, sid: 6e0da1a2-1233-48ea-8e80-c0cd015fb068) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9e77119c-afd4-450f-bc40-9081d6fa9ac0 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@7b4cf3d2 (id: 9e77119c-afd4-450f-bc40-9081d6fa9ac0, sid: 9e77119c-afd4-450f-bc40-9081d6fa9ac0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf7c1d5b-eec9-4441-9747-5f57da56d985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@1b5593b6 (id: bf7c1d5b-eec9-4441-9747-5f57da56d985, sid: bf7c1d5b-eec9-4441-9747-5f57da56d985) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cba6f5ce-4293-42a7-b28a-0e8fecfb8acf org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@687909a1 (id: cba6f5ce-4293-42a7-b28a-0e8fecfb8acf, sid: cba6f5ce-4293-42a7-b28a-0e8fecfb8acf) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a99ca9e7-893b-4bc2-9264-5034ff52e787 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6bd6dd44 (id: a99ca9e7-893b-4bc2-9264-5034ff52e787, sid: a99ca9e7-893b-4bc2-9264-5034ff52e787) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bddd0872-3e4d-488a-8dce-fe34531cee87 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7798618f (id: bddd0872-3e4d-488a-8dce-fe34531cee87, sid: bddd0872-3e4d-488a-8dce-fe34531cee87) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a4e04cc-e595-41f1-9e0b-f815faf8094a org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@406794e9 (id: 8a4e04cc-e595-41f1-9e0b-f815faf8094a, sid: 8a4e04cc-e595-41f1-9e0b-f815faf8094a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84218d6-cb3f-4060-841a-b04e7d4e6ac5 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6073b945 (id: b84218d6-cb3f-4060-841a-b04e7d4e6ac5, sid: b84218d6-cb3f-4060-841a-b04e7d4e6ac5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89858391-fecd-4f79-878a-422537383f5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3d9264f2 (id: 89858391-fecd-4f79-878a-422537383f5a, sid: 89858391-fecd-4f79-878a-422537383f5a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a52c6d7-d4c1-4e3a-bccc-da120157cafe org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@932eed6 (id: 3a52c6d7-d4c1-4e3a-bccc-da120157cafe, sid: 3a52c6d7-d4c1-4e3a-bccc-da120157cafe) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e90a1796-ba93-4366-bbad-dad2809b0ea0 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@750ef3c5 (id: e90a1796-ba93-4366-bbad-dad2809b0ea0, sid: e90a1796-ba93-4366-bbad-dad2809b0ea0) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 25da413d-1017-4ec9-b80f-3501ecb4b604 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@8cac5b0 (id: 25da413d-1017-4ec9-b80f-3501ecb4b604, sid: 25da413d-1017-4ec9-b80f-3501ecb4b604) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43a7c27c-dff3-4070-9d55-b63db6153338 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@26d195af (id: 43a7c27c-dff3-4070-9d55-b63db6153338, sid: 43a7c27c-dff3-4070-9d55-b63db6153338) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2458958c-05d2-444a-9029-3492605fd557 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@380b8bfd (id: 2458958c-05d2-444a-9029-3492605fd557, sid: 2458958c-05d2-444a-9029-3492605fd557) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 302f7494-20d9-4a9c-84a3-0e55f75d6328 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@3a19d7e2 (id: 302f7494-20d9-4a9c-84a3-0e55f75d6328, sid: 302f7494-20d9-4a9c-84a3-0e55f75d6328) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2afc0c67-2006-43b0-bcc1-d68843b0a8d1 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@64207254 (id: 2afc0c67-2006-43b0-bcc1-d68843b0a8d1, sid: 2afc0c67-2006-43b0-bcc1-d68843b0a8d1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 077177ba-f074-4611-9d77-94dd7b060edc org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4ef6ff92 (id: 077177ba-f074-4611-9d77-94dd7b060edc, sid: 077177ba-f074-4611-9d77-94dd7b060edc) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 67ecb6a1-784d-4b0a-9ada-105e65c6048d org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2a46c1d2 (id: 67ecb6a1-784d-4b0a-9ada-105e65c6048d, sid: 67ecb6a1-784d-4b0a-9ada-105e65c6048d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eed6ee75-9514-4c75-b618-c8be5129cd1e org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@5e14b5bf (id: eed6ee75-9514-4c75-b618-c8be5129cd1e, sid: eed6ee75-9514-4c75-b618-c8be5129cd1e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c938c3ae-d983-4f95-b87a-9eadf50abe5a org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@3941defb (id: c938c3ae-d983-4f95-b87a-9eadf50abe5a, sid: c938c3ae-d983-4f95-b87a-9eadf50abe5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cab6039b-5167-4195-9783-9f30db4cd3f1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@29f6c067 (id: cab6039b-5167-4195-9783-9f30db4cd3f1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea14d6b-2fc1-4b92-8203-d01ae29465ff org.polarsys.capella.core.data.information.impl.DataPkgImpl@165ac083 (id: 6ea14d6b-2fc1-4b92-8203-d01ae29465ff, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0b4cfe92-39fb-41a0-b5ff-212d20655a39 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@4cfa93c9 (id: 0b4cfe92-39fb-41a0-b5ff-212d20655a39, sid: 0b4cfe92-39fb-41a0-b5ff-212d20655a39) (name: EI1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 4d69c5a2-a464-4d0e-8113-0f6de400de6e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@68f5ac9b (id: 4d69c5a2-a464-4d0e-8113-0f6de400de6e, sid: 4d69c5a2-a464-4d0e-8113-0f6de400de6e) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 94df0620-a971-4a82-8726-1b1b3a57a017 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@771fbc1a (id: 94df0620-a971-4a82-8726-1b1b3a57a017, sid: 94df0620-a971-4a82-8726-1b1b3a57a017) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 62555d03-4369-42c1-af8e-27798f88b83d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@378124a2 (id: 62555d03-4369-42c1-af8e-27798f88b83d, sid: 62555d03-4369-42c1-af8e-27798f88b83d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = b4e847af-de15-414c-8846-550711028573 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2f7d9d40 (id: b4e847af-de15-414c-8846-550711028573, sid: b4e847af-de15-414c-8846-550711028573) (name: EI2) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = c4e2ce8d-35ab-4cc2-abdf-ab032d27172e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@6aa96d40 (id: c4e2ce8d-35ab-4cc2-abdf-ab032d27172e, sid: c4e2ce8d-35ab-4cc2-abdf-ab032d27172e) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 88386af2-c0b2-4474-8ded-fe77bf7633e9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@605ce363 (id: 88386af2-c0b2-4474-8ded-fe77bf7633e9, sid: 88386af2-c0b2-4474-8ded-fe77bf7633e9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 96d45679-87a8-47b0-aaea-64fca80e89ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5ec66ffe (id: 96d45679-87a8-47b0-aaea-64fca80e89ac, sid: 96d45679-87a8-47b0-aaea-64fca80e89ac) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5e8013bf-b205-4d35-955c-56a830a0e520 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@1d127efb (id: 5e8013bf-b205-4d35-955c-56a830a0e520, sid: 5e8013bf-b205-4d35-955c-56a830a0e520) (name: EI3) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = bf335889-9d27-46ed-bb8b-2b6df2259180 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@3c70c374 (id: bf335889-9d27-46ed-bb8b-2b6df2259180, sid: bf335889-9d27-46ed-bb8b-2b6df2259180) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 70a9aa40-310a-414d-b1d9-abf370962f57 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b307862 (id: 70a9aa40-310a-414d-b1d9-abf370962f57, sid: 70a9aa40-310a-414d-b1d9-abf370962f57) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5b4880b1-c079-43cf-b0ec-0e2090fcfd62 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@56645965 (id: 5b4880b1-c079-43cf-b0ec-0e2090fcfd62, sid: 5b4880b1-c079-43cf-b0ec-0e2090fcfd62) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a7b17180-aa4a-4cae-9d73-4a4e31cb88f6 org.polarsys.capella.core.data.information.impl.ClassImpl@588f00f4 (id: a7b17180-aa4a-4cae-9d73-4a4e31cb88f6, sid: a7b17180-aa4a-4cae-9d73-4a4e31cb88f6) (name: DateTime) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 50976e65-d863-45ea-b961-cf567b839e87 org.polarsys.capella.core.data.information.impl.PropertyImpl@625e13f2 (id: 50976e65-d863-45ea-b961-cf567b839e87, sid: 50976e65-d863-45ea-b961-cf567b839e87) (name: d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4d0e5bd-14b8-458b-8a53-da29d3453115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a1584b3 (id: f4d0e5bd-14b8-458b-8a53-da29d3453115, sid: f4d0e5bd-14b8-458b-8a53-da29d3453115) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = cd8a671b-480e-4f07-8e86-34c59e74120f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2e4e41e5 (id: cd8a671b-480e-4f07-8e86-34c59e74120f, sid: cd8a671b-480e-4f07-8e86-34c59e74120f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 65d1e84f-600c-405a-a323-6559a18b6c0c org.polarsys.capella.core.data.information.impl.PropertyImpl@e666c78 (id: 65d1e84f-600c-405a-a323-6559a18b6c0c, sid: 65d1e84f-600c-405a-a323-6559a18b6c0c) (name: t) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 89b37987-187e-4dd7-99a3-9b8f3124130f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1c353fc5 (id: 89b37987-187e-4dd7-99a3-9b8f3124130f, sid: 89b37987-187e-4dd7-99a3-9b8f3124130f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = da1253c0-b2e0-4b45-8eae-aff0ff1c239a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6a7310ec (id: da1253c0-b2e0-4b45-8eae-aff0ff1c239a, sid: da1253c0-b2e0-4b45-8eae-aff0ff1c239a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5cc446fd-57c3-4d17-936a-af7352c37d7b org.polarsys.capella.core.data.information.impl.ClassImpl@366e352e (id: 5cc446fd-57c3-4d17-936a-af7352c37d7b, sid: 5cc446fd-57c3-4d17-936a-af7352c37d7b) (name: Campaign) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 293d0d03-fc9e-43fc-94ed-5c8107bc93c1 org.polarsys.capella.core.data.information.impl.PropertyImpl@bd69a37 (id: 293d0d03-fc9e-43fc-94ed-5c8107bc93c1, sid: 293d0d03-fc9e-43fc-94ed-5c8107bc93c1) (name: Name) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d368743b-01b9-4b36-8b4f-d5773bdd4639 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ea8579f (id: d368743b-01b9-4b36-8b4f-d5773bdd4639, sid: d368743b-01b9-4b36-8b4f-d5773bdd4639) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 91e98c14-f7b9-430e-8463-f820c31f052f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4caed4d6 (id: 91e98c14-f7b9-430e-8463-f820c31f052f, sid: 91e98c14-f7b9-430e-8463-f820c31f052f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6bd867b4-882a-4ac5-9013-345a399ec045 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@b2e4f28 (id: 6bd867b4-882a-4ac5-9013-345a399ec045, sid: 6bd867b4-882a-4ac5-9013-345a399ec045) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 9d08ef55-104b-4391-af99-375a50ac3778 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@34167b58 (id: 9d08ef55-104b-4391-af99-375a50ac3778, sid: 9d08ef55-104b-4391-af99-375a50ac3778) (name: Date) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = c143e8d6-316e-4217-b6dc-553c111b50b4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@487ed6ea (id: c143e8d6-316e-4217-b6dc-553c111b50b4, sid: c143e8d6-316e-4217-b6dc-553c111b50b4) (name: Time) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 16d3b1b0-eacc-4814-bc67-7d46637607c2 org.polarsys.capella.core.data.information.datatype.impl.EnumerationImpl@72cca357 (id: 16d3b1b0-eacc-4814-bc67-7d46637607c2, sid: 16d3b1b0-eacc-4814-bc67-7d46637607c2) (name: TEST) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = a8eac6d2-4706-4011-8287-d65e455eda5a org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@b62f529 (id: a8eac6d2-4706-4011-8287-d65e455eda5a, sid: a8eac6d2-4706-4011-8287-d65e455eda5a) (name: TEST1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = 5d9a66d2-9f12-405e-983a-44d9567d7f7a org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@ca993a6 (id: 5d9a66d2-9f12-405e-983a-44d9567d7f7a, sid: 5d9a66d2-9f12-405e-983a-44d9567d7f7a) (name: TEST2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = f7d5a78c-f8c0-49b4-b4aa-e117eed042fe org.polarsys.capella.core.data.information.datavalue.impl.EnumerationLiteralImpl@325ecd5f (id: f7d5a78c-f8c0-49b4-b4aa-e117eed042fe, sid: f7d5a78c-f8c0-49b4-b4aa-e117eed042fe) (name: TEST3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@259f1658 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 60f6ad51-9323-429e-b29f-e534a3fdef68 org.polarsys.capella.core.data.cs.impl.PartImpl@5a382c15 (id: 60f6ad51-9323-429e-b29f-e534a3fdef68, sid: 60f6ad51-9323-429e-b29f-e534a3fdef68) (name: PC) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3f7b82b7-7ef2-4395-a370-2dc666020f16 org.polarsys.capella.core.data.cs.impl.PartImpl@793ce443 (id: 3f7b82b7-7ef2-4395-a370-2dc666020f16, sid: 3f7b82b7-7ef2-4395-a370-2dc666020f16) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c36aea32-ff9b-4a62-b62c-33679b034d0f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1a2deddd (id: c36aea32-ff9b-4a62-b62c-33679b034d0f, sid: c36aea32-ff9b-4a62-b62c-33679b034d0f) (name: C 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 5e89d69e-5386-43dd-a278-5a9a6705ca12 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@42d1c27 (id: 5e89d69e-5386-43dd-a278-5a9a6705ca12, sid: 5e89d69e-5386-43dd-a278-5a9a6705ca12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = debb0304-3678-412f-bd43-b3cf3ebf67b5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5e6b1a26 (id: debb0304-3678-412f-bd43-b3cf3ebf67b5, sid: debb0304-3678-412f-bd43-b3cf3ebf67b5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 3860c761-daac-4334-aeba-ac2303ff2094 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@5ee6c29c (id: 3860c761-daac-4334-aeba-ac2303ff2094, sid: 3860c761-daac-4334-aeba-ac2303ff2094) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a293057b-0177-4973-80db-794d0cf1c9a6 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@3af8c250 (id: a293057b-0177-4973-80db-794d0cf1c9a6, sid: a293057b-0177-4973-80db-794d0cf1c9a6) (name: PL 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 41f66aca-ab4b-406a-acf6-57257d6f5f70 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@5bed6dd0 (id: 41f66aca-ab4b-406a-acf6-57257d6f5f70, sid: 41f66aca-ab4b-406a-acf6-57257d6f5f70) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 79a6d4eb-ec2a-45c8-8968-df9389297588 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60632edb (id: 79a6d4eb-ec2a-45c8-8968-df9389297588, sid: 79a6d4eb-ec2a-45c8-8968-df9389297588) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = 4c53243f-3c53-4289-8d8a-7530d1cd968d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@633679a (id: 4c53243f-3c53-4289-8d8a-7530d1cd968d, sid: 4c53243f-3c53-4289-8d8a-7530d1cd968d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d58067b4-da27-4f1f-a021-7fb56e5ce28a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1a67023e (id: d58067b4-da27-4f1f-a021-7fb56e5ce28a, sid: d58067b4-da27-4f1f-a021-7fb56e5ce28a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7313a62b-591a-4c7c-84f5-bd4bae667d24 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@59fe10fb (id: 7313a62b-591a-4c7c-84f5-bd4bae667d24, sid: 7313a62b-591a-4c7c-84f5-bd4bae667d24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3dc2843c-722f-48a9-9b2d-b27479a520e2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@24d7cae (id: 3dc2843c-722f-48a9-9b2d-b27479a520e2, sid: 3dc2843c-722f-48a9-9b2d-b27479a520e2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2b508f98 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@477072f1 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@41ccea13 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@29563294 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@6555469 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@427649a8 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@64ccbf87 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7c96f318 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@50cc16ff (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@20873e47 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@21369d57 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6af3a45a (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = f60d2676-2b15-4c07-9609-e8a7c61987a6 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7b07bdd1 (id: f60d2676-2b15-4c07-9609-e8a7c61987a6, sid: f60d2676-2b15-4c07-9609-e8a7c61987a6) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d3893b0c-a651-4d38-8ec7-ac9b93bdf834 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7f078bb9 (id: d3893b0c-a651-4d38-8ec7-ac9b93bdf834, sid: d3893b0c-a651-4d38-8ec7-ac9b93bdf834) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bd163d25-0485-4cb6-98e3-e85bd3251463 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@16c630fb (id: bd163d25-0485-4cb6-98e3-e85bd3251463, sid: bd163d25-0485-4cb6-98e3-e85bd3251463) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0c6e3fb-e704-4fbd-9fe0-7e9780b9ee11 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@216735de (id: d0c6e3fb-e704-4fbd-9fe0-7e9780b9ee11, sid: d0c6e3fb-e704-4fbd-9fe0-7e9780b9ee11) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = e874361a-3040-43b4-b4b6-2bb8e40cc991 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@3cf589df (id: e874361a-3040-43b4-b4b6-2bb8e40cc991, sid: e874361a-3040-43b4-b4b6-2bb8e40cc991) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8fa046ce-eddd-475c-89cb-25e1b4c2e198 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1b84f7ba (id: 8fa046ce-eddd-475c-89cb-25e1b4c2e198, sid: 8fa046ce-eddd-475c-89cb-25e1b4c2e198) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 071c1f9d-01a7-4028-8cdb-ae98ed05782b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6804d922 (id: 071c1f9d-01a7-4028-8cdb-ae98ed05782b, sid: 071c1f9d-01a7-4028-8cdb-ae98ed05782b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 321fd6dc-e602-4786-b3cb-9ea8977ca0b6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2e22b08d (id: 321fd6dc-e602-4786-b3cb-9ea8977ca0b6, sid: 321fd6dc-e602-4786-b3cb-9ea8977ca0b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac4d2d3a-703a-4c07-be23-f3f47b5df9e1 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@288e8640 (id: ac4d2d3a-703a-4c07-be23-f3f47b5df9e1, sid: ac4d2d3a-703a-4c07-be23-f3f47b5df9e1) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 49b8cf24-a213-476c-afa4-754a7fb0fe42 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@284052ce (id: 49b8cf24-a213-476c-afa4-754a7fb0fe42, sid: 49b8cf24-a213-476c-afa4-754a7fb0fe42) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91ed5ca6-5549-4958-a3cc-856b481bd89c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@ff98ad2 (id: 91ed5ca6-5549-4958-a3cc-856b481bd89c, sid: 91ed5ca6-5549-4958-a3cc-856b481bd89c) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = cea4b24c-4232-41bf-b321-ddcfbdc49578 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@34e4e578 (id: cea4b24c-4232-41bf-b321-ddcfbdc49578, sid: cea4b24c-4232-41bf-b321-ddcfbdc49578) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70ac2e3c-65d0-429f-b10d-09306b5d2dea org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@427820ce (id: 70ac2e3c-65d0-429f-b10d-09306b5d2dea, sid: 70ac2e3c-65d0-429f-b10d-09306b5d2dea) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@12487726 (id: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db, sid: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Cycle2] >> release >> unload Project_test_01 [Cycle2] >> release >> unload output [Cycle3] >> require >> load Project_test_01 [Cycle3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@396418ec (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@29a1c532 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2eda07fb (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2393b14f (id: 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4, sid: null) (name: TRANSITION_2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@5e4ccbf4 (id: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90c2f202-e3f1-4345-b4ef-79f35ae277e2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6adfbb7a (id: 90c2f202-e3f1-4345-b4ef-79f35ae277e2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1f6d4c4b (id: 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@67b0543e (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10997747-953d-4e08-a78f-6b14df4e7b1c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@31b4b0bb (id: 10997747-953d-4e08-a78f-6b14df4e7b1c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 26499f0c-4170-46ff-b8a9-dbc294845f45 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@29961937 (id: 26499f0c-4170-46ff-b8a9-dbc294845f45, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cab6039b-5167-4195-9783-9f30db4cd3f1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@520055a (id: cab6039b-5167-4195-9783-9f30db4cd3f1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea14d6b-2fc1-4b92-8203-d01ae29465ff org.polarsys.capella.core.data.information.impl.DataPkgImpl@6cbd914 (id: 6ea14d6b-2fc1-4b92-8203-d01ae29465ff, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 49a21bfd-2819-4948-876c-6cba3f701726 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5eac91f8 (id: 49a21bfd-2819-4948-876c-6cba3f701726, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ca2fffaf-a904-4f88-80a0-69a9531f0c01 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@42d42e4e (id: ca2fffaf-a904-4f88-80a0-69a9531f0c01, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a5b9bceb-333e-44de-b93d-f4ceaf8b5923 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@864a9ee (id: a5b9bceb-333e-44de-b93d-f4ceaf8b5923, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = a0c65ee7-f760-469b-bb43-a20afd45e590 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@79bae36a (id: a0c65ee7-f760-469b-bb43-a20afd45e590, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = bce043dd-cced-4261-b7a0-e3791904b882 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@43238ef4 (id: bce043dd-cced-4261-b7a0-e3791904b882, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = daf0ac30-984a-400f-9c8d-242dd8ed97b4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@20667e80 (id: daf0ac30-984a-400f-9c8d-242dd8ed97b4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 19d784e8-fe9a-40c5-aca5-6376680189a8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@de098bb (id: 19d784e8-fe9a-40c5-aca5-6376680189a8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 3e2c42f4-a067-4b80-8414-cae810f222cd org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@236f8bde (id: 3e2c42f4-a067-4b80-8414-cae810f222cd, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = df0bdc74-010d-4f45-8338-e629f8263da3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7c64f569 (id: df0bdc74-010d-4f45-8338-e629f8263da3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8baf4e34-3e5a-4f1e-9d54-7aec5f0aabd0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f65161b (id: 8baf4e34-3e5a-4f1e-9d54-7aec5f0aabd0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 321458e2-4425-42f6-afbe-5c1ae223fd7e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@66496e0c (id: 321458e2-4425-42f6-afbe-5c1ae223fd7e, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 747b8296-7767-4d32-8b85-ffffeb119015 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@39273860 (id: 747b8296-7767-4d32-8b85-ffffeb119015, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = fea127d3-2753-45ad-bc0b-0b83cf28e1f2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@62b35d90 (id: fea127d3-2753-45ad-bc0b-0b83cf28e1f2, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 035bb67f-8479-4bd0-8d80-180af19fa469 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@25a15a13 (id: 035bb67f-8479-4bd0-8d80-180af19fa469, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6b1f9882-841f-4c00-9d2c-88602656ecd1 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@83569a5 (id: 6b1f9882-841f-4c00-9d2c-88602656ecd1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 8c952661-1641-4e45-a477-2d0e0d90d328 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@851a4fb (id: 8c952661-1641-4e45-a477-2d0e0d90d328, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 2f2d75e0-6b85-45ba-b20c-2d49cb03df43 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@707627bc (id: 2f2d75e0-6b85-45ba-b20c-2d49cb03df43, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 14f9a9a8-f295-4b31-b890-76405bbb6375 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5f289a63 (id: 14f9a9a8-f295-4b31-b890-76405bbb6375, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 9d7e8443-8de0-47e9-9bdf-42fa7cc882ae org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7c73a862 (id: 9d7e8443-8de0-47e9-9bdf-42fa7cc882ae, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 312923ae-2cdf-442e-8917-2140ee459d04 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7980ad6b (id: 312923ae-2cdf-442e-8917-2140ee459d04, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8495ca7e-751b-4467-836e-3bba6172a7f8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@380a3e20 (id: 8495ca7e-751b-4467-836e-3bba6172a7f8, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = df3ee952-c45d-493f-8eb1-b07bda570a51 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@23ea40c0 (id: df3ee952-c45d-493f-8eb1-b07bda570a51, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3fdcc94b-8ee2-42d7-a773-699f1dda6b05 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@423bcc67 (id: 3fdcc94b-8ee2-42d7-a773-699f1dda6b05, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c612fa10-3f82-4cc1-ae23-3eb0bece8708 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@3e2ccabe (id: c612fa10-3f82-4cc1-ae23-3eb0bece8708, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 81488d11-d136-45e2-a003-69486886a117 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@57be0865 (id: 81488d11-d136-45e2-a003-69486886a117, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = faa8801f-d7d6-4358-bf1e-f61fbdc5d40b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2623ae12 (id: faa8801f-d7d6-4358-bf1e-f61fbdc5d40b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1766c969-12ff-4b02-a28c-f42e1e42e49d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3a670645 (id: 1766c969-12ff-4b02-a28c-f42e1e42e49d, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ef270238-abb0-4946-9333-cd4d4967f404 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6246428d (id: ef270238-abb0-4946-9333-cd4d4967f404, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 77c76671-01a2-4014-a1c5-09cfcabaa6f4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@451c9380 (id: 77c76671-01a2-4014-a1c5-09cfcabaa6f4, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 6f664e08-2631-4116-9bfd-a0716e7ab66e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e74e60f (id: 6f664e08-2631-4116-9bfd-a0716e7ab66e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7e7faa7c-45f2-4d77-84e3-ecf7211be324 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7c2382aa (id: 7e7faa7c-45f2-4d77-84e3-ecf7211be324, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 88ead277-c1e4-4ead-a249-65f1dd091403 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2c21e589 (id: 88ead277-c1e4-4ead-a249-65f1dd091403, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@2997ce7c (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e647bcd0-aad5-47f7-bb7f-49821ffd1b62 org.polarsys.capella.core.data.cs.impl.PartImpl@726927d9 (id: e647bcd0-aad5-47f7-bb7f-49821ffd1b62, sid: e647bcd0-aad5-47f7-bb7f-49821ffd1b62) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4ad0e1a-205a-4788-9940-ab6bc68f7c04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@71ba248 (id: f4ad0e1a-205a-4788-9940-ab6bc68f7c04, sid: f4ad0e1a-205a-4788-9940-ab6bc68f7c04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@83a006c (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7e3d9d29 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@147fba2b (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@2aeb786c (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@396418ec (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@29a1c532 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2393b14f (id: 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4, sid: null) (name: TRANSITION_2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@5e4ccbf4 (id: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90c2f202-e3f1-4345-b4ef-79f35ae277e2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6adfbb7a (id: 90c2f202-e3f1-4345-b4ef-79f35ae277e2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1f6d4c4b (id: 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@13991edf (id: 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4, sid: 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6729c79e-a682-4e45-aa47-d89fce140254 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3f5bffd6 (id: 6729c79e-a682-4e45-aa47-d89fce140254, sid: 6729c79e-a682-4e45-aa47-d89fce140254) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a43c4456-5c26-4f2f-814c-6d7b5e20ba9f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@36999d83 (id: a43c4456-5c26-4f2f-814c-6d7b5e20ba9f, sid: a43c4456-5c26-4f2f-814c-6d7b5e20ba9f) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 900a8fab-d5fb-4495-88b4-ae28c0239d51 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@704cdf29 (id: 900a8fab-d5fb-4495-88b4-ae28c0239d51, sid: 900a8fab-d5fb-4495-88b4-ae28c0239d51) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b0cb7a8d-4a57-4c27-9d15-63fa04158870 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2b785819 (id: b0cb7a8d-4a57-4c27-9d15-63fa04158870, sid: b0cb7a8d-4a57-4c27-9d15-63fa04158870) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 689fac05-5b63-4169-bedf-60b16a35ae9c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@676c7585 (id: 689fac05-5b63-4169-bedf-60b16a35ae9c, sid: 689fac05-5b63-4169-bedf-60b16a35ae9c) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5e96bf2b-2439-4abf-b524-ee91291604ae org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@676ffbee (id: 5e96bf2b-2439-4abf-b524-ee91291604ae, sid: 5e96bf2b-2439-4abf-b524-ee91291604ae) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7468d936-4004-49ea-84bc-2074a5c7000a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1193f382 (id: 7468d936-4004-49ea-84bc-2074a5c7000a, sid: 7468d936-4004-49ea-84bc-2074a5c7000a) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 13d04ff4-e861-4336-b5d7-251984291833 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4b0167a9 (id: 13d04ff4-e861-4336-b5d7-251984291833, sid: 13d04ff4-e861-4336-b5d7-251984291833) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 10997747-953d-4e08-a78f-6b14df4e7b1c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@31b4b0bb (id: 10997747-953d-4e08-a78f-6b14df4e7b1c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 26499f0c-4170-46ff-b8a9-dbc294845f45 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@29961937 (id: 26499f0c-4170-46ff-b8a9-dbc294845f45, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7be9c8be-3a71-47d2-b84d-3cd867501c0b org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@2717e064 (id: 7be9c8be-3a71-47d2-b84d-3cd867501c0b, sid: 7be9c8be-3a71-47d2-b84d-3cd867501c0b) (name: Capability Realization) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@70adeb31 (id: cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea, sid: cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea) (name: [ES] Scenario - Exchange Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = a209eec6-c9c2-4633-9e7e-b554fc89e913 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6408acf7 (id: a209eec6-c9c2-4633-9e7e-b554fc89e913, sid: a209eec6-c9c2-4633-9e7e-b554fc89e913) (name: BC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7d4e5ee0 (id: 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8, sid: 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8) (name: BC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c22a5790-61cc-4f65-99df-b0aece56de2c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@65c285ed (id: c22a5790-61cc-4f65-99df-b0aece56de2c, sid: c22a5790-61cc-4f65-99df-b0aece56de2c) (name: BC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6acabc7-eef8-4a5c-b8b6-3b457395e2a4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5be77ab1 (id: f6acabc7-eef8-4a5c-b8b6-3b457395e2a4, sid: f6acabc7-eef8-4a5c-b8b6-3b457395e2a4) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = ff768ff2-2003-4ac0-b58c-6f6187e5c7a4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@54519673 (id: ff768ff2-2003-4ac0-b58c-6f6187e5c7a4, sid: ff768ff2-2003-4ac0-b58c-6f6187e5c7a4) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 6886c921-9d85-4815-8ec6-cdcfe599694a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@2fce4755 (id: 6886c921-9d85-4815-8ec6-cdcfe599694a, sid: 6886c921-9d85-4815-8ec6-cdcfe599694a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa08a8b3-3af1-41d1-b0c6-c961a62837fb org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@66adbc01 (id: aa08a8b3-3af1-41d1-b0c6-c961a62837fb, sid: aa08a8b3-3af1-41d1-b0c6-c961a62837fb) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@429452da (id: 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6, sid: 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4641f420-7cfb-4e6f-bb6f-679b6321f275 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@109c055b (id: 4641f420-7cfb-4e6f-bb6f-679b6321f275, sid: 4641f420-7cfb-4e6f-bb6f-679b6321f275) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4d351cf2 (id: d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9, sid: d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f85f670-53ae-42ec-946f-56827c09d075 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@46f3ece1 (id: 2f85f670-53ae-42ec-946f-56827c09d075, sid: 2f85f670-53ae-42ec-946f-56827c09d075) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f207f00-211c-4883-b422-5bd63ec1fdb6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@33605f97 (id: 0f207f00-211c-4883-b422-5bd63ec1fdb6, sid: 0f207f00-211c-4883-b422-5bd63ec1fdb6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 73962458-2ba4-4534-9a68-e809775aa9e9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@6aad29fe (id: 73962458-2ba4-4534-9a68-e809775aa9e9, sid: 73962458-2ba4-4534-9a68-e809775aa9e9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94a9ba91-4230-4eb5-8dc0-be00fad03e4b org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@29524f56 (id: 94a9ba91-4230-4eb5-8dc0-be00fad03e4b, sid: 94a9ba91-4230-4eb5-8dc0-be00fad03e4b) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a968955-93a8-4fb0-9d70-afdded5bc5d9 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@18ff210c (id: 7a968955-93a8-4fb0-9d70-afdded5bc5d9, sid: 7a968955-93a8-4fb0-9d70-afdded5bc5d9) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2b94044-183e-4837-9d61-8262b7ab4ace org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5e51f6b2 (id: b2b94044-183e-4837-9d61-8262b7ab4ace, sid: b2b94044-183e-4837-9d61-8262b7ab4ace) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e017a3d8-8640-4438-b85e-fc84a6729a90 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@280fcd6b (id: e017a3d8-8640-4438-b85e-fc84a6729a90, sid: e017a3d8-8640-4438-b85e-fc84a6729a90) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf7c1d5b-eec9-4441-9747-5f57da56d985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@5e2230c7 (id: bf7c1d5b-eec9-4441-9747-5f57da56d985, sid: bf7c1d5b-eec9-4441-9747-5f57da56d985) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cba6f5ce-4293-42a7-b28a-0e8fecfb8acf org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@24bfb8aa (id: cba6f5ce-4293-42a7-b28a-0e8fecfb8acf, sid: cba6f5ce-4293-42a7-b28a-0e8fecfb8acf) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a99ca9e7-893b-4bc2-9264-5034ff52e787 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@5727d6f7 (id: a99ca9e7-893b-4bc2-9264-5034ff52e787, sid: a99ca9e7-893b-4bc2-9264-5034ff52e787) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bddd0872-3e4d-488a-8dce-fe34531cee87 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5938c5a0 (id: bddd0872-3e4d-488a-8dce-fe34531cee87, sid: bddd0872-3e4d-488a-8dce-fe34531cee87) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a4e04cc-e595-41f1-9e0b-f815faf8094a org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@16536248 (id: 8a4e04cc-e595-41f1-9e0b-f815faf8094a, sid: 8a4e04cc-e595-41f1-9e0b-f815faf8094a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84218d6-cb3f-4060-841a-b04e7d4e6ac5 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@4ff0e2c0 (id: b84218d6-cb3f-4060-841a-b04e7d4e6ac5, sid: b84218d6-cb3f-4060-841a-b04e7d4e6ac5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89858391-fecd-4f79-878a-422537383f5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@268915a7 (id: 89858391-fecd-4f79-878a-422537383f5a, sid: 89858391-fecd-4f79-878a-422537383f5a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a52c6d7-d4c1-4e3a-bccc-da120157cafe org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@3903d113 (id: 3a52c6d7-d4c1-4e3a-bccc-da120157cafe, sid: 3a52c6d7-d4c1-4e3a-bccc-da120157cafe) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c938c3ae-d983-4f95-b87a-9eadf50abe5a org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@427a7bad (id: c938c3ae-d983-4f95-b87a-9eadf50abe5a, sid: c938c3ae-d983-4f95-b87a-9eadf50abe5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ecccb72-cef8-40d5-a01f-058db93803ac org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@7d419af5 (id: 5ecccb72-cef8-40d5-a01f-058db93803ac, sid: 5ecccb72-cef8-40d5-a01f-058db93803ac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7429f4c-0624-40cd-9eb2-dc701a2cdb9f org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@790ff394 (id: a7429f4c-0624-40cd-9eb2-dc701a2cdb9f, sid: a7429f4c-0624-40cd-9eb2-dc701a2cdb9f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cab6039b-5167-4195-9783-9f30db4cd3f1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@520055a (id: cab6039b-5167-4195-9783-9f30db4cd3f1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea14d6b-2fc1-4b92-8203-d01ae29465ff org.polarsys.capella.core.data.information.impl.DataPkgImpl@6cbd914 (id: 6ea14d6b-2fc1-4b92-8203-d01ae29465ff, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0b4cfe92-39fb-41a0-b5ff-212d20655a39 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@4978cf17 (id: 0b4cfe92-39fb-41a0-b5ff-212d20655a39, sid: 0b4cfe92-39fb-41a0-b5ff-212d20655a39) (name: EI1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 4d69c5a2-a464-4d0e-8113-0f6de400de6e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@2ed433e4 (id: 4d69c5a2-a464-4d0e-8113-0f6de400de6e, sid: 4d69c5a2-a464-4d0e-8113-0f6de400de6e) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 94df0620-a971-4a82-8726-1b1b3a57a017 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2b5bf9b1 (id: 94df0620-a971-4a82-8726-1b1b3a57a017, sid: 94df0620-a971-4a82-8726-1b1b3a57a017) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 62555d03-4369-42c1-af8e-27798f88b83d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@730086b7 (id: 62555d03-4369-42c1-af8e-27798f88b83d, sid: 62555d03-4369-42c1-af8e-27798f88b83d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a7b17180-aa4a-4cae-9d73-4a4e31cb88f6 org.polarsys.capella.core.data.information.impl.ClassImpl@1a728249 (id: a7b17180-aa4a-4cae-9d73-4a4e31cb88f6, sid: a7b17180-aa4a-4cae-9d73-4a4e31cb88f6) (name: DateTime) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 50976e65-d863-45ea-b961-cf567b839e87 org.polarsys.capella.core.data.information.impl.PropertyImpl@dcf21f6 (id: 50976e65-d863-45ea-b961-cf567b839e87, sid: 50976e65-d863-45ea-b961-cf567b839e87) (name: d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4d0e5bd-14b8-458b-8a53-da29d3453115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2aeb6138 (id: f4d0e5bd-14b8-458b-8a53-da29d3453115, sid: f4d0e5bd-14b8-458b-8a53-da29d3453115) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = cd8a671b-480e-4f07-8e86-34c59e74120f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2d61c815 (id: cd8a671b-480e-4f07-8e86-34c59e74120f, sid: cd8a671b-480e-4f07-8e86-34c59e74120f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 65d1e84f-600c-405a-a323-6559a18b6c0c org.polarsys.capella.core.data.information.impl.PropertyImpl@238f673a (id: 65d1e84f-600c-405a-a323-6559a18b6c0c, sid: 65d1e84f-600c-405a-a323-6559a18b6c0c) (name: t) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 89b37987-187e-4dd7-99a3-9b8f3124130f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@57bb222c (id: 89b37987-187e-4dd7-99a3-9b8f3124130f, sid: 89b37987-187e-4dd7-99a3-9b8f3124130f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = da1253c0-b2e0-4b45-8eae-aff0ff1c239a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26286b42 (id: da1253c0-b2e0-4b45-8eae-aff0ff1c239a, sid: da1253c0-b2e0-4b45-8eae-aff0ff1c239a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9d08ef55-104b-4391-af99-375a50ac3778 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1eb8f3a1 (id: 9d08ef55-104b-4391-af99-375a50ac3778, sid: 9d08ef55-104b-4391-af99-375a50ac3778) (name: Date) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = c143e8d6-316e-4217-b6dc-553c111b50b4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4b6d5c56 (id: c143e8d6-316e-4217-b6dc-553c111b50b4, sid: c143e8d6-316e-4217-b6dc-553c111b50b4) (name: Time) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@2997ce7c (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = af9eb91f-35b4-4d73-9462-a7f1491cafc6 org.polarsys.capella.core.data.cs.impl.PartImpl@2a023d10 (id: af9eb91f-35b4-4d73-9462-a7f1491cafc6, sid: af9eb91f-35b4-4d73-9462-a7f1491cafc6) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e647bcd0-aad5-47f7-bb7f-49821ffd1b62 org.polarsys.capella.core.data.cs.impl.PartImpl@726927d9 (id: e647bcd0-aad5-47f7-bb7f-49821ffd1b62, sid: e647bcd0-aad5-47f7-bb7f-49821ffd1b62) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3f7b82b7-7ef2-4395-a370-2dc666020f16 org.polarsys.capella.core.data.cs.impl.PartImpl@1676ddf6 (id: 3f7b82b7-7ef2-4395-a370-2dc666020f16, sid: 3f7b82b7-7ef2-4395-a370-2dc666020f16) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a84f21ef-997d-4f2b-bc5b-926075fd818f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@532da3fd (id: a84f21ef-997d-4f2b-bc5b-926075fd818f, sid: a84f21ef-997d-4f2b-bc5b-926075fd818f) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 68b7882d-6b5f-42cb-a332-e5340465767c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@2ccfb8c4 (id: 68b7882d-6b5f-42cb-a332-e5340465767c, sid: 68b7882d-6b5f-42cb-a332-e5340465767c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = debb0304-3678-412f-bd43-b3cf3ebf67b5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@134b6f5c (id: debb0304-3678-412f-bd43-b3cf3ebf67b5, sid: debb0304-3678-412f-bd43-b3cf3ebf67b5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 3860c761-daac-4334-aeba-ac2303ff2094 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@637050ed (id: 3860c761-daac-4334-aeba-ac2303ff2094, sid: 3860c761-daac-4334-aeba-ac2303ff2094) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@71510560 (id: 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9, sid: 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9) (name: PL 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 41f66aca-ab4b-406a-acf6-57257d6f5f70 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@1aee4a1e (id: 41f66aca-ab4b-406a-acf6-57257d6f5f70, sid: 41f66aca-ab4b-406a-acf6-57257d6f5f70) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5f3ac00-4cb2-4036-9006-2c93db2799be org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@11d56865 (id: c5f3ac00-4cb2-4036-9006-2c93db2799be, sid: c5f3ac00-4cb2-4036-9006-2c93db2799be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = 7313a62b-591a-4c7c-84f5-bd4bae667d24 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@b9d77b6 (id: 7313a62b-591a-4c7c-84f5-bd4bae667d24, sid: 7313a62b-591a-4c7c-84f5-bd4bae667d24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f77e3406-c537-40df-9529-baf2811e3e6e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@65fd330b (id: f77e3406-c537-40df-9529-baf2811e3e6e, sid: f77e3406-c537-40df-9529-baf2811e3e6e) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@52ab9818 (id: e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8, sid: e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9117ab5c-e823-415b-bb11-725264de01af org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@59f9d3db (id: 9117ab5c-e823-415b-bb11-725264de01af, sid: 9117ab5c-e823-415b-bb11-725264de01af) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4ad0e1a-205a-4788-9940-ab6bc68f7c04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@71ba248 (id: f4ad0e1a-205a-4788-9940-ab6bc68f7c04, sid: f4ad0e1a-205a-4788-9940-ab6bc68f7c04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = 3dc2843c-722f-48a9-9b2d-b27479a520e2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@30f2d9be (id: 3dc2843c-722f-48a9-9b2d-b27479a520e2, sid: 3dc2843c-722f-48a9-9b2d-b27479a520e2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1ad895e4 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@cc86d7c (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4431c236 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@25270565 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@7b0ed390 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3462e200 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@7e88b6c8 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@63198851 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6e0645f1 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4d57c8d3 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@76d21947 (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@59264ccc (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7eaf115a (id: 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508, sid: 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = b58c2c61-be76-4206-a2ba-958120151988 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@10531204 (id: b58c2c61-be76-4206-a2ba-958120151988, sid: b58c2c61-be76-4206-a2ba-958120151988) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3893b0c-a651-4d38-8ec7-ac9b93bdf834 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@23ec6025 (id: d3893b0c-a651-4d38-8ec7-ac9b93bdf834, sid: d3893b0c-a651-4d38-8ec7-ac9b93bdf834) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bd163d25-0485-4cb6-98e3-e85bd3251463 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@57572cf (id: bd163d25-0485-4cb6-98e3-e85bd3251463, sid: bd163d25-0485-4cb6-98e3-e85bd3251463) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f2420d16-7650-41ae-b082-0c0ed95a4a8f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@72d1ad3a (id: f2420d16-7650-41ae-b082-0c0ed95a4a8f, sid: f2420d16-7650-41ae-b082-0c0ed95a4a8f) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8fa046ce-eddd-475c-89cb-25e1b4c2e198 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2e49f6d3 (id: 8fa046ce-eddd-475c-89cb-25e1b4c2e198, sid: 8fa046ce-eddd-475c-89cb-25e1b4c2e198) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 071c1f9d-01a7-4028-8cdb-ae98ed05782b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6751229e (id: 071c1f9d-01a7-4028-8cdb-ae98ed05782b, sid: 071c1f9d-01a7-4028-8cdb-ae98ed05782b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 321fd6dc-e602-4786-b3cb-9ea8977ca0b6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7d87e1e7 (id: 321fd6dc-e602-4786-b3cb-9ea8977ca0b6, sid: 321fd6dc-e602-4786-b3cb-9ea8977ca0b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2450ffa4 (id: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db, sid: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 91ed5ca6-5549-4958-a3cc-856b481bd89c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@508dd1ce (id: 91ed5ca6-5549-4958-a3cc-856b481bd89c, sid: 91ed5ca6-5549-4958-a3cc-856b481bd89c) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = cea4b24c-4232-41bf-b321-ddcfbdc49578 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@12478ae1 (id: cea4b24c-4232-41bf-b321-ddcfbdc49578, sid: cea4b24c-4232-41bf-b321-ddcfbdc49578) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Cycle3] >> release >> unload Project_test_01 [Cycle3] >> release >> unload output [Cycle3] >> require >> load Project_test_01 [Cycle3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5aef5298 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e1e676c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7b39ba47 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6cb14498 (id: 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4, sid: null) (name: TRANSITION_2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3afccbff (id: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90c2f202-e3f1-4345-b4ef-79f35ae277e2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@76c96a49 (id: 90c2f202-e3f1-4345-b4ef-79f35ae277e2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e17797 (id: 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1ffd95f0-4490-4575-a6c3-ee31c5331797 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@16d53864 (id: 1ffd95f0-4490-4575-a6c3-ee31c5331797, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10997747-953d-4e08-a78f-6b14df4e7b1c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@40157fff (id: 10997747-953d-4e08-a78f-6b14df4e7b1c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 26499f0c-4170-46ff-b8a9-dbc294845f45 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7163748e (id: 26499f0c-4170-46ff-b8a9-dbc294845f45, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cab6039b-5167-4195-9783-9f30db4cd3f1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@33d2a414 (id: cab6039b-5167-4195-9783-9f30db4cd3f1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea14d6b-2fc1-4b92-8203-d01ae29465ff org.polarsys.capella.core.data.information.impl.DataPkgImpl@74959f4e (id: 6ea14d6b-2fc1-4b92-8203-d01ae29465ff, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5329e0b0 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 72c3c4fc-1926-4f28-a82b-939b907a5665 org.polarsys.capella.core.data.cs.impl.PartImpl@5789eef5 (id: 72c3c4fc-1926-4f28-a82b-939b907a5665, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3f5251c4-0296-4566-b194-e49e5db3f2d8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60ffeaa (id: 3f5251c4-0296-4566-b194-e49e5db3f2d8, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = fa2c394f-d5ff-45ad-93e3-3652deacc280 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@13517c87 (id: fa2c394f-d5ff-45ad-93e3-3652deacc280, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c49991a-d258-4e8c-93f4-c39910233cc9 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@79cd5125 (id: 8c49991a-d258-4e8c-93f4-c39910233cc9, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5aef5298 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e1e676c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6cb14498 (id: 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4, sid: null) (name: TRANSITION_2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3afccbff (id: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90c2f202-e3f1-4345-b4ef-79f35ae277e2 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@76c96a49 (id: 90c2f202-e3f1-4345-b4ef-79f35ae277e2, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e17797 (id: 7e2fb7e6-a59e-4f9f-8e7a-4ebb2cf7df8d, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5326c8e (id: 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4, sid: 44e1fc05-7910-4cdd-b6c3-8ca7d20d88b4) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6729c79e-a682-4e45-aa47-d89fce140254 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3893ad2d (id: 6729c79e-a682-4e45-aa47-d89fce140254, sid: 6729c79e-a682-4e45-aa47-d89fce140254) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a43c4456-5c26-4f2f-814c-6d7b5e20ba9f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@217c367b (id: a43c4456-5c26-4f2f-814c-6d7b5e20ba9f, sid: a43c4456-5c26-4f2f-814c-6d7b5e20ba9f) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 900a8fab-d5fb-4495-88b4-ae28c0239d51 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@26b3b7dc (id: 900a8fab-d5fb-4495-88b4-ae28c0239d51, sid: 900a8fab-d5fb-4495-88b4-ae28c0239d51) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b0cb7a8d-4a57-4c27-9d15-63fa04158870 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3073e998 (id: b0cb7a8d-4a57-4c27-9d15-63fa04158870, sid: b0cb7a8d-4a57-4c27-9d15-63fa04158870) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 689fac05-5b63-4169-bedf-60b16a35ae9c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3be73935 (id: 689fac05-5b63-4169-bedf-60b16a35ae9c, sid: 689fac05-5b63-4169-bedf-60b16a35ae9c) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5e96bf2b-2439-4abf-b524-ee91291604ae org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2893a4a9 (id: 5e96bf2b-2439-4abf-b524-ee91291604ae, sid: 5e96bf2b-2439-4abf-b524-ee91291604ae) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7468d936-4004-49ea-84bc-2074a5c7000a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2356764b (id: 7468d936-4004-49ea-84bc-2074a5c7000a, sid: 7468d936-4004-49ea-84bc-2074a5c7000a) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 13d04ff4-e861-4336-b5d7-251984291833 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@782a036a (id: 13d04ff4-e861-4336-b5d7-251984291833, sid: 13d04ff4-e861-4336-b5d7-251984291833) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 10997747-953d-4e08-a78f-6b14df4e7b1c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@40157fff (id: 10997747-953d-4e08-a78f-6b14df4e7b1c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 26499f0c-4170-46ff-b8a9-dbc294845f45 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7163748e (id: 26499f0c-4170-46ff-b8a9-dbc294845f45, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7be9c8be-3a71-47d2-b84d-3cd867501c0b org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@6197a0c7 (id: 7be9c8be-3a71-47d2-b84d-3cd867501c0b, sid: 7be9c8be-3a71-47d2-b84d-3cd867501c0b) (name: Capability Realization) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@5ebeb289 (id: cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea, sid: cb8f5b6c-dbf4-4088-a124-be4b3e1c5bea) (name: [ES] Scenario - Exchange Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = a209eec6-c9c2-4633-9e7e-b554fc89e913 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@353fc426 (id: a209eec6-c9c2-4633-9e7e-b554fc89e913, sid: a209eec6-c9c2-4633-9e7e-b554fc89e913) (name: BC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@5f12110b (id: 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8, sid: 13cf94ff-8beb-4ff2-a7be-e63fe486e0d8) (name: BC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c22a5790-61cc-4f65-99df-b0aece56de2c org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3df13b6 (id: c22a5790-61cc-4f65-99df-b0aece56de2c, sid: c22a5790-61cc-4f65-99df-b0aece56de2c) (name: BC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6acabc7-eef8-4a5c-b8b6-3b457395e2a4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@638b2c77 (id: f6acabc7-eef8-4a5c-b8b6-3b457395e2a4, sid: f6acabc7-eef8-4a5c-b8b6-3b457395e2a4) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = ff768ff2-2003-4ac0-b58c-6f6187e5c7a4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@2cdef344 (id: ff768ff2-2003-4ac0-b58c-6f6187e5c7a4, sid: ff768ff2-2003-4ac0-b58c-6f6187e5c7a4) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = 6886c921-9d85-4815-8ec6-cdcfe599694a org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@68b71185 (id: 6886c921-9d85-4815-8ec6-cdcfe599694a, sid: 6886c921-9d85-4815-8ec6-cdcfe599694a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa08a8b3-3af1-41d1-b0c6-c961a62837fb org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@781020e (id: aa08a8b3-3af1-41d1-b0c6-c961a62837fb, sid: aa08a8b3-3af1-41d1-b0c6-c961a62837fb) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@594820f0 (id: 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6, sid: 8272fdd2-6bf5-4ac3-b0b6-bc6ed95240c6) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4641f420-7cfb-4e6f-bb6f-679b6321f275 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2e94b816 (id: 4641f420-7cfb-4e6f-bb6f-679b6321f275, sid: 4641f420-7cfb-4e6f-bb6f-679b6321f275) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7effbf78 (id: d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9, sid: d4d5309f-7d3e-4e4d-8d93-ebdcd0be75e9) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f85f670-53ae-42ec-946f-56827c09d075 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@71e153db (id: 2f85f670-53ae-42ec-946f-56827c09d075, sid: 2f85f670-53ae-42ec-946f-56827c09d075) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0f207f00-211c-4883-b422-5bd63ec1fdb6 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@616e94d5 (id: 0f207f00-211c-4883-b422-5bd63ec1fdb6, sid: 0f207f00-211c-4883-b422-5bd63ec1fdb6) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 73962458-2ba4-4534-9a68-e809775aa9e9 org.polarsys.capella.core.data.interaction.impl.InteractionStateImpl@1aea6ca8 (id: 73962458-2ba4-4534-9a68-e809775aa9e9, sid: 73962458-2ba4-4534-9a68-e809775aa9e9) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94a9ba91-4230-4eb5-8dc0-be00fad03e4b org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@6bcdb09e (id: 94a9ba91-4230-4eb5-8dc0-be00fad03e4b, sid: 94a9ba91-4230-4eb5-8dc0-be00fad03e4b) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a968955-93a8-4fb0-9d70-afdded5bc5d9 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@7e10590e (id: 7a968955-93a8-4fb0-9d70-afdded5bc5d9, sid: 7a968955-93a8-4fb0-9d70-afdded5bc5d9) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2b94044-183e-4837-9d61-8262b7ab4ace org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5fae516f (id: b2b94044-183e-4837-9d61-8262b7ab4ace, sid: b2b94044-183e-4837-9d61-8262b7ab4ace) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e017a3d8-8640-4438-b85e-fc84a6729a90 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@4b9eb48c (id: e017a3d8-8640-4438-b85e-fc84a6729a90, sid: e017a3d8-8640-4438-b85e-fc84a6729a90) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf7c1d5b-eec9-4441-9747-5f57da56d985 org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@1022f544 (id: bf7c1d5b-eec9-4441-9747-5f57da56d985, sid: bf7c1d5b-eec9-4441-9747-5f57da56d985) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cba6f5ce-4293-42a7-b28a-0e8fecfb8acf org.polarsys.capella.core.data.interaction.impl.StateFragmentImpl@79b262d3 (id: cba6f5ce-4293-42a7-b28a-0e8fecfb8acf, sid: cba6f5ce-4293-42a7-b28a-0e8fecfb8acf) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a99ca9e7-893b-4bc2-9264-5034ff52e787 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@a780ed4 (id: a99ca9e7-893b-4bc2-9264-5034ff52e787, sid: a99ca9e7-893b-4bc2-9264-5034ff52e787) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bddd0872-3e4d-488a-8dce-fe34531cee87 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@14b6119d (id: bddd0872-3e4d-488a-8dce-fe34531cee87, sid: bddd0872-3e4d-488a-8dce-fe34531cee87) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a4e04cc-e595-41f1-9e0b-f815faf8094a org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@13395e9a (id: 8a4e04cc-e595-41f1-9e0b-f815faf8094a, sid: 8a4e04cc-e595-41f1-9e0b-f815faf8094a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84218d6-cb3f-4060-841a-b04e7d4e6ac5 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@79f712d4 (id: b84218d6-cb3f-4060-841a-b04e7d4e6ac5, sid: b84218d6-cb3f-4060-841a-b04e7d4e6ac5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89858391-fecd-4f79-878a-422537383f5a org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@33b3ad90 (id: 89858391-fecd-4f79-878a-422537383f5a, sid: 89858391-fecd-4f79-878a-422537383f5a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a52c6d7-d4c1-4e3a-bccc-da120157cafe org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@17ad7882 (id: 3a52c6d7-d4c1-4e3a-bccc-da120157cafe, sid: 3a52c6d7-d4c1-4e3a-bccc-da120157cafe) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c938c3ae-d983-4f95-b87a-9eadf50abe5a org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@31e3e88d (id: c938c3ae-d983-4f95-b87a-9eadf50abe5a, sid: c938c3ae-d983-4f95-b87a-9eadf50abe5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ecccb72-cef8-40d5-a01f-058db93803ac org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@5f20f677 (id: 5ecccb72-cef8-40d5-a01f-058db93803ac, sid: 5ecccb72-cef8-40d5-a01f-058db93803ac) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7429f4c-0624-40cd-9eb2-dc701a2cdb9f org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@100b49ce (id: a7429f4c-0624-40cd-9eb2-dc701a2cdb9f, sid: a7429f4c-0624-40cd-9eb2-dc701a2cdb9f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3d7802a-fdee-47c7-99f7-b4e0834fd181 org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@2f21f7f4 (id: c3d7802a-fdee-47c7-99f7-b4e0834fd181, sid: c3d7802a-fdee-47c7-99f7-b4e0834fd181) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 388de665-227a-4f94-9546-5cc4b3f2e179 org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@1a8d51d (id: 388de665-227a-4f94-9546-5cc4b3f2e179, sid: 388de665-227a-4f94-9546-5cc4b3f2e179) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f248e4d-be3e-437c-9f03-b06f6e66e226 org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@136c6fda (id: 9f248e4d-be3e-437c-9f03-b06f6e66e226, sid: 9f248e4d-be3e-437c-9f03-b06f6e66e226) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cab6039b-5167-4195-9783-9f30db4cd3f1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@33d2a414 (id: cab6039b-5167-4195-9783-9f30db4cd3f1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ea14d6b-2fc1-4b92-8203-d01ae29465ff org.polarsys.capella.core.data.information.impl.DataPkgImpl@74959f4e (id: 6ea14d6b-2fc1-4b92-8203-d01ae29465ff, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0b4cfe92-39fb-41a0-b5ff-212d20655a39 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@35f7b24d (id: 0b4cfe92-39fb-41a0-b5ff-212d20655a39, sid: 0b4cfe92-39fb-41a0-b5ff-212d20655a39) (name: EI1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 4d69c5a2-a464-4d0e-8113-0f6de400de6e org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@45950996 (id: 4d69c5a2-a464-4d0e-8113-0f6de400de6e, sid: 4d69c5a2-a464-4d0e-8113-0f6de400de6e) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 94df0620-a971-4a82-8726-1b1b3a57a017 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@63c1e734 (id: 94df0620-a971-4a82-8726-1b1b3a57a017, sid: 94df0620-a971-4a82-8726-1b1b3a57a017) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 62555d03-4369-42c1-af8e-27798f88b83d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b766bed (id: 62555d03-4369-42c1-af8e-27798f88b83d, sid: 62555d03-4369-42c1-af8e-27798f88b83d) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a7b17180-aa4a-4cae-9d73-4a4e31cb88f6 org.polarsys.capella.core.data.information.impl.ClassImpl@c566a5 (id: a7b17180-aa4a-4cae-9d73-4a4e31cb88f6, sid: a7b17180-aa4a-4cae-9d73-4a4e31cb88f6) (name: DateTime) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 50976e65-d863-45ea-b961-cf567b839e87 org.polarsys.capella.core.data.information.impl.PropertyImpl@6577012d (id: 50976e65-d863-45ea-b961-cf567b839e87, sid: 50976e65-d863-45ea-b961-cf567b839e87) (name: d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4d0e5bd-14b8-458b-8a53-da29d3453115 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@185f0be5 (id: f4d0e5bd-14b8-458b-8a53-da29d3453115, sid: f4d0e5bd-14b8-458b-8a53-da29d3453115) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = cd8a671b-480e-4f07-8e86-34c59e74120f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@51e8db75 (id: cd8a671b-480e-4f07-8e86-34c59e74120f, sid: cd8a671b-480e-4f07-8e86-34c59e74120f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 65d1e84f-600c-405a-a323-6559a18b6c0c org.polarsys.capella.core.data.information.impl.PropertyImpl@7a336fa3 (id: 65d1e84f-600c-405a-a323-6559a18b6c0c, sid: 65d1e84f-600c-405a-a323-6559a18b6c0c) (name: t) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: COMPOSITION, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 89b37987-187e-4dd7-99a3-9b8f3124130f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@271077a1 (id: 89b37987-187e-4dd7-99a3-9b8f3124130f, sid: 89b37987-187e-4dd7-99a3-9b8f3124130f) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = da1253c0-b2e0-4b45-8eae-aff0ff1c239a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@47705085 (id: da1253c0-b2e0-4b45-8eae-aff0ff1c239a, sid: da1253c0-b2e0-4b45-8eae-aff0ff1c239a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9d08ef55-104b-4391-af99-375a50ac3778 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@486a8d00 (id: 9d08ef55-104b-4391-af99-375a50ac3778, sid: 9d08ef55-104b-4391-af99-375a50ac3778) (name: Date) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = c143e8d6-316e-4217-b6dc-553c111b50b4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4a607320 (id: c143e8d6-316e-4217-b6dc-553c111b50b4, sid: c143e8d6-316e-4217-b6dc-553c111b50b4) (name: Time) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5329e0b0 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 72c3c4fc-1926-4f28-a82b-939b907a5665 org.polarsys.capella.core.data.cs.impl.PartImpl@5789eef5 (id: 72c3c4fc-1926-4f28-a82b-939b907a5665, sid: 72c3c4fc-1926-4f28-a82b-939b907a5665) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3f7b82b7-7ef2-4395-a370-2dc666020f16 org.polarsys.capella.core.data.cs.impl.PartImpl@3ba640ca (id: 3f7b82b7-7ef2-4395-a370-2dc666020f16, sid: 3f7b82b7-7ef2-4395-a370-2dc666020f16) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 19205c4f-32c2-4986-840f-0b30ef4c0492 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@1abfa12d (id: 19205c4f-32c2-4986-840f-0b30ef4c0492, sid: 19205c4f-32c2-4986-840f-0b30ef4c0492) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = debb0304-3678-412f-bd43-b3cf3ebf67b5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@701188d3 (id: debb0304-3678-412f-bd43-b3cf3ebf67b5, sid: debb0304-3678-412f-bd43-b3cf3ebf67b5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 3860c761-daac-4334-aeba-ac2303ff2094 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@992c2d5 (id: 3860c761-daac-4334-aeba-ac2303ff2094, sid: 3860c761-daac-4334-aeba-ac2303ff2094) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 41f66aca-ab4b-406a-acf6-57257d6f5f70 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@22ed99a (id: 41f66aca-ab4b-406a-acf6-57257d6f5f70, sid: 41f66aca-ab4b-406a-acf6-57257d6f5f70) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f5251c4-0296-4566-b194-e49e5db3f2d8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60ffeaa (id: 3f5251c4-0296-4566-b194-e49e5db3f2d8, sid: 3f5251c4-0296-4566-b194-e49e5db3f2d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5d190ab9 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4d677248 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@314c2c27 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2ed7d4b1 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@3b0e4f10 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4d0d8f0b (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@1df0af99 (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@d9282ca (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@44ad3aa7 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@657990ee (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7d6d67bf (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@64703e0a (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 60f6ad51-9323-429e-b29f-e534a3fdef68 org.polarsys.capella.core.data.cs.impl.PartImpl@49255821 (id: 60f6ad51-9323-429e-b29f-e534a3fdef68, sid: 60f6ad51-9323-429e-b29f-e534a3fdef68) (name: PC) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bc047490-bb74-4dd6-8fac-025adced8cc1 org.polarsys.capella.core.data.cs.impl.PartImpl@60f25f0b (id: bc047490-bb74-4dd6-8fac-025adced8cc1, sid: bc047490-bb74-4dd6-8fac-025adced8cc1) (name: BC) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 18c7df93-47aa-4327-91e9-c0f6d5beb4d9 org.polarsys.capella.core.data.cs.impl.PartImpl@76b48c35 (id: 18c7df93-47aa-4327-91e9-c0f6d5beb4d9, sid: 18c7df93-47aa-4327-91e9-c0f6d5beb4d9) (name: BC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 79a6d4eb-ec2a-45c8-8968-df9389297588 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@50a928ce (id: 79a6d4eb-ec2a-45c8-8968-df9389297588, sid: 79a6d4eb-ec2a-45c8-8968-df9389297588) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = af9eb91f-35b4-4d73-9462-a7f1491cafc6 org.polarsys.capella.core.data.cs.impl.PartImpl@4804d318 (id: af9eb91f-35b4-4d73-9462-a7f1491cafc6, sid: af9eb91f-35b4-4d73-9462-a7f1491cafc6) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2f21936b-1399-4bca-8c91-c5d361a0d790 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@e4062be (id: 2f21936b-1399-4bca-8c91-c5d361a0d790, sid: 2f21936b-1399-4bca-8c91-c5d361a0d790) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e647bcd0-aad5-47f7-bb7f-49821ffd1b62 org.polarsys.capella.core.data.cs.impl.PartImpl@63203029 (id: e647bcd0-aad5-47f7-bb7f-49821ffd1b62, sid: e647bcd0-aad5-47f7-bb7f-49821ffd1b62) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b61beba3-c8ca-49d1-a3f5-852345f1f4e1 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@dd2a346 (id: b61beba3-c8ca-49d1-a3f5-852345f1f4e1, sid: b61beba3-c8ca-49d1-a3f5-852345f1f4e1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@a75d0 (id: 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9, sid: 7f6788a5-37ce-44b2-94d9-9fb15f3d7fc9) (name: PL 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c5f3ac00-4cb2-4036-9006-2c93db2799be org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4e55d484 (id: c5f3ac00-4cb2-4036-9006-2c93db2799be, sid: c5f3ac00-4cb2-4036-9006-2c93db2799be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = 9117ab5c-e823-415b-bb11-725264de01af org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@67310df5 (id: 9117ab5c-e823-415b-bb11-725264de01af, sid: 9117ab5c-e823-415b-bb11-725264de01af) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4ad0e1a-205a-4788-9940-ab6bc68f7c04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1b0ade64 (id: f4ad0e1a-205a-4788-9940-ab6bc68f7c04, sid: f4ad0e1a-205a-4788-9940-ab6bc68f7c04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: NODE) ID = f2420d16-7650-41ae-b082-0c0ed95a4a8f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1d184347 (id: f2420d16-7650-41ae-b082-0c0ed95a4a8f, sid: f2420d16-7650-41ae-b082-0c0ed95a4a8f) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8fa046ce-eddd-475c-89cb-25e1b4c2e198 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@75ad3a9e (id: 8fa046ce-eddd-475c-89cb-25e1b4c2e198, sid: 8fa046ce-eddd-475c-89cb-25e1b4c2e198) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1a075e92-7f1d-42a1-b960-77ac73bd4787 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@67444d8e (id: 1a075e92-7f1d-42a1-b960-77ac73bd4787, sid: 1a075e92-7f1d-42a1-b960-77ac73bd4787) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = adef3683-b9fd-4849-8d15-b4f6787e69d5 org.polarsys.capella.core.data.cs.impl.PartImpl@70f2221b (id: adef3683-b9fd-4849-8d15-b4f6787e69d5, sid: adef3683-b9fd-4849-8d15-b4f6787e69d5) (name: BC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 45d528aa-0941-4edb-941c-0bdfa9e55816 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7bf1c0ca (id: 45d528aa-0941-4edb-941c-0bdfa9e55816, sid: 45d528aa-0941-4edb-941c-0bdfa9e55816) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC5, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = a84f21ef-997d-4f2b-bc5b-926075fd818f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@703112df (id: a84f21ef-997d-4f2b-bc5b-926075fd818f, sid: a84f21ef-997d-4f2b-bc5b-926075fd818f) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 68b7882d-6b5f-42cb-a332-e5340465767c org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@61322541 (id: 68b7882d-6b5f-42cb-a332-e5340465767c, sid: 68b7882d-6b5f-42cb-a332-e5340465767c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc305cda-4126-43c9-9b3c-0f06f199b38f org.polarsys.capella.core.data.cs.impl.PartImpl@6356d395 (id: bc305cda-4126-43c9-9b3c-0f06f199b38f, sid: bc305cda-4126-43c9-9b3c-0f06f199b38f) (name: BC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 53acb801-044b-4934-b9db-46fe1777010a org.polarsys.capella.core.data.cs.impl.PartImpl@16d4a8a5 (id: 53acb801-044b-4934-b9db-46fe1777010a, sid: 53acb801-044b-4934-b9db-46fe1777010a) (name: BC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ce55f2e9-da75-4292-943c-2c963d6da416 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6e8bf74a (id: ce55f2e9-da75-4292-943c-2c963d6da416, sid: ce55f2e9-da75-4292-943c-2c963d6da416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC1, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = 3dc2843c-722f-48a9-9b2d-b27479a520e2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1e63cff7 (id: 3dc2843c-722f-48a9-9b2d-b27479a520e2, sid: 3dc2843c-722f-48a9-9b2d-b27479a520e2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4bfc6dd5 (id: 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508, sid: 60c34a6d-a3e2-4e8b-be74-d2fbae2d8508) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = b58c2c61-be76-4206-a2ba-958120151988 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@785e658f (id: b58c2c61-be76-4206-a2ba-958120151988, sid: b58c2c61-be76-4206-a2ba-958120151988) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3893b0c-a651-4d38-8ec7-ac9b93bdf834 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@495eec69 (id: d3893b0c-a651-4d38-8ec7-ac9b93bdf834, sid: d3893b0c-a651-4d38-8ec7-ac9b93bdf834) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = bd163d25-0485-4cb6-98e3-e85bd3251463 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@49c29ec2 (id: bd163d25-0485-4cb6-98e3-e85bd3251463, sid: bd163d25-0485-4cb6-98e3-e85bd3251463) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f44af53-5149-401a-a245-5f7a59e00e63 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6178c0ea (id: 7f44af53-5149-401a-a245-5f7a59e00e63, sid: 7f44af53-5149-401a-a245-5f7a59e00e63) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC3, abstract: false, actor: false, human: false, kind: SOFTWARE, nature: BEHAVIOR) ID = 7313a62b-591a-4c7c-84f5-bd4bae667d24 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6a01a357 (id: 7313a62b-591a-4c7c-84f5-bd4bae667d24, sid: 7313a62b-591a-4c7c-84f5-bd4bae667d24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f77e3406-c537-40df-9529-baf2811e3e6e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@96b8716 (id: f77e3406-c537-40df-9529-baf2811e3e6e, sid: f77e3406-c537-40df-9529-baf2811e3e6e) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@2eb36941 (id: e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8, sid: e9ca402a-1d6b-4c95-a6de-1e8b2f35e8d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0fb567f2-e1a6-4ccf-823c-7b89b3a21154 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@59304b78 (id: 0fb567f2-e1a6-4ccf-823c-7b89b3a21154, sid: 0fb567f2-e1a6-4ccf-823c-7b89b3a21154) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 321fd6dc-e602-4786-b3cb-9ea8977ca0b6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6cfcc87e (id: 321fd6dc-e602-4786-b3cb-9ea8977ca0b6, sid: 321fd6dc-e602-4786-b3cb-9ea8977ca0b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91ed5ca6-5549-4958-a3cc-856b481bd89c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@38aab9cb (id: 91ed5ca6-5549-4958-a3cc-856b481bd89c, sid: 91ed5ca6-5549-4958-a3cc-856b481bd89c) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = cea4b24c-4232-41bf-b321-ddcfbdc49578 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@321f3998 (id: cea4b24c-4232-41bf-b321-ddcfbdc49578, sid: cea4b24c-4232-41bf-b321-ddcfbdc49578) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 071c1f9d-01a7-4028-8cdb-ae98ed05782b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@56d834ed (id: 071c1f9d-01a7-4028-8cdb-ae98ed05782b, sid: 071c1f9d-01a7-4028-8cdb-ae98ed05782b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4148a19a (id: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db, sid: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Cycle3] >> release >> unload Project_test_01 [Cycle3] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6c2c68ee (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@48deed0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2836e2a6 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@79f069c1 (id: 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a, sid: null) (name: AllPhases-StateModes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10596b40-a2c3-4a0a-8106-62ae848f7e59 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6178c9f (id: 10596b40-a2c3-4a0a-8106-62ae848f7e59, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42c33fab-3b52-43e7-b4c2-9b129445ede9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3e4fd9 (id: 42c33fab-3b52-43e7-b4c2-9b129445ede9, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@28786fb8 (id: cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@3feffa64 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2e8da27-5aee-4f12-992c-82fdf4b08bea org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2aebbc1 (id: b2e8da27-5aee-4f12-992c-82fdf4b08bea, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@73a1e2f7 (id: 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84ccea5-9b48-4e11-99fd-218623375836 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3ca21079 (id: b84ccea5-9b48-4e11-99fd-218623375836, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51354a6d-e6da-4186-b139-2eef0a87744c org.polarsys.capella.core.data.information.impl.DataPkgImpl@2748f83c (id: 51354a6d-e6da-4186-b139-2eef0a87744c, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4c7a4383-c8db-4c25-90f1-08d752422889 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7fcc396a (id: 4c7a4383-c8db-4c25-90f1-08d752422889, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b1b76852-939b-475c-b139-f72b17f14d36 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@490080c8 (id: b1b76852-939b-475c-b139-f72b17f14d36, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a49e735b-8614-4895-949f-ffce4f11bb73 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@16739517 (id: a49e735b-8614-4895-949f-ffce4f11bb73, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = ff27613d-0711-40a2-adc5-5dfc275b0794 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@76e7893e (id: ff27613d-0711-40a2-adc5-5dfc275b0794, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 67c78063-548c-415f-a3ff-318d7b99a4a8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@68fee9e1 (id: 67c78063-548c-415f-a3ff-318d7b99a4a8, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 868f89cf-fe91-486a-b922-89490c9f6acd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@25b522f6 (id: 868f89cf-fe91-486a-b922-89490c9f6acd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 292ecd38-e6f8-40df-a174-42b9cb8b4a0c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2fe4d07a (id: 292ecd38-e6f8-40df-a174-42b9cb8b4a0c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 4df8f2ad-05f9-4f9a-a30e-bd4f2d8b3144 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@650012c1 (id: 4df8f2ad-05f9-4f9a-a30e-bd4f2d8b3144, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 8eed5b67-1065-48b0-9e21-a606ccb07b3f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7a2e5e61 (id: 8eed5b67-1065-48b0-9e21-a606ccb07b3f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4e17da5b-3533-4728-8119-4043aac2d49e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@76006140 (id: 4e17da5b-3533-4728-8119-4043aac2d49e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 47f8c4b3-68a0-4e5e-9ced-c693d0e3f0a5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7fee18fa (id: 47f8c4b3-68a0-4e5e-9ced-c693d0e3f0a5, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = e4df3702-5f6d-48eb-906e-24e97c69dc61 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1a9d9bdc (id: e4df3702-5f6d-48eb-906e-24e97c69dc61, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = d48f8ead-43a4-4f56-bfbb-9afd598292ea org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@124803b8 (id: d48f8ead-43a4-4f56-bfbb-9afd598292ea, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f7590890-1e34-4a4d-879d-7a067df807c9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@67b77ad0 (id: f7590890-1e34-4a4d-879d-7a067df807c9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@659fb87e (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1e7e365 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@175c8287 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@303c059d (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@28f807ac (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1b61c1b7-aac2-4b53-80b9-7f7c0cff4a92 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1ea4a2a1 (id: 1b61c1b7-aac2-4b53-80b9-7f7c0cff4a92, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f2816859-584d-4b59-9872-df485254e705 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4c23370e (id: f2816859-584d-4b59-9872-df485254e705, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7141abc6-44e9-44ee-8cb1-85ee40fa71de org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@109eb5a0 (id: 7141abc6-44e9-44ee-8cb1-85ee40fa71de, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a034768a-d6d0-4d01-9268-1c3140bf25ba org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7453a990 (id: a034768a-d6d0-4d01-9268-1c3140bf25ba, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 27fa4891-5e99-4a49-885b-fb949ce14478 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4fd9ac11 (id: 27fa4891-5e99-4a49-885b-fb949ce14478, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = ee3be0a2-a5e0-4f5a-be6d-9bc9512cd7b8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1a9769a3 (id: ee3be0a2-a5e0-4f5a-be6d-9bc9512cd7b8, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8af233c6-fa29-4977-b52a-e299fc602e46 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7f41ece4 (id: 8af233c6-fa29-4977-b52a-e299fc602e46, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4bba7544-aeb5-4557-b157-570865ec8f99 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1637c5b5 (id: 4bba7544-aeb5-4557-b157-570865ec8f99, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8df4f7d1-55c2-4674-9891-e2b10b32a0af org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@148c4a46 (id: 8df4f7d1-55c2-4674-9891-e2b10b32a0af, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 061faf40-eec9-481b-b46d-04354a1d0af8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@35f7f305 (id: 061faf40-eec9-481b-b46d-04354a1d0af8, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = eb99b7dc-7bc8-4387-b700-d05688438fdb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@45211f93 (id: eb99b7dc-7bc8-4387-b700-d05688438fdb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d70a6771-b10a-4ea6-9c3f-6311db62601c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6d1370ef (id: d70a6771-b10a-4ea6-9c3f-6311db62601c, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = ecc9456b-920b-45c9-a22a-db44ca72d0fe org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1b3bc971 (id: ecc9456b-920b-45c9-a22a-db44ca72d0fe, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@28a8394c (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 08e8b06d-ce58-4962-a36e-2cf8acba9356 org.polarsys.capella.core.data.cs.impl.PartImpl@6d1c5704 (id: 08e8b06d-ce58-4962-a36e-2cf8acba9356, sid: 08e8b06d-ce58-4962-a36e-2cf8acba9356) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@54e49a4d (id: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4, sid: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4762f911 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7e6ff269 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@14eb7a90 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@60f6ed13 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6c2c68ee (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@48deed0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@79f069c1 (id: 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a, sid: null) (name: AllPhases-StateModes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10596b40-a2c3-4a0a-8106-62ae848f7e59 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6178c9f (id: 10596b40-a2c3-4a0a-8106-62ae848f7e59, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42c33fab-3b52-43e7-b4c2-9b129445ede9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3e4fd9 (id: 42c33fab-3b52-43e7-b4c2-9b129445ede9, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@28786fb8 (id: cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@45986da2 (id: d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6, sid: d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6) (name: PhysicalFunction 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 95459fb5-b0e3-4d13-a352-796b30da0df7 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@59c83444 (id: 95459fb5-b0e3-4d13-a352-796b30da0df7, sid: 95459fb5-b0e3-4d13-a352-796b30da0df7) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 844153a6-a1eb-4c7c-81f6-ba59decc1a60 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5233ee18 (id: 844153a6-a1eb-4c7c-81f6-ba59decc1a60, sid: 844153a6-a1eb-4c7c-81f6-ba59decc1a60) (name: PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d1487993-473c-400b-8762-fe1b84475933 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4bc57115 (id: d1487993-473c-400b-8762-fe1b84475933, sid: d1487993-473c-400b-8762-fe1b84475933) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@78e7771f (id: 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6, sid: 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6) (name: Exchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = b2e8da27-5aee-4f12-992c-82fdf4b08bea org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2aebbc1 (id: b2e8da27-5aee-4f12-992c-82fdf4b08bea, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@73a1e2f7 (id: 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84ccea5-9b48-4e11-99fd-218623375836 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3ca21079 (id: b84ccea5-9b48-4e11-99fd-218623375836, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51354a6d-e6da-4186-b139-2eef0a87744c org.polarsys.capella.core.data.information.impl.DataPkgImpl@2748f83c (id: 51354a6d-e6da-4186-b139-2eef0a87744c, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@28a8394c (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 08e8b06d-ce58-4962-a36e-2cf8acba9356 org.polarsys.capella.core.data.cs.impl.PartImpl@6d1c5704 (id: 08e8b06d-ce58-4962-a36e-2cf8acba9356, sid: 08e8b06d-ce58-4962-a36e-2cf8acba9356) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3c07a8d2-2051-4485-8353-e76b2baa6949 org.polarsys.capella.core.data.cs.impl.PartImpl@17338c03 (id: 3c07a8d2-2051-4485-8353-e76b2baa6949, sid: 3c07a8d2-2051-4485-8353-e76b2baa6949) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@54e49a4d (id: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4, sid: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = d282cdf8-ea30-4df9-96f7-c0e5a81efe8c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7a6c6cdc (id: d282cdf8-ea30-4df9-96f7-c0e5a81efe8c, sid: d282cdf8-ea30-4df9-96f7-c0e5a81efe8c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4426f43-be4e-42d9-80fc-69a48ce6fd5c org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@9aef1c (id: e4426f43-be4e-42d9-80fc-69a48ce6fd5c, sid: e4426f43-be4e-42d9-80fc-69a48ce6fd5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM41, isControlOperator: false) ID = 70caf2ba-4b5d-449f-9a5b-a636827b32cb org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@44cacec (id: 70caf2ba-4b5d-449f-9a5b-a636827b32cb, sid: 70caf2ba-4b5d-449f-9a5b-a636827b32cb) (name: R411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fea8f023-a210-4552-8ecf-cb8d4fde6aff org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@2f71966b (id: fea8f023-a210-4552-8ecf-cb8d4fde6aff, sid: fea8f023-a210-4552-8ecf-cb8d4fde6aff) (name: FS4111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb673024-8aba-4685-802f-d0d7ea553898 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@366215d5 (id: bb673024-8aba-4685-802f-d0d7ea553898, sid: bb673024-8aba-4685-802f-d0d7ea553898) (name: R41111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@61d7fe0a (id: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4, sid: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4) (name: FPS4112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 221294d6-2d92-4477-af4f-831e8b063365 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5dd21c6a (id: 221294d6-2d92-4477-af4f-831e8b063365, sid: 221294d6-2d92-4477-af4f-831e8b063365) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM111, isControlOperator: false) ID = e855e437-6bb8-4067-9ef2-c1ccdeba1f70 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5279c4a3 (id: e855e437-6bb8-4067-9ef2-c1ccdeba1f70, sid: e855e437-6bb8-4067-9ef2-c1ccdeba1f70) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eef12620-dfb0-4213-baef-7577d5713758 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@f2280df (id: eef12620-dfb0-4213-baef-7577d5713758, sid: eef12620-dfb0-4213-baef-7577d5713758) (name: FS11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 300cf0b2-3e00-439e-b8b6-fe6d807557c0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7f644584 (id: 300cf0b2-3e00-439e-b8b6-fe6d807557c0, sid: 300cf0b2-3e00-439e-b8b6-fe6d807557c0) (name: R111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@3298374e (id: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c, sid: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c) (name: FPS11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f6ccd82-8686-4e06-b3bc-1f82fef40a52 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7c6576b1 (id: 7f6ccd82-8686-4e06-b3bc-1f82fef40a52, sid: 7f6ccd82-8686-4e06-b3bc-1f82fef40a52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM2, isControlOperator: false) ID = ef524108-e2e7-451a-a269-e2911b02a328 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3ef84735 (id: ef524108-e2e7-451a-a269-e2911b02a328, sid: ef524108-e2e7-451a-a269-e2911b02a328) (name: R21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c4a3ac5e-858b-4e60-9c0f-af90fde09fc0 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@5094f412 (id: c4a3ac5e-858b-4e60-9c0f-af90fde09fc0, sid: c4a3ac5e-858b-4e60-9c0f-af90fde09fc0) (name: FS211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad96283d-c842-4f29-866a-bd9462c2c76c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4bcada1e (id: ad96283d-c842-4f29-866a-bd9462c2c76c, sid: ad96283d-c842-4f29-866a-bd9462c2c76c) (name: R2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d50168b5-71ac-4ddc-a67d-d59d8beb2e8d org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@1c4ded28 (id: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d, sid: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d) (name: FPS212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00126d97-60bc-4bd1-927d-e95d633250fc org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3242bbec (id: 00126d97-60bc-4bd1-927d-e95d633250fc, sid: 00126d97-60bc-4bd1-927d-e95d633250fc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 47ac22d4-d525-4eca-872f-dbd85b526403 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5b4986b1 (id: 47ac22d4-d525-4eca-872f-dbd85b526403, sid: 47ac22d4-d525-4eca-872f-dbd85b526403) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b0ecb948-11b1-4583-b9b3-456b96c14b3c org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@4790a9e9 (id: b0ecb948-11b1-4583-b9b3-456b96c14b3c, sid: b0ecb948-11b1-4583-b9b3-456b96c14b3c) (name: FS111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b87b15c-6aff-4f2e-bf4c-8feacaa884ea org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4cb446ce (id: 6b87b15c-6aff-4f2e-bf4c-8feacaa884ea, sid: 6b87b15c-6aff-4f2e-bf4c-8feacaa884ea) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2925d1e3-0390-4bb2-b701-509a1f62e504 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@6b0e096f (id: 2925d1e3-0390-4bb2-b701-509a1f62e504, sid: 2925d1e3-0390-4bb2-b701-509a1f62e504) (name: FPS112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c83929a4-4f07-4175-a201-b5716b77bd78 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3bc37056 (id: c83929a4-4f07-4175-a201-b5716b77bd78, sid: c83929a4-4f07-4175-a201-b5716b77bd78) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 1a71801d-f9b3-4900-83da-7c7c1a1d1336 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5bf0121a (id: 1a71801d-f9b3-4900-83da-7c7c1a1d1336, sid: 1a71801d-f9b3-4900-83da-7c7c1a1d1336) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc577f66-633e-4967-91ff-85024e2ca80c org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@723dc703 (id: cc577f66-633e-4967-91ff-85024e2ca80c, sid: cc577f66-633e-4967-91ff-85024e2ca80c) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf9eaa64-a072-414f-af31-a87cb9970c1c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@16c67046 (id: bf9eaa64-a072-414f-af31-a87cb9970c1c, sid: bf9eaa64-a072-414f-af31-a87cb9970c1c) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df9f68bf-0e86-40f9-b95d-6e8bafc3bbca org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@36a7f308 (id: df9f68bf-0e86-40f9-b95d-6e8bafc3bbca, sid: df9f68bf-0e86-40f9-b95d-6e8bafc3bbca) (name: FPS1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fbebe94-2d4d-4748-bfb8-c9f4be920625 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2e58a162 (id: 4fbebe94-2d4d-4748-bfb8-c9f4be920625, sid: 4fbebe94-2d4d-4748-bfb8-c9f4be920625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = f01fd724-63d3-47c4-973c-586d6b23c5b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@51fb3003 (id: f01fd724-63d3-47c4-973c-586d6b23c5b4, sid: f01fd724-63d3-47c4-973c-586d6b23c5b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2c2fbf45 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@e860bd0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@59d1e5fb (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1fa9c1e2 (id: 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a, sid: null) (name: AllPhases-StateModes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10596b40-a2c3-4a0a-8106-62ae848f7e59 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@19a913fe (id: 10596b40-a2c3-4a0a-8106-62ae848f7e59, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42c33fab-3b52-43e7-b4c2-9b129445ede9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1028b265 (id: 42c33fab-3b52-43e7-b4c2-9b129445ede9, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e0dc72a (id: cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5f45e76e-f252-4693-9c9f-e612b2e3415f org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6957d62f (id: 5f45e76e-f252-4693-9c9f-e612b2e3415f, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2e8da27-5aee-4f12-992c-82fdf4b08bea org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@692d314c (id: b2e8da27-5aee-4f12-992c-82fdf4b08bea, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1fd499c9 (id: 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84ccea5-9b48-4e11-99fd-218623375836 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7d6bcdb8 (id: b84ccea5-9b48-4e11-99fd-218623375836, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51354a6d-e6da-4186-b139-2eef0a87744c org.polarsys.capella.core.data.information.impl.DataPkgImpl@5f9e93d0 (id: 51354a6d-e6da-4186-b139-2eef0a87744c, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@50900ec8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ada88465-de6a-4f31-a4b0-a75ae6d3d64e org.polarsys.capella.core.data.cs.impl.PartImpl@13199464 (id: ada88465-de6a-4f31-a4b0-a75ae6d3d64e, sid: ada88465-de6a-4f31-a4b0-a75ae6d3d64e) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aa22456c-7415-480f-a8cb-95ce6a1c3932 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@75b48efb (id: aa22456c-7415-480f-a8cb-95ce6a1c3932, sid: aa22456c-7415-480f-a8cb-95ce6a1c3932) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = e1fb3be7-a5a8-4c21-8d79-aa24d735bbb7 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@2caee0b2 (id: e1fb3be7-a5a8-4c21-8d79-aa24d735bbb7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aca91e8e-b3c5-4c27-900f-85827655a1b9 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@5563ee2 (id: aca91e8e-b3c5-4c27-900f-85827655a1b9, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2c2fbf45 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@e860bd0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1fa9c1e2 (id: 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a, sid: null) (name: AllPhases-StateModes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10596b40-a2c3-4a0a-8106-62ae848f7e59 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@19a913fe (id: 10596b40-a2c3-4a0a-8106-62ae848f7e59, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42c33fab-3b52-43e7-b4c2-9b129445ede9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1028b265 (id: 42c33fab-3b52-43e7-b4c2-9b129445ede9, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e0dc72a (id: cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5db7c09d (id: d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6, sid: d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6) (name: PhysicalFunction 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 95459fb5-b0e3-4d13-a352-796b30da0df7 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7202cdc2 (id: 95459fb5-b0e3-4d13-a352-796b30da0df7, sid: 95459fb5-b0e3-4d13-a352-796b30da0df7) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 844153a6-a1eb-4c7c-81f6-ba59decc1a60 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3a5738c8 (id: 844153a6-a1eb-4c7c-81f6-ba59decc1a60, sid: 844153a6-a1eb-4c7c-81f6-ba59decc1a60) (name: PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d1487993-473c-400b-8762-fe1b84475933 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@a874cca (id: d1487993-473c-400b-8762-fe1b84475933, sid: d1487993-473c-400b-8762-fe1b84475933) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3e1c7e0e (id: 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6, sid: 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6) (name: Exchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = b2e8da27-5aee-4f12-992c-82fdf4b08bea org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@692d314c (id: b2e8da27-5aee-4f12-992c-82fdf4b08bea, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1fd499c9 (id: 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84ccea5-9b48-4e11-99fd-218623375836 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7d6bcdb8 (id: b84ccea5-9b48-4e11-99fd-218623375836, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51354a6d-e6da-4186-b139-2eef0a87744c org.polarsys.capella.core.data.information.impl.DataPkgImpl@5f9e93d0 (id: 51354a6d-e6da-4186-b139-2eef0a87744c, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@50900ec8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ada88465-de6a-4f31-a4b0-a75ae6d3d64e org.polarsys.capella.core.data.cs.impl.PartImpl@13199464 (id: ada88465-de6a-4f31-a4b0-a75ae6d3d64e, sid: ada88465-de6a-4f31-a4b0-a75ae6d3d64e) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aa22456c-7415-480f-a8cb-95ce6a1c3932 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@75b48efb (id: aa22456c-7415-480f-a8cb-95ce6a1c3932, sid: aa22456c-7415-480f-a8cb-95ce6a1c3932) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 00126d97-60bc-4bd1-927d-e95d633250fc org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5e9f938e (id: 00126d97-60bc-4bd1-927d-e95d633250fc, sid: 00126d97-60bc-4bd1-927d-e95d633250fc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = 47ac22d4-d525-4eca-872f-dbd85b526403 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@ea930db (id: 47ac22d4-d525-4eca-872f-dbd85b526403, sid: 47ac22d4-d525-4eca-872f-dbd85b526403) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b0ecb948-11b1-4583-b9b3-456b96c14b3c org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@514c2fde (id: b0ecb948-11b1-4583-b9b3-456b96c14b3c, sid: b0ecb948-11b1-4583-b9b3-456b96c14b3c) (name: FS111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b87b15c-6aff-4f2e-bf4c-8feacaa884ea org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5ea05a (id: 6b87b15c-6aff-4f2e-bf4c-8feacaa884ea, sid: 6b87b15c-6aff-4f2e-bf4c-8feacaa884ea) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2925d1e3-0390-4bb2-b701-509a1f62e504 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@22ff403c (id: 2925d1e3-0390-4bb2-b701-509a1f62e504, sid: 2925d1e3-0390-4bb2-b701-509a1f62e504) (name: FPS112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f6ccd82-8686-4e06-b3bc-1f82fef40a52 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@65179350 (id: 7f6ccd82-8686-4e06-b3bc-1f82fef40a52, sid: 7f6ccd82-8686-4e06-b3bc-1f82fef40a52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM2, isControlOperator: false) ID = ef524108-e2e7-451a-a269-e2911b02a328 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@559572f3 (id: ef524108-e2e7-451a-a269-e2911b02a328, sid: ef524108-e2e7-451a-a269-e2911b02a328) (name: R21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c4a3ac5e-858b-4e60-9c0f-af90fde09fc0 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@203c446b (id: c4a3ac5e-858b-4e60-9c0f-af90fde09fc0, sid: c4a3ac5e-858b-4e60-9c0f-af90fde09fc0) (name: FS211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad96283d-c842-4f29-866a-bd9462c2c76c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@789a1ef0 (id: ad96283d-c842-4f29-866a-bd9462c2c76c, sid: ad96283d-c842-4f29-866a-bd9462c2c76c) (name: R2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d50168b5-71ac-4ddc-a67d-d59d8beb2e8d org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@21ce8fa0 (id: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d, sid: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d) (name: FPS212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 64879c34-e0ff-47e5-973f-5314bc165440 org.polarsys.capella.core.data.cs.impl.PartImpl@5fb27380 (id: 64879c34-e0ff-47e5-973f-5314bc165440, sid: 64879c34-e0ff-47e5-973f-5314bc165440) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3c07a8d2-2051-4485-8353-e76b2baa6949 org.polarsys.capella.core.data.cs.impl.PartImpl@1d6f6b01 (id: 3c07a8d2-2051-4485-8353-e76b2baa6949, sid: 3c07a8d2-2051-4485-8353-e76b2baa6949) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fb6bd25b-2e17-4617-8ac1-13fb404ad00d org.polarsys.capella.core.data.cs.impl.PartImpl@35aa9bc2 (id: fb6bd25b-2e17-4617-8ac1-13fb404ad00d, sid: fb6bd25b-2e17-4617-8ac1-13fb404ad00d) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4ce4d06f-c741-4bb5-941a-e9135da26afb org.polarsys.capella.core.data.cs.impl.PartImpl@60ccb158 (id: 4ce4d06f-c741-4bb5-941a-e9135da26afb, sid: 4ce4d06f-c741-4bb5-941a-e9135da26afb) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f37dd6f1-ec57-4be0-ae33-c1bfee6fe91b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4affb145 (id: f37dd6f1-ec57-4be0-ae33-c1bfee6fe91b, sid: f37dd6f1-ec57-4be0-ae33-c1bfee6fe91b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = c83929a4-4f07-4175-a201-b5716b77bd78 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2b6a4753 (id: c83929a4-4f07-4175-a201-b5716b77bd78, sid: c83929a4-4f07-4175-a201-b5716b77bd78) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 1a71801d-f9b3-4900-83da-7c7c1a1d1336 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2e296517 (id: 1a71801d-f9b3-4900-83da-7c7c1a1d1336, sid: 1a71801d-f9b3-4900-83da-7c7c1a1d1336) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc577f66-633e-4967-91ff-85024e2ca80c org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@75d9ab10 (id: cc577f66-633e-4967-91ff-85024e2ca80c, sid: cc577f66-633e-4967-91ff-85024e2ca80c) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf9eaa64-a072-414f-af31-a87cb9970c1c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@421b5977 (id: bf9eaa64-a072-414f-af31-a87cb9970c1c, sid: bf9eaa64-a072-414f-af31-a87cb9970c1c) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df9f68bf-0e86-40f9-b95d-6e8bafc3bbca org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@3bb2deb8 (id: df9f68bf-0e86-40f9-b95d-6e8bafc3bbca, sid: df9f68bf-0e86-40f9-b95d-6e8bafc3bbca) (name: FPS1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 08e8b06d-ce58-4962-a36e-2cf8acba9356 org.polarsys.capella.core.data.cs.impl.PartImpl@5e561504 (id: 08e8b06d-ce58-4962-a36e-2cf8acba9356, sid: 08e8b06d-ce58-4962-a36e-2cf8acba9356) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7b7dd249-5c5f-4244-96b0-2a01eb3ee135 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@66efb4f5 (id: 7b7dd249-5c5f-4244-96b0-2a01eb3ee135, sid: 7b7dd249-5c5f-4244-96b0-2a01eb3ee135) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7ea789be (id: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4, sid: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 221294d6-2d92-4477-af4f-831e8b063365 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@53cdcfcc (id: 221294d6-2d92-4477-af4f-831e8b063365, sid: 221294d6-2d92-4477-af4f-831e8b063365) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM111, isControlOperator: false) ID = e855e437-6bb8-4067-9ef2-c1ccdeba1f70 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3ddd1e84 (id: e855e437-6bb8-4067-9ef2-c1ccdeba1f70, sid: e855e437-6bb8-4067-9ef2-c1ccdeba1f70) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eef12620-dfb0-4213-baef-7577d5713758 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@268e4dd6 (id: eef12620-dfb0-4213-baef-7577d5713758, sid: eef12620-dfb0-4213-baef-7577d5713758) (name: FS11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 300cf0b2-3e00-439e-b8b6-fe6d807557c0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@64a6dac0 (id: 300cf0b2-3e00-439e-b8b6-fe6d807557c0, sid: 300cf0b2-3e00-439e-b8b6-fe6d807557c0) (name: R111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@59a8da37 (id: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c, sid: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c) (name: FPS11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fbebe94-2d4d-4748-bfb8-c9f4be920625 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@c54c6b8 (id: 4fbebe94-2d4d-4748-bfb8-c9f4be920625, sid: 4fbebe94-2d4d-4748-bfb8-c9f4be920625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a1d2f6b0-e863-4116-89f2-d1156e353d0a org.polarsys.capella.core.data.cs.impl.PartImpl@7882b452 (id: a1d2f6b0-e863-4116-89f2-d1156e353d0a, sid: a1d2f6b0-e863-4116-89f2-d1156e353d0a) (name: PC21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3d4f6fda-5f40-4e3c-b296-568d264271db org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@4e98f631 (id: 3d4f6fda-5f40-4e3c-b296-568d264271db, sid: 3d4f6fda-5f40-4e3c-b296-568d264271db) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5b80d634-4850-45ec-ba03-a3c2f82f1635 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@990643e (id: 5b80d634-4850-45ec-ba03-a3c2f82f1635, sid: 5b80d634-4850-45ec-ba03-a3c2f82f1635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC21, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = c1fac9f5-a865-42bb-958e-3d3118d9a891 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@eaa9c30 (id: c1fac9f5-a865-42bb-958e-3d3118d9a891, sid: c1fac9f5-a865-42bb-958e-3d3118d9a891) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = f01fd724-63d3-47c4-973c-586d6b23c5b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@746a4b2a (id: f01fd724-63d3-47c4-973c-586d6b23c5b4, sid: f01fd724-63d3-47c4-973c-586d6b23c5b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc07f5aa-b902-4745-9c36-8f3c3e1dd5c2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@43370611 (id: dc07f5aa-b902-4745-9c36-8f3c3e1dd5c2, sid: dc07f5aa-b902-4745-9c36-8f3c3e1dd5c2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = d282cdf8-ea30-4df9-96f7-c0e5a81efe8c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3e3eb058 (id: d282cdf8-ea30-4df9-96f7-c0e5a81efe8c, sid: d282cdf8-ea30-4df9-96f7-c0e5a81efe8c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4426f43-be4e-42d9-80fc-69a48ce6fd5c org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4c8ef301 (id: e4426f43-be4e-42d9-80fc-69a48ce6fd5c, sid: e4426f43-be4e-42d9-80fc-69a48ce6fd5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM41, isControlOperator: false) ID = 70caf2ba-4b5d-449f-9a5b-a636827b32cb org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5141d5ee (id: 70caf2ba-4b5d-449f-9a5b-a636827b32cb, sid: 70caf2ba-4b5d-449f-9a5b-a636827b32cb) (name: R411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fea8f023-a210-4552-8ecf-cb8d4fde6aff org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@2abd4659 (id: fea8f023-a210-4552-8ecf-cb8d4fde6aff, sid: fea8f023-a210-4552-8ecf-cb8d4fde6aff) (name: FS4111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb673024-8aba-4685-802f-d0d7ea553898 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@61ca8f26 (id: bb673024-8aba-4685-802f-d0d7ea553898, sid: bb673024-8aba-4685-802f-d0d7ea553898) (name: R41111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@5a677ee5 (id: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4, sid: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4) (name: FPS4112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1240dd61 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@23273a0b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@18ccf915 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2b68646b (id: 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a, sid: null) (name: AllPhases-StateModes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10596b40-a2c3-4a0a-8106-62ae848f7e59 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7e539782 (id: 10596b40-a2c3-4a0a-8106-62ae848f7e59, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42c33fab-3b52-43e7-b4c2-9b129445ede9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3f54d73a (id: 42c33fab-3b52-43e7-b4c2-9b129445ede9, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6e427e6a (id: cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@606c4b29 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2e8da27-5aee-4f12-992c-82fdf4b08bea org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@76434bb0 (id: b2e8da27-5aee-4f12-992c-82fdf4b08bea, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@34f8473f (id: 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84ccea5-9b48-4e11-99fd-218623375836 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7b396bd1 (id: b84ccea5-9b48-4e11-99fd-218623375836, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51354a6d-e6da-4186-b139-2eef0a87744c org.polarsys.capella.core.data.information.impl.DataPkgImpl@68168262 (id: 51354a6d-e6da-4186-b139-2eef0a87744c, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4c7a4383-c8db-4c25-90f1-08d752422889 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2e54b5a6 (id: 4c7a4383-c8db-4c25-90f1-08d752422889, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b1b76852-939b-475c-b139-f72b17f14d36 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@7961b853 (id: b1b76852-939b-475c-b139-f72b17f14d36, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = a49e735b-8614-4895-949f-ffce4f11bb73 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@79a62b47 (id: a49e735b-8614-4895-949f-ffce4f11bb73, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = ff27613d-0711-40a2-adc5-5dfc275b0794 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@70bde28a (id: ff27613d-0711-40a2-adc5-5dfc275b0794, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 67c78063-548c-415f-a3ff-318d7b99a4a8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7bcf90be (id: 67c78063-548c-415f-a3ff-318d7b99a4a8, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 868f89cf-fe91-486a-b922-89490c9f6acd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f980cb4 (id: 868f89cf-fe91-486a-b922-89490c9f6acd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 292ecd38-e6f8-40df-a174-42b9cb8b4a0c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@472ce213 (id: 292ecd38-e6f8-40df-a174-42b9cb8b4a0c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 4df8f2ad-05f9-4f9a-a30e-bd4f2d8b3144 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@581af1ce (id: 4df8f2ad-05f9-4f9a-a30e-bd4f2d8b3144, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 8eed5b67-1065-48b0-9e21-a606ccb07b3f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5fd7c013 (id: 8eed5b67-1065-48b0-9e21-a606ccb07b3f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4e17da5b-3533-4728-8119-4043aac2d49e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@10e59af1 (id: 4e17da5b-3533-4728-8119-4043aac2d49e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 47f8c4b3-68a0-4e5e-9ced-c693d0e3f0a5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@30f9ce84 (id: 47f8c4b3-68a0-4e5e-9ced-c693d0e3f0a5, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = e4df3702-5f6d-48eb-906e-24e97c69dc61 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3f62cdd4 (id: e4df3702-5f6d-48eb-906e-24e97c69dc61, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = d48f8ead-43a4-4f56-bfbb-9afd598292ea org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5e545573 (id: d48f8ead-43a4-4f56-bfbb-9afd598292ea, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f7590890-1e34-4a4d-879d-7a067df807c9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@62da7e5a (id: f7590890-1e34-4a4d-879d-7a067df807c9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@3e070eba (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@759e862a (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@17a7096a (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2b2bdfc7 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2ddf76c6 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1b61c1b7-aac2-4b53-80b9-7f7c0cff4a92 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@358c7357 (id: 1b61c1b7-aac2-4b53-80b9-7f7c0cff4a92, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f2816859-584d-4b59-9872-df485254e705 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@498f4758 (id: f2816859-584d-4b59-9872-df485254e705, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7141abc6-44e9-44ee-8cb1-85ee40fa71de org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7896d89d (id: 7141abc6-44e9-44ee-8cb1-85ee40fa71de, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a034768a-d6d0-4d01-9268-1c3140bf25ba org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c60bcbd (id: a034768a-d6d0-4d01-9268-1c3140bf25ba, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 27fa4891-5e99-4a49-885b-fb949ce14478 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@7a2064ad (id: 27fa4891-5e99-4a49-885b-fb949ce14478, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = ee3be0a2-a5e0-4f5a-be6d-9bc9512cd7b8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@49265936 (id: ee3be0a2-a5e0-4f5a-be6d-9bc9512cd7b8, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8af233c6-fa29-4977-b52a-e299fc602e46 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@73a22bf (id: 8af233c6-fa29-4977-b52a-e299fc602e46, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4bba7544-aeb5-4557-b157-570865ec8f99 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2e96e3b1 (id: 4bba7544-aeb5-4557-b157-570865ec8f99, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8df4f7d1-55c2-4674-9891-e2b10b32a0af org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@57eaffc2 (id: 8df4f7d1-55c2-4674-9891-e2b10b32a0af, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 061faf40-eec9-481b-b46d-04354a1d0af8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2cfee3e0 (id: 061faf40-eec9-481b-b46d-04354a1d0af8, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = eb99b7dc-7bc8-4387-b700-d05688438fdb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7a87131a (id: eb99b7dc-7bc8-4387-b700-d05688438fdb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d70a6771-b10a-4ea6-9c3f-6311db62601c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6315fc90 (id: d70a6771-b10a-4ea6-9c3f-6311db62601c, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = ecc9456b-920b-45c9-a22a-db44ca72d0fe org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@63810bdf (id: ecc9456b-920b-45c9-a22a-db44ca72d0fe, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@6baaa243 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 08e8b06d-ce58-4962-a36e-2cf8acba9356 org.polarsys.capella.core.data.cs.impl.PartImpl@60223567 (id: 08e8b06d-ce58-4962-a36e-2cf8acba9356, sid: 08e8b06d-ce58-4962-a36e-2cf8acba9356) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6ace5e0d (id: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4, sid: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6232131 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6e9af306 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@4b0a965b (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@6451fc7e (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1240dd61 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@23273a0b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2b68646b (id: 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a, sid: null) (name: AllPhases-StateModes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10596b40-a2c3-4a0a-8106-62ae848f7e59 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@7e539782 (id: 10596b40-a2c3-4a0a-8106-62ae848f7e59, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42c33fab-3b52-43e7-b4c2-9b129445ede9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3f54d73a (id: 42c33fab-3b52-43e7-b4c2-9b129445ede9, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6e427e6a (id: cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@56ca2ecb (id: d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6, sid: d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6) (name: PhysicalFunction 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 95459fb5-b0e3-4d13-a352-796b30da0df7 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7e04e9b3 (id: 95459fb5-b0e3-4d13-a352-796b30da0df7, sid: 95459fb5-b0e3-4d13-a352-796b30da0df7) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 844153a6-a1eb-4c7c-81f6-ba59decc1a60 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@41350217 (id: 844153a6-a1eb-4c7c-81f6-ba59decc1a60, sid: 844153a6-a1eb-4c7c-81f6-ba59decc1a60) (name: PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d1487993-473c-400b-8762-fe1b84475933 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@180b69b4 (id: d1487993-473c-400b-8762-fe1b84475933, sid: d1487993-473c-400b-8762-fe1b84475933) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6c6986c5 (id: 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6, sid: 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6) (name: Exchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = b2e8da27-5aee-4f12-992c-82fdf4b08bea org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@76434bb0 (id: b2e8da27-5aee-4f12-992c-82fdf4b08bea, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@34f8473f (id: 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84ccea5-9b48-4e11-99fd-218623375836 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7b396bd1 (id: b84ccea5-9b48-4e11-99fd-218623375836, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51354a6d-e6da-4186-b139-2eef0a87744c org.polarsys.capella.core.data.information.impl.DataPkgImpl@68168262 (id: 51354a6d-e6da-4186-b139-2eef0a87744c, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@6baaa243 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 08e8b06d-ce58-4962-a36e-2cf8acba9356 org.polarsys.capella.core.data.cs.impl.PartImpl@60223567 (id: 08e8b06d-ce58-4962-a36e-2cf8acba9356, sid: 08e8b06d-ce58-4962-a36e-2cf8acba9356) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3c07a8d2-2051-4485-8353-e76b2baa6949 org.polarsys.capella.core.data.cs.impl.PartImpl@5e2973e1 (id: 3c07a8d2-2051-4485-8353-e76b2baa6949, sid: 3c07a8d2-2051-4485-8353-e76b2baa6949) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4fbebe94-2d4d-4748-bfb8-c9f4be920625 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@66c8d486 (id: 4fbebe94-2d4d-4748-bfb8-c9f4be920625, sid: 4fbebe94-2d4d-4748-bfb8-c9f4be920625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = f01fd724-63d3-47c4-973c-586d6b23c5b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6a34a924 (id: f01fd724-63d3-47c4-973c-586d6b23c5b4, sid: f01fd724-63d3-47c4-973c-586d6b23c5b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6ace5e0d (id: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4, sid: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = d282cdf8-ea30-4df9-96f7-c0e5a81efe8c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@19a25ffd (id: d282cdf8-ea30-4df9-96f7-c0e5a81efe8c, sid: d282cdf8-ea30-4df9-96f7-c0e5a81efe8c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4426f43-be4e-42d9-80fc-69a48ce6fd5c org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4278b5c3 (id: e4426f43-be4e-42d9-80fc-69a48ce6fd5c, sid: e4426f43-be4e-42d9-80fc-69a48ce6fd5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM41, isControlOperator: false) ID = 70caf2ba-4b5d-449f-9a5b-a636827b32cb org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@727560b0 (id: 70caf2ba-4b5d-449f-9a5b-a636827b32cb, sid: 70caf2ba-4b5d-449f-9a5b-a636827b32cb) (name: R411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fea8f023-a210-4552-8ecf-cb8d4fde6aff org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@4e110b4d (id: fea8f023-a210-4552-8ecf-cb8d4fde6aff, sid: fea8f023-a210-4552-8ecf-cb8d4fde6aff) (name: FS4111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb673024-8aba-4685-802f-d0d7ea553898 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@45c7f8c5 (id: bb673024-8aba-4685-802f-d0d7ea553898, sid: bb673024-8aba-4685-802f-d0d7ea553898) (name: R41111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@42168b13 (id: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4, sid: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4) (name: FPS4112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 221294d6-2d92-4477-af4f-831e8b063365 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@32928bbd (id: 221294d6-2d92-4477-af4f-831e8b063365, sid: 221294d6-2d92-4477-af4f-831e8b063365) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM111, isControlOperator: false) ID = e855e437-6bb8-4067-9ef2-c1ccdeba1f70 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@43ea0985 (id: e855e437-6bb8-4067-9ef2-c1ccdeba1f70, sid: e855e437-6bb8-4067-9ef2-c1ccdeba1f70) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eef12620-dfb0-4213-baef-7577d5713758 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@4bb2fa7c (id: eef12620-dfb0-4213-baef-7577d5713758, sid: eef12620-dfb0-4213-baef-7577d5713758) (name: FS11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 300cf0b2-3e00-439e-b8b6-fe6d807557c0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5394eb31 (id: 300cf0b2-3e00-439e-b8b6-fe6d807557c0, sid: 300cf0b2-3e00-439e-b8b6-fe6d807557c0) (name: R111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@75fd5d9d (id: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c, sid: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c) (name: FPS11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5bb42619 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@d7fdb2d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4cee1b26 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3951329f (id: 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a, sid: null) (name: AllPhases-StateModes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10596b40-a2c3-4a0a-8106-62ae848f7e59 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@264b60ad (id: 10596b40-a2c3-4a0a-8106-62ae848f7e59, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42c33fab-3b52-43e7-b4c2-9b129445ede9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@181dd9f (id: 42c33fab-3b52-43e7-b4c2-9b129445ede9, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4589855c (id: cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5f45e76e-f252-4693-9c9f-e612b2e3415f org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@2eda0ed6 (id: 5f45e76e-f252-4693-9c9f-e612b2e3415f, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2e8da27-5aee-4f12-992c-82fdf4b08bea org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1874e271 (id: b2e8da27-5aee-4f12-992c-82fdf4b08bea, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@15d066fa (id: 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84ccea5-9b48-4e11-99fd-218623375836 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3eb5aa25 (id: b84ccea5-9b48-4e11-99fd-218623375836, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51354a6d-e6da-4186-b139-2eef0a87744c org.polarsys.capella.core.data.information.impl.DataPkgImpl@3e6e1dab (id: 51354a6d-e6da-4186-b139-2eef0a87744c, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5c21bf52 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ada88465-de6a-4f31-a4b0-a75ae6d3d64e org.polarsys.capella.core.data.cs.impl.PartImpl@6f097a2e (id: ada88465-de6a-4f31-a4b0-a75ae6d3d64e, sid: ada88465-de6a-4f31-a4b0-a75ae6d3d64e) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aa22456c-7415-480f-a8cb-95ce6a1c3932 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5df7d1fc (id: aa22456c-7415-480f-a8cb-95ce6a1c3932, sid: aa22456c-7415-480f-a8cb-95ce6a1c3932) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = e1fb3be7-a5a8-4c21-8d79-aa24d735bbb7 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@613308a (id: e1fb3be7-a5a8-4c21-8d79-aa24d735bbb7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aca91e8e-b3c5-4c27-900f-85827655a1b9 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@492ba545 (id: aca91e8e-b3c5-4c27-900f-85827655a1b9, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5bb42619 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@d7fdb2d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3951329f (id: 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a, sid: null) (name: AllPhases-StateModes) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10596b40-a2c3-4a0a-8106-62ae848f7e59 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@264b60ad (id: 10596b40-a2c3-4a0a-8106-62ae848f7e59, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42c33fab-3b52-43e7-b4c2-9b129445ede9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@181dd9f (id: 42c33fab-3b52-43e7-b4c2-9b129445ede9, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4589855c (id: cc40b6e4-630d-4ca4-ab47-7b26f57c4ddb, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@66da208a (id: d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6, sid: d52d75b9-9f4c-4b1a-9d1e-32be9cdd98b6) (name: PhysicalFunction 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 95459fb5-b0e3-4d13-a352-796b30da0df7 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1b8b749 (id: 95459fb5-b0e3-4d13-a352-796b30da0df7, sid: 95459fb5-b0e3-4d13-a352-796b30da0df7) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 844153a6-a1eb-4c7c-81f6-ba59decc1a60 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@72af4643 (id: 844153a6-a1eb-4c7c-81f6-ba59decc1a60, sid: 844153a6-a1eb-4c7c-81f6-ba59decc1a60) (name: PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d1487993-473c-400b-8762-fe1b84475933 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@19b3a31a (id: d1487993-473c-400b-8762-fe1b84475933, sid: d1487993-473c-400b-8762-fe1b84475933) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@66a6eccd (id: 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6, sid: 03f5fa54-5ebd-4c3d-8301-b2e909e5abf6) (name: Exchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = b2e8da27-5aee-4f12-992c-82fdf4b08bea org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1874e271 (id: b2e8da27-5aee-4f12-992c-82fdf4b08bea, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@15d066fa (id: 32ff1de0-4e08-4b8d-bd08-c2a0fe3bbe1f, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b84ccea5-9b48-4e11-99fd-218623375836 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@3eb5aa25 (id: b84ccea5-9b48-4e11-99fd-218623375836, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51354a6d-e6da-4186-b139-2eef0a87744c org.polarsys.capella.core.data.information.impl.DataPkgImpl@3e6e1dab (id: 51354a6d-e6da-4186-b139-2eef0a87744c, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5c21bf52 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ada88465-de6a-4f31-a4b0-a75ae6d3d64e org.polarsys.capella.core.data.cs.impl.PartImpl@6f097a2e (id: ada88465-de6a-4f31-a4b0-a75ae6d3d64e, sid: ada88465-de6a-4f31-a4b0-a75ae6d3d64e) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aa22456c-7415-480f-a8cb-95ce6a1c3932 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5df7d1fc (id: aa22456c-7415-480f-a8cb-95ce6a1c3932, sid: aa22456c-7415-480f-a8cb-95ce6a1c3932) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 64879c34-e0ff-47e5-973f-5314bc165440 org.polarsys.capella.core.data.cs.impl.PartImpl@4f7249db (id: 64879c34-e0ff-47e5-973f-5314bc165440, sid: 64879c34-e0ff-47e5-973f-5314bc165440) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3c07a8d2-2051-4485-8353-e76b2baa6949 org.polarsys.capella.core.data.cs.impl.PartImpl@7c1c12ad (id: 3c07a8d2-2051-4485-8353-e76b2baa6949, sid: 3c07a8d2-2051-4485-8353-e76b2baa6949) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fb6bd25b-2e17-4617-8ac1-13fb404ad00d org.polarsys.capella.core.data.cs.impl.PartImpl@64442da9 (id: fb6bd25b-2e17-4617-8ac1-13fb404ad00d, sid: fb6bd25b-2e17-4617-8ac1-13fb404ad00d) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4ce4d06f-c741-4bb5-941a-e9135da26afb org.polarsys.capella.core.data.cs.impl.PartImpl@5b7286ae (id: 4ce4d06f-c741-4bb5-941a-e9135da26afb, sid: 4ce4d06f-c741-4bb5-941a-e9135da26afb) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f37dd6f1-ec57-4be0-ae33-c1bfee6fe91b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1a86d39f (id: f37dd6f1-ec57-4be0-ae33-c1bfee6fe91b, sid: f37dd6f1-ec57-4be0-ae33-c1bfee6fe91b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 08e8b06d-ce58-4962-a36e-2cf8acba9356 org.polarsys.capella.core.data.cs.impl.PartImpl@298b3dde (id: 08e8b06d-ce58-4962-a36e-2cf8acba9356, sid: 08e8b06d-ce58-4962-a36e-2cf8acba9356) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7b7dd249-5c5f-4244-96b0-2a01eb3ee135 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@70229bfc (id: 7b7dd249-5c5f-4244-96b0-2a01eb3ee135, sid: 7b7dd249-5c5f-4244-96b0-2a01eb3ee135) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@34a27ada (id: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4, sid: 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 221294d6-2d92-4477-af4f-831e8b063365 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7773affa (id: 221294d6-2d92-4477-af4f-831e8b063365, sid: 221294d6-2d92-4477-af4f-831e8b063365) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM111, isControlOperator: false) ID = e855e437-6bb8-4067-9ef2-c1ccdeba1f70 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7e61907 (id: e855e437-6bb8-4067-9ef2-c1ccdeba1f70, sid: e855e437-6bb8-4067-9ef2-c1ccdeba1f70) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eef12620-dfb0-4213-baef-7577d5713758 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@63ff9f7c (id: eef12620-dfb0-4213-baef-7577d5713758, sid: eef12620-dfb0-4213-baef-7577d5713758) (name: FS11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 300cf0b2-3e00-439e-b8b6-fe6d807557c0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@442c5d73 (id: 300cf0b2-3e00-439e-b8b6-fe6d807557c0, sid: 300cf0b2-3e00-439e-b8b6-fe6d807557c0) (name: R111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@2e4a2673 (id: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c, sid: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c) (name: FPS11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fbebe94-2d4d-4748-bfb8-c9f4be920625 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@19532c9c (id: 4fbebe94-2d4d-4748-bfb8-c9f4be920625, sid: 4fbebe94-2d4d-4748-bfb8-c9f4be920625) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a1d2f6b0-e863-4116-89f2-d1156e353d0a org.polarsys.capella.core.data.cs.impl.PartImpl@71c465a7 (id: a1d2f6b0-e863-4116-89f2-d1156e353d0a, sid: a1d2f6b0-e863-4116-89f2-d1156e353d0a) (name: PC21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3d4f6fda-5f40-4e3c-b296-568d264271db org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@52e07988 (id: 3d4f6fda-5f40-4e3c-b296-568d264271db, sid: 3d4f6fda-5f40-4e3c-b296-568d264271db) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5b80d634-4850-45ec-ba03-a3c2f82f1635 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4ec98bbe (id: 5b80d634-4850-45ec-ba03-a3c2f82f1635, sid: 5b80d634-4850-45ec-ba03-a3c2f82f1635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC21, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = c1fac9f5-a865-42bb-958e-3d3118d9a891 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@508db5cc (id: c1fac9f5-a865-42bb-958e-3d3118d9a891, sid: c1fac9f5-a865-42bb-958e-3d3118d9a891) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = f01fd724-63d3-47c4-973c-586d6b23c5b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3e0ab9c3 (id: f01fd724-63d3-47c4-973c-586d6b23c5b4, sid: f01fd724-63d3-47c4-973c-586d6b23c5b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dc07f5aa-b902-4745-9c36-8f3c3e1dd5c2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4b545ee3 (id: dc07f5aa-b902-4745-9c36-8f3c3e1dd5c2, sid: dc07f5aa-b902-4745-9c36-8f3c3e1dd5c2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = d282cdf8-ea30-4df9-96f7-c0e5a81efe8c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@904b42b (id: d282cdf8-ea30-4df9-96f7-c0e5a81efe8c, sid: d282cdf8-ea30-4df9-96f7-c0e5a81efe8c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4426f43-be4e-42d9-80fc-69a48ce6fd5c org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5be54ed9 (id: e4426f43-be4e-42d9-80fc-69a48ce6fd5c, sid: e4426f43-be4e-42d9-80fc-69a48ce6fd5c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM41, isControlOperator: false) ID = 70caf2ba-4b5d-449f-9a5b-a636827b32cb org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5fefa519 (id: 70caf2ba-4b5d-449f-9a5b-a636827b32cb, sid: 70caf2ba-4b5d-449f-9a5b-a636827b32cb) (name: R411) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fea8f023-a210-4552-8ecf-cb8d4fde6aff org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@36a55b41 (id: fea8f023-a210-4552-8ecf-cb8d4fde6aff, sid: fea8f023-a210-4552-8ecf-cb8d4fde6aff) (name: FS4111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb673024-8aba-4685-802f-d0d7ea553898 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1aac1452 (id: bb673024-8aba-4685-802f-d0d7ea553898, sid: bb673024-8aba-4685-802f-d0d7ea553898) (name: R41111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@6b4e1258 (id: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4, sid: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4) (name: FPS4112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load output [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload output [Test4] >> require >> load Project_test_01 [Test4] >> require >> load output [Test4] >> release >> unload Project_test_01 [Test4] >> release >> unload output [StatesReferencesTest] >> require >> load Project_test_01 [StatesReferencesTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2d04f585 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2910acaa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@22e54cb8 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2d0d436 (id: 7de91d30-045e-4f37-8a15-bdfbaaaf54fb, sid: null) (name: AllPhases-StatesReferences) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@3433c2cf (id: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f98b53d5-97ad-414a-923b-cb1b170bf66a org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@132e9222 (id: f98b53d5-97ad-414a-923b-cb1b170bf66a, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60eb052e-e8a1-4166-bdea-2ba9396d805c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@54e3fcaf (id: 60eb052e-e8a1-4166-bdea-2ba9396d805c, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@5525876b (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 82f67d53-527b-423b-89b1-4a732d33b82c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@785109a0 (id: 82f67d53-527b-423b-89b1-4a732d33b82c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = b9036e13-76de-4250-9e4d-dbdae14f6af2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@518cf7fa (id: b9036e13-76de-4250-9e4d-dbdae14f6af2, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05742b24-f740-4239-986e-c21fceba6401 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@b97f35f (id: 05742b24-f740-4239-986e-c21fceba6401, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17cf594c-c9d6-4b30-b84d-2e0ea1def50f org.polarsys.capella.core.data.information.impl.DataPkgImpl@3b913e7c (id: 17cf594c-c9d6-4b30-b84d-2e0ea1def50f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 53377d8b-d152-4fcd-8c46-9c18953d8872 org.polarsys.capella.core.data.information.impl.DataPkgImpl@f801150 (id: 53377d8b-d152-4fcd-8c46-9c18953d8872, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3f60515b-f0ab-4f27-9a64-0c8ed4c41012 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@c5c3f1a (id: 3f60515b-f0ab-4f27-9a64-0c8ed4c41012, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 42ae6a2c-cee0-4acf-9093-c17a2c433f0f org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@42451ca0 (id: 42ae6a2c-cee0-4acf-9093-c17a2c433f0f, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = e9a7ca6f-2ce7-4cd9-b7dc-a9a5696c8dbb org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@7c7a0a7 (id: e9a7ca6f-2ce7-4cd9-b7dc-a9a5696c8dbb, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 8c0bcf2d-cf67-4153-85e1-733c9442f450 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8c22b9e (id: 8c0bcf2d-cf67-4153-85e1-733c9442f450, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = b5b2512b-95e4-4c0f-9d59-f7fe46cf81a3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@658b7173 (id: b5b2512b-95e4-4c0f-9d59-f7fe46cf81a3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e7ba1568-969a-41c3-b82c-8f52a0d3e6fd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f41c17e (id: e7ba1568-969a-41c3-b82c-8f52a0d3e6fd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = d56b3b0a-038d-4597-98e6-f32382d6f039 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@35399aa9 (id: d56b3b0a-038d-4597-98e6-f32382d6f039, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c3b9c38e-c1a7-47ce-9434-844267b0a34c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2c3ec94b (id: c3b9c38e-c1a7-47ce-9434-844267b0a34c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a8483f0b-9cb8-4719-92c6-1f93f9425eee org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@12002556 (id: a8483f0b-9cb8-4719-92c6-1f93f9425eee, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 82402ec1-f5a1-4005-b6fb-96f7fc1adf4d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@134b5c59 (id: 82402ec1-f5a1-4005-b6fb-96f7fc1adf4d, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 8f90b63e-e787-4048-a395-f2a9f7cc2752 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6ade604b (id: 8f90b63e-e787-4048-a395-f2a9f7cc2752, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = d07101a9-8c57-402c-a63a-60ff9d9dbd7c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@307088ca (id: d07101a9-8c57-402c-a63a-60ff9d9dbd7c, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 84eceb98-5e2f-4c2b-9b92-2ca880d5951c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@23492107 (id: 84eceb98-5e2f-4c2b-9b92-2ca880d5951c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1b5c7eb4 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@5bc511dd (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ea33a0f (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4e4aa869 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@361bc6ca (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9d765ef8-e7ce-496b-b442-04cac266a278 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@73ecf185 (id: 9d765ef8-e7ce-496b-b442-04cac266a278, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c44770bf-f8a6-4665-8dfc-003b6391cf22 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@47ee11ea (id: c44770bf-f8a6-4665-8dfc-003b6391cf22, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8b4e533e-59ef-412c-b592-79632879349a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2d454109 (id: 8b4e533e-59ef-412c-b592-79632879349a, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c1d49e27-cf51-44f9-b3e2-771e3371d89f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@f0ba812 (id: c1d49e27-cf51-44f9-b3e2-771e3371d89f, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bef625fc-60a3-4e77-bf26-d1997cc22593 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@1b7f10af (id: bef625fc-60a3-4e77-bf26-d1997cc22593, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c270229d-bedd-4f39-bb15-e6fcd0ee4708 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c29336b (id: c270229d-bedd-4f39-bb15-e6fcd0ee4708, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7c06caf4-2768-4ef7-86bf-4bb61e2a7cae org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2be372ee (id: 7c06caf4-2768-4ef7-86bf-4bb61e2a7cae, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 55466872-55f6-4e8d-b0bb-7ee5a2f0d63c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@79fa14b8 (id: 55466872-55f6-4e8d-b0bb-7ee5a2f0d63c, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 13c483d9-a36b-4291-a78b-2c563848ecf0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ae39940 (id: 13c483d9-a36b-4291-a78b-2c563848ecf0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 0683aa14-60dd-467e-9927-7f93b722d7d7 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7f34431c (id: 0683aa14-60dd-467e-9927-7f93b722d7d7, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4fe46534-7146-4fc1-a6ca-56d6d6d89e1a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4ff03a16 (id: 4fe46534-7146-4fc1-a6ca-56d6d6d89e1a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = d2b0a40c-c13f-49d8-899e-eb7225820c8b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6686a884 (id: d2b0a40c-c13f-49d8-899e-eb7225820c8b, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 453afa1a-d652-4def-bfe7-2ea9a174472b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@60a9048d (id: 453afa1a-d652-4def-bfe7-2ea9a174472b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@4bfd2ca7 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cafdbce4-9843-4d9f-87d1-2e7026750de1 org.polarsys.capella.core.data.cs.impl.PartImpl@690c8b8 (id: cafdbce4-9843-4d9f-87d1-2e7026750de1, sid: cafdbce4-9843-4d9f-87d1-2e7026750de1) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8bce62a4-2147-4321-86af-a98bdec3e3ff org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@28259f77 (id: 8bce62a4-2147-4321-86af-a98bdec3e3ff, sid: 8bce62a4-2147-4321-86af-a98bdec3e3ff) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@edbbc12 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3fff4695 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@42aefe60 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@154d65d5 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2d04f585 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2910acaa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2d0d436 (id: 7de91d30-045e-4f37-8a15-bdfbaaaf54fb, sid: null) (name: AllPhases-StatesReferences) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@3433c2cf (id: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f98b53d5-97ad-414a-923b-cb1b170bf66a org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@132e9222 (id: f98b53d5-97ad-414a-923b-cb1b170bf66a, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60eb052e-e8a1-4166-bdea-2ba9396d805c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@54e3fcaf (id: 60eb052e-e8a1-4166-bdea-2ba9396d805c, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 178c3b9e-8620-480e-af4b-ef310d3bdf63 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7364c48c (id: 178c3b9e-8620-480e-af4b-ef310d3bdf63, sid: 178c3b9e-8620-480e-af4b-ef310d3bdf63) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cbcf9086-40a3-4805-b9db-949e71a5e37d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@596b5595 (id: cbcf9086-40a3-4805-b9db-949e71a5e37d, sid: cbcf9086-40a3-4805-b9db-949e71a5e37d) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 15d13e38-20c0-49a3-a980-b4fd4116df2d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3e336318 (id: 15d13e38-20c0-49a3-a980-b4fd4116df2d, sid: 15d13e38-20c0-49a3-a980-b4fd4116df2d) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7662a65f-aba8-4aa6-99f6-e66fb1053f26 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@757ef6f5 (id: 7662a65f-aba8-4aa6-99f6-e66fb1053f26, sid: 7662a65f-aba8-4aa6-99f6-e66fb1053f26) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3220e5c1-b385-41b5-b297-7dbf886f6897 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@206b0c72 (id: 3220e5c1-b385-41b5-b297-7dbf886f6897, sid: 3220e5c1-b385-41b5-b297-7dbf886f6897) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 428bb542-525f-4647-817c-2d3fe8308bd7 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@23af2217 (id: 428bb542-525f-4647-817c-2d3fe8308bd7, sid: 428bb542-525f-4647-817c-2d3fe8308bd7) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 06a1740d-2e17-4e6e-9684-0413184cd89c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6a1bed9 (id: 06a1740d-2e17-4e6e-9684-0413184cd89c, sid: 06a1740d-2e17-4e6e-9684-0413184cd89c) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 048758be-5029-4cd9-9a66-f41bad67eae5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@26ff97db (id: 048758be-5029-4cd9-9a66-f41bad67eae5, sid: 048758be-5029-4cd9-9a66-f41bad67eae5) (name: Exchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 6520f972-9dec-42ff-8b9f-ca1769dd864a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2d23a2ab (id: 6520f972-9dec-42ff-8b9f-ca1769dd864a, sid: 6520f972-9dec-42ff-8b9f-ca1769dd864a) (name: Exchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 82f67d53-527b-423b-89b1-4a732d33b82c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@785109a0 (id: 82f67d53-527b-423b-89b1-4a732d33b82c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = b9036e13-76de-4250-9e4d-dbdae14f6af2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@518cf7fa (id: b9036e13-76de-4250-9e4d-dbdae14f6af2, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05742b24-f740-4239-986e-c21fceba6401 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@b97f35f (id: 05742b24-f740-4239-986e-c21fceba6401, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17cf594c-c9d6-4b30-b84d-2e0ea1def50f org.polarsys.capella.core.data.information.impl.DataPkgImpl@3b913e7c (id: 17cf594c-c9d6-4b30-b84d-2e0ea1def50f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@4bfd2ca7 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cafdbce4-9843-4d9f-87d1-2e7026750de1 org.polarsys.capella.core.data.cs.impl.PartImpl@690c8b8 (id: cafdbce4-9843-4d9f-87d1-2e7026750de1, sid: cafdbce4-9843-4d9f-87d1-2e7026750de1) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0ba53aa-da71-462f-93ff-a913f4b37e16 org.polarsys.capella.core.data.cs.impl.PartImpl@63904c16 (id: a0ba53aa-da71-462f-93ff-a913f4b37e16, sid: a0ba53aa-da71-462f-93ff-a913f4b37e16) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8bce62a4-2147-4321-86af-a98bdec3e3ff org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@28259f77 (id: 8bce62a4-2147-4321-86af-a98bdec3e3ff, sid: 8bce62a4-2147-4321-86af-a98bdec3e3ff) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = cae3f32d-f3f5-40bb-badf-e5fc4bfbf10e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@287047c3 (id: cae3f32d-f3f5-40bb-badf-e5fc4bfbf10e, sid: cae3f32d-f3f5-40bb-badf-e5fc4bfbf10e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c556139d-8aa0-4d39-8ff6-529f73672419 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@49e15e27 (id: c556139d-8aa0-4d39-8ff6-529f73672419, sid: c556139d-8aa0-4d39-8ff6-529f73672419) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ad2bc6f-5d68-4be1-a82b-45d145f54ed2 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@59ab1ea5 (id: 7ad2bc6f-5d68-4be1-a82b-45d145f54ed2, sid: 7ad2bc6f-5d68-4be1-a82b-45d145f54ed2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = b0023e1a-5517-4ebc-930c-8714127d9bd7 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@65676c8c (id: b0023e1a-5517-4ebc-930c-8714127d9bd7, sid: b0023e1a-5517-4ebc-930c-8714127d9bd7) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b0276dbc-87f9-420b-900e-5f2cb7c25f6d org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2521ae86 (id: b0276dbc-87f9-420b-900e-5f2cb7c25f6d, sid: b0276dbc-87f9-420b-900e-5f2cb7c25f6d) (name: M111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681b300d-d657-49e5-b24a-3035ff863386 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@52ac7dfb (id: 681b300d-d657-49e5-b24a-3035ff863386, sid: 681b300d-d657-49e5-b24a-3035ff863386) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec47805-4d01-48fd-8f9c-1f825f8658ce org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@53731f3d (id: dec47805-4d01-48fd-8f9c-1f825f8658ce, sid: dec47805-4d01-48fd-8f9c-1f825f8658ce) (name: FS11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eff892ea-61c4-431e-8849-c310100e39d0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@d2e0ad3 (id: eff892ea-61c4-431e-8849-c310100e39d0, sid: eff892ea-61c4-431e-8849-c310100e39d0) (name: R111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc2bdfa4-b018-47c4-aafc-c8449ada45dc org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@25d3d06e (id: bc2bdfa4-b018-47c4-aafc-c8449ada45dc, sid: bc2bdfa4-b018-47c4-aafc-c8449ada45dc) (name: M112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 075c4561-0d39-4e08-90b5-7d0bd3793281 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@14a1328a (id: 075c4561-0d39-4e08-90b5-7d0bd3793281, sid: 075c4561-0d39-4e08-90b5-7d0bd3793281) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb08afc6-ac54-4579-9477-846c6aeef08f org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@5f604dd4 (id: bb08afc6-ac54-4579-9477-846c6aeef08f, sid: bb08afc6-ac54-4579-9477-846c6aeef08f) (name: Mode 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d457d68e-a4d7-417a-8487-07c599f3cb15 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@22e5ac79 (id: d457d68e-a4d7-417a-8487-07c599f3cb15, sid: d457d68e-a4d7-417a-8487-07c599f3cb15) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59490087-991b-44a8-bdcc-6d196a4b5728 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@190e48eb (id: 59490087-991b-44a8-bdcc-6d196a4b5728, sid: 59490087-991b-44a8-bdcc-6d196a4b5728) (name: Mode 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0ecc7f4-4064-4a07-b289-909a128341f1 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4261c22 (id: d0ecc7f4-4064-4a07-b289-909a128341f1, sid: d0ecc7f4-4064-4a07-b289-909a128341f1) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ec08c38-d45d-4fa6-8899-52b300f22974 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@5975ff9f (id: 6ec08c38-d45d-4fa6-8899-52b300f22974, sid: 6ec08c38-d45d-4fa6-8899-52b300f22974) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: dzadzadsqds) ID = c1a60138-3460-49ed-9675-1cbc98c1723f org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@567c16ac (id: c1a60138-3460-49ed-9675-1cbc98c1723f, sid: c1a60138-3460-49ed-9675-1cbc98c1723f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f43ec6c-8cb6-4357-bfdd-ab8c870967e3 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@3d5e5598 (id: 1f43ec6c-8cb6-4357-bfdd-ab8c870967e3, sid: 1f43ec6c-8cb6-4357-bfdd-ab8c870967e3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [sqdqsdqsd], languages: [capella:linkedText]) ID = 90a9dde9-d910-439e-acff-051527fe735e org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@9ad891d (id: 90a9dde9-d910-439e-acff-051527fe735e, sid: 90a9dde9-d910-439e-acff-051527fe735e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: aazz) ID = 6506efb4-302d-4e37-9d1e-7713d34c3a48 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@7fd216b0 (id: 6506efb4-302d-4e37-9d1e-7713d34c3a48, sid: 6506efb4-302d-4e37-9d1e-7713d34c3a48) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd213fdf-8f2f-4169-943a-2567ba64c843 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@492da690 (id: dd213fdf-8f2f-4169-943a-2567ba64c843, sid: dd213fdf-8f2f-4169-943a-2567ba64c843) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [azaezaezae], languages: [capella:linkedText]) ID = 1861edc3-de3f-46e2-808a-7c6815722b0a org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3ae4e8 (id: 1861edc3-de3f-46e2-808a-7c6815722b0a, sid: 1861edc3-de3f-46e2-808a-7c6815722b0a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 28b6b005-bc8b-4486-9b3f-5c7273f0cbe2 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4e01dbf (id: 28b6b005-bc8b-4486-9b3f-5c7273f0cbe2, sid: 28b6b005-bc8b-4486-9b3f-5c7273f0cbe2) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 72b4b002-e1f5-4692-b8dd-cd397c91c6ae org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@2e840cbf (id: 72b4b002-e1f5-4692-b8dd-cd397c91c6ae, sid: 72b4b002-e1f5-4692-b8dd-cd397c91c6ae) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 54240901-a79e-4bd0-bb01-4f526609264c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6d577f2e (id: 54240901-a79e-4bd0-bb01-4f526609264c, sid: 54240901-a79e-4bd0-bb01-4f526609264c) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 20c6afae-224d-4ead-b3cc-a88d159e9ece org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3a9ddbc8 (id: 20c6afae-224d-4ead-b3cc-a88d159e9ece, sid: 20c6afae-224d-4ead-b3cc-a88d159e9ece) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ebbf8b66-1f96-4eef-b64d-bd9f21a2f1ee org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3e9434c1 (id: ebbf8b66-1f96-4eef-b64d-bd9f21a2f1ee, sid: ebbf8b66-1f96-4eef-b64d-bd9f21a2f1ee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [StatesReferencesTest] >> release >> unload Project_test_01 [StatesReferencesTest] >> release >> unload output [StatesReferencesTest] >> require >> load Project_test_01 [StatesReferencesTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3add4b65 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@32529316 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@496783b3 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@592821ba (id: 7de91d30-045e-4f37-8a15-bdfbaaaf54fb, sid: null) (name: AllPhases-StatesReferences) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1db383b9 (id: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f98b53d5-97ad-414a-923b-cb1b170bf66a org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@ad54f34 (id: f98b53d5-97ad-414a-923b-cb1b170bf66a, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60eb052e-e8a1-4166-bdea-2ba9396d805c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1ee5ae97 (id: 60eb052e-e8a1-4166-bdea-2ba9396d805c, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 64569850-813b-4f5c-9cc1-80f67a3e8f0b org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@10d7df93 (id: 64569850-813b-4f5c-9cc1-80f67a3e8f0b, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 82f67d53-527b-423b-89b1-4a732d33b82c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7b1af152 (id: 82f67d53-527b-423b-89b1-4a732d33b82c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = b9036e13-76de-4250-9e4d-dbdae14f6af2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@551f82e5 (id: b9036e13-76de-4250-9e4d-dbdae14f6af2, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05742b24-f740-4239-986e-c21fceba6401 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5126241d (id: 05742b24-f740-4239-986e-c21fceba6401, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17cf594c-c9d6-4b30-b84d-2e0ea1def50f org.polarsys.capella.core.data.information.impl.DataPkgImpl@1041b89d (id: 17cf594c-c9d6-4b30-b84d-2e0ea1def50f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@3cfd5ba6 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d3ace14-a26e-4eb0-bdd2-c5d6e8e15a21 org.polarsys.capella.core.data.cs.impl.PartImpl@15dcee76 (id: 1d3ace14-a26e-4eb0-bdd2-c5d6e8e15a21, sid: 1d3ace14-a26e-4eb0-bdd2-c5d6e8e15a21) (name: LS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d909bc18-dd5c-4f2b-8196-0cb3eb40dfa9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@753a361c (id: d909bc18-dd5c-4f2b-8196-0cb3eb40dfa9, sid: d909bc18-dd5c-4f2b-8196-0cb3eb40dfa9) (name: LS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 39d54c83-33e7-4837-aa1b-b01ffcd2ef08 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@6a79c990 (id: 39d54c83-33e7-4837-aa1b-b01ffcd2ef08, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eec9ca4f-9fea-4708-a223-8790dc2f2592 org.polarsys.capella.core.data.la.impl.SystemAnalysisRealizationImpl@6e894297 (id: eec9ca4f-9fea-4708-a223-8790dc2f2592, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3add4b65 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@32529316 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@592821ba (id: 7de91d30-045e-4f37-8a15-bdfbaaaf54fb, sid: null) (name: AllPhases-StatesReferences) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1db383b9 (id: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01, sid: 4afe4fc9-057a-46b7-a45d-dfe23d3cbc01) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f98b53d5-97ad-414a-923b-cb1b170bf66a org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@ad54f34 (id: f98b53d5-97ad-414a-923b-cb1b170bf66a, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60eb052e-e8a1-4166-bdea-2ba9396d805c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1ee5ae97 (id: 60eb052e-e8a1-4166-bdea-2ba9396d805c, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 178c3b9e-8620-480e-af4b-ef310d3bdf63 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1c7c7505 (id: 178c3b9e-8620-480e-af4b-ef310d3bdf63, sid: 178c3b9e-8620-480e-af4b-ef310d3bdf63) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cbcf9086-40a3-4805-b9db-949e71a5e37d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1dd39378 (id: cbcf9086-40a3-4805-b9db-949e71a5e37d, sid: cbcf9086-40a3-4805-b9db-949e71a5e37d) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 15d13e38-20c0-49a3-a980-b4fd4116df2d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3d5fd319 (id: 15d13e38-20c0-49a3-a980-b4fd4116df2d, sid: 15d13e38-20c0-49a3-a980-b4fd4116df2d) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7662a65f-aba8-4aa6-99f6-e66fb1053f26 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@e7d5333 (id: 7662a65f-aba8-4aa6-99f6-e66fb1053f26, sid: 7662a65f-aba8-4aa6-99f6-e66fb1053f26) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3220e5c1-b385-41b5-b297-7dbf886f6897 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7156cba4 (id: 3220e5c1-b385-41b5-b297-7dbf886f6897, sid: 3220e5c1-b385-41b5-b297-7dbf886f6897) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 428bb542-525f-4647-817c-2d3fe8308bd7 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@709fdea5 (id: 428bb542-525f-4647-817c-2d3fe8308bd7, sid: 428bb542-525f-4647-817c-2d3fe8308bd7) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 06a1740d-2e17-4e6e-9684-0413184cd89c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@339b1cb4 (id: 06a1740d-2e17-4e6e-9684-0413184cd89c, sid: 06a1740d-2e17-4e6e-9684-0413184cd89c) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 048758be-5029-4cd9-9a66-f41bad67eae5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1eb351da (id: 048758be-5029-4cd9-9a66-f41bad67eae5, sid: 048758be-5029-4cd9-9a66-f41bad67eae5) (name: Exchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 6520f972-9dec-42ff-8b9f-ca1769dd864a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@75268004 (id: 6520f972-9dec-42ff-8b9f-ca1769dd864a, sid: 6520f972-9dec-42ff-8b9f-ca1769dd864a) (name: Exchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 82f67d53-527b-423b-89b1-4a732d33b82c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7b1af152 (id: 82f67d53-527b-423b-89b1-4a732d33b82c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = b9036e13-76de-4250-9e4d-dbdae14f6af2 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@551f82e5 (id: b9036e13-76de-4250-9e4d-dbdae14f6af2, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 05742b24-f740-4239-986e-c21fceba6401 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5126241d (id: 05742b24-f740-4239-986e-c21fceba6401, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17cf594c-c9d6-4b30-b84d-2e0ea1def50f org.polarsys.capella.core.data.information.impl.DataPkgImpl@1041b89d (id: 17cf594c-c9d6-4b30-b84d-2e0ea1def50f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@3cfd5ba6 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d3ace14-a26e-4eb0-bdd2-c5d6e8e15a21 org.polarsys.capella.core.data.cs.impl.PartImpl@15dcee76 (id: 1d3ace14-a26e-4eb0-bdd2-c5d6e8e15a21, sid: 1d3ace14-a26e-4eb0-bdd2-c5d6e8e15a21) (name: LS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d909bc18-dd5c-4f2b-8196-0cb3eb40dfa9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@753a361c (id: d909bc18-dd5c-4f2b-8196-0cb3eb40dfa9, sid: d909bc18-dd5c-4f2b-8196-0cb3eb40dfa9) (name: LS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 7ad2bc6f-5d68-4be1-a82b-45d145f54ed2 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3e54bbbf (id: 7ad2bc6f-5d68-4be1-a82b-45d145f54ed2, sid: 7ad2bc6f-5d68-4be1-a82b-45d145f54ed2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = b0023e1a-5517-4ebc-930c-8714127d9bd7 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4c895d5d (id: b0023e1a-5517-4ebc-930c-8714127d9bd7, sid: b0023e1a-5517-4ebc-930c-8714127d9bd7) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b0276dbc-87f9-420b-900e-5f2cb7c25f6d org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@68a71806 (id: b0276dbc-87f9-420b-900e-5f2cb7c25f6d, sid: b0276dbc-87f9-420b-900e-5f2cb7c25f6d) (name: M111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 681b300d-d657-49e5-b24a-3035ff863386 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@17110139 (id: 681b300d-d657-49e5-b24a-3035ff863386, sid: 681b300d-d657-49e5-b24a-3035ff863386) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dec47805-4d01-48fd-8f9c-1f825f8658ce org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@c83d927 (id: dec47805-4d01-48fd-8f9c-1f825f8658ce, sid: dec47805-4d01-48fd-8f9c-1f825f8658ce) (name: FS11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eff892ea-61c4-431e-8849-c310100e39d0 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@a661e5f (id: eff892ea-61c4-431e-8849-c310100e39d0, sid: eff892ea-61c4-431e-8849-c310100e39d0) (name: R111111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc2bdfa4-b018-47c4-aafc-c8449ada45dc org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@5a51503d (id: bc2bdfa4-b018-47c4-aafc-c8449ada45dc, sid: bc2bdfa4-b018-47c4-aafc-c8449ada45dc) (name: M112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 075c4561-0d39-4e08-90b5-7d0bd3793281 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@45568a87 (id: 075c4561-0d39-4e08-90b5-7d0bd3793281, sid: 075c4561-0d39-4e08-90b5-7d0bd3793281) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb08afc6-ac54-4579-9477-846c6aeef08f org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@578e29eb (id: bb08afc6-ac54-4579-9477-846c6aeef08f, sid: bb08afc6-ac54-4579-9477-846c6aeef08f) (name: Mode 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d457d68e-a4d7-417a-8487-07c599f3cb15 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6d2041a3 (id: d457d68e-a4d7-417a-8487-07c599f3cb15, sid: d457d68e-a4d7-417a-8487-07c599f3cb15) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59490087-991b-44a8-bdcc-6d196a4b5728 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@3d203482 (id: 59490087-991b-44a8-bdcc-6d196a4b5728, sid: 59490087-991b-44a8-bdcc-6d196a4b5728) (name: Mode 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0ecc7f4-4064-4a07-b289-909a128341f1 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4cd38313 (id: d0ecc7f4-4064-4a07-b289-909a128341f1, sid: d0ecc7f4-4064-4a07-b289-909a128341f1) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ec08c38-d45d-4fa6-8899-52b300f22974 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6ab42a13 (id: 6ec08c38-d45d-4fa6-8899-52b300f22974, sid: 6ec08c38-d45d-4fa6-8899-52b300f22974) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: dzadzadsqds) ID = c1a60138-3460-49ed-9675-1cbc98c1723f org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@57653bf (id: c1a60138-3460-49ed-9675-1cbc98c1723f, sid: c1a60138-3460-49ed-9675-1cbc98c1723f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f43ec6c-8cb6-4357-bfdd-ab8c870967e3 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@39cee3b7 (id: 1f43ec6c-8cb6-4357-bfdd-ab8c870967e3, sid: 1f43ec6c-8cb6-4357-bfdd-ab8c870967e3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [sqdqsdqsd], languages: [capella:linkedText]) ID = 90a9dde9-d910-439e-acff-051527fe735e org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@69552486 (id: 90a9dde9-d910-439e-acff-051527fe735e, sid: 90a9dde9-d910-439e-acff-051527fe735e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: aazz) ID = 6506efb4-302d-4e37-9d1e-7713d34c3a48 org.polarsys.capella.core.data.capellacore.impl.ConstraintImpl@227a6f0d (id: 6506efb4-302d-4e37-9d1e-7713d34c3a48, sid: 6506efb4-302d-4e37-9d1e-7713d34c3a48) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd213fdf-8f2f-4169-943a-2567ba64c843 org.polarsys.capella.core.data.information.datavalue.impl.OpaqueExpressionImpl@15a62b56 (id: dd213fdf-8f2f-4169-943a-2567ba64c843, sid: dd213fdf-8f2f-4169-943a-2567ba64c843) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: null, bodies: [azaezaezae], languages: [capella:linkedText]) ID = cafdbce4-9843-4d9f-87d1-2e7026750de1 org.polarsys.capella.core.data.cs.impl.PartImpl@5bbba10e (id: cafdbce4-9843-4d9f-87d1-2e7026750de1, sid: cafdbce4-9843-4d9f-87d1-2e7026750de1) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a0ba53aa-da71-462f-93ff-a913f4b37e16 org.polarsys.capella.core.data.cs.impl.PartImpl@1b8adfeb (id: a0ba53aa-da71-462f-93ff-a913f4b37e16, sid: a0ba53aa-da71-462f-93ff-a913f4b37e16) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8bce62a4-2147-4321-86af-a98bdec3e3ff org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@4ea1a312 (id: 8bce62a4-2147-4321-86af-a98bdec3e3ff, sid: 8bce62a4-2147-4321-86af-a98bdec3e3ff) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = cae3f32d-f3f5-40bb-badf-e5fc4bfbf10e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4814c819 (id: cae3f32d-f3f5-40bb-badf-e5fc4bfbf10e, sid: cae3f32d-f3f5-40bb-badf-e5fc4bfbf10e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c556139d-8aa0-4d39-8ff6-529f73672419 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5ac3377 (id: c556139d-8aa0-4d39-8ff6-529f73672419, sid: c556139d-8aa0-4d39-8ff6-529f73672419) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1861edc3-de3f-46e2-808a-7c6815722b0a org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@213d5f1b (id: 1861edc3-de3f-46e2-808a-7c6815722b0a, sid: 1861edc3-de3f-46e2-808a-7c6815722b0a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 28b6b005-bc8b-4486-9b3f-5c7273f0cbe2 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@62c7d11d (id: 28b6b005-bc8b-4486-9b3f-5c7273f0cbe2, sid: 28b6b005-bc8b-4486-9b3f-5c7273f0cbe2) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 72b4b002-e1f5-4692-b8dd-cd397c91c6ae org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@c7d895c (id: 72b4b002-e1f5-4692-b8dd-cd397c91c6ae, sid: 72b4b002-e1f5-4692-b8dd-cd397c91c6ae) (name: FS1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 54240901-a79e-4bd0-bb01-4f526609264c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@68ae242f (id: 54240901-a79e-4bd0-bb01-4f526609264c, sid: 54240901-a79e-4bd0-bb01-4f526609264c) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 20c6afae-224d-4ead-b3cc-a88d159e9ece org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@23a06ba6 (id: 20c6afae-224d-4ead-b3cc-a88d159e9ece, sid: 20c6afae-224d-4ead-b3cc-a88d159e9ece) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ebbf8b66-1f96-4eef-b64d-bd9f21a2f1ee org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7fb309f6 (id: ebbf8b66-1f96-4eef-b64d-bd9f21a2f1ee, sid: ebbf8b66-1f96-4eef-b64d-bd9f21a2f1ee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [StatesReferencesTest] >> release >> unload Project_test_01 [StatesReferencesTest] >> release >> unload output [Bug565895Test] >> require >> load test [Bug565895Test] >> require >> load output ID = 60651902-7a55-430b-b93f-e4c6590c12dc org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7c00c548 (id: 60651902-7a55-430b-b93f-e4c6590c12dc, sid: null) (name: test) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 256f7376-caf5-4fd1-8455-dcfbeb5cf23c org.polarsys.capella.common.libraries.impl.ModelInformationImpl@22a9e3ba (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@60cc043d (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@17212145 (id: a4af6e59-ebc0-45cd-a288-d859e77a79a3, sid: null) (name: test) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@708285e7 (id: 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f, sid: 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9201d3d8-d516-45e6-9aa9-b4cac5200a0b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@5871a116 (id: 9201d3d8-d516-45e6-9aa9-b4cac5200a0b, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2109dbaf (id: 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6, sid: 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@624e90d4 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@78d19892 (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3cb83773-ec47-4fad-8990-089aaff993e7 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6a60d25b (id: 3cb83773-ec47-4fad-8990-089aaff993e7, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d8f79b9-0868-43de-8cc9-ee57474d8d6f org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5dba81b (id: 1d8f79b9-0868-43de-8cc9-ee57474d8d6f, sid: 1d8f79b9-0868-43de-8cc9-ee57474d8d6f) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb4fee1b-e5cd-4b00-80f1-1930fd84bff0 org.polarsys.capella.core.data.information.impl.DataPkgImpl@13e27e29 (id: eb4fee1b-e5cd-4b00-80f1-1930fd84bff0, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f0c2a62a-6a9d-42c4-b32d-0007183ef313 org.polarsys.capella.core.data.information.impl.DataPkgImpl@2126e470 (id: f0c2a62a-6a9d-42c4-b32d-0007183ef313, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ca15b9f2-f946-4c76-8910-79963944de82 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@896bbd (id: ca15b9f2-f946-4c76-8910-79963944de82, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d484dc09-da49-4925-8363-3bd03d0ac9ab org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@807d675 (id: d484dc09-da49-4925-8363-3bd03d0ac9ab, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 73cc985b-628e-4ab1-ac91-d09ade655c08 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@772f5f59 (id: 73cc985b-628e-4ab1-ac91-d09ade655c08, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = f8c34baa-ce84-48a1-a96f-15dcbb20d43d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@613c20a8 (id: f8c34baa-ce84-48a1-a96f-15dcbb20d43d, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 4d0dab46-40df-4222-a6f8-e92e9d180e09 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2a236bb1 (id: 4d0dab46-40df-4222-a6f8-e92e9d180e09, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c5fc9ed1-aa6a-4d85-a07b-8684c78ac189 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ca1a4fe (id: c5fc9ed1-aa6a-4d85-a07b-8684c78ac189, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 671435df-e5fe-4157-9493-ab2a7c08fe95 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@11f9e5a4 (id: 671435df-e5fe-4157-9493-ab2a7c08fe95, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = b0697352-b688-42b1-869d-908e08882974 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@11c0ae53 (id: b0697352-b688-42b1-869d-908e08882974, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5b37cac0-d2e9-481a-8065-95b1139ddc90 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@208f2139 (id: 5b37cac0-d2e9-481a-8065-95b1139ddc90, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ac2aafaa-3a35-4b29-a491-2f6caffd213d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3118e782 (id: ac2aafaa-3a35-4b29-a491-2f6caffd213d, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = d3874ad5-9d4f-4c50-b67b-38e1f19e6989 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6f92e0c0 (id: d3874ad5-9d4f-4c50-b67b-38e1f19e6989, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = b48f9a16-8aa3-4e6d-9f20-51258186c718 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7bb47957 (id: b48f9a16-8aa3-4e6d-9f20-51258186c718, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 953c127d-3a68-45f4-8cef-29f7f0d42b0e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@22eb19f1 (id: 953c127d-3a68-45f4-8cef-29f7f0d42b0e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5d767878-6206-408f-8689-118de66f7753 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@54b9ded9 (id: 5d767878-6206-408f-8689-118de66f7753, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 77af2f5f-15a3-416b-b6df-22c73d917a2a org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@2c55b06e (id: 77af2f5f-15a3-416b-b6df-22c73d917a2a, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = fdb0f2ea-2e71-4bbf-8353-4b6754d9b169 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@74f31a72 (id: fdb0f2ea-2e71-4bbf-8353-4b6754d9b169, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 252743b0-b6f2-4a74-b5af-fafcacc2d937 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@e2da18c (id: 252743b0-b6f2-4a74-b5af-fafcacc2d937, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 5bac9aaa-0d71-49d5-adba-d98b03752971 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1478e986 (id: 5bac9aaa-0d71-49d5-adba-d98b03752971, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f4068e48-f736-438a-aa99-cbf9c0d9cdb9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@15afeda7 (id: f4068e48-f736-438a-aa99-cbf9c0d9cdb9, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ac1974c9-df1c-4454-90d6-37056076e466 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@796355ea (id: ac1974c9-df1c-4454-90d6-37056076e466, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b391bb88-dc2a-43bb-a123-268f6ca93069 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1aa1ba8b (id: b391bb88-dc2a-43bb-a123-268f6ca93069, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = e543e688-669c-4660-b945-0405dbf30512 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@49c64480 (id: e543e688-669c-4660-b945-0405dbf30512, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7da089c5-7313-49e0-a17a-a4516dd73aad org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@23ee4aca (id: 7da089c5-7313-49e0-a17a-a4516dd73aad, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 6525c6b2-6801-406c-9a31-5894384b47dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@40418758 (id: 6525c6b2-6801-406c-9a31-5894384b47dc, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 10c279ca-ce2f-4a45-8914-01f6b8c1c948 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@57a31839 (id: 10c279ca-ce2f-4a45-8914-01f6b8c1c948, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = a7ad98c7-35f2-4702-8300-dc07587ea211 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2cbaa409 (id: a7ad98c7-35f2-4702-8300-dc07587ea211, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c829dc3e-11d8-412f-b49d-8046b3621655 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7d53034e (id: c829dc3e-11d8-412f-b49d-8046b3621655, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5694cf0f-10b1-4402-97b1-66c91165044a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@316430fb (id: 5694cf0f-10b1-4402-97b1-66c91165044a, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5df0e3be-0b4d-48e3-9b93-d8aab895fae0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7ec9843e (id: 5df0e3be-0b4d-48e3-9b93-d8aab895fae0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6d57ec3d-dc87-470c-a1d2-5be1e05f7759 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7aaed02 (id: 6d57ec3d-dc87-470c-a1d2-5be1e05f7759, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9b53dbd4-0277-4b57-8f9d-ae2fcf0df6a0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6206d7ca (id: 9b53dbd4-0277-4b57-8f9d-ae2fcf0df6a0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5d585ad9-1f35-40fc-b8f7-f3fec258e0ae org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5d8a7175 (id: 5d585ad9-1f35-40fc-b8f7-f3fec258e0ae, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9fdc6321-6005-4b07-8082-649a8fa818a6 org.polarsys.capella.core.data.cs.impl.PartImpl@d947626 (id: 9fdc6321-6005-4b07-8082-649a8fa818a6, sid: 9fdc6321-6005-4b07-8082-649a8fa818a6) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3e6f14e8-983b-42dc-9d5d-0065073c0315 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@40fded2e (id: 3e6f14e8-983b-42dc-9d5d-0065073c0315, sid: 3e6f14e8-983b-42dc-9d5d-0065073c0315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3f08aee8 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2cf286a7 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@178d8fe1 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@2a9aa2e (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60651902-7a55-430b-b93f-e4c6590c12dc org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7c00c548 (id: 60651902-7a55-430b-b93f-e4c6590c12dc, sid: null) (name: test) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 256f7376-caf5-4fd1-8455-dcfbeb5cf23c org.polarsys.capella.common.libraries.impl.ModelInformationImpl@22a9e3ba (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@17212145 (id: a4af6e59-ebc0-45cd-a288-d859e77a79a3, sid: null) (name: test) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@708285e7 (id: 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f, sid: 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9201d3d8-d516-45e6-9aa9-b4cac5200a0b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@5871a116 (id: 9201d3d8-d516-45e6-9aa9-b4cac5200a0b, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2109dbaf (id: 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6, sid: 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e688317f-5dbf-41dc-9ed6-09dd9746a99f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5b05b68f (id: e688317f-5dbf-41dc-9ed6-09dd9746a99f, sid: e688317f-5dbf-41dc-9ed6-09dd9746a99f) (name: PhysicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3cb83773-ec47-4fad-8990-089aaff993e7 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@6a60d25b (id: 3cb83773-ec47-4fad-8990-089aaff993e7, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d8f79b9-0868-43de-8cc9-ee57474d8d6f org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5dba81b (id: 1d8f79b9-0868-43de-8cc9-ee57474d8d6f, sid: 1d8f79b9-0868-43de-8cc9-ee57474d8d6f) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 71c24fa0-6769-46f1-9987-83b7c837ceb7 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@739cd7e1 (id: 71c24fa0-6769-46f1-9987-83b7c837ceb7, sid: 71c24fa0-6769-46f1-9987-83b7c837ceb7) (name: ExchangeItem 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 52bde1bf-1ae1-49f5-ab47-b7c821d12da8 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@29677d32 (id: 52bde1bf-1ae1-49f5-ab47-b7c821d12da8, sid: 52bde1bf-1ae1-49f5-ab47-b7c821d12da8) (name: ExchangeItem 2) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 5b9716b9-4a6e-48f3-b71a-758599d0d7d8 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@45f9904f (id: 5b9716b9-4a6e-48f3-b71a-758599d0d7d8, sid: 5b9716b9-4a6e-48f3-b71a-758599d0d7d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 46c1e1ed-9058-4d0c-a500-a6e78e3bd794 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@1dba639b (id: 46c1e1ed-9058-4d0c-a500-a6e78e3bd794, sid: 46c1e1ed-9058-4d0c-a500-a6e78e3bd794) (name: Interface 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 6a471e06-4e86-49cd-8659-82c17ee64ba6 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@88c9c12 (id: 6a471e06-4e86-49cd-8659-82c17ee64ba6, sid: 6a471e06-4e86-49cd-8659-82c17ee64ba6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 4c732316-0656-4fb2-8c99-cbb99597861d org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@1a90fedc (id: 4c732316-0656-4fb2-8c99-cbb99597861d, sid: 4c732316-0656-4fb2-8c99-cbb99597861d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = f6bdeaa8-5ac7-4234-bfc1-27b09823dd81 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@43500bd5 (id: f6bdeaa8-5ac7-4234-bfc1-27b09823dd81, sid: f6bdeaa8-5ac7-4234-bfc1-27b09823dd81) (name: InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c77a71c9-0652-4f68-bdd0-42f46c3aa5f9 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6427efba (id: c77a71c9-0652-4f68-bdd0-42f46c3aa5f9, sid: c77a71c9-0652-4f68-bdd0-42f46c3aa5f9) (name: ExchangeItem 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 14380d76-1cc6-49d7-82cd-155c5dc42b59 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@5adea092 (id: 14380d76-1cc6-49d7-82cd-155c5dc42b59, sid: 14380d76-1cc6-49d7-82cd-155c5dc42b59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 089a1503-1b71-4f98-a090-040baaa391cd org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3dbbc2d5 (id: 089a1503-1b71-4f98-a090-040baaa391cd, sid: 089a1503-1b71-4f98-a090-040baaa391cd) (name: ExchangeItem 5) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 8d8b830c-0739-4378-8a28-08cc5d790f21 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@c7d9312 (id: 8d8b830c-0739-4378-8a28-08cc5d790f21, sid: 8d8b830c-0739-4378-8a28-08cc5d790f21) (name: ExchangeItem 3) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = eb4fee1b-e5cd-4b00-80f1-1930fd84bff0 org.polarsys.capella.core.data.information.impl.DataPkgImpl@13e27e29 (id: eb4fee1b-e5cd-4b00-80f1-1930fd84bff0, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5d585ad9-1f35-40fc-b8f7-f3fec258e0ae org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5d8a7175 (id: 5d585ad9-1f35-40fc-b8f7-f3fec258e0ae, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9fdc6321-6005-4b07-8082-649a8fa818a6 org.polarsys.capella.core.data.cs.impl.PartImpl@d947626 (id: 9fdc6321-6005-4b07-8082-649a8fa818a6, sid: 9fdc6321-6005-4b07-8082-649a8fa818a6) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 60a962eb-a597-4ceb-aa8e-2b5bfe82b0c2 org.polarsys.capella.core.data.cs.impl.PartImpl@6d919185 (id: 60a962eb-a597-4ceb-aa8e-2b5bfe82b0c2, sid: 60a962eb-a597-4ceb-aa8e-2b5bfe82b0c2) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7c4b45f6-b46f-4248-8d09-6891e2b8f05c org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@2c6244a8 (id: 7c4b45f6-b46f-4248-8d09-6891e2b8f05c, sid: 7c4b45f6-b46f-4248-8d09-6891e2b8f05c) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 53339442-c7c5-487d-8d0e-c280fe184504 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@57bad0b6 (id: 53339442-c7c5-487d-8d0e-c280fe184504, sid: 53339442-c7c5-487d-8d0e-c280fe184504) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3e131ca9-de1b-4412-b8e7-0ee3d6572eff org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7a2cd082 (id: 3e131ca9-de1b-4412-b8e7-0ee3d6572eff, sid: 3e131ca9-de1b-4412-b8e7-0ee3d6572eff) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 528f8520-6aea-4703-a4bd-d240a6784f91 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@5a1faaa (id: 528f8520-6aea-4703-a4bd-d240a6784f91, sid: 528f8520-6aea-4703-a4bd-d240a6784f91) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) ID = 3e6f14e8-983b-42dc-9d5d-0065073c0315 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@40fded2e (id: 3e6f14e8-983b-42dc-9d5d-0065073c0315, sid: 3e6f14e8-983b-42dc-9d5d-0065073c0315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 15b81787-2162-4de4-8f3e-4dd34d07ea1e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2181410d (id: 15b81787-2162-4de4-8f3e-4dd34d07ea1e, sid: 15b81787-2162-4de4-8f3e-4dd34d07ea1e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5d7fcee7-b2f9-469b-b85f-22a0624e6092 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6e5ad4b0 (id: 5d7fcee7-b2f9-469b-b85f-22a0624e6092, sid: 5d7fcee7-b2f9-469b-b85f-22a0624e6092) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: UNSET, kind: STANDARD) ID = e2b8fb78-f3bd-4d0d-af2a-358652ca6984 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@34eaa068 (id: e2b8fb78-f3bd-4d0d-af2a-358652ca6984, sid: e2b8fb78-f3bd-4d0d-af2a-358652ca6984) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = dabcff85-a52d-4d94-863f-9be19b4f0b4e org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@7f019092 (id: dabcff85-a52d-4d94-863f-9be19b4f0b4e, sid: dabcff85-a52d-4d94-863f-9be19b4f0b4e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) ID = 329ef257-283f-4ef6-8a10-36b9fa125907 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@834a1f2 (id: 329ef257-283f-4ef6-8a10-36b9fa125907, sid: 329ef257-283f-4ef6-8a10-36b9fa125907) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) ID = 529fb0fb-6e84-408b-8e5d-a6f4899cbff4 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@30731c18 (id: 529fb0fb-6e84-408b-8e5d-a6f4899cbff4, sid: 529fb0fb-6e84-408b-8e5d-a6f4899cbff4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: TRANSMIT, protocol: UNSET) [Bug565895Test] >> release >> unload test [Bug565895Test] >> release >> unload output [Bug565895Test] >> require >> load test [Bug565895Test] >> require >> load output ID = 60651902-7a55-430b-b93f-e4c6590c12dc org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@27bf0451 (id: 60651902-7a55-430b-b93f-e4c6590c12dc, sid: null) (name: test) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 256f7376-caf5-4fd1-8455-dcfbeb5cf23c org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1669923 (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3829757b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@217c5abd (id: a4af6e59-ebc0-45cd-a288-d859e77a79a3, sid: null) (name: test) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1f2485f8 (id: 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f, sid: 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9201d3d8-d516-45e6-9aa9-b4cac5200a0b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@20248768 (id: 9201d3d8-d516-45e6-9aa9-b4cac5200a0b, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@a1f7a59 (id: 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6, sid: 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ee2a405b-6c7a-4838-81d4-a1e55f0b4ef1 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@46adfefb (id: ee2a405b-6c7a-4838-81d4-a1e55f0b4ef1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb4db3c9-e378-48ea-bd84-a1ad004f8252 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@4065bd46 (id: fb4db3c9-e378-48ea-bd84-a1ad004f8252, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 3cb83773-ec47-4fad-8990-089aaff993e7 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@42363e81 (id: 3cb83773-ec47-4fad-8990-089aaff993e7, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d8f79b9-0868-43de-8cc9-ee57474d8d6f org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@330a492c (id: 1d8f79b9-0868-43de-8cc9-ee57474d8d6f, sid: 1d8f79b9-0868-43de-8cc9-ee57474d8d6f) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb4fee1b-e5cd-4b00-80f1-1930fd84bff0 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6b1eb9d (id: eb4fee1b-e5cd-4b00-80f1-1930fd84bff0, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5d585ad9-1f35-40fc-b8f7-f3fec258e0ae org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@58657b08 (id: 5d585ad9-1f35-40fc-b8f7-f3fec258e0ae, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 99af4a76-eb35-40b2-a9b5-ee636548f375 org.polarsys.capella.core.data.cs.impl.PartImpl@3b80f431 (id: 99af4a76-eb35-40b2-a9b5-ee636548f375, sid: 99af4a76-eb35-40b2-a9b5-ee636548f375) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f9aa79e8-5a59-4a93-9fe3-2ecc1893995b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7154bddb (id: f9aa79e8-5a59-4a93-9fe3-2ecc1893995b, sid: f9aa79e8-5a59-4a93-9fe3-2ecc1893995b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = f9512657-59be-4d9c-b96d-2ad865e6bfe3 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@70613ae9 (id: f9512657-59be-4d9c-b96d-2ad865e6bfe3, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cdb03a93-baf2-4ac2-9440-76070a9e43b2 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@1161da3 (id: cdb03a93-baf2-4ac2-9440-76070a9e43b2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60651902-7a55-430b-b93f-e4c6590c12dc org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@27bf0451 (id: 60651902-7a55-430b-b93f-e4c6590c12dc, sid: null) (name: test) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 256f7376-caf5-4fd1-8455-dcfbeb5cf23c org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1669923 (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@217c5abd (id: a4af6e59-ebc0-45cd-a288-d859e77a79a3, sid: null) (name: test) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1f2485f8 (id: 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f, sid: 1b4bd7bb-a5a3-4e05-bb7e-7f2de4921f9f) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9201d3d8-d516-45e6-9aa9-b4cac5200a0b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@20248768 (id: 9201d3d8-d516-45e6-9aa9-b4cac5200a0b, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@a1f7a59 (id: 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6, sid: 4c65500f-ad36-4bf4-bb88-4778ed7c6fb6) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e688317f-5dbf-41dc-9ed6-09dd9746a99f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7d1dbfe5 (id: e688317f-5dbf-41dc-9ed6-09dd9746a99f, sid: e688317f-5dbf-41dc-9ed6-09dd9746a99f) (name: PhysicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3cb83773-ec47-4fad-8990-089aaff993e7 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@42363e81 (id: 3cb83773-ec47-4fad-8990-089aaff993e7, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1d8f79b9-0868-43de-8cc9-ee57474d8d6f org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@330a492c (id: 1d8f79b9-0868-43de-8cc9-ee57474d8d6f, sid: 1d8f79b9-0868-43de-8cc9-ee57474d8d6f) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 71c24fa0-6769-46f1-9987-83b7c837ceb7 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@23782a3f (id: 71c24fa0-6769-46f1-9987-83b7c837ceb7, sid: 71c24fa0-6769-46f1-9987-83b7c837ceb7) (name: ExchangeItem 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 52bde1bf-1ae1-49f5-ab47-b7c821d12da8 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@a8b528d (id: 52bde1bf-1ae1-49f5-ab47-b7c821d12da8, sid: 52bde1bf-1ae1-49f5-ab47-b7c821d12da8) (name: ExchangeItem 2) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 5b9716b9-4a6e-48f3-b71a-758599d0d7d8 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@79bab76b (id: 5b9716b9-4a6e-48f3-b71a-758599d0d7d8, sid: 5b9716b9-4a6e-48f3-b71a-758599d0d7d8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 46c1e1ed-9058-4d0c-a500-a6e78e3bd794 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@1818d259 (id: 46c1e1ed-9058-4d0c-a500-a6e78e3bd794, sid: 46c1e1ed-9058-4d0c-a500-a6e78e3bd794) (name: Interface 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 6a471e06-4e86-49cd-8659-82c17ee64ba6 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@7ad33ab7 (id: 6a471e06-4e86-49cd-8659-82c17ee64ba6, sid: 6a471e06-4e86-49cd-8659-82c17ee64ba6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 4c732316-0656-4fb2-8c99-cbb99597861d org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@2a1c105a (id: 4c732316-0656-4fb2-8c99-cbb99597861d, sid: 4c732316-0656-4fb2-8c99-cbb99597861d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = eb4fee1b-e5cd-4b00-80f1-1930fd84bff0 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6b1eb9d (id: eb4fee1b-e5cd-4b00-80f1-1930fd84bff0, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5d585ad9-1f35-40fc-b8f7-f3fec258e0ae org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@58657b08 (id: 5d585ad9-1f35-40fc-b8f7-f3fec258e0ae, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 99af4a76-eb35-40b2-a9b5-ee636548f375 org.polarsys.capella.core.data.cs.impl.PartImpl@3b80f431 (id: 99af4a76-eb35-40b2-a9b5-ee636548f375, sid: 99af4a76-eb35-40b2-a9b5-ee636548f375) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7c4b45f6-b46f-4248-8d09-6891e2b8f05c org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@78304d6f (id: 7c4b45f6-b46f-4248-8d09-6891e2b8f05c, sid: 7c4b45f6-b46f-4248-8d09-6891e2b8f05c) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = f9aa79e8-5a59-4a93-9fe3-2ecc1893995b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7154bddb (id: f9aa79e8-5a59-4a93-9fe3-2ecc1893995b, sid: f9aa79e8-5a59-4a93-9fe3-2ecc1893995b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = f6bdeaa8-5ac7-4234-bfc1-27b09823dd81 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@37639868 (id: f6bdeaa8-5ac7-4234-bfc1-27b09823dd81, sid: f6bdeaa8-5ac7-4234-bfc1-27b09823dd81) (name: InterfacePkg) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c77a71c9-0652-4f68-bdd0-42f46c3aa5f9 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@638d513a (id: c77a71c9-0652-4f68-bdd0-42f46c3aa5f9, sid: c77a71c9-0652-4f68-bdd0-42f46c3aa5f9) (name: ExchangeItem 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 14380d76-1cc6-49d7-82cd-155c5dc42b59 org.polarsys.capella.core.data.capellacore.impl.GeneralizationImpl@192c2311 (id: 14380d76-1cc6-49d7-82cd-155c5dc42b59, sid: 14380d76-1cc6-49d7-82cd-155c5dc42b59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 089a1503-1b71-4f98-a090-040baaa391cd org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3502e6e1 (id: 089a1503-1b71-4f98-a090-040baaa391cd, sid: 089a1503-1b71-4f98-a090-040baaa391cd) (name: ExchangeItem 5) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 8d8b830c-0739-4378-8a28-08cc5d790f21 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@468b0010 (id: 8d8b830c-0739-4378-8a28-08cc5d790f21, sid: 8d8b830c-0739-4378-8a28-08cc5d790f21) (name: ExchangeItem 3) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: EVENT) ID = 9fdc6321-6005-4b07-8082-649a8fa818a6 org.polarsys.capella.core.data.cs.impl.PartImpl@4e1d50de (id: 9fdc6321-6005-4b07-8082-649a8fa818a6, sid: 9fdc6321-6005-4b07-8082-649a8fa818a6) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 60a962eb-a597-4ceb-aa8e-2b5bfe82b0c2 org.polarsys.capella.core.data.cs.impl.PartImpl@5008528d (id: 60a962eb-a597-4ceb-aa8e-2b5bfe82b0c2, sid: 60a962eb-a597-4ceb-aa8e-2b5bfe82b0c2) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3e6f14e8-983b-42dc-9d5d-0065073c0315 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@545e0f9b (id: 3e6f14e8-983b-42dc-9d5d-0065073c0315, sid: 3e6f14e8-983b-42dc-9d5d-0065073c0315) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 15b81787-2162-4de4-8f3e-4dd34d07ea1e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4650b3a7 (id: 15b81787-2162-4de4-8f3e-4dd34d07ea1e, sid: 15b81787-2162-4de4-8f3e-4dd34d07ea1e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5d7fcee7-b2f9-469b-b85f-22a0624e6092 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@239e3b6e (id: 5d7fcee7-b2f9-469b-b85f-22a0624e6092, sid: 5d7fcee7-b2f9-469b-b85f-22a0624e6092) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: UNSET, kind: STANDARD) ID = e2b8fb78-f3bd-4d0d-af2a-358652ca6984 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5a51eb86 (id: e2b8fb78-f3bd-4d0d-af2a-358652ca6984, sid: e2b8fb78-f3bd-4d0d-af2a-358652ca6984) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = ee239c51-02fb-46e6-b288-9cce9e0e99be org.polarsys.capella.core.data.cs.impl.PartImpl@7e570580 (id: ee239c51-02fb-46e6-b288-9cce9e0e99be, sid: ee239c51-02fb-46e6-b288-9cce9e0e99be) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 529fb0fb-6e84-408b-8e5d-a6f4899cbff4 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@3d595c66 (id: 529fb0fb-6e84-408b-8e5d-a6f4899cbff4, sid: 529fb0fb-6e84-408b-8e5d-a6f4899cbff4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: TRANSMIT, protocol: UNSET) ID = 329ef257-283f-4ef6-8a10-36b9fa125907 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@6f4e55e8 (id: 329ef257-283f-4ef6-8a10-36b9fa125907, sid: 329ef257-283f-4ef6-8a10-36b9fa125907) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) ID = 2df75d46-df63-4789-8c50-8f9516b8c1e7 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3a168e5c (id: 2df75d46-df63-4789-8c50-8f9516b8c1e7, sid: 2df75d46-df63-4789-8c50-8f9516b8c1e7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = dabcff85-a52d-4d94-863f-9be19b4f0b4e org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@7c2bf79b (id: dabcff85-a52d-4d94-863f-9be19b4f0b4e, sid: dabcff85-a52d-4d94-863f-9be19b4f0b4e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) ID = 53339442-c7c5-487d-8d0e-c280fe184504 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@b662e14 (id: 53339442-c7c5-487d-8d0e-c280fe184504, sid: 53339442-c7c5-487d-8d0e-c280fe184504) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3e131ca9-de1b-4412-b8e7-0ee3d6572eff org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@169acb85 (id: 3e131ca9-de1b-4412-b8e7-0ee3d6572eff, sid: 3e131ca9-de1b-4412-b8e7-0ee3d6572eff) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 528f8520-6aea-4703-a4bd-d240a6784f91 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@3bc468de (id: 528f8520-6aea-4703-a4bd-d240a6784f91, sid: 528f8520-6aea-4703-a4bd-d240a6784f91) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) [Bug565895Test] >> release >> unload test [Bug565895Test] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1b84ed2a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6a136f6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4d94a652 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@77d091a4 (id: 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89, sid: null) (name: ComponentToSystemName) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93567217-28d9-46da-8899-8afb9d61c8cd org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@c7fab16 (id: 93567217-28d9-46da-8899-8afb9d61c8cd, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f55fdb1-f5c4-472b-8a0f-219c06906d97 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@669cc55c (id: 4f55fdb1-f5c4-472b-8a0f-219c06906d97, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7595cfb8-f6cd-4f37-b67c-ed5723799914 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1bb2ca40 (id: 7595cfb8-f6cd-4f37-b67c-ed5723799914, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@bb0f9f (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = efb320e5-1159-4313-846e-fc71caff5295 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5f3d91d4 (id: efb320e5-1159-4313-846e-fc71caff5295, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8a1e200b-a25f-4914-8eff-222457b4a140 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5f0b094a (id: 8a1e200b-a25f-4914-8eff-222457b4a140, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 948393fc-82e5-4f60-9ed8-cd827c4fccb5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@21be81f1 (id: 948393fc-82e5-4f60-9ed8-cd827c4fccb5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f628bfc7-13ca-446d-8488-68e2f0c9a091 org.polarsys.capella.core.data.information.impl.DataPkgImpl@12be1723 (id: f628bfc7-13ca-446d-8488-68e2f0c9a091, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ad3ce1c9-fa73-4d5c-9e84-f2e60dc160f5 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4aca8330 (id: ad3ce1c9-fa73-4d5c-9e84-f2e60dc160f5, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2ec275c7-b700-47ec-84a4-4ba8b5dbab9c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@7478e965 (id: 2ec275c7-b700-47ec-84a4-4ba8b5dbab9c, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c1459242-e8a9-4702-8881-b71441accab4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@5ea5dd5e (id: c1459242-e8a9-4702-8881-b71441accab4, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 69248325-4c24-4363-804c-9755caf62d41 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@5646f844 (id: 69248325-4c24-4363-804c-9755caf62d41, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 13cea3ca-2743-4e98-a739-563f1172d4d8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@488b32bf (id: 13cea3ca-2743-4e98-a739-563f1172d4d8, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f6832e3e-93f1-493d-8836-4e98abd2811b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7b8bd90a (id: f6832e3e-93f1-493d-8836-4e98abd2811b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 3c4f32dc-0dcc-41f8-9cf1-37d116aca4fc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b34a408 (id: 3c4f32dc-0dcc-41f8-9cf1-37d116aca4fc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c1ddf3ff-f29f-49db-8dba-8555d2552bc0 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6a51f9f2 (id: c1ddf3ff-f29f-49db-8dba-8555d2552bc0, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 56c43663-1390-47b5-8664-e75842ae0707 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7bde30cd (id: 56c43663-1390-47b5-8664-e75842ae0707, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f8add04-e587-4d75-9527-b7d164080ad5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5e38f535 (id: 8f8add04-e587-4d75-9527-b7d164080ad5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d0362019-5f9a-4794-940c-637b28cee352 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@70821e1e (id: d0362019-5f9a-4794-940c-637b28cee352, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 3412d3c1-0cf2-497c-951e-39c5a3981641 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1579e795 (id: 3412d3c1-0cf2-497c-951e-39c5a3981641, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = ca47b5ed-ca06-418d-844b-3ca3ad8ab8fd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1fabe5af (id: ca47b5ed-ca06-418d-844b-3ca3ad8ab8fd, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 583c0b05-8eba-4d48-8135-ec9c54b3ab92 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6233a32 (id: 583c0b05-8eba-4d48-8135-ec9c54b3ab92, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7090f5dd-18b0-4c40-9a75-8d348f590c90 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6631b606 (id: 7090f5dd-18b0-4c40-9a75-8d348f590c90, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 71ff384e-fb22-46a7-a5f0-901d3636d9d9 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@3caea01a (id: 71ff384e-fb22-46a7-a5f0-901d3636d9d9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = ce462b48-fd4d-4df4-8961-17e7ed740299 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7ce8bcbd (id: ce462b48-fd4d-4df4-8961-17e7ed740299, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = eeea935b-2428-4877-91c4-3026b2ae478c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6385fbb8 (id: eeea935b-2428-4877-91c4-3026b2ae478c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = a7a9899a-e482-4cdb-ad68-62a90a5510eb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@86ff048 (id: a7a9899a-e482-4cdb-ad68-62a90a5510eb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f90a3697-962a-46d5-9eb8-390133349ee2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@41882f2f (id: f90a3697-962a-46d5-9eb8-390133349ee2, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = bf73ea12-5f65-4f31-8cf2-e2107931af45 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@783c7ef7 (id: bf73ea12-5f65-4f31-8cf2-e2107931af45, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 249a7db2-8c34-47f0-beed-3b3b38d0726f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@34280273 (id: 249a7db2-8c34-47f0-beed-3b3b38d0726f, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5f23e85e-4a55-4bd2-8dbe-7f12886ec0be org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@43b2490e (id: 5f23e85e-4a55-4bd2-8dbe-7f12886ec0be, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = e6a1fe48-ef23-442f-99f8-b99040869bea org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4343f700 (id: e6a1fe48-ef23-442f-99f8-b99040869bea, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 02644f32-a68f-4824-bf54-05e43eccf4c3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5893e259 (id: 02644f32-a68f-4824-bf54-05e43eccf4c3, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eae58470-510a-4551-a58e-1b39fe1d30be org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2c5c58a2 (id: eae58470-510a-4551-a58e-1b39fe1d30be, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 73db8d17-00f8-4516-912d-457b21d43e1c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7df79e1e (id: 73db8d17-00f8-4516-912d-457b21d43e1c, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 1e3a6aa7-d714-4471-b9c8-4a4e9f176278 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@21d09d57 (id: 1e3a6aa7-d714-4471-b9c8-4a4e9f176278, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 95a12503-42cd-477a-a85a-e19ddba09705 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6616221e (id: 95a12503-42cd-477a-a85a-e19ddba09705, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3204ed56-2e07-47ee-a716-d65d4102a7ce org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2841ef36 (id: 3204ed56-2e07-47ee-a716-d65d4102a7ce, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 02eb3b7f-2533-496c-98f5-7a39588139e2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6987834e (id: 02eb3b7f-2533-496c-98f5-7a39588139e2, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b7e94579-49d4-4e44-bd95-1158ab1d27ce org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4c98810c (id: b7e94579-49d4-4e44-bd95-1158ab1d27ce, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@15780d67 (id: c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8590f165-602d-4a19-9e11-976d31ded3dc org.polarsys.capella.core.data.cs.impl.PartImpl@613a4d2 (id: 8590f165-602d-4a19-9e11-976d31ded3dc, sid: 8590f165-602d-4a19-9e11-976d31ded3dc) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7500ee96-37de-47ea-9689-6752ce6b4c52 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2a262cbd (id: 7500ee96-37de-47ea-9689-6752ce6b4c52, sid: 7500ee96-37de-47ea-9689-6752ce6b4c52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@46e6c3a9 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@28ad0a77 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@214f161 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@572ecd4f (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1b84ed2a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6a136f6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@77d091a4 (id: 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89, sid: null) (name: ComponentToSystemName) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93567217-28d9-46da-8899-8afb9d61c8cd org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@c7fab16 (id: 93567217-28d9-46da-8899-8afb9d61c8cd, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f55fdb1-f5c4-472b-8a0f-219c06906d97 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@669cc55c (id: 4f55fdb1-f5c4-472b-8a0f-219c06906d97, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7595cfb8-f6cd-4f37-b67c-ed5723799914 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1bb2ca40 (id: 7595cfb8-f6cd-4f37-b67c-ed5723799914, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = efb320e5-1159-4313-846e-fc71caff5295 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5f3d91d4 (id: efb320e5-1159-4313-846e-fc71caff5295, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8a1e200b-a25f-4914-8eff-222457b4a140 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5f0b094a (id: 8a1e200b-a25f-4914-8eff-222457b4a140, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 948393fc-82e5-4f60-9ed8-cd827c4fccb5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@21be81f1 (id: 948393fc-82e5-4f60-9ed8-cd827c4fccb5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f628bfc7-13ca-446d-8488-68e2f0c9a091 org.polarsys.capella.core.data.information.impl.DataPkgImpl@12be1723 (id: f628bfc7-13ca-446d-8488-68e2f0c9a091, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@15780d67 (id: c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8590f165-602d-4a19-9e11-976d31ded3dc org.polarsys.capella.core.data.cs.impl.PartImpl@613a4d2 (id: 8590f165-602d-4a19-9e11-976d31ded3dc, sid: 8590f165-602d-4a19-9e11-976d31ded3dc) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67a0f19c-971d-463c-b89a-17aba9886790 org.polarsys.capella.core.data.cs.impl.PartImpl@645e1578 (id: 67a0f19c-971d-463c-b89a-17aba9886790, sid: 67a0f19c-971d-463c-b89a-17aba9886790) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 519a6d3a-cd23-45b6-9b00-b92114e675f1 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@53f52687 (id: 519a6d3a-cd23-45b6-9b00-b92114e675f1, sid: 519a6d3a-cd23-45b6-9b00-b92114e675f1) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7500ee96-37de-47ea-9689-6752ce6b4c52 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2a262cbd (id: 7500ee96-37de-47ea-9689-6752ce6b4c52, sid: 7500ee96-37de-47ea-9689-6752ce6b4c52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2a5c1486 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@608f04d8 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f80144e3-c406-4ded-b611-a3b9ba55bc1f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5dc181b0 (id: f80144e3-c406-4ded-b611-a3b9ba55bc1f, sid: f80144e3-c406-4ded-b611-a3b9ba55bc1f) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ca866129-9b27-4201-8999-b5f7b2a0040e org.polarsys.capella.core.data.cs.impl.PhysicalPathImpl@fc00135 (id: ca866129-9b27-4201-8999-b5f7b2a0040e, sid: ca866129-9b27-4201-8999-b5f7b2a0040e) (name: PhysicalPath 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2ea4795-2b5a-40a6-a805-ad9aabf140ca org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@3779ca7e (id: e2ea4795-2b5a-40a6-a805-ad9aabf140ca, sid: e2ea4795-2b5a-40a6-a805-ad9aabf140ca) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34c91e42-c843-44f5-a469-8ccc4c77729b org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@4e9730f1 (id: 34c91e42-c843-44f5-a469-8ccc4c77729b, sid: 34c91e42-c843-44f5-a469-8ccc4c77729b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3729d4c-7400-4fa9-881d-7fc0759efb47 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@5c335d9d (id: a3729d4c-7400-4fa9-881d-7fc0759efb47, sid: a3729d4c-7400-4fa9-881d-7fc0759efb47) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f35a6478-63d6-4c1d-9a5f-78e3e44092eb org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1b58f020 (id: f35a6478-63d6-4c1d-9a5f-78e3e44092eb, sid: f35a6478-63d6-4c1d-9a5f-78e3e44092eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = feee0b33-8d4a-4913-a352-0ca9e2107189 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@61e33cd2 (id: feee0b33-8d4a-4913-a352-0ca9e2107189, sid: feee0b33-8d4a-4913-a352-0ca9e2107189) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@62d84ea5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1228c35f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@97a5194 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1377816c (id: 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89, sid: null) (name: ComponentToSystemName) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93567217-28d9-46da-8899-8afb9d61c8cd org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@33ba8b65 (id: 93567217-28d9-46da-8899-8afb9d61c8cd, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f55fdb1-f5c4-472b-8a0f-219c06906d97 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@f61c92d (id: 4f55fdb1-f5c4-472b-8a0f-219c06906d97, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7595cfb8-f6cd-4f37-b67c-ed5723799914 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@19491cc8 (id: 7595cfb8-f6cd-4f37-b67c-ed5723799914, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@27fd1daf (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = efb320e5-1159-4313-846e-fc71caff5295 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6188d860 (id: efb320e5-1159-4313-846e-fc71caff5295, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8a1e200b-a25f-4914-8eff-222457b4a140 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@60214ddd (id: 8a1e200b-a25f-4914-8eff-222457b4a140, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 948393fc-82e5-4f60-9ed8-cd827c4fccb5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4370db33 (id: 948393fc-82e5-4f60-9ed8-cd827c4fccb5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f628bfc7-13ca-446d-8488-68e2f0c9a091 org.polarsys.capella.core.data.information.impl.DataPkgImpl@649c50e5 (id: f628bfc7-13ca-446d-8488-68e2f0c9a091, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ad3ce1c9-fa73-4d5c-9e84-f2e60dc160f5 org.polarsys.capella.core.data.information.impl.DataPkgImpl@ec46344 (id: ad3ce1c9-fa73-4d5c-9e84-f2e60dc160f5, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2ec275c7-b700-47ec-84a4-4ba8b5dbab9c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@1232974a (id: 2ec275c7-b700-47ec-84a4-4ba8b5dbab9c, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c1459242-e8a9-4702-8881-b71441accab4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@29e3fa43 (id: c1459242-e8a9-4702-8881-b71441accab4, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 69248325-4c24-4363-804c-9755caf62d41 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4f6874ea (id: 69248325-4c24-4363-804c-9755caf62d41, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 13cea3ca-2743-4e98-a739-563f1172d4d8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@629bf000 (id: 13cea3ca-2743-4e98-a739-563f1172d4d8, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f6832e3e-93f1-493d-8836-4e98abd2811b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6415a3de (id: f6832e3e-93f1-493d-8836-4e98abd2811b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 3c4f32dc-0dcc-41f8-9cf1-37d116aca4fc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@52126cfd (id: 3c4f32dc-0dcc-41f8-9cf1-37d116aca4fc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c1ddf3ff-f29f-49db-8dba-8555d2552bc0 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5e519d71 (id: c1ddf3ff-f29f-49db-8dba-8555d2552bc0, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 56c43663-1390-47b5-8664-e75842ae0707 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@63777d4b (id: 56c43663-1390-47b5-8664-e75842ae0707, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f8add04-e587-4d75-9527-b7d164080ad5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2a3529a8 (id: 8f8add04-e587-4d75-9527-b7d164080ad5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d0362019-5f9a-4794-940c-637b28cee352 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6b01dd97 (id: d0362019-5f9a-4794-940c-637b28cee352, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 3412d3c1-0cf2-497c-951e-39c5a3981641 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@39697f93 (id: 3412d3c1-0cf2-497c-951e-39c5a3981641, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = ca47b5ed-ca06-418d-844b-3ca3ad8ab8fd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@612cd0d0 (id: ca47b5ed-ca06-418d-844b-3ca3ad8ab8fd, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 583c0b05-8eba-4d48-8135-ec9c54b3ab92 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@62d7cd34 (id: 583c0b05-8eba-4d48-8135-ec9c54b3ab92, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7090f5dd-18b0-4c40-9a75-8d348f590c90 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@75f599c (id: 7090f5dd-18b0-4c40-9a75-8d348f590c90, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 71ff384e-fb22-46a7-a5f0-901d3636d9d9 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@75383b03 (id: 71ff384e-fb22-46a7-a5f0-901d3636d9d9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = ce462b48-fd4d-4df4-8961-17e7ed740299 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7295cf24 (id: ce462b48-fd4d-4df4-8961-17e7ed740299, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = eeea935b-2428-4877-91c4-3026b2ae478c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2e77122f (id: eeea935b-2428-4877-91c4-3026b2ae478c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = a7a9899a-e482-4cdb-ad68-62a90a5510eb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@53993dc4 (id: a7a9899a-e482-4cdb-ad68-62a90a5510eb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f90a3697-962a-46d5-9eb8-390133349ee2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@67cdf497 (id: f90a3697-962a-46d5-9eb8-390133349ee2, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = bf73ea12-5f65-4f31-8cf2-e2107931af45 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3bfdeba5 (id: bf73ea12-5f65-4f31-8cf2-e2107931af45, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 249a7db2-8c34-47f0-beed-3b3b38d0726f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2d8d609f (id: 249a7db2-8c34-47f0-beed-3b3b38d0726f, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5f23e85e-4a55-4bd2-8dbe-7f12886ec0be org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@37601ff7 (id: 5f23e85e-4a55-4bd2-8dbe-7f12886ec0be, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = e6a1fe48-ef23-442f-99f8-b99040869bea org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@3f813cc0 (id: e6a1fe48-ef23-442f-99f8-b99040869bea, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 02644f32-a68f-4824-bf54-05e43eccf4c3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6bf54856 (id: 02644f32-a68f-4824-bf54-05e43eccf4c3, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eae58470-510a-4551-a58e-1b39fe1d30be org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dba542f (id: eae58470-510a-4551-a58e-1b39fe1d30be, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 73db8d17-00f8-4516-912d-457b21d43e1c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1a1279c8 (id: 73db8d17-00f8-4516-912d-457b21d43e1c, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 1e3a6aa7-d714-4471-b9c8-4a4e9f176278 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2cc33176 (id: 1e3a6aa7-d714-4471-b9c8-4a4e9f176278, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 95a12503-42cd-477a-a85a-e19ddba09705 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6db57b40 (id: 95a12503-42cd-477a-a85a-e19ddba09705, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3204ed56-2e07-47ee-a716-d65d4102a7ce org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@12d151f5 (id: 3204ed56-2e07-47ee-a716-d65d4102a7ce, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 02eb3b7f-2533-496c-98f5-7a39588139e2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1b04a65e (id: 02eb3b7f-2533-496c-98f5-7a39588139e2, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b7e94579-49d4-4e44-bd95-1158ab1d27ce org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2e797cc9 (id: b7e94579-49d4-4e44-bd95-1158ab1d27ce, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@eb9b60e (id: c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5079da05-a437-4e7e-b517-17c073c6df29 org.polarsys.capella.core.data.cs.impl.PartImpl@28d5d5a1 (id: 5079da05-a437-4e7e-b517-17c073c6df29, sid: 5079da05-a437-4e7e-b517-17c073c6df29) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f2111b49-aee1-4b4a-a6c9-7e59f7455124 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@49a951b0 (id: f2111b49-aee1-4b4a-a6c9-7e59f7455124, sid: f2111b49-aee1-4b4a-a6c9-7e59f7455124) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@53415f19 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@55789254 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@449a9e50 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@46fd28db (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@62d84ea5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1228c35f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1377816c (id: 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89, sid: null) (name: ComponentToSystemName) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93567217-28d9-46da-8899-8afb9d61c8cd org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@33ba8b65 (id: 93567217-28d9-46da-8899-8afb9d61c8cd, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f55fdb1-f5c4-472b-8a0f-219c06906d97 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@f61c92d (id: 4f55fdb1-f5c4-472b-8a0f-219c06906d97, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7595cfb8-f6cd-4f37-b67c-ed5723799914 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@19491cc8 (id: 7595cfb8-f6cd-4f37-b67c-ed5723799914, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = efb320e5-1159-4313-846e-fc71caff5295 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6188d860 (id: efb320e5-1159-4313-846e-fc71caff5295, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8a1e200b-a25f-4914-8eff-222457b4a140 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@60214ddd (id: 8a1e200b-a25f-4914-8eff-222457b4a140, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 948393fc-82e5-4f60-9ed8-cd827c4fccb5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4370db33 (id: 948393fc-82e5-4f60-9ed8-cd827c4fccb5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f628bfc7-13ca-446d-8488-68e2f0c9a091 org.polarsys.capella.core.data.information.impl.DataPkgImpl@649c50e5 (id: f628bfc7-13ca-446d-8488-68e2f0c9a091, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@eb9b60e (id: c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5079da05-a437-4e7e-b517-17c073c6df29 org.polarsys.capella.core.data.cs.impl.PartImpl@28d5d5a1 (id: 5079da05-a437-4e7e-b517-17c073c6df29, sid: 5079da05-a437-4e7e-b517-17c073c6df29) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f2111b49-aee1-4b4a-a6c9-7e59f7455124 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@49a951b0 (id: f2111b49-aee1-4b4a-a6c9-7e59f7455124, sid: f2111b49-aee1-4b4a-a6c9-7e59f7455124) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@79689071 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@19ba21b8 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@12eace38 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4c7a003f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@46ce773f (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2250e172 (id: 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89, sid: null) (name: ComponentToSystemName) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93567217-28d9-46da-8899-8afb9d61c8cd org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@4b087f80 (id: 93567217-28d9-46da-8899-8afb9d61c8cd, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f55fdb1-f5c4-472b-8a0f-219c06906d97 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1619099c (id: 4f55fdb1-f5c4-472b-8a0f-219c06906d97, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7595cfb8-f6cd-4f37-b67c-ed5723799914 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6328beec (id: 7595cfb8-f6cd-4f37-b67c-ed5723799914, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@7bf8e03d (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = efb320e5-1159-4313-846e-fc71caff5295 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@50792c8b (id: efb320e5-1159-4313-846e-fc71caff5295, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8a1e200b-a25f-4914-8eff-222457b4a140 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@e728af1 (id: 8a1e200b-a25f-4914-8eff-222457b4a140, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 948393fc-82e5-4f60-9ed8-cd827c4fccb5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5d18f574 (id: 948393fc-82e5-4f60-9ed8-cd827c4fccb5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f628bfc7-13ca-446d-8488-68e2f0c9a091 org.polarsys.capella.core.data.information.impl.DataPkgImpl@441c9728 (id: f628bfc7-13ca-446d-8488-68e2f0c9a091, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ad3ce1c9-fa73-4d5c-9e84-f2e60dc160f5 org.polarsys.capella.core.data.information.impl.DataPkgImpl@66f8fb0f (id: ad3ce1c9-fa73-4d5c-9e84-f2e60dc160f5, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2ec275c7-b700-47ec-84a4-4ba8b5dbab9c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@6fa44bed (id: 2ec275c7-b700-47ec-84a4-4ba8b5dbab9c, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c1459242-e8a9-4702-8881-b71441accab4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2b35a2c5 (id: c1459242-e8a9-4702-8881-b71441accab4, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 69248325-4c24-4363-804c-9755caf62d41 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@51814e4e (id: 69248325-4c24-4363-804c-9755caf62d41, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 13cea3ca-2743-4e98-a739-563f1172d4d8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7000f7f2 (id: 13cea3ca-2743-4e98-a739-563f1172d4d8, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = f6832e3e-93f1-493d-8836-4e98abd2811b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3db6213c (id: f6832e3e-93f1-493d-8836-4e98abd2811b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 3c4f32dc-0dcc-41f8-9cf1-37d116aca4fc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b938fc5 (id: 3c4f32dc-0dcc-41f8-9cf1-37d116aca4fc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = c1ddf3ff-f29f-49db-8dba-8555d2552bc0 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@60bb45c7 (id: c1ddf3ff-f29f-49db-8dba-8555d2552bc0, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 56c43663-1390-47b5-8664-e75842ae0707 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@17738145 (id: 56c43663-1390-47b5-8664-e75842ae0707, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8f8add04-e587-4d75-9527-b7d164080ad5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1b40ed56 (id: 8f8add04-e587-4d75-9527-b7d164080ad5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d0362019-5f9a-4794-940c-637b28cee352 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3c0aa45c (id: d0362019-5f9a-4794-940c-637b28cee352, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 3412d3c1-0cf2-497c-951e-39c5a3981641 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6a55b67 (id: 3412d3c1-0cf2-497c-951e-39c5a3981641, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = ca47b5ed-ca06-418d-844b-3ca3ad8ab8fd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@dd79b5f (id: ca47b5ed-ca06-418d-844b-3ca3ad8ab8fd, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 583c0b05-8eba-4d48-8135-ec9c54b3ab92 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@11e1fdee (id: 583c0b05-8eba-4d48-8135-ec9c54b3ab92, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7090f5dd-18b0-4c40-9a75-8d348f590c90 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@782083ca (id: 7090f5dd-18b0-4c40-9a75-8d348f590c90, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 71ff384e-fb22-46a7-a5f0-901d3636d9d9 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@54f291ca (id: 71ff384e-fb22-46a7-a5f0-901d3636d9d9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = ce462b48-fd4d-4df4-8961-17e7ed740299 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@65cee568 (id: ce462b48-fd4d-4df4-8961-17e7ed740299, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = eeea935b-2428-4877-91c4-3026b2ae478c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7b5e7ab2 (id: eeea935b-2428-4877-91c4-3026b2ae478c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = a7a9899a-e482-4cdb-ad68-62a90a5510eb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@71c98c0 (id: a7a9899a-e482-4cdb-ad68-62a90a5510eb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f90a3697-962a-46d5-9eb8-390133349ee2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@47202528 (id: f90a3697-962a-46d5-9eb8-390133349ee2, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = bf73ea12-5f65-4f31-8cf2-e2107931af45 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@55576d01 (id: bf73ea12-5f65-4f31-8cf2-e2107931af45, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 249a7db2-8c34-47f0-beed-3b3b38d0726f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5d5416f3 (id: 249a7db2-8c34-47f0-beed-3b3b38d0726f, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 5f23e85e-4a55-4bd2-8dbe-7f12886ec0be org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3e6d5f01 (id: 5f23e85e-4a55-4bd2-8dbe-7f12886ec0be, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = e6a1fe48-ef23-442f-99f8-b99040869bea org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@78222481 (id: e6a1fe48-ef23-442f-99f8-b99040869bea, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 02644f32-a68f-4824-bf54-05e43eccf4c3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@167361e1 (id: 02644f32-a68f-4824-bf54-05e43eccf4c3, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = eae58470-510a-4551-a58e-1b39fe1d30be org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6b6d1e52 (id: eae58470-510a-4551-a58e-1b39fe1d30be, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 73db8d17-00f8-4516-912d-457b21d43e1c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3f2cd169 (id: 73db8d17-00f8-4516-912d-457b21d43e1c, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 1e3a6aa7-d714-4471-b9c8-4a4e9f176278 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@56c3ec21 (id: 1e3a6aa7-d714-4471-b9c8-4a4e9f176278, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 95a12503-42cd-477a-a85a-e19ddba09705 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5bb2f371 (id: 95a12503-42cd-477a-a85a-e19ddba09705, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3204ed56-2e07-47ee-a716-d65d4102a7ce org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@582ee9db (id: 3204ed56-2e07-47ee-a716-d65d4102a7ce, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 02eb3b7f-2533-496c-98f5-7a39588139e2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@150dc2e (id: 02eb3b7f-2533-496c-98f5-7a39588139e2, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = b7e94579-49d4-4e44-bd95-1158ab1d27ce org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@48bb8ac1 (id: b7e94579-49d4-4e44-bd95-1158ab1d27ce, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5e23b858 (id: c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5079da05-a437-4e7e-b517-17c073c6df29 org.polarsys.capella.core.data.cs.impl.PartImpl@16ba5ce4 (id: 5079da05-a437-4e7e-b517-17c073c6df29, sid: 5079da05-a437-4e7e-b517-17c073c6df29) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f2111b49-aee1-4b4a-a6c9-7e59f7455124 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@202ea105 (id: f2111b49-aee1-4b4a-a6c9-7e59f7455124, sid: f2111b49-aee1-4b4a-a6c9-7e59f7455124) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@22f4abe7 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4ec1066d (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@3c7de6df (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@248a9140 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@12eace38 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4c7a003f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2250e172 (id: 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89, sid: null) (name: ComponentToSystemName) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 93567217-28d9-46da-8899-8afb9d61c8cd org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@4b087f80 (id: 93567217-28d9-46da-8899-8afb9d61c8cd, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f55fdb1-f5c4-472b-8a0f-219c06906d97 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1619099c (id: 4f55fdb1-f5c4-472b-8a0f-219c06906d97, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7595cfb8-f6cd-4f37-b67c-ed5723799914 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6328beec (id: 7595cfb8-f6cd-4f37-b67c-ed5723799914, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = efb320e5-1159-4313-846e-fc71caff5295 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@50792c8b (id: efb320e5-1159-4313-846e-fc71caff5295, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8a1e200b-a25f-4914-8eff-222457b4a140 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@e728af1 (id: 8a1e200b-a25f-4914-8eff-222457b4a140, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 948393fc-82e5-4f60-9ed8-cd827c4fccb5 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5d18f574 (id: 948393fc-82e5-4f60-9ed8-cd827c4fccb5, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f628bfc7-13ca-446d-8488-68e2f0c9a091 org.polarsys.capella.core.data.information.impl.DataPkgImpl@441c9728 (id: f628bfc7-13ca-446d-8488-68e2f0c9a091, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07 org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@5e23b858 (id: c5f8c5c1-de1a-4a40-8e08-fa13b7f19a07, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5079da05-a437-4e7e-b517-17c073c6df29 org.polarsys.capella.core.data.cs.impl.PartImpl@16ba5ce4 (id: 5079da05-a437-4e7e-b517-17c073c6df29, sid: 5079da05-a437-4e7e-b517-17c073c6df29) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 01cec505-2f24-409b-b0ce-0c0771c6b37e org.polarsys.capella.core.data.cs.impl.PartImpl@51c99c19 (id: 01cec505-2f24-409b-b0ce-0c0771c6b37e, sid: 01cec505-2f24-409b-b0ce-0c0771c6b37e) (name: PC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f2111b49-aee1-4b4a-a6c9-7e59f7455124 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@202ea105 (id: f2111b49-aee1-4b4a-a6c9-7e59f7455124, sid: f2111b49-aee1-4b4a-a6c9-7e59f7455124) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3f4ffc38 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@709ebdc7 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load output [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload output [CopyImagesInInterphasesTest] >> require >> load Project_test_01 [CopyImagesInInterphasesTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4c2aa57a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6b1790d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@55ec68d3 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1d90581b-350b-4b26-ad5d-a1e261411f2c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@647cc40b (id: 1d90581b-350b-4b26-ad5d-a1e261411f2c, sid: null) (name: InterPhases-CEAllocationsOnPL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ed78de5-51fb-4a74-9be6-9777305cbc58 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79c45cb3 (id: 6ed78de5-51fb-4a74-9be6-9777305cbc58, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb71dd10-92f6-40ce-af59-f04d68f66452 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6a832c2d (id: eb71dd10-92f6-40ce-af59-f04d68f66452, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb1b49bb-21da-4ff3-8556-85b811b3d6f3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5bb77f12 (id: cb1b49bb-21da-4ff3-8556-85b811b3d6f3, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3beb3f1f-faae-4f9b-80ae-6ca0d8284893 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@4e9ac006 (id: 3beb3f1f-faae-4f9b-80ae-6ca0d8284893, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30ab043d-4b49-4416-887b-d9c8e6de6e82 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@15602ca2 (id: 30ab043d-4b49-4416-887b-d9c8e6de6e82, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ed7c9a18-80b9-45f9-b46d-482976285b02 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@66719867 (id: ed7c9a18-80b9-45f9-b46d-482976285b02, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59afff0b-1120-43fa-a5ee-83c94a50fb2e org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@6de3454 (id: 59afff0b-1120-43fa-a5ee-83c94a50fb2e, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e70d368e-2148-4330-84ca-a536eee15e19 org.polarsys.capella.core.data.information.impl.DataPkgImpl@28ec439a (id: e70d368e-2148-4330-84ca-a536eee15e19, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@758ffb24 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 00f0a82b-96a8-4733-928b-01d61b119752 org.polarsys.capella.core.data.cs.impl.PartImpl@7f2ffac7 (id: 00f0a82b-96a8-4733-928b-01d61b119752, sid: 00f0a82b-96a8-4733-928b-01d61b119752) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 06666331-26d0-45b1-84a6-70a5d8668f3b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@714b15bc (id: 06666331-26d0-45b1-84a6-70a5d8668f3b, sid: 06666331-26d0-45b1-84a6-70a5d8668f3b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = f8142be3-74ce-4416-91c9-91df23ebb69b org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@331ec281 (id: f8142be3-74ce-4416-91c9-91df23ebb69b, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac4790a0-748d-4409-b9ed-503a0f94e78b org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@1d9df8b (id: ac4790a0-748d-4409-b9ed-503a0f94e78b, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4c2aa57a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6b1790d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1d90581b-350b-4b26-ad5d-a1e261411f2c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@647cc40b (id: 1d90581b-350b-4b26-ad5d-a1e261411f2c, sid: null) (name: InterPhases-CEAllocationsOnPL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ed78de5-51fb-4a74-9be6-9777305cbc58 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79c45cb3 (id: 6ed78de5-51fb-4a74-9be6-9777305cbc58, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb71dd10-92f6-40ce-af59-f04d68f66452 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6a832c2d (id: eb71dd10-92f6-40ce-af59-f04d68f66452, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb1b49bb-21da-4ff3-8556-85b811b3d6f3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5bb77f12 (id: cb1b49bb-21da-4ff3-8556-85b811b3d6f3, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 30ab043d-4b49-4416-887b-d9c8e6de6e82 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@15602ca2 (id: 30ab043d-4b49-4416-887b-d9c8e6de6e82, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ed7c9a18-80b9-45f9-b46d-482976285b02 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@66719867 (id: ed7c9a18-80b9-45f9-b46d-482976285b02, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59afff0b-1120-43fa-a5ee-83c94a50fb2e org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@6de3454 (id: 59afff0b-1120-43fa-a5ee-83c94a50fb2e, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e70d368e-2148-4330-84ca-a536eee15e19 org.polarsys.capella.core.data.information.impl.DataPkgImpl@28ec439a (id: e70d368e-2148-4330-84ca-a536eee15e19, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@758ffb24 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 00f0a82b-96a8-4733-928b-01d61b119752 org.polarsys.capella.core.data.cs.impl.PartImpl@7f2ffac7 (id: 00f0a82b-96a8-4733-928b-01d61b119752, sid: 00f0a82b-96a8-4733-928b-01d61b119752) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 41850134-9d84-411f-91ed-bb8ae9fe062e org.polarsys.capella.core.data.cs.impl.PartImpl@31d4d73e (id: 41850134-9d84-411f-91ed-bb8ae9fe062e, sid: 41850134-9d84-411f-91ed-bb8ae9fe062e) (name: PA1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 79cb90f3-15ef-4664-892a-704f41a6bd02 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@7beea20d (id: 79cb90f3-15ef-4664-892a-704f41a6bd02, sid: 79cb90f3-15ef-4664-892a-704f41a6bd02) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd42536a-d292-4187-8f21-29f7678e91b9 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@71b2208f (id: dd42536a-d292-4187-8f21-29f7678e91b9, sid: dd42536a-d292-4187-8f21-29f7678e91b9) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8cd61262-4b3a-4ae6-9371-5dd123d3f5a0 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@6631518c (id: 8cd61262-4b3a-4ae6-9371-5dd123d3f5a0, sid: 8cd61262-4b3a-4ae6-9371-5dd123d3f5a0) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 3758c3e3-289f-4c2f-9a01-4dd46b194cac org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@68c1698d (id: 3758c3e3-289f-4c2f-9a01-4dd46b194cac, sid: 3758c3e3-289f-4c2f-9a01-4dd46b194cac) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = fc2a9e59-c064-48b7-baf4-2f5cbfceae5a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@8978a42 (id: fc2a9e59-c064-48b7-baf4-2f5cbfceae5a, sid: fc2a9e59-c064-48b7-baf4-2f5cbfceae5a) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 4a959c31-e335-4402-9ff5-feaa5b8766ff org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@167bb357 (id: 4a959c31-e335-4402-9ff5-feaa5b8766ff, sid: 4a959c31-e335-4402-9ff5-feaa5b8766ff) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e08547a5-02ce-4a0a-b1e0-91264a49ef97 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@7defa3b9 (id: e08547a5-02ce-4a0a-b1e0-91264a49ef97, sid: e08547a5-02ce-4a0a-b1e0-91264a49ef97) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45f38956-7d9a-4e2e-8a91-21628cb26fe5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@49b77972 (id: 45f38956-7d9a-4e2e-8a91-21628cb26fe5, sid: 45f38956-7d9a-4e2e-8a91-21628cb26fe5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b5b1a23-ae35-4976-a5f0-a81999e38f0b org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@c78a00f (id: 8b5b1a23-ae35-4976-a5f0-a81999e38f0b, sid: 8b5b1a23-ae35-4976-a5f0-a81999e38f0b) (name: PL2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 37169317-fe20-4645-83bf-43760d3170b6 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@47524bdc (id: 37169317-fe20-4645-83bf-43760d3170b6, sid: 37169317-fe20-4645-83bf-43760d3170b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 50eb0573-a66b-4740-a83a-6381ed73258d org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@47a0cae4 (id: 50eb0573-a66b-4740-a83a-6381ed73258d, sid: 50eb0573-a66b-4740-a83a-6381ed73258d) (name: PL3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1d72c6a-0db9-4751-a9c3-f2907fe4d565 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@35ae478b (id: b1d72c6a-0db9-4751-a9c3-f2907fe4d565, sid: b1d72c6a-0db9-4751-a9c3-f2907fe4d565) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06666331-26d0-45b1-84a6-70a5d8668f3b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@714b15bc (id: 06666331-26d0-45b1-84a6-70a5d8668f3b, sid: 06666331-26d0-45b1-84a6-70a5d8668f3b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = e26d8300-8b37-4332-9268-6d40159c79b9 org.polarsys.capella.core.data.cs.impl.PartImpl@21588819 (id: e26d8300-8b37-4332-9268-6d40159c79b9, sid: e26d8300-8b37-4332-9268-6d40159c79b9) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4ae57976-5567-4f3b-9bbc-99914b364797 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@4d09108f (id: 4ae57976-5567-4f3b-9bbc-99914b364797, sid: 4ae57976-5567-4f3b-9bbc-99914b364797) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f44e9178-83b5-49ec-acff-9450c58773fb org.polarsys.capella.core.data.cs.impl.PartImpl@2ee795a2 (id: f44e9178-83b5-49ec-acff-9450c58773fb, sid: f44e9178-83b5-49ec-acff-9450c58773fb) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8b88fb2e-f506-4af2-a10f-e591c83f3d29 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@1a16cfa6 (id: 8b88fb2e-f506-4af2-a10f-e591c83f3d29, sid: 8b88fb2e-f506-4af2-a10f-e591c83f3d29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4bd4a05d-f465-45a3-b350-73288c8d5391 org.polarsys.capella.core.data.cs.impl.PartImpl@7f6b94bd (id: 4bd4a05d-f465-45a3-b350-73288c8d5391, sid: 4bd4a05d-f465-45a3-b350-73288c8d5391) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e054b0b4-90f4-4230-8df7-1455e09f6039 org.polarsys.capella.core.data.cs.impl.PartImpl@7ae37eb7 (id: e054b0b4-90f4-4230-8df7-1455e09f6039, sid: e054b0b4-90f4-4230-8df7-1455e09f6039) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6e8885fa-270c-40ad-885d-4f88cd7eba69 org.polarsys.capella.core.data.cs.impl.PartImpl@68bbbecc (id: 6e8885fa-270c-40ad-885d-4f88cd7eba69, sid: 6e8885fa-270c-40ad-885d-4f88cd7eba69) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4775888d-7839-4b67-bf29-5f370850c9b2 org.polarsys.capella.core.data.cs.impl.PartImpl@447c2782 (id: 4775888d-7839-4b67-bf29-5f370850c9b2, sid: 4775888d-7839-4b67-bf29-5f370850c9b2) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2399fbbf-8863-4d46-8c64-7dd1669189e6 org.polarsys.capella.core.data.cs.impl.PartImpl@67918dcc (id: 2399fbbf-8863-4d46-8c64-7dd1669189e6, sid: 2399fbbf-8863-4d46-8c64-7dd1669189e6) (name: PC7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f0901774-33a5-4556-99d3-66d396d88357 org.polarsys.capella.core.data.cs.impl.PartImpl@6e6414f (id: f0901774-33a5-4556-99d3-66d396d88357, sid: f0901774-33a5-4556-99d3-66d396d88357) (name: PC8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4d32c631-16c0-40cf-afb6-4493c895ab56 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7c1ff1e9 (id: 4d32c631-16c0-40cf-afb6-4493c895ab56, sid: 4d32c631-16c0-40cf-afb6-4493c895ab56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 41b5dc45-6698-49f4-977b-cb99e0164157 org.polarsys.capella.core.data.cs.impl.PartImpl@2946591d (id: 41b5dc45-6698-49f4-977b-cb99e0164157, sid: 41b5dc45-6698-49f4-977b-cb99e0164157) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6c1a4820-8c1d-44dc-a60d-2bf9c80a5e3a org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@6870413b (id: 6c1a4820-8c1d-44dc-a60d-2bf9c80a5e3a, sid: 6c1a4820-8c1d-44dc-a60d-2bf9c80a5e3a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6a62fc4a-ba4f-42d2-8885-cf5eea0926bb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2f25d1a1 (id: 6a62fc4a-ba4f-42d2-8885-cf5eea0926bb, sid: 6a62fc4a-ba4f-42d2-8885-cf5eea0926bb) (name: PP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3d381750-02af-487b-af99-a6998c82e3f9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2c36fd15 (id: 3d381750-02af-487b-af99-a6998c82e3f9, sid: 3d381750-02af-487b-af99-a6998c82e3f9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 2905c070-a6a8-49c7-aa18-09423daa1b87 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@37a3d73f (id: 2905c070-a6a8-49c7-aa18-09423daa1b87, sid: 2905c070-a6a8-49c7-aa18-09423daa1b87) (name: PP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 83e162da-68fa-4bab-bad9-92612d47fc45 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5db02169 (id: 83e162da-68fa-4bab-bad9-92612d47fc45, sid: 83e162da-68fa-4bab-bad9-92612d47fc45) (name: PP112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c94b17dc-1e05-4856-9e34-09ac982248a8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5c194ba7 (id: c94b17dc-1e05-4856-9e34-09ac982248a8, sid: c94b17dc-1e05-4856-9e34-09ac982248a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ac3d5a0f-f76c-4759-8538-9a5a09b86cd5 org.polarsys.capella.core.data.cs.impl.PartImpl@47dcdb64 (id: ac3d5a0f-f76c-4759-8538-9a5a09b86cd5, sid: ac3d5a0f-f76c-4759-8538-9a5a09b86cd5) (name: PC21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b2b6c9ee-93a8-42ae-8691-ee009b7d18d0 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@6e6ff68f (id: b2b6c9ee-93a8-42ae-8691-ee009b7d18d0, sid: b2b6c9ee-93a8-42ae-8691-ee009b7d18d0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948705e-8df9-4f3d-9921-13e92492bdbf org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@32882942 (id: 6948705e-8df9-4f3d-9921-13e92492bdbf, sid: 6948705e-8df9-4f3d-9921-13e92492bdbf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3a1b031-fa20-41dd-bf86-9d89bde2478b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@24da18c7 (id: b3a1b031-fa20-41dd-bf86-9d89bde2478b, sid: b3a1b031-fa20-41dd-bf86-9d89bde2478b) (name: PP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 87b4c0eb-62de-49d7-a45b-96f0fcaf1138 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5fce0c3 (id: 87b4c0eb-62de-49d7-a45b-96f0fcaf1138, sid: 87b4c0eb-62de-49d7-a45b-96f0fcaf1138) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC21, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 1b2c4ff4-f3c0-4591-8488-b1e0b14af46d org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1436b57d (id: 1b2c4ff4-f3c0-4591-8488-b1e0b14af46d, sid: 1b2c4ff4-f3c0-4591-8488-b1e0b14af46d) (name: PP211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d6035c03-79b6-46f6-ae48-860f533bcb7a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@67874c80 (id: d6035c03-79b6-46f6-ae48-860f533bcb7a, sid: d6035c03-79b6-46f6-ae48-860f533bcb7a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = d3c49787-5033-4cd6-89ef-8e489ee05db9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@136f7c97 (id: d3c49787-5033-4cd6-89ef-8e489ee05db9, sid: d3c49787-5033-4cd6-89ef-8e489ee05db9) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 53eef969-56c7-4a93-8610-b83ae39a40d9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@71776cc1 (id: 53eef969-56c7-4a93-8610-b83ae39a40d9, sid: 53eef969-56c7-4a93-8610-b83ae39a40d9) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 20ae43c5-b75b-4e82-b1e7-58c4028a1f29 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@504ba2cf (id: 20ae43c5-b75b-4e82-b1e7-58c4028a1f29, sid: 20ae43c5-b75b-4e82-b1e7-58c4028a1f29) (name: CP33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = c95f1081-6e48-4ffa-9a1e-7c46568fe26b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@df5170a (id: c95f1081-6e48-4ffa-9a1e-7c46568fe26b, sid: c95f1081-6e48-4ffa-9a1e-7c46568fe26b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 77952ecf-627f-4ff9-9ca1-7318ca6a0cf7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@659649e7 (id: 77952ecf-627f-4ff9-9ca1-7318ca6a0cf7, sid: 77952ecf-627f-4ff9-9ca1-7318ca6a0cf7) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 4743096b-f0a2-4658-903b-bdae0f3e7869 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2f4d30f0 (id: 4743096b-f0a2-4658-903b-bdae0f3e7869, sid: 4743096b-f0a2-4658-903b-bdae0f3e7869) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 980bb9bb-08e6-404a-b180-dbe19912ad29 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@229da20c (id: 980bb9bb-08e6-404a-b180-dbe19912ad29, sid: 980bb9bb-08e6-404a-b180-dbe19912ad29) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b557d40f-4b5f-44e3-a78c-90defc666889 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7f5ac12 (id: b557d40f-4b5f-44e3-a78c-90defc666889, sid: b557d40f-4b5f-44e3-a78c-90defc666889) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = b2048550-0c7a-45b8-87f1-c167516f9417 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@50fb047a (id: b2048550-0c7a-45b8-87f1-c167516f9417, sid: b2048550-0c7a-45b8-87f1-c167516f9417) (name: CP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = c9c32619-1db7-48c2-80ff-2d5f5ae23afa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@16f76425 (id: c9c32619-1db7-48c2-80ff-2d5f5ae23afa, sid: c9c32619-1db7-48c2-80ff-2d5f5ae23afa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = bf53d253-cd62-4dc8-a293-017f3d69101a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@59b52935 (id: bf53d253-cd62-4dc8-a293-017f3d69101a, sid: bf53d253-cd62-4dc8-a293-017f3d69101a) (name: CP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = ade0a50b-fef4-4fca-bc57-24ef81cd9254 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@738a9b2d (id: ade0a50b-fef4-4fca-bc57-24ef81cd9254, sid: ade0a50b-fef4-4fca-bc57-24ef81cd9254) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC8, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 0cef35d2-0a37-4b30-a7db-9fd86ca169da org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7b5a99f2 (id: 0cef35d2-0a37-4b30-a7db-9fd86ca169da, sid: 0cef35d2-0a37-4b30-a7db-9fd86ca169da) (name: CP81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 79ced10f-34dc-4dd9-b42d-bf4b0850914a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@56210cf0 (id: 79ced10f-34dc-4dd9-b42d-bf4b0850914a, sid: 79ced10f-34dc-4dd9-b42d-bf4b0850914a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 4e22e4ea-684c-48dd-b514-1beb7c800030 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@26ad6b80 (id: 4e22e4ea-684c-48dd-b514-1beb7c800030, sid: 4e22e4ea-684c-48dd-b514-1beb7c800030) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [CopyImagesInInterphasesTest] >> release >> unload Project_test_01 [CopyImagesInInterphasesTest] >> release >> unload output [CopyImagesInCrossphasesTest] >> require >> load Project_test_01 [CopyImagesInCrossphasesTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@61857930 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3aca36d5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@342c2d06 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9b07dc9d-373a-41b4-baf0-5ed5165ed310 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@33af1c2a (id: 9b07dc9d-373a-41b4-baf0-5ed5165ed310, sid: null) (name: CrossPhases-inverseFunctionalExchange) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0da2368-967b-4048-98b0-fea5a8720abe org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@462b548c (id: d0da2368-967b-4048-98b0-fea5a8720abe, sid: d0da2368-967b-4048-98b0-fea5a8720abe) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21c9c51b-2206-4da1-8e2a-af78afea3755 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@272e1841 (id: 21c9c51b-2206-4da1-8e2a-af78afea3755, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6e28b58-8df7-4c66-b57d-ccb8c8376898 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@14ecfa67 (id: a6e28b58-8df7-4c66-b57d-ccb8c8376898, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@54cd9055 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1917d49d (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 134f399d-1888-4837-8dfd-775c2ee352cb org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5ef32f5f (id: 134f399d-1888-4837-8dfd-775c2ee352cb, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11b48abf-6108-4dfa-8294-b9d967aa1d4d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@bb73793 (id: 11b48abf-6108-4dfa-8294-b9d967aa1d4d, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 118277f7-4c79-40bc-b89b-17181bd93de5 org.polarsys.capella.core.data.information.impl.DataPkgImpl@329b3dee (id: 118277f7-4c79-40bc-b89b-17181bd93de5, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ccbefdd0-ad44-494e-ac90-bb6f0c2a016e org.polarsys.capella.core.data.information.impl.DataPkgImpl@37597ed0 (id: ccbefdd0-ad44-494e-ac90-bb6f0c2a016e, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 81ad5271-e485-4f4b-8875-5e87584c83c8 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@37392fc2 (id: 81ad5271-e485-4f4b-8875-5e87584c83c8, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = efdda6b3-1f92-4b23-b64f-ab00afe10fc9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@66a12b82 (id: efdda6b3-1f92-4b23-b64f-ab00afe10fc9, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 3ea1896c-ecd7-4d7d-8097-4a69b8d8c1d6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@39a3b70c (id: 3ea1896c-ecd7-4d7d-8097-4a69b8d8c1d6, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 505dc87b-32c9-4495-ad8a-002b72db990b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4570e116 (id: 505dc87b-32c9-4495-ad8a-002b72db990b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 060285d6-54ec-4844-86f2-fc014bd2b3c6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b499145 (id: 060285d6-54ec-4844-86f2-fc014bd2b3c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 31415657-c439-4440-b2e9-89a21f049593 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@54db5095 (id: 31415657-c439-4440-b2e9-89a21f049593, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 1c447b7c-1913-4a9d-8064-9332d02ad81a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@70e496d5 (id: 1c447b7c-1913-4a9d-8064-9332d02ad81a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d5f869d8-8805-407a-b6b0-438c2dc78cd2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@325eb18e (id: d5f869d8-8805-407a-b6b0-438c2dc78cd2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 02c170fd-67b8-4c3a-b416-01f148eeadde org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@45eadd39 (id: 02c170fd-67b8-4c3a-b416-01f148eeadde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 62212804-c75e-4690-8a5e-61234ec2db2b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4b3b62e9 (id: 62212804-c75e-4690-8a5e-61234ec2db2b, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 28116008-68a8-4f45-98d1-4be82f649729 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1f3d0765 (id: 28116008-68a8-4f45-98d1-4be82f649729, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 839bb82f-a565-49da-9a1d-73a11cdc7fdb org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@58a817cd (id: 839bb82f-a565-49da-9a1d-73a11cdc7fdb, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 748f8488-f9a6-468e-81ec-97749e59088a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4b380af4 (id: 748f8488-f9a6-468e-81ec-97749e59088a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 933cb9ad-5e94-43f8-8ca1-77aae3f8fb76 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@5b841550 (id: 933cb9ad-5e94-43f8-8ca1-77aae3f8fb76, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 09267f85-2646-4d39-8949-ad8f0f511612 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@2c75376a (id: 09267f85-2646-4d39-8949-ad8f0f511612, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 86c719af-90e0-49e9-b16d-9a658b529bd2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@347b4b56 (id: 86c719af-90e0-49e9-b16d-9a658b529bd2, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 4d5c6549-5ab0-477d-bdc7-af23f7ccc4df org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3f1f9887 (id: 4d5c6549-5ab0-477d-bdc7-af23f7ccc4df, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 61e55a6b-2559-493d-883a-df6a6278d69a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@444a34a1 (id: 61e55a6b-2559-493d-883a-df6a6278d69a, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2dea5904-68dd-47a5-a53f-56a2600633c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@41818525 (id: 2dea5904-68dd-47a5-a53f-56a2600633c8, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c1de815d-5a6e-450a-8d3d-a50bd9774ec3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2fce47b8 (id: c1de815d-5a6e-450a-8d3d-a50bd9774ec3, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 32c0b5ff-f6bc-4bff-b867-e7a560356671 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6c562966 (id: 32c0b5ff-f6bc-4bff-b867-e7a560356671, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 0b71971d-832c-4301-86b5-96e9e12586c6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@792ce771 (id: 0b71971d-832c-4301-86b5-96e9e12586c6, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d8dee15d-18c1-4c68-abbd-27f12765bfdb org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@3449eddc (id: d8dee15d-18c1-4c68-abbd-27f12765bfdb, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 5a086c11-2f60-4905-8693-b22b97897e9d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@69678f6a (id: 5a086c11-2f60-4905-8693-b22b97897e9d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9224c13c-9fc3-4a89-b9ff-4529e398b94c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@34278639 (id: 9224c13c-9fc3-4a89-b9ff-4529e398b94c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 913bad75-6367-47c1-89c4-4d893e4c56fe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2a2ef8a3 (id: 913bad75-6367-47c1-89c4-4d893e4c56fe, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ad00cb8f-c595-465d-bf3a-67522c0244e9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@51f2d737 (id: ad00cb8f-c595-465d-bf3a-67522c0244e9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 07a62bf7-4625-4d71-bda2-435bf75d02ea org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4bb0ebc (id: 07a62bf7-4625-4d71-bda2-435bf75d02ea, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c9838679-c998-4dfa-8f7c-2d87191e52a6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@ca5465c (id: c9838679-c998-4dfa-8f7c-2d87191e52a6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9ade59cf-aad3-474d-b445-fef07f05448b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@51135c8b (id: 9ade59cf-aad3-474d-b445-fef07f05448b, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d9cdea36-6bf6-4a40-bc4d-fba93fa2f6f6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@161f62f1 (id: d9cdea36-6bf6-4a40-bc4d-fba93fa2f6f6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = dcbee938-aad6-4e46-a53e-6bc2df5a2793 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@437f0e56 (id: dcbee938-aad6-4e46-a53e-6bc2df5a2793, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5295729b-0d34-44b2-a099-5feace910d8e org.polarsys.capella.core.data.cs.impl.PartImpl@6de77e8e (id: 5295729b-0d34-44b2-a099-5feace910d8e, sid: 5295729b-0d34-44b2-a099-5feace910d8e) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aa75d1f7-8bd9-49ff-8e61-a3462115e04e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@71701be1 (id: aa75d1f7-8bd9-49ff-8e61-a3462115e04e, sid: aa75d1f7-8bd9-49ff-8e61-a3462115e04e) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@68928356 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@71424181 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@526f86ab (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@49677cfe (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@61857930 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3aca36d5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9b07dc9d-373a-41b4-baf0-5ed5165ed310 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@33af1c2a (id: 9b07dc9d-373a-41b4-baf0-5ed5165ed310, sid: null) (name: CrossPhases-inverseFunctionalExchange) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0da2368-967b-4048-98b0-fea5a8720abe org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@462b548c (id: d0da2368-967b-4048-98b0-fea5a8720abe, sid: d0da2368-967b-4048-98b0-fea5a8720abe) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21c9c51b-2206-4da1-8e2a-af78afea3755 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@272e1841 (id: 21c9c51b-2206-4da1-8e2a-af78afea3755, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6e28b58-8df7-4c66-b57d-ccb8c8376898 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@14ecfa67 (id: a6e28b58-8df7-4c66-b57d-ccb8c8376898, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 31f68a50-d57d-4501-900b-9074fb38db5b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2c3115c (id: 31f68a50-d57d-4501-900b-9074fb38db5b, sid: 31f68a50-d57d-4501-900b-9074fb38db5b) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e276c6a4-3b3b-4018-b367-50d16b9fcb49 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1e50aabc (id: e276c6a4-3b3b-4018-b367-50d16b9fcb49, sid: e276c6a4-3b3b-4018-b367-50d16b9fcb49) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8b3e136d-a50f-4daa-b90b-9ea1fd52a084 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@49eb5527 (id: 8b3e136d-a50f-4daa-b90b-9ea1fd52a084, sid: 8b3e136d-a50f-4daa-b90b-9ea1fd52a084) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = be37da60-cf06-47ed-b1a8-cb09c9465c14 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3a27a1bf (id: be37da60-cf06-47ed-b1a8-cb09c9465c14, sid: be37da60-cf06-47ed-b1a8-cb09c9465c14) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 60c63738-9593-4fbd-a421-3dcce44e55b3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@20740e56 (id: 60c63738-9593-4fbd-a421-3dcce44e55b3, sid: 60c63738-9593-4fbd-a421-3dcce44e55b3) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3c3f0dad-39e9-4d88-91f0-17f1cf767eee org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3bea55ae (id: 3c3f0dad-39e9-4d88-91f0-17f1cf767eee, sid: 3c3f0dad-39e9-4d88-91f0-17f1cf767eee) (name: FOP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 838ee523-6ad3-4ad3-8e90-8ebca1f83bfd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@28bb7d99 (id: 838ee523-6ad3-4ad3-8e90-8ebca1f83bfd, sid: 838ee523-6ad3-4ad3-8e90-8ebca1f83bfd) (name: FOP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 717b0901-018c-424c-abae-9e9e240c87c3 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2f160b68 (id: 717b0901-018c-424c-abae-9e9e240c87c3, sid: 717b0901-018c-424c-abae-9e9e240c87c3) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6582238b-f5b6-4c1e-ae64-b769142d48ae org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2f10a662 (id: 6582238b-f5b6-4c1e-ae64-b769142d48ae, sid: 6582238b-f5b6-4c1e-ae64-b769142d48ae) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 434c081c-20dd-4a61-bc2c-87447cfc3b08 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@463ed10b (id: 434c081c-20dd-4a61-bc2c-87447cfc3b08, sid: 434c081c-20dd-4a61-bc2c-87447cfc3b08) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 32060d1b-3891-4c44-8716-70501bc830f5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@359a2be0 (id: 32060d1b-3891-4c44-8716-70501bc830f5, sid: 32060d1b-3891-4c44-8716-70501bc830f5) (name: FIP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e95c8256-29d9-4cfc-b67f-3733e37abfbf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2ac82b70 (id: e95c8256-29d9-4cfc-b67f-3733e37abfbf, sid: e95c8256-29d9-4cfc-b67f-3733e37abfbf) (name: FIP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 62085431-b6fb-4957-8181-2f92bfa2a61d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@c1bbfd (id: 62085431-b6fb-4957-8181-2f92bfa2a61d, sid: 62085431-b6fb-4957-8181-2f92bfa2a61d) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 366984c9-6e96-40ea-9af7-0cadf0859eb8 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@30478467 (id: 366984c9-6e96-40ea-9af7-0cadf0859eb8, sid: 366984c9-6e96-40ea-9af7-0cadf0859eb8) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 87cf0c0c-64c6-4303-bfaa-209bde3923ea org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3f9e4ef3 (id: 87cf0c0c-64c6-4303-bfaa-209bde3923ea, sid: 87cf0c0c-64c6-4303-bfaa-209bde3923ea) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 1568d464-7d07-43f7-9aca-30118936815d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@328d14ae (id: 1568d464-7d07-43f7-9aca-30118936815d, sid: 1568d464-7d07-43f7-9aca-30118936815d) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9de26a5c-a22b-4358-a1b7-d03c26c6a053 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3ee5da24 (id: 9de26a5c-a22b-4358-a1b7-d03c26c6a053, sid: 9de26a5c-a22b-4358-a1b7-d03c26c6a053) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2c7d566a-87af-4072-ad2e-40eb617fbc20 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@59018210 (id: 2c7d566a-87af-4072-ad2e-40eb617fbc20, sid: 2c7d566a-87af-4072-ad2e-40eb617fbc20) (name: FunctionalExchange 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c82b3544-8948-421b-83aa-0846de91baa9 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@14a5b615 (id: c82b3544-8948-421b-83aa-0846de91baa9, sid: c82b3544-8948-421b-83aa-0846de91baa9) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e3f63eba-27db-4957-bdca-2f34b9f60bab org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4e57f84b (id: e3f63eba-27db-4957-bdca-2f34b9f60bab, sid: e3f63eba-27db-4957-bdca-2f34b9f60bab) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 134f399d-1888-4837-8dfd-775c2ee352cb org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5ef32f5f (id: 134f399d-1888-4837-8dfd-775c2ee352cb, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11b48abf-6108-4dfa-8294-b9d967aa1d4d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@bb73793 (id: 11b48abf-6108-4dfa-8294-b9d967aa1d4d, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 118277f7-4c79-40bc-b89b-17181bd93de5 org.polarsys.capella.core.data.information.impl.DataPkgImpl@329b3dee (id: 118277f7-4c79-40bc-b89b-17181bd93de5, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = dcbee938-aad6-4e46-a53e-6bc2df5a2793 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@437f0e56 (id: dcbee938-aad6-4e46-a53e-6bc2df5a2793, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5295729b-0d34-44b2-a099-5feace910d8e org.polarsys.capella.core.data.cs.impl.PartImpl@6de77e8e (id: 5295729b-0d34-44b2-a099-5feace910d8e, sid: 5295729b-0d34-44b2-a099-5feace910d8e) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c5be359d-6d59-4b4f-8b3a-4120fe1ce477 org.polarsys.capella.core.data.cs.impl.PartImpl@25454591 (id: c5be359d-6d59-4b4f-8b3a-4120fe1ce477, sid: c5be359d-6d59-4b4f-8b3a-4120fe1ce477) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e161e693-8fae-4479-980e-9674377933a0 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5d17d379 (id: e161e693-8fae-4479-980e-9674377933a0, sid: e161e693-8fae-4479-980e-9674377933a0) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 41bfb009-f820-4b23-ae6e-511d7fea4b0e org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@66a17b33 (id: 41bfb009-f820-4b23-ae6e-511d7fea4b0e, sid: 41bfb009-f820-4b23-ae6e-511d7fea4b0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 523e52ef-b5eb-4c45-a246-d0913bf2db69 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@685b5386 (id: 523e52ef-b5eb-4c45-a246-d0913bf2db69, sid: 523e52ef-b5eb-4c45-a246-d0913bf2db69) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a919d173-63f2-4c09-bf6b-1421a422501e org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@19c20232 (id: a919d173-63f2-4c09-bf6b-1421a422501e, sid: a919d173-63f2-4c09-bf6b-1421a422501e) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 7aa9859e-682f-4c90-b0f7-8aa06a3292e4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@7a2d9668 (id: 7aa9859e-682f-4c90-b0f7-8aa06a3292e4, sid: 7aa9859e-682f-4c90-b0f7-8aa06a3292e4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 32ab2500-3b50-49d7-a8b3-5bcf38fe949e org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@173802fd (id: 32ab2500-3b50-49d7-a8b3-5bcf38fe949e, sid: 32ab2500-3b50-49d7-a8b3-5bcf38fe949e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f9ffc6e-4ac5-4357-89f1-6486b1ac5c54 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@254da4ff (id: 3f9ffc6e-4ac5-4357-89f1-6486b1ac5c54, sid: 3f9ffc6e-4ac5-4357-89f1-6486b1ac5c54) (name: C 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 6e1b402c-2977-4c16-9e54-bccb612121cb org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@2c97f1f6 (id: 6e1b402c-2977-4c16-9e54-bccb612121cb, sid: 6e1b402c-2977-4c16-9e54-bccb612121cb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42364209-ce61-47ac-9d55-4554928fb8c9 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@3a1facda (id: 42364209-ce61-47ac-9d55-4554928fb8c9, sid: 42364209-ce61-47ac-9d55-4554928fb8c9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa75d1f7-8bd9-49ff-8e61-a3462115e04e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@71701be1 (id: aa75d1f7-8bd9-49ff-8e61-a3462115e04e, sid: aa75d1f7-8bd9-49ff-8e61-a3462115e04e) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 7d146a94-3de5-469b-b675-b0356db7a1c0 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2735184f (id: 7d146a94-3de5-469b-b675-b0356db7a1c0, sid: 7d146a94-3de5-469b-b675-b0356db7a1c0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45a3103c-381d-4d06-98bc-c68598782c1b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@28d3a8f5 (id: 45a3103c-381d-4d06-98bc-c68598782c1b, sid: 45a3103c-381d-4d06-98bc-c68598782c1b) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = c568515a-46ba-458f-a9da-52c014092ca6 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@6e1fdf19 (id: c568515a-46ba-458f-a9da-52c014092ca6, sid: c568515a-46ba-458f-a9da-52c014092ca6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6fc1b6fe-ed84-4b1e-a7df-721a109e6517 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@1fc17e28 (id: 6fc1b6fe-ed84-4b1e-a7df-721a109e6517, sid: 6fc1b6fe-ed84-4b1e-a7df-721a109e6517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6708695-3b91-4065-80c9-e8697f71b9dc org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1039faff (id: f6708695-3b91-4065-80c9-e8697f71b9dc, sid: f6708695-3b91-4065-80c9-e8697f71b9dc) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 0dba3f23-5df7-4e0e-9b96-c6157285a5db org.polarsys.capella.core.data.information.impl.PortAllocationImpl@25187c0d (id: 0dba3f23-5df7-4e0e-9b96-c6157285a5db, sid: 0dba3f23-5df7-4e0e-9b96-c6157285a5db) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d065b814-9853-440e-bb67-c60fe7ce8bfb org.polarsys.capella.core.data.information.impl.PortAllocationImpl@35ef88a0 (id: d065b814-9853-440e-bb67-c60fe7ce8bfb, sid: d065b814-9853-440e-bb67-c60fe7ce8bfb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb13e4f8-17f5-446b-85c0-83d9e74633c6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@214b800b (id: eb13e4f8-17f5-446b-85c0-83d9e74633c6, sid: eb13e4f8-17f5-446b-85c0-83d9e74633c6) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1e8b6f4f-6a15-48ad-9edd-abb8624f6795 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@7efa78df (id: 1e8b6f4f-6a15-48ad-9edd-abb8624f6795, sid: 1e8b6f4f-6a15-48ad-9edd-abb8624f6795) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90fa961d-a5b5-4820-96b6-fa39e0ef08db org.polarsys.capella.core.data.information.impl.PortAllocationImpl@18e48b19 (id: 90fa961d-a5b5-4820-96b6-fa39e0ef08db, sid: 90fa961d-a5b5-4820-96b6-fa39e0ef08db) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23aa3d14-87df-44a7-b1e2-c68daa3beaff org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5107aa2d (id: 23aa3d14-87df-44a7-b1e2-c68daa3beaff, sid: 23aa3d14-87df-44a7-b1e2-c68daa3beaff) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 960bcab9-2630-47ab-b758-a9b244c7077a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2cb133de (id: 960bcab9-2630-47ab-b758-a9b244c7077a, sid: 960bcab9-2630-47ab-b758-a9b244c7077a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9ff29769-ad0c-46e2-9d17-84e8b1068a0f org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1a09a17 (id: 9ff29769-ad0c-46e2-9d17-84e8b1068a0f, sid: 9ff29769-ad0c-46e2-9d17-84e8b1068a0f) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 35bc5581-c334-4fa8-9bd4-ffe39eb357d9 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@3d207579 (id: 35bc5581-c334-4fa8-9bd4-ffe39eb357d9, sid: 35bc5581-c334-4fa8-9bd4-ffe39eb357d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 614624a7-a2ca-4ecb-b598-d69ae2c472ad org.polarsys.capella.core.data.information.impl.PortAllocationImpl@511af632 (id: 614624a7-a2ca-4ecb-b598-d69ae2c472ad, sid: 614624a7-a2ca-4ecb-b598-d69ae2c472ad) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6383ec78-0c08-4513-b9c6-efc0f042806b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7410000c (id: 6383ec78-0c08-4513-b9c6-efc0f042806b, sid: 6383ec78-0c08-4513-b9c6-efc0f042806b) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = ce414dd6-eec3-4f6b-9781-1ca49271cae2 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@71e54cbb (id: ce414dd6-eec3-4f6b-9781-1ca49271cae2, sid: ce414dd6-eec3-4f6b-9781-1ca49271cae2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 434d08fc-c17c-4d91-97c2-1a227b0be42b org.polarsys.capella.core.data.information.impl.PortAllocationImpl@4fd07443 (id: 434d08fc-c17c-4d91-97c2-1a227b0be42b, sid: 434d08fc-c17c-4d91-97c2-1a227b0be42b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb1f1a3a-c8b1-4d3a-8aa3-ebd040edbc84 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@497da0ed (id: eb1f1a3a-c8b1-4d3a-8aa3-ebd040edbc84, sid: eb1f1a3a-c8b1-4d3a-8aa3-ebd040edbc84) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 5a4a2bcd-9c84-400a-a3be-547762756123 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@3d19c9ae (id: 5a4a2bcd-9c84-400a-a3be-547762756123, sid: 5a4a2bcd-9c84-400a-a3be-547762756123) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 486e22a0-b087-4f5e-b3ed-cd6f7663d3dc org.polarsys.capella.core.data.information.impl.PortAllocationImpl@66c2ca22 (id: 486e22a0-b087-4f5e-b3ed-cd6f7663d3dc, sid: 486e22a0-b087-4f5e-b3ed-cd6f7663d3dc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [CopyImagesInCrossphasesTest] >> release >> unload Project_test_01 [CopyImagesInCrossphasesTest] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@51672dda (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@12e0c8b4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@57e2d292 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6c3326ba (id: 1da431da-55cd-44b9-8b31-1e979ed62985, sid: null) (name: CrossPhases-PCtoSystemComponent) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf8ce075-d627-47c9-8f09-902034fc8683 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6fd79330 (id: cf8ce075-d627-47c9-8f09-902034fc8683, sid: cf8ce075-d627-47c9-8f09-902034fc8683) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf3df941-68ca-4b5e-a656-c8c1f5b1138c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@5f1a0f94 (id: bf3df941-68ca-4b5e-a656-c8c1f5b1138c, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4297b995-1067-42e6-bb9a-1068db621a15 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@47b5b59e (id: 4297b995-1067-42e6-bb9a-1068db621a15, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@67793678 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@16f02d14 (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 4ab45793-c801-4175-a96d-67dec2fd600c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4e9423e1 (id: 4ab45793-c801-4175-a96d-67dec2fd600c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4b914a0-de8f-4baf-b337-126139645aca org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4e0d4868 (id: a4b914a0-de8f-4baf-b337-126139645aca, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 199109bc-3a8c-4b97-bf96-83a0cdd91311 org.polarsys.capella.core.data.information.impl.DataPkgImpl@73e00896 (id: 199109bc-3a8c-4b97-bf96-83a0cdd91311, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0923504d-c5d0-4d3c-b2f6-ac625d9ac4b4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@46749396 (id: 0923504d-c5d0-4d3c-b2f6-ac625d9ac4b4, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8323502b-44fb-4849-9204-182fc2af8e56 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@3c70718b (id: 8323502b-44fb-4849-9204-182fc2af8e56, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 2e42175a-5690-4177-a7d1-d48a9023cb9e org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@298ad5b0 (id: 2e42175a-5690-4177-a7d1-d48a9023cb9e, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = dbdcc22f-34d8-4eed-ac71-6ddeef6a0730 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@504ffb53 (id: dbdcc22f-34d8-4eed-ac71-6ddeef6a0730, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 9ff1fca2-7095-4aea-8b0c-365ac14b07d9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@32c53aef (id: 9ff1fca2-7095-4aea-8b0c-365ac14b07d9, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 82a7a85b-fc22-4db6-9ffd-d15a3c5a1b63 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@d06e915 (id: 82a7a85b-fc22-4db6-9ffd-d15a3c5a1b63, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6a6136c4-dcf2-4167-81c9-3d74ddc05a69 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@725e9a50 (id: 6a6136c4-dcf2-4167-81c9-3d74ddc05a69, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 211c6f2f-d1af-4960-ae9a-0f7494456b52 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5de4622b (id: 211c6f2f-d1af-4960-ae9a-0f7494456b52, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 4740f57c-c978-42a2-90b2-6b31d8a49d9d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@46ed393a (id: 4740f57c-c978-42a2-90b2-6b31d8a49d9d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 3cbdade7-b1f8-4f94-862b-3e473b6bcebc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7c993eb3 (id: 3cbdade7-b1f8-4f94-862b-3e473b6bcebc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2474dd27-1be5-466b-b5eb-abcd84917e8c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7a93a76a (id: 2474dd27-1be5-466b-b5eb-abcd84917e8c, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 9b223426-57dc-44ba-bb40-afe4ce9cf466 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4187729 (id: 9b223426-57dc-44ba-bb40-afe4ce9cf466, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = f6cedf34-e046-47f0-95c9-b23016b38552 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2b13aa79 (id: f6cedf34-e046-47f0-95c9-b23016b38552, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5ba54f0d-a539-4070-98eb-468a69f3f4e2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1eca750e (id: 5ba54f0d-a539-4070-98eb-468a69f3f4e2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1c284f10 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@29fdb93 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3fff43e4 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@567b718c (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8f5e49c (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ddabdca1-d95a-4444-a5e6-09863c716034 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3ee3b87c (id: ddabdca1-d95a-4444-a5e6-09863c716034, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 855a456f-4027-40b0-8fad-cae0a3aa36cd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8959dbb (id: 855a456f-4027-40b0-8fad-cae0a3aa36cd, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 07bd0197-5933-480e-a997-0ce6fd5b6842 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45bafba2 (id: 07bd0197-5933-480e-a997-0ce6fd5b6842, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 73314faa-e6a7-4d55-adbf-fe3a78e08907 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@15a5c526 (id: 73314faa-e6a7-4d55-adbf-fe3a78e08907, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2d32c1ea-3023-489f-b363-ac5656b78d45 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@36a6bfb6 (id: 2d32c1ea-3023-489f-b363-ac5656b78d45, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 7b5a91b2-4bda-4d35-964a-ede434fe91e0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@127a849c (id: 7b5a91b2-4bda-4d35-964a-ede434fe91e0, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0fed0ed9-cbbb-42fb-8bcb-ed9023ab088b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8f1a9a (id: 0fed0ed9-cbbb-42fb-8bcb-ed9023ab088b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = aafd7d97-d62c-4bf8-bc5f-781b06acbc55 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3b386358 (id: aafd7d97-d62c-4bf8-bc5f-781b06acbc55, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 729c1830-cb4e-4cb3-b82a-7a6436535317 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@38603086 (id: 729c1830-cb4e-4cb3-b82a-7a6436535317, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6d665670-c8e2-447d-b028-46507f6eaf74 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7e780d72 (id: 6d665670-c8e2-447d-b028-46507f6eaf74, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dee735a2-c489-4242-82ad-575b01898e45 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@65b93ed (id: dee735a2-c489-4242-82ad-575b01898e45, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8171ab30-8433-4c92-997c-4c50cb6c1e27 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7e8112dd (id: 8171ab30-8433-4c92-997c-4c50cb6c1e27, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dbc50203-a3ca-4b44-8db5-61b62e66738b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@475ce98b (id: dbc50203-a3ca-4b44-8db5-61b62e66738b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@2c71b598 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 29cfd351-e722-4da0-8d15-05b7c8167add org.polarsys.capella.core.data.cs.impl.PartImpl@114aa93f (id: 29cfd351-e722-4da0-8d15-05b7c8167add, sid: 29cfd351-e722-4da0-8d15-05b7c8167add) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 461435b7-5c4c-4080-92d6-89d8401252ab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4a3ecfef (id: 461435b7-5c4c-4080-92d6-89d8401252ab, sid: 461435b7-5c4c-4080-92d6-89d8401252ab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3bab8701 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6b86d3d0 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@1d89b118 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@1200c7c8 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@51672dda (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@12e0c8b4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6c3326ba (id: 1da431da-55cd-44b9-8b31-1e979ed62985, sid: null) (name: CrossPhases-PCtoSystemComponent) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf8ce075-d627-47c9-8f09-902034fc8683 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6fd79330 (id: cf8ce075-d627-47c9-8f09-902034fc8683, sid: cf8ce075-d627-47c9-8f09-902034fc8683) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf3df941-68ca-4b5e-a656-c8c1f5b1138c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@5f1a0f94 (id: bf3df941-68ca-4b5e-a656-c8c1f5b1138c, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4297b995-1067-42e6-bb9a-1068db621a15 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@47b5b59e (id: 4297b995-1067-42e6-bb9a-1068db621a15, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fbea3b52-0ca9-4b40-8ba4-028c73aa02f8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4b2d4402 (id: fbea3b52-0ca9-4b40-8ba4-028c73aa02f8, sid: fbea3b52-0ca9-4b40-8ba4-028c73aa02f8) (name: PF11_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 25a0f031-e0fc-4e29-b1a8-2c5710717c64 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@18300044 (id: 25a0f031-e0fc-4e29-b1a8-2c5710717c64, sid: 25a0f031-e0fc-4e29-b1a8-2c5710717c64) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 76e3333f-05a8-4657-aa21-bdedc8151d6b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1759da79 (id: 76e3333f-05a8-4657-aa21-bdedc8151d6b, sid: 76e3333f-05a8-4657-aa21-bdedc8151d6b) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 51a836aa-7e08-476c-9bbf-03c39593b0fb org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7daa9449 (id: 51a836aa-7e08-476c-9bbf-03c39593b0fb, sid: 51a836aa-7e08-476c-9bbf-03c39593b0fb) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fc5264b2-8397-41cc-b00f-1581e752e594 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5c06c2aa (id: fc5264b2-8397-41cc-b00f-1581e752e594, sid: fc5264b2-8397-41cc-b00f-1581e752e594) (name: FOP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fe3f1500-832f-4859-89ae-8f574cfe0500 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5fa2fad7 (id: fe3f1500-832f-4859-89ae-8f574cfe0500, sid: fe3f1500-832f-4859-89ae-8f574cfe0500) (name: PF12_a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2a9b939a-d9e0-46a7-8f93-0b8c9ad2ee64 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6067d56d (id: 2a9b939a-d9e0-46a7-8f93-0b8c9ad2ee64, sid: 2a9b939a-d9e0-46a7-8f93-0b8c9ad2ee64) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1aa369ce-6649-4d42-9e1e-5c4cc5dfbccc org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1b362b6d (id: 1aa369ce-6649-4d42-9e1e-5c4cc5dfbccc, sid: 1aa369ce-6649-4d42-9e1e-5c4cc5dfbccc) (name: PF21_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4db023e1-33be-4a1f-9ab7-16843beb9326 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5bcc5e5d (id: 4db023e1-33be-4a1f-9ab7-16843beb9326, sid: 4db023e1-33be-4a1f-9ab7-16843beb9326) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 699e23bb-4754-408a-ab91-61439db05fe5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4ced5a7c (id: 699e23bb-4754-408a-ab91-61439db05fe5, sid: 699e23bb-4754-408a-ab91-61439db05fe5) (name: PF22_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 741ce12a-289b-41a8-983c-26893d939595 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@451bcf0b (id: 741ce12a-289b-41a8-983c-26893d939595, sid: 741ce12a-289b-41a8-983c-26893d939595) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 4d7d85ec-6653-47ea-95e3-276aa46eb318 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1dff4ba0 (id: 4d7d85ec-6653-47ea-95e3-276aa46eb318, sid: 4d7d85ec-6653-47ea-95e3-276aa46eb318) (name: PF11_b) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 74583443-9f77-4e42-86a2-33f2d53c7bf5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@34de8c8a (id: 74583443-9f77-4e42-86a2-33f2d53c7bf5, sid: 74583443-9f77-4e42-86a2-33f2d53c7bf5) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2c81b684-3723-468d-a721-881716a6b605 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5e271b29 (id: 2c81b684-3723-468d-a721-881716a6b605, sid: 2c81b684-3723-468d-a721-881716a6b605) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6c2eac81-5f44-40da-aebe-dbf1489ecd28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@612e2cf1 (id: 6c2eac81-5f44-40da-aebe-dbf1489ecd28, sid: 6c2eac81-5f44-40da-aebe-dbf1489ecd28) (name: PF12_b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b5a03d81-e16c-4152-8b49-b767d5cd0777 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3d0903cf (id: b5a03d81-e16c-4152-8b49-b767d5cd0777, sid: b5a03d81-e16c-4152-8b49-b767d5cd0777) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 559cebd4-314d-4719-a63a-a3c07f03b100 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@14013ed9 (id: 559cebd4-314d-4719-a63a-a3c07f03b100, sid: 559cebd4-314d-4719-a63a-a3c07f03b100) (name: PF11_c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 91877520-653c-4c2c-afb2-fdc6d846e6ee org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2c514abb (id: 91877520-653c-4c2c-afb2-fdc6d846e6ee, sid: 91877520-653c-4c2c-afb2-fdc6d846e6ee) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2bb81191-d9c1-4bd0-ad7d-54eb7ef8d423 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@59b33385 (id: 2bb81191-d9c1-4bd0-ad7d-54eb7ef8d423, sid: 2bb81191-d9c1-4bd0-ad7d-54eb7ef8d423) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 43a16779-bf7c-4c93-ae02-9814f614f8a9 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1bb1135f (id: 43a16779-bf7c-4c93-ae02-9814f614f8a9, sid: 43a16779-bf7c-4c93-ae02-9814f614f8a9) (name: FIP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 41110b43-d9b6-4424-90f1-1765500634ec org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@207987e4 (id: 41110b43-d9b6-4424-90f1-1765500634ec, sid: 41110b43-d9b6-4424-90f1-1765500634ec) (name: PhysicalFunction 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ea427c0e-ddaa-46d2-bb16-22dca2ffc2e3 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6096a775 (id: ea427c0e-ddaa-46d2-bb16-22dca2ffc2e3, sid: ea427c0e-ddaa-46d2-bb16-22dca2ffc2e3) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c5ea1d5a-d753-4ebf-9616-04141686fc0a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2da30791 (id: c5ea1d5a-d753-4ebf-9616-04141686fc0a, sid: c5ea1d5a-d753-4ebf-9616-04141686fc0a) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e0f33691-9cad-486d-bf61-6f71aa401d3f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@14f1492d (id: e0f33691-9cad-486d-bf61-6f71aa401d3f, sid: e0f33691-9cad-486d-bf61-6f71aa401d3f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = f812c7e4-24eb-4440-a5a9-2f3187a7739e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3c07b20 (id: f812c7e4-24eb-4440-a5a9-2f3187a7739e, sid: f812c7e4-24eb-4440-a5a9-2f3187a7739e) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 1c439df8-7571-4215-bdef-959608f9c113 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7e70679 (id: 1c439df8-7571-4215-bdef-959608f9c113, sid: 1c439df8-7571-4215-bdef-959608f9c113) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8d79f355-54f0-406e-9e38-9254df17596a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@721a401a (id: 8d79f355-54f0-406e-9e38-9254df17596a, sid: 8d79f355-54f0-406e-9e38-9254df17596a) (name: Exchange 11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9d35b110-76c8-4960-b347-12ef6e73b016 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7ea1c31d (id: 9d35b110-76c8-4960-b347-12ef6e73b016, sid: 9d35b110-76c8-4960-b347-12ef6e73b016) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e53947f-a734-41e2-b86f-96a5e9c24bfd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7be56c1 (id: 3e53947f-a734-41e2-b86f-96a5e9c24bfd, sid: 3e53947f-a734-41e2-b86f-96a5e9c24bfd) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 4ab45793-c801-4175-a96d-67dec2fd600c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4e9423e1 (id: 4ab45793-c801-4175-a96d-67dec2fd600c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4b914a0-de8f-4baf-b337-126139645aca org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4e0d4868 (id: a4b914a0-de8f-4baf-b337-126139645aca, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f375e0e9-e995-4cea-a484-2d9960044068 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@71664b1e (id: f375e0e9-e995-4cea-a484-2d9960044068, sid: f375e0e9-e995-4cea-a484-2d9960044068) (name: ExchangeItem A) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 6ee26508-668f-43cb-add6-0d612ec6cbd2 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@51dccfb8 (id: 6ee26508-668f-43cb-add6-0d612ec6cbd2, sid: 6ee26508-668f-43cb-add6-0d612ec6cbd2) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 5490b172-5eba-4501-ba67-5e97bb3374c7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3eb87549 (id: 5490b172-5eba-4501-ba67-5e97bb3374c7, sid: 5490b172-5eba-4501-ba67-5e97bb3374c7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 11f58bb9-6d06-4744-9027-a84f52f684a8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1a5234fe (id: 11f58bb9-6d06-4744-9027-a84f52f684a8, sid: 11f58bb9-6d06-4744-9027-a84f52f684a8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d4fecc4e-4ad2-443e-b15c-c1dab804ff6f org.polarsys.capella.core.data.cs.impl.InterfaceImpl@592fa211 (id: d4fecc4e-4ad2-443e-b15c-c1dab804ff6f, sid: d4fecc4e-4ad2-443e-b15c-c1dab804ff6f) (name: Interface A) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 1b75320c-09e7-4e13-8b9d-f95ab27c9e30 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@18a81670 (id: 1b75320c-09e7-4e13-8b9d-f95ab27c9e30, sid: 1b75320c-09e7-4e13-8b9d-f95ab27c9e30) (name: InterfacePkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91b7c08e-f304-42c0-9201-771daa92a339 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@3c33005e (id: 91b7c08e-f304-42c0-9201-771daa92a339, sid: 91b7c08e-f304-42c0-9201-771daa92a339) (name: ExchangeItem B) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 778f19f3-53e5-406c-878b-8bd45073a910 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1a101d54 (id: 778f19f3-53e5-406c-878b-8bd45073a910, sid: 778f19f3-53e5-406c-878b-8bd45073a910) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 88e3cca6-b405-4e4c-8bbe-17dbc2863011 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@38cd5413 (id: 88e3cca6-b405-4e4c-8bbe-17dbc2863011, sid: 88e3cca6-b405-4e4c-8bbe-17dbc2863011) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9e5036f7-5500-4c2e-b433-d43e7bb19a2c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@608edeec (id: 9e5036f7-5500-4c2e-b433-d43e7bb19a2c, sid: 9e5036f7-5500-4c2e-b433-d43e7bb19a2c) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f07e2f80-ef96-4cc0-a35e-78c89db872da org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@449b1353 (id: f07e2f80-ef96-4cc0-a35e-78c89db872da, sid: f07e2f80-ef96-4cc0-a35e-78c89db872da) (name: ExchangeItem C) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = c1d25fe1-cb83-4c02-a8d6-dc8b89ecf883 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@5e7b5c29 (id: c1d25fe1-cb83-4c02-a8d6-dc8b89ecf883, sid: c1d25fe1-cb83-4c02-a8d6-dc8b89ecf883) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 5152cf0a-2b39-4fb3-be06-366095c9830e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@c44f639 (id: 5152cf0a-2b39-4fb3-be06-366095c9830e, sid: 5152cf0a-2b39-4fb3-be06-366095c9830e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9dd94706-53c8-4688-b986-f0e00ee47a12 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1a2b30e3 (id: 9dd94706-53c8-4688-b986-f0e00ee47a12, sid: 9dd94706-53c8-4688-b986-f0e00ee47a12) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = b3718bc6-c8b8-4de4-80d0-daa68b721930 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6b6b97e (id: b3718bc6-c8b8-4de4-80d0-daa68b721930, sid: b3718bc6-c8b8-4de4-80d0-daa68b721930) (name: ExchangeItem D) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 99f5f8e6-83a7-4c4b-b05c-f7176defbed2 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@2a82795 (id: 99f5f8e6-83a7-4c4b-b05c-f7176defbed2, sid: 99f5f8e6-83a7-4c4b-b05c-f7176defbed2) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 64fa91cb-fc58-46d1-ad71-35e3c1712674 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2976ecc7 (id: 64fa91cb-fc58-46d1-ad71-35e3c1712674, sid: 64fa91cb-fc58-46d1-ad71-35e3c1712674) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e72dd451-c6f4-4a57-8aa9-d8578586e2c7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6a996d22 (id: e72dd451-c6f4-4a57-8aa9-d8578586e2c7, sid: e72dd451-c6f4-4a57-8aa9-d8578586e2c7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9f60ae26-71a4-4e03-8b99-142ec0a876e9 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@59d75446 (id: 9f60ae26-71a4-4e03-8b99-142ec0a876e9, sid: 9f60ae26-71a4-4e03-8b99-142ec0a876e9) (name: ExchangeItemElement 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = ad106a0a-eaa2-4bdb-b77e-e6f55f5a1f51 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1a004466 (id: ad106a0a-eaa2-4bdb-b77e-e6f55f5a1f51, sid: ad106a0a-eaa2-4bdb-b77e-e6f55f5a1f51) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 224e0528-01ea-4884-9431-d35b5d9013b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@48e8335 (id: 224e0528-01ea-4884-9431-d35b5d9013b8, sid: 224e0528-01ea-4884-9431-d35b5d9013b8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2b5096f8-091b-4df7-8032-9602e38f7982 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@25df1efb (id: 2b5096f8-091b-4df7-8032-9602e38f7982, sid: 2b5096f8-091b-4df7-8032-9602e38f7982) (name: ExchangeItemElement 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = fe5e8a02-88a7-40d0-8e39-76191c61cec5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@46490b62 (id: fe5e8a02-88a7-40d0-8e39-76191c61cec5, sid: fe5e8a02-88a7-40d0-8e39-76191c61cec5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 20e4935f-7e30-4eb7-9cc8-acb0d2cf3d88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5e7244b9 (id: 20e4935f-7e30-4eb7-9cc8-acb0d2cf3d88, sid: 20e4935f-7e30-4eb7-9cc8-acb0d2cf3d88) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 793669af-9620-4f5d-88aa-267b690d0ac3 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@2e15e369 (id: 793669af-9620-4f5d-88aa-267b690d0ac3, sid: 793669af-9620-4f5d-88aa-267b690d0ac3) (name: Interface B) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 199109bc-3a8c-4b97-bf96-83a0cdd91311 org.polarsys.capella.core.data.information.impl.DataPkgImpl@73e00896 (id: 199109bc-3a8c-4b97-bf96-83a0cdd91311, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1aa1efc3-b882-41fe-8192-c672390e04b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7d7c1f93 (id: 1aa1efc3-b882-41fe-8192-c672390e04b9, sid: 1aa1efc3-b882-41fe-8192-c672390e04b9) (name: DataPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9295ec1a-c77b-43ad-a2ef-db415b72d503 org.polarsys.capella.core.data.information.impl.ClassImpl@3167cb09 (id: 9295ec1a-c77b-43ad-a2ef-db415b72d503, sid: 9295ec1a-c77b-43ad-a2ef-db415b72d503) (name: Class 100) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 71d04a3b-bcb5-4e11-83da-702f47d93a8d org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@30e868e7 (id: 71d04a3b-bcb5-4e11-83da-702f47d93a8d, sid: 71d04a3b-bcb5-4e11-83da-702f47d93a8d) (name: LiteralStringValue 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 51e4eade-ff52-4515-b731-fe4e069615c2 org.polarsys.capella.core.data.information.impl.ClassImpl@43bf62d4 (id: 51e4eade-ff52-4515-b731-fe4e069615c2, sid: 51e4eade-ff52-4515-b731-fe4e069615c2) (name: Class 300) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = ee233e42-9fef-4218-ab38-4399ecf7d747 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@5ea26db7 (id: ee233e42-9fef-4218-ab38-4399ecf7d747, sid: ee233e42-9fef-4218-ab38-4399ecf7d747) (name: BinaryExpression 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 740b061e-a087-4913-92e7-f6f37ba81d66 org.polarsys.capella.core.data.information.impl.ClassImpl@5192cae9 (id: 740b061e-a087-4913-92e7-f6f37ba81d66, sid: 740b061e-a087-4913-92e7-f6f37ba81d66) (name: Class 200) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 8b3a92ba-6cd7-43bd-916a-53997dfb9043 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@22ce2f6c (id: 8b3a92ba-6cd7-43bd-916a-53997dfb9043, sid: 8b3a92ba-6cd7-43bd-916a-53997dfb9043) (name: LiteralStringValue 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = cc6cfec2-5ea8-4982-81d1-e2a8fe975c2d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1adf4023 (id: cc6cfec2-5ea8-4982-81d1-e2a8fe975c2d, sid: cc6cfec2-5ea8-4982-81d1-e2a8fe975c2d) (name: LiteralNumericValue 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 93d3760c-41b8-4730-af90-401dd79694ce org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@13e4fc72 (id: 93d3760c-41b8-4730-af90-401dd79694ce, sid: 93d3760c-41b8-4730-af90-401dd79694ce) (name: NumericType 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 59b7fc1b-60cb-44a5-8665-7bc56e512e3c org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@ed3c441 (id: 59b7fc1b-60cb-44a5-8665-7bc56e512e3c, sid: 59b7fc1b-60cb-44a5-8665-7bc56e512e3c) (name: StringType 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 1eeb9155-fef1-4530-8ac4-924281f5fad4 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@5f5d9db2 (id: 1eeb9155-fef1-4530-8ac4-924281f5fad4, sid: 1eeb9155-fef1-4530-8ac4-924281f5fad4) (name: BooleanType 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@2c71b598 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 29cfd351-e722-4da0-8d15-05b7c8167add org.polarsys.capella.core.data.cs.impl.PartImpl@114aa93f (id: 29cfd351-e722-4da0-8d15-05b7c8167add, sid: 29cfd351-e722-4da0-8d15-05b7c8167add) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1700bab0-02fc-40e9-acce-9a2f64ed63cf org.polarsys.capella.core.data.cs.impl.PartImpl@4deffe14 (id: 1700bab0-02fc-40e9-acce-9a2f64ed63cf, sid: 1700bab0-02fc-40e9-acce-9a2f64ed63cf) (name: PC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 23b269f9-00de-4003-b931-87c32d2bb602 org.polarsys.capella.core.data.cs.impl.PartImpl@11662edb (id: 23b269f9-00de-4003-b931-87c32d2bb602, sid: 23b269f9-00de-4003-b931-87c32d2bb602) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9248daac-00db-42da-a8de-a86008248974 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3b204936 (id: 9248daac-00db-42da-a8de-a86008248974, sid: 9248daac-00db-42da-a8de-a86008248974) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: , review: null, kind: FLOW, oriented: false) ID = 24cb32b1-3455-4ed4-aeae-6289b1293e5f org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@1a5ce6bf (id: 24cb32b1-3455-4ed4-aeae-6289b1293e5f, sid: 24cb32b1-3455-4ed4-aeae-6289b1293e5f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bd508127-fce3-43ba-baa6-141cc108178f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5e1fbec5 (id: bd508127-fce3-43ba-baa6-141cc108178f, sid: bd508127-fce3-43ba-baa6-141cc108178f) (name: CE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 79c5aae7-ea81-4699-b919-01f0f4539c26 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@3006b6fb (id: 79c5aae7-ea81-4699-b919-01f0f4539c26, sid: 79c5aae7-ea81-4699-b919-01f0f4539c26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 103fc639-e43a-4ac4-9332-d7d382379874 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1588e9ad (id: 103fc639-e43a-4ac4-9332-d7d382379874, sid: 103fc639-e43a-4ac4-9332-d7d382379874) (name: CE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 7219bd38-b7d0-495a-a09c-654fbe6c9074 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@69b3ae6e (id: 7219bd38-b7d0-495a-a09c-654fbe6c9074, sid: 7219bd38-b7d0-495a-a09c-654fbe6c9074) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8cdee7a-1569-411e-925a-4b58ffe3d1d9 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@10a8abe3 (id: d8cdee7a-1569-411e-925a-4b58ffe3d1d9, sid: d8cdee7a-1569-411e-925a-4b58ffe3d1d9) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = a7c367ec-2b2a-4b31-96b7-4e44c97bd210 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@10dbce1c (id: a7c367ec-2b2a-4b31-96b7-4e44c97bd210, sid: a7c367ec-2b2a-4b31-96b7-4e44c97bd210) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42ab1656-bbae-4488-9834-64724ea5b7a9 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@40396b08 (id: 42ab1656-bbae-4488-9834-64724ea5b7a9, sid: 42ab1656-bbae-4488-9834-64724ea5b7a9) (name: PL2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 724ee438-c710-4a11-86a5-c19fff8afe46 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@7dfff6c1 (id: 724ee438-c710-4a11-86a5-c19fff8afe46, sid: 724ee438-c710-4a11-86a5-c19fff8afe46) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1fa8faa5-29fd-4fbd-938c-8fd982accd36 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@5317bc09 (id: 1fa8faa5-29fd-4fbd-938c-8fd982accd36, sid: 1fa8faa5-29fd-4fbd-938c-8fd982accd36) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d55686b-ae7a-4e38-b637-0168f352522c org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@57be42b4 (id: 9d55686b-ae7a-4e38-b637-0168f352522c, sid: 9d55686b-ae7a-4e38-b637-0168f352522c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 29a47992-e817-458b-a375-28a6d2378e60 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@529b7632 (id: 29a47992-e817-458b-a375-28a6d2378e60, sid: 29a47992-e817-458b-a375-28a6d2378e60) (name: PL11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b7edaef2-b4be-48e6-b6c5-2dcabf15104b org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@60b63d2b (id: b7edaef2-b4be-48e6-b6c5-2dcabf15104b, sid: b7edaef2-b4be-48e6-b6c5-2dcabf15104b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = afff96ee-d797-4ad2-844f-27a8c1eb6e9a org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@2c7caa67 (id: afff96ee-d797-4ad2-844f-27a8c1eb6e9a, sid: afff96ee-d797-4ad2-844f-27a8c1eb6e9a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a08baa79-d048-4eda-9574-73c7500cb3aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@47b73a4b (id: a08baa79-d048-4eda-9574-73c7500cb3aa, sid: a08baa79-d048-4eda-9574-73c7500cb3aa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC12, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = abd4925a-7576-48fc-964e-ad669cc7d885 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@e0bccf0 (id: abd4925a-7576-48fc-964e-ad669cc7d885, sid: abd4925a-7576-48fc-964e-ad669cc7d885) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d67d7bc5-3587-473e-a269-e332c4190149 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2aa6902e (id: d67d7bc5-3587-473e-a269-e332c4190149, sid: d67d7bc5-3587-473e-a269-e332c4190149) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3370b06-90e8-4229-843d-c8dd43edde34 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5f4da3d (id: a3370b06-90e8-4229-843d-c8dd43edde34, sid: a3370b06-90e8-4229-843d-c8dd43edde34) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 0b208e05-1121-4de1-8db8-7600e950311c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2cbcca24 (id: 0b208e05-1121-4de1-8db8-7600e950311c, sid: 0b208e05-1121-4de1-8db8-7600e950311c) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 206980af-7ec1-4ebd-9edc-882519815740 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@32aeed84 (id: 206980af-7ec1-4ebd-9edc-882519815740, sid: 206980af-7ec1-4ebd-9edc-882519815740) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a5c9fb66-c6ec-4213-b93c-c52d6f9da50f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4c35fcf8 (id: a5c9fb66-c6ec-4213-b93c-c52d6f9da50f, sid: a5c9fb66-c6ec-4213-b93c-c52d6f9da50f) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 50e5094e-e912-4deb-bc64-36d51ddaf16b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4b33d996 (id: 50e5094e-e912-4deb-bc64-36d51ddaf16b, sid: 50e5094e-e912-4deb-bc64-36d51ddaf16b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fff46c9c-13a2-4d3c-8314-084e47e93b6b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@571408cc (id: fff46c9c-13a2-4d3c-8314-084e47e93b6b, sid: fff46c9c-13a2-4d3c-8314-084e47e93b6b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 08da5957-64aa-4d9a-a549-036963163470 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@349505a9 (id: 08da5957-64aa-4d9a-a549-036963163470, sid: 08da5957-64aa-4d9a-a549-036963163470) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = efdf7700-68b3-474a-9649-5e02face5d6b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4ce88666 (id: efdf7700-68b3-474a-9649-5e02face5d6b, sid: efdf7700-68b3-474a-9649-5e02face5d6b) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = be1966a1-5626-468a-ab2f-4ef8fa1d493d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7baa8ae5 (id: be1966a1-5626-468a-ab2f-4ef8fa1d493d, sid: be1966a1-5626-468a-ab2f-4ef8fa1d493d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = fafdd931-363e-4010-bbcd-36b921a1a3b9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@474666a8 (id: fafdd931-363e-4010-bbcd-36b921a1a3b9, sid: fafdd931-363e-4010-bbcd-36b921a1a3b9) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 461435b7-5c4c-4080-92d6-89d8401252ab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4a3ecfef (id: 461435b7-5c4c-4080-92d6-89d8401252ab, sid: 461435b7-5c4c-4080-92d6-89d8401252ab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 3364081c-1e0a-4216-9021-ca10f1662856 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@59465acf (id: 3364081c-1e0a-4216-9021-ca10f1662856, sid: 3364081c-1e0a-4216-9021-ca10f1662856) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0246fa50-550e-4765-8b07-8cc791e7c304 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6fdc3a72 (id: 0246fa50-550e-4765-8b07-8cc791e7c304, sid: 0246fa50-550e-4765-8b07-8cc791e7c304) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e0ffe66f-ccf1-4d65-b0be-5ccdefb3dff7 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@670f4a59 (id: e0ffe66f-ccf1-4d65-b0be-5ccdefb3dff7, sid: e0ffe66f-ccf1-4d65-b0be-5ccdefb3dff7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 61974d8a-353a-4cf3-9365-956035c54e2e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@66c35013 (id: 61974d8a-353a-4cf3-9365-956035c54e2e, sid: 61974d8a-353a-4cf3-9365-956035c54e2e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7b366106-9aaf-43b0-b96f-f4cb78a284a6 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4e96a2b6 (id: 7b366106-9aaf-43b0-b96f-f4cb78a284a6, sid: 7b366106-9aaf-43b0-b96f-f4cb78a284a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 42c3bab1-970a-4991-8d3e-c29a92b6a100 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1b34ef34 (id: 42c3bab1-970a-4991-8d3e-c29a92b6a100, sid: 42c3bab1-970a-4991-8d3e-c29a92b6a100) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 37d9054f-0d2a-441c-8472-ea396c13a36b org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@55d16960 (id: 37d9054f-0d2a-441c-8472-ea396c13a36b, sid: 37d9054f-0d2a-441c-8472-ea396c13a36b) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea5ecaed-e2cf-470b-8466-6ecf15dc4f51 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7a0d46ec (id: ea5ecaed-e2cf-470b-8466-6ecf15dc4f51, sid: ea5ecaed-e2cf-470b-8466-6ecf15dc4f51) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc616240-4274-4c20-a847-bef961d7e5d8 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@175c809 (id: bc616240-4274-4c20-a847-bef961d7e5d8, sid: bc616240-4274-4c20-a847-bef961d7e5d8) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e23e818d-10bd-4d8a-9111-339e647b9caf org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3d84ca5c (id: e23e818d-10bd-4d8a-9111-339e647b9caf, sid: e23e818d-10bd-4d8a-9111-339e647b9caf) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6238aecc-4a82-436a-9874-ebf5ec34b89f org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@63c02ee5 (id: 6238aecc-4a82-436a-9874-ebf5ec34b89f, sid: 6238aecc-4a82-436a-9874-ebf5ec34b89f) (name: Final 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 550e3ed4-0fe6-4042-bee1-211f0f23647d org.polarsys.capella.core.data.capellacommon.impl.InitialPseudoStateImpl@736a3e57 (id: 550e3ed4-0fe6-4042-bee1-211f0f23647d, sid: 550e3ed4-0fe6-4042-bee1-211f0f23647d) (name: Initial 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bdcae8e-b68b-4df0-8dc2-62cc43d9e98a org.polarsys.capella.core.data.capellacommon.impl.JoinPseudoStateImpl@5cf095b3 (id: 6bdcae8e-b68b-4df0-8dc2-62cc43d9e98a, sid: 6bdcae8e-b68b-4df0-8dc2-62cc43d9e98a) (name: Join 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abd66aee-1024-4488-9c99-7ca6026616dc org.polarsys.capella.core.data.capellacommon.impl.ChoicePseudoStateImpl@47bd625b (id: abd66aee-1024-4488-9c99-7ca6026616dc, sid: abd66aee-1024-4488-9c99-7ca6026616dc) (name: Choice 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aab600ec-10fe-4789-8a97-34f5405bdd50 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2568cb4f (id: aab600ec-10fe-4789-8a97-34f5405bdd50, sid: aab600ec-10fe-4789-8a97-34f5405bdd50) (name: Mode 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 57146f22-8898-4d7c-8c26-f7824715bd53 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@752c133 (id: 57146f22-8898-4d7c-8c26-f7824715bd53, sid: 57146f22-8898-4d7c-8c26-f7824715bd53) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e820a474-e0d1-43b2-abf0-8ddcb6bb4dc1 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@5fd79167 (id: e820a474-e0d1-43b2-abf0-8ddcb6bb4dc1, sid: e820a474-e0d1-43b2-abf0-8ddcb6bb4dc1) (name: Fork 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dfc3df7-ff4a-4597-a58b-5591a775811f org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@73549f7c (id: 9dfc3df7-ff4a-4597-a58b-5591a775811f, sid: 9dfc3df7-ff4a-4597-a58b-5591a775811f) (name: Mode 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca1fee25-dbb9-4e21-ba36-48ef26e296b2 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@108500ea (id: ca1fee25-dbb9-4e21-ba36-48ef26e296b2, sid: ca1fee25-dbb9-4e21-ba36-48ef26e296b2) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac8b0639-8f19-4ca1-b20c-569baf3b28cb org.polarsys.capella.core.data.capellacommon.impl.TerminatePseudoStateImpl@14f0090 (id: ac8b0639-8f19-4ca1-b20c-569baf3b28cb, sid: ac8b0639-8f19-4ca1-b20c-569baf3b28cb) (name: Terminate 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4e411e1-eb7e-433c-9540-e31fc5a23abf org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6270e577 (id: e4e411e1-eb7e-433c-9540-e31fc5a23abf, sid: e4e411e1-eb7e-433c-9540-e31fc5a23abf) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 9c648248-22c9-4037-aac9-47ea7eb878fc org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@3588293a (id: 9c648248-22c9-4037-aac9-47ea7eb878fc, sid: 9c648248-22c9-4037-aac9-47ea7eb878fc) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = ac236aa0-dc8e-4d6d-b8e5-f9f65f9b064a org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@d32ed31 (id: ac236aa0-dc8e-4d6d-b8e5-f9f65f9b064a, sid: ac236aa0-dc8e-4d6d-b8e5-f9f65f9b064a) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = c6b07a77-f63d-473e-abf2-367f0f49db48 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@74803787 (id: c6b07a77-f63d-473e-abf2-367f0f49db48, sid: c6b07a77-f63d-473e-abf2-367f0f49db48) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = a1dd65c6-7f64-42aa-848b-603debe1addc org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@11be3f3d (id: a1dd65c6-7f64-42aa-848b-603debe1addc, sid: a1dd65c6-7f64-42aa-848b-603debe1addc) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = a2b85277-b0dc-4d60-95d6-efbc587f9b38 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@658b05c9 (id: a2b85277-b0dc-4d60-95d6-efbc587f9b38, sid: a2b85277-b0dc-4d60-95d6-efbc587f9b38) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2eed16a8-64e7-4911-8dc3-51057ab12ea2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@7fca272c (id: 2eed16a8-64e7-4911-8dc3-51057ab12ea2, sid: 2eed16a8-64e7-4911-8dc3-51057ab12ea2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = d442e44f-6a7c-4bdd-a67d-6c420acac731 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@a830b5d (id: d442e44f-6a7c-4bdd-a67d-6c420acac731, sid: d442e44f-6a7c-4bdd-a67d-6c420acac731) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 862be2f7-d684-4044-8282-c468e49c938f org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6a248ae7 (id: 862be2f7-d684-4044-8282-c468e49c938f, sid: 862be2f7-d684-4044-8282-c468e49c938f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = ce0f258e-a6b6-48fd-98f2-e3fe6eb5b082 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@573c6f27 (id: ce0f258e-a6b6-48fd-98f2-e3fe6eb5b082, sid: ce0f258e-a6b6-48fd-98f2-e3fe6eb5b082) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = b97a3099-9ee2-4578-bc0d-405b3502f490 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@7961c1ab (id: b97a3099-9ee2-4578-bc0d-405b3502f490, sid: b97a3099-9ee2-4578-bc0d-405b3502f490) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = f6124722-fd9f-44bd-a01b-3fcf81dc447f org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6b2af439 (id: f6124722-fd9f-44bd-a01b-3fcf81dc447f, sid: f6124722-fd9f-44bd-a01b-3fcf81dc447f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = fec0ad9f-720b-47f7-8f6e-250d0c99ead2 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4af9cc0b (id: fec0ad9f-720b-47f7-8f6e-250d0c99ead2, sid: fec0ad9f-720b-47f7-8f6e-250d0c99ead2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: StateMachine 1, isControlOperator: false) ID = 694648b9-24c0-4c3f-811b-c6f9d4362276 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4fcd1ac1 (id: 694648b9-24c0-4c3f-811b-c6f9d4362276, sid: 694648b9-24c0-4c3f-811b-c6f9d4362276) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 92d66856-fdb0-40f6-823d-2252356124d3 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@1dda4714 (id: 92d66856-fdb0-40f6-823d-2252356124d3, sid: 92d66856-fdb0-40f6-823d-2252356124d3) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42637c6e-3891-4cee-9e83-f39b24f86033 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@696e5a1f (id: 42637c6e-3891-4cee-9e83-f39b24f86033, sid: 42637c6e-3891-4cee-9e83-f39b24f86033) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae487ca3-7da4-4588-984d-cdb1780313af org.polarsys.capella.core.data.capellacommon.impl.StateImpl@6d735aad (id: ae487ca3-7da4-4588-984d-cdb1780313af, sid: ae487ca3-7da4-4588-984d-cdb1780313af) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de24df3a-bd7e-4e51-a50c-03786de7b819 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4acf4ed0 (id: de24df3a-bd7e-4e51-a50c-03786de7b819, sid: de24df3a-bd7e-4e51-a50c-03786de7b819) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 699ed6b9-84c4-4549-81a9-fd8914b4bcc5 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@5e2427a (id: 699ed6b9-84c4-4549-81a9-fd8914b4bcc5, sid: 699ed6b9-84c4-4549-81a9-fd8914b4bcc5) (name: State 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 851f8b09-3600-49df-a7eb-56928b3cffac org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1e474e7b (id: 851f8b09-3600-49df-a7eb-56928b3cffac, sid: 851f8b09-3600-49df-a7eb-56928b3cffac) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8139d77d-d850-4273-a0c9-fad167775eff org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@6996c92c (id: 8139d77d-d850-4273-a0c9-fad167775eff, sid: 8139d77d-d850-4273-a0c9-fad167775eff) (name: Final 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcc9b615-b5b6-49bd-8c64-8b2aedc1f4a1 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@591fa300 (id: fcc9b615-b5b6-49bd-8c64-8b2aedc1f4a1, sid: fcc9b615-b5b6-49bd-8c64-8b2aedc1f4a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 4cf90abf-a918-4e59-a83c-1297fea08790 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@4e79dbcb (id: 4cf90abf-a918-4e59-a83c-1297fea08790, sid: 4cf90abf-a918-4e59-a83c-1297fea08790) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = de215bda-d287-4713-99ab-e7d09cba7fa8 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6ae970e9 (id: de215bda-d287-4713-99ab-e7d09cba7fa8, sid: de215bda-d287-4713-99ab-e7d09cba7fa8) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = e0ae20be-20e7-48c5-a078-1a996a33dd4f org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@35691b31 (id: e0ae20be-20e7-48c5-a078-1a996a33dd4f, sid: e0ae20be-20e7-48c5-a078-1a996a33dd4f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = d83843cf-a759-402d-9650-0a7de7620d6a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@217598bf (id: d83843cf-a759-402d-9650-0a7de7620d6a, sid: d83843cf-a759-402d-9650-0a7de7620d6a) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 084a9acb-5874-4d66-910a-9f0724ca43f9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7ce6185a (id: 084a9acb-5874-4d66-910a-9f0724ca43f9, sid: 084a9acb-5874-4d66-910a-9f0724ca43f9) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 32e820f7-6205-459a-ae31-c0b6dbbad446 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@440f92e5 (id: 32e820f7-6205-459a-ae31-c0b6dbbad446, sid: 32e820f7-6205-459a-ae31-c0b6dbbad446) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 14a8911f-867d-45cb-984c-082f921a362b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4d925d8b (id: 14a8911f-867d-45cb-984c-082f921a362b, sid: 14a8911f-867d-45cb-984c-082f921a362b) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 167dafc9-6cf9-492d-9846-2cbbf80b3d2b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4c6d52a7 (id: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b, sid: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 51ad0313-5050-4e7a-ae47-eefa13776ebc org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5b7597f6 (id: 51ad0313-5050-4e7a-ae47-eefa13776ebc, sid: 51ad0313-5050-4e7a-ae47-eefa13776ebc) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 31ac0261-3947-41b6-9b41-2eab42c55c0b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@67886ac0 (id: 31ac0261-3947-41b6-9b41-2eab42c55c0b, sid: 31ac0261-3947-41b6-9b41-2eab42c55c0b) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 65071399-aea5-413f-a568-e24500d1d030 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@59cf55bf (id: 65071399-aea5-413f-a568-e24500d1d030, sid: 65071399-aea5-413f-a568-e24500d1d030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7afc3a14 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6a9f1c88 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6e2a3627 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@252a5ef8 (id: 1da431da-55cd-44b9-8b31-1e979ed62985, sid: null) (name: CrossPhases-PCtoSystemComponent) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf8ce075-d627-47c9-8f09-902034fc8683 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6d752f9b (id: cf8ce075-d627-47c9-8f09-902034fc8683, sid: cf8ce075-d627-47c9-8f09-902034fc8683) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf3df941-68ca-4b5e-a656-c8c1f5b1138c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@432d65c9 (id: bf3df941-68ca-4b5e-a656-c8c1f5b1138c, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4297b995-1067-42e6-bb9a-1068db621a15 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7842409e (id: 4297b995-1067-42e6-bb9a-1068db621a15, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@5e52823d (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@4ebe4f1c (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 4ab45793-c801-4175-a96d-67dec2fd600c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2c80665c (id: 4ab45793-c801-4175-a96d-67dec2fd600c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4b914a0-de8f-4baf-b337-126139645aca org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7ff6d1df (id: a4b914a0-de8f-4baf-b337-126139645aca, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 199109bc-3a8c-4b97-bf96-83a0cdd91311 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6183de70 (id: 199109bc-3a8c-4b97-bf96-83a0cdd91311, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0923504d-c5d0-4d3c-b2f6-ac625d9ac4b4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@587e3ac1 (id: 0923504d-c5d0-4d3c-b2f6-ac625d9ac4b4, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8323502b-44fb-4849-9204-182fc2af8e56 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@7dc6ac1c (id: 8323502b-44fb-4849-9204-182fc2af8e56, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 2e42175a-5690-4177-a7d1-d48a9023cb9e org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6f827591 (id: 2e42175a-5690-4177-a7d1-d48a9023cb9e, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = dbdcc22f-34d8-4eed-ac71-6ddeef6a0730 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@194cb0cd (id: dbdcc22f-34d8-4eed-ac71-6ddeef6a0730, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 9ff1fca2-7095-4aea-8b0c-365ac14b07d9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@304d2917 (id: 9ff1fca2-7095-4aea-8b0c-365ac14b07d9, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 82a7a85b-fc22-4db6-9ffd-d15a3c5a1b63 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@78a3d54e (id: 82a7a85b-fc22-4db6-9ffd-d15a3c5a1b63, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6a6136c4-dcf2-4167-81c9-3d74ddc05a69 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4f11936 (id: 6a6136c4-dcf2-4167-81c9-3d74ddc05a69, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 211c6f2f-d1af-4960-ae9a-0f7494456b52 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@78471bbd (id: 211c6f2f-d1af-4960-ae9a-0f7494456b52, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 4740f57c-c978-42a2-90b2-6b31d8a49d9d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@219b9033 (id: 4740f57c-c978-42a2-90b2-6b31d8a49d9d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 3cbdade7-b1f8-4f94-862b-3e473b6bcebc org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@477438eb (id: 3cbdade7-b1f8-4f94-862b-3e473b6bcebc, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2474dd27-1be5-466b-b5eb-abcd84917e8c org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4b40b19a (id: 2474dd27-1be5-466b-b5eb-abcd84917e8c, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 9b223426-57dc-44ba-bb40-afe4ce9cf466 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@b1ac1bc (id: 9b223426-57dc-44ba-bb40-afe4ce9cf466, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = f6cedf34-e046-47f0-95c9-b23016b38552 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@76fdd2e4 (id: f6cedf34-e046-47f0-95c9-b23016b38552, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5ba54f0d-a539-4070-98eb-468a69f3f4e2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@10281fb0 (id: 5ba54f0d-a539-4070-98eb-468a69f3f4e2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@24ba54a3 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@413e2f39 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@18c5a492 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@750129aa (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@36874e5 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ddabdca1-d95a-4444-a5e6-09863c716034 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3e09d16 (id: ddabdca1-d95a-4444-a5e6-09863c716034, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 855a456f-4027-40b0-8fad-cae0a3aa36cd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1b92157c (id: 855a456f-4027-40b0-8fad-cae0a3aa36cd, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 07bd0197-5933-480e-a997-0ce6fd5b6842 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4b974c21 (id: 07bd0197-5933-480e-a997-0ce6fd5b6842, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 73314faa-e6a7-4d55-adbf-fe3a78e08907 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@40b4bdcd (id: 73314faa-e6a7-4d55-adbf-fe3a78e08907, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2d32c1ea-3023-489f-b363-ac5656b78d45 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@473b90e0 (id: 2d32c1ea-3023-489f-b363-ac5656b78d45, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 7b5a91b2-4bda-4d35-964a-ede434fe91e0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4c09448e (id: 7b5a91b2-4bda-4d35-964a-ede434fe91e0, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0fed0ed9-cbbb-42fb-8bcb-ed9023ab088b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3d0eef6a (id: 0fed0ed9-cbbb-42fb-8bcb-ed9023ab088b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = aafd7d97-d62c-4bf8-bc5f-781b06acbc55 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@58b167d3 (id: aafd7d97-d62c-4bf8-bc5f-781b06acbc55, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 729c1830-cb4e-4cb3-b82a-7a6436535317 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@431650b5 (id: 729c1830-cb4e-4cb3-b82a-7a6436535317, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6d665670-c8e2-447d-b028-46507f6eaf74 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45bd516d (id: 6d665670-c8e2-447d-b028-46507f6eaf74, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dee735a2-c489-4242-82ad-575b01898e45 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f82930f (id: dee735a2-c489-4242-82ad-575b01898e45, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8171ab30-8433-4c92-997c-4c50cb6c1e27 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5c5ee2d3 (id: 8171ab30-8433-4c92-997c-4c50cb6c1e27, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = dbc50203-a3ca-4b44-8db5-61b62e66738b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dbc8215 (id: dbc50203-a3ca-4b44-8db5-61b62e66738b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@19e60003 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 29cfd351-e722-4da0-8d15-05b7c8167add org.polarsys.capella.core.data.cs.impl.PartImpl@6040736c (id: 29cfd351-e722-4da0-8d15-05b7c8167add, sid: 29cfd351-e722-4da0-8d15-05b7c8167add) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 461435b7-5c4c-4080-92d6-89d8401252ab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4eed8edd (id: 461435b7-5c4c-4080-92d6-89d8401252ab, sid: 461435b7-5c4c-4080-92d6-89d8401252ab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@47d1da2c (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@381ca55 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@77d162e7 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@44d2dcbf (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7afc3a14 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6a9f1c88 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@252a5ef8 (id: 1da431da-55cd-44b9-8b31-1e979ed62985, sid: null) (name: CrossPhases-PCtoSystemComponent) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cf8ce075-d627-47c9-8f09-902034fc8683 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6d752f9b (id: cf8ce075-d627-47c9-8f09-902034fc8683, sid: cf8ce075-d627-47c9-8f09-902034fc8683) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf3df941-68ca-4b5e-a656-c8c1f5b1138c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@432d65c9 (id: bf3df941-68ca-4b5e-a656-c8c1f5b1138c, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4297b995-1067-42e6-bb9a-1068db621a15 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7842409e (id: 4297b995-1067-42e6-bb9a-1068db621a15, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fbea3b52-0ca9-4b40-8ba4-028c73aa02f8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@105fc268 (id: fbea3b52-0ca9-4b40-8ba4-028c73aa02f8, sid: fbea3b52-0ca9-4b40-8ba4-028c73aa02f8) (name: PF11_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 25a0f031-e0fc-4e29-b1a8-2c5710717c64 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@54923e0f (id: 25a0f031-e0fc-4e29-b1a8-2c5710717c64, sid: 25a0f031-e0fc-4e29-b1a8-2c5710717c64) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 76e3333f-05a8-4657-aa21-bdedc8151d6b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7c390a79 (id: 76e3333f-05a8-4657-aa21-bdedc8151d6b, sid: 76e3333f-05a8-4657-aa21-bdedc8151d6b) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 51a836aa-7e08-476c-9bbf-03c39593b0fb org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1615f3d0 (id: 51a836aa-7e08-476c-9bbf-03c39593b0fb, sid: 51a836aa-7e08-476c-9bbf-03c39593b0fb) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fc5264b2-8397-41cc-b00f-1581e752e594 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@78b73ff8 (id: fc5264b2-8397-41cc-b00f-1581e752e594, sid: fc5264b2-8397-41cc-b00f-1581e752e594) (name: FOP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fe3f1500-832f-4859-89ae-8f574cfe0500 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@24f39894 (id: fe3f1500-832f-4859-89ae-8f574cfe0500, sid: fe3f1500-832f-4859-89ae-8f574cfe0500) (name: PF12_a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2a9b939a-d9e0-46a7-8f93-0b8c9ad2ee64 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@332ba0d1 (id: 2a9b939a-d9e0-46a7-8f93-0b8c9ad2ee64, sid: 2a9b939a-d9e0-46a7-8f93-0b8c9ad2ee64) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1aa369ce-6649-4d42-9e1e-5c4cc5dfbccc org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@30123563 (id: 1aa369ce-6649-4d42-9e1e-5c4cc5dfbccc, sid: 1aa369ce-6649-4d42-9e1e-5c4cc5dfbccc) (name: PF21_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4db023e1-33be-4a1f-9ab7-16843beb9326 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@622d2c27 (id: 4db023e1-33be-4a1f-9ab7-16843beb9326, sid: 4db023e1-33be-4a1f-9ab7-16843beb9326) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 699e23bb-4754-408a-ab91-61439db05fe5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@313ee525 (id: 699e23bb-4754-408a-ab91-61439db05fe5, sid: 699e23bb-4754-408a-ab91-61439db05fe5) (name: PF22_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 741ce12a-289b-41a8-983c-26893d939595 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@16d9919e (id: 741ce12a-289b-41a8-983c-26893d939595, sid: 741ce12a-289b-41a8-983c-26893d939595) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 4d7d85ec-6653-47ea-95e3-276aa46eb318 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@94ebbae (id: 4d7d85ec-6653-47ea-95e3-276aa46eb318, sid: 4d7d85ec-6653-47ea-95e3-276aa46eb318) (name: PF11_b) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 74583443-9f77-4e42-86a2-33f2d53c7bf5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@307c4224 (id: 74583443-9f77-4e42-86a2-33f2d53c7bf5, sid: 74583443-9f77-4e42-86a2-33f2d53c7bf5) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2c81b684-3723-468d-a721-881716a6b605 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7175e32c (id: 2c81b684-3723-468d-a721-881716a6b605, sid: 2c81b684-3723-468d-a721-881716a6b605) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6c2eac81-5f44-40da-aebe-dbf1489ecd28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@59bd0bbd (id: 6c2eac81-5f44-40da-aebe-dbf1489ecd28, sid: 6c2eac81-5f44-40da-aebe-dbf1489ecd28) (name: PF12_b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b5a03d81-e16c-4152-8b49-b767d5cd0777 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@63a94355 (id: b5a03d81-e16c-4152-8b49-b767d5cd0777, sid: b5a03d81-e16c-4152-8b49-b767d5cd0777) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 559cebd4-314d-4719-a63a-a3c07f03b100 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@237a1d2c (id: 559cebd4-314d-4719-a63a-a3c07f03b100, sid: 559cebd4-314d-4719-a63a-a3c07f03b100) (name: PF11_c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 91877520-653c-4c2c-afb2-fdc6d846e6ee org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7cf7848d (id: 91877520-653c-4c2c-afb2-fdc6d846e6ee, sid: 91877520-653c-4c2c-afb2-fdc6d846e6ee) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2bb81191-d9c1-4bd0-ad7d-54eb7ef8d423 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@55edd3ad (id: 2bb81191-d9c1-4bd0-ad7d-54eb7ef8d423, sid: 2bb81191-d9c1-4bd0-ad7d-54eb7ef8d423) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 43a16779-bf7c-4c93-ae02-9814f614f8a9 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1fed3703 (id: 43a16779-bf7c-4c93-ae02-9814f614f8a9, sid: 43a16779-bf7c-4c93-ae02-9814f614f8a9) (name: FIP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 41110b43-d9b6-4424-90f1-1765500634ec org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2c1ee84f (id: 41110b43-d9b6-4424-90f1-1765500634ec, sid: 41110b43-d9b6-4424-90f1-1765500634ec) (name: PhysicalFunction 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ea427c0e-ddaa-46d2-bb16-22dca2ffc2e3 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@17d536da (id: ea427c0e-ddaa-46d2-bb16-22dca2ffc2e3, sid: ea427c0e-ddaa-46d2-bb16-22dca2ffc2e3) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c5ea1d5a-d753-4ebf-9616-04141686fc0a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@632c383f (id: c5ea1d5a-d753-4ebf-9616-04141686fc0a, sid: c5ea1d5a-d753-4ebf-9616-04141686fc0a) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e0f33691-9cad-486d-bf61-6f71aa401d3f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6f67abc (id: e0f33691-9cad-486d-bf61-6f71aa401d3f, sid: e0f33691-9cad-486d-bf61-6f71aa401d3f) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = f812c7e4-24eb-4440-a5a9-2f3187a7739e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3a1d3704 (id: f812c7e4-24eb-4440-a5a9-2f3187a7739e, sid: f812c7e4-24eb-4440-a5a9-2f3187a7739e) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 1c439df8-7571-4215-bdef-959608f9c113 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4bf87c01 (id: 1c439df8-7571-4215-bdef-959608f9c113, sid: 1c439df8-7571-4215-bdef-959608f9c113) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8d79f355-54f0-406e-9e38-9254df17596a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@34d183c4 (id: 8d79f355-54f0-406e-9e38-9254df17596a, sid: 8d79f355-54f0-406e-9e38-9254df17596a) (name: Exchange 11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9d35b110-76c8-4960-b347-12ef6e73b016 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7e136e79 (id: 9d35b110-76c8-4960-b347-12ef6e73b016, sid: 9d35b110-76c8-4960-b347-12ef6e73b016) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3e53947f-a734-41e2-b86f-96a5e9c24bfd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6852f09a (id: 3e53947f-a734-41e2-b86f-96a5e9c24bfd, sid: 3e53947f-a734-41e2-b86f-96a5e9c24bfd) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 4ab45793-c801-4175-a96d-67dec2fd600c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2c80665c (id: 4ab45793-c801-4175-a96d-67dec2fd600c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a4b914a0-de8f-4baf-b337-126139645aca org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7ff6d1df (id: a4b914a0-de8f-4baf-b337-126139645aca, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f375e0e9-e995-4cea-a484-2d9960044068 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@7766a254 (id: f375e0e9-e995-4cea-a484-2d9960044068, sid: f375e0e9-e995-4cea-a484-2d9960044068) (name: ExchangeItem A) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 6ee26508-668f-43cb-add6-0d612ec6cbd2 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@4f91c0df (id: 6ee26508-668f-43cb-add6-0d612ec6cbd2, sid: 6ee26508-668f-43cb-add6-0d612ec6cbd2) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 5490b172-5eba-4501-ba67-5e97bb3374c7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@600cfdf7 (id: 5490b172-5eba-4501-ba67-5e97bb3374c7, sid: 5490b172-5eba-4501-ba67-5e97bb3374c7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 11f58bb9-6d06-4744-9027-a84f52f684a8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@293da000 (id: 11f58bb9-6d06-4744-9027-a84f52f684a8, sid: 11f58bb9-6d06-4744-9027-a84f52f684a8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d4fecc4e-4ad2-443e-b15c-c1dab804ff6f org.polarsys.capella.core.data.cs.impl.InterfaceImpl@6b0bd371 (id: d4fecc4e-4ad2-443e-b15c-c1dab804ff6f, sid: d4fecc4e-4ad2-443e-b15c-c1dab804ff6f) (name: Interface A) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 1b75320c-09e7-4e13-8b9d-f95ab27c9e30 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@69404a19 (id: 1b75320c-09e7-4e13-8b9d-f95ab27c9e30, sid: 1b75320c-09e7-4e13-8b9d-f95ab27c9e30) (name: InterfacePkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91b7c08e-f304-42c0-9201-771daa92a339 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@5ce58c1b (id: 91b7c08e-f304-42c0-9201-771daa92a339, sid: 91b7c08e-f304-42c0-9201-771daa92a339) (name: ExchangeItem B) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 778f19f3-53e5-406c-878b-8bd45073a910 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1d769cb9 (id: 778f19f3-53e5-406c-878b-8bd45073a910, sid: 778f19f3-53e5-406c-878b-8bd45073a910) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 88e3cca6-b405-4e4c-8bbe-17dbc2863011 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7ebc84ab (id: 88e3cca6-b405-4e4c-8bbe-17dbc2863011, sid: 88e3cca6-b405-4e4c-8bbe-17dbc2863011) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9e5036f7-5500-4c2e-b433-d43e7bb19a2c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@15c719e7 (id: 9e5036f7-5500-4c2e-b433-d43e7bb19a2c, sid: 9e5036f7-5500-4c2e-b433-d43e7bb19a2c) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f07e2f80-ef96-4cc0-a35e-78c89db872da org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6532ca10 (id: f07e2f80-ef96-4cc0-a35e-78c89db872da, sid: f07e2f80-ef96-4cc0-a35e-78c89db872da) (name: ExchangeItem C) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = c1d25fe1-cb83-4c02-a8d6-dc8b89ecf883 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@4c08015b (id: c1d25fe1-cb83-4c02-a8d6-dc8b89ecf883, sid: c1d25fe1-cb83-4c02-a8d6-dc8b89ecf883) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 5152cf0a-2b39-4fb3-be06-366095c9830e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@560b5dad (id: 5152cf0a-2b39-4fb3-be06-366095c9830e, sid: 5152cf0a-2b39-4fb3-be06-366095c9830e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9dd94706-53c8-4688-b986-f0e00ee47a12 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7b2e7eaa (id: 9dd94706-53c8-4688-b986-f0e00ee47a12, sid: 9dd94706-53c8-4688-b986-f0e00ee47a12) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = b3718bc6-c8b8-4de4-80d0-daa68b721930 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@8bf5995 (id: b3718bc6-c8b8-4de4-80d0-daa68b721930, sid: b3718bc6-c8b8-4de4-80d0-daa68b721930) (name: ExchangeItem D) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 99f5f8e6-83a7-4c4b-b05c-f7176defbed2 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@4319300 (id: 99f5f8e6-83a7-4c4b-b05c-f7176defbed2, sid: 99f5f8e6-83a7-4c4b-b05c-f7176defbed2) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 64fa91cb-fc58-46d1-ad71-35e3c1712674 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8db401e (id: 64fa91cb-fc58-46d1-ad71-35e3c1712674, sid: 64fa91cb-fc58-46d1-ad71-35e3c1712674) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e72dd451-c6f4-4a57-8aa9-d8578586e2c7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8b481 (id: e72dd451-c6f4-4a57-8aa9-d8578586e2c7, sid: e72dd451-c6f4-4a57-8aa9-d8578586e2c7) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9f60ae26-71a4-4e03-8b99-142ec0a876e9 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@720936e4 (id: 9f60ae26-71a4-4e03-8b99-142ec0a876e9, sid: 9f60ae26-71a4-4e03-8b99-142ec0a876e9) (name: ExchangeItemElement 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = ad106a0a-eaa2-4bdb-b77e-e6f55f5a1f51 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7a280236 (id: ad106a0a-eaa2-4bdb-b77e-e6f55f5a1f51, sid: ad106a0a-eaa2-4bdb-b77e-e6f55f5a1f51) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 224e0528-01ea-4884-9431-d35b5d9013b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@282176dd (id: 224e0528-01ea-4884-9431-d35b5d9013b8, sid: 224e0528-01ea-4884-9431-d35b5d9013b8) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2b5096f8-091b-4df7-8032-9602e38f7982 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@6dc863e4 (id: 2b5096f8-091b-4df7-8032-9602e38f7982, sid: 2b5096f8-091b-4df7-8032-9602e38f7982) (name: ExchangeItemElement 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = fe5e8a02-88a7-40d0-8e39-76191c61cec5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@564dc6af (id: fe5e8a02-88a7-40d0-8e39-76191c61cec5, sid: fe5e8a02-88a7-40d0-8e39-76191c61cec5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 20e4935f-7e30-4eb7-9cc8-acb0d2cf3d88 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6cce47e2 (id: 20e4935f-7e30-4eb7-9cc8-acb0d2cf3d88, sid: 20e4935f-7e30-4eb7-9cc8-acb0d2cf3d88) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 793669af-9620-4f5d-88aa-267b690d0ac3 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@4f7a5338 (id: 793669af-9620-4f5d-88aa-267b690d0ac3, sid: 793669af-9620-4f5d-88aa-267b690d0ac3) (name: Interface B) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 199109bc-3a8c-4b97-bf96-83a0cdd91311 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6183de70 (id: 199109bc-3a8c-4b97-bf96-83a0cdd91311, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 1aa1efc3-b882-41fe-8192-c672390e04b9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@59c30451 (id: 1aa1efc3-b882-41fe-8192-c672390e04b9, sid: 1aa1efc3-b882-41fe-8192-c672390e04b9) (name: DataPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 9295ec1a-c77b-43ad-a2ef-db415b72d503 org.polarsys.capella.core.data.information.impl.ClassImpl@47acb9dc (id: 9295ec1a-c77b-43ad-a2ef-db415b72d503, sid: 9295ec1a-c77b-43ad-a2ef-db415b72d503) (name: Class 100) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 71d04a3b-bcb5-4e11-83da-702f47d93a8d org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@5a52c182 (id: 71d04a3b-bcb5-4e11-83da-702f47d93a8d, sid: 71d04a3b-bcb5-4e11-83da-702f47d93a8d) (name: LiteralStringValue 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 51e4eade-ff52-4515-b731-fe4e069615c2 org.polarsys.capella.core.data.information.impl.ClassImpl@25dde4e6 (id: 51e4eade-ff52-4515-b731-fe4e069615c2, sid: 51e4eade-ff52-4515-b731-fe4e069615c2) (name: Class 300) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = ee233e42-9fef-4218-ab38-4399ecf7d747 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@64fd9d80 (id: ee233e42-9fef-4218-ab38-4399ecf7d747, sid: ee233e42-9fef-4218-ab38-4399ecf7d747) (name: BinaryExpression 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 740b061e-a087-4913-92e7-f6f37ba81d66 org.polarsys.capella.core.data.information.impl.ClassImpl@46bdaa9a (id: 740b061e-a087-4913-92e7-f6f37ba81d66, sid: 740b061e-a087-4913-92e7-f6f37ba81d66) (name: Class 200) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 8b3a92ba-6cd7-43bd-916a-53997dfb9043 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@a2f2d1e (id: 8b3a92ba-6cd7-43bd-916a-53997dfb9043, sid: 8b3a92ba-6cd7-43bd-916a-53997dfb9043) (name: LiteralStringValue 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = cc6cfec2-5ea8-4982-81d1-e2a8fe975c2d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@409f1269 (id: cc6cfec2-5ea8-4982-81d1-e2a8fe975c2d, sid: cc6cfec2-5ea8-4982-81d1-e2a8fe975c2d) (name: LiteralNumericValue 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 93d3760c-41b8-4730-af90-401dd79694ce org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@522c7e8f (id: 93d3760c-41b8-4730-af90-401dd79694ce, sid: 93d3760c-41b8-4730-af90-401dd79694ce) (name: NumericType 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = 59b7fc1b-60cb-44a5-8665-7bc56e512e3c org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@992cedc (id: 59b7fc1b-60cb-44a5-8665-7bc56e512e3c, sid: 59b7fc1b-60cb-44a5-8665-7bc56e512e3c) (name: StringType 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 1eeb9155-fef1-4530-8ac4-924281f5fad4 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@fde5846 (id: 1eeb9155-fef1-4530-8ac4-924281f5fad4, sid: 1eeb9155-fef1-4530-8ac4-924281f5fad4) (name: BooleanType 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@19e60003 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 29cfd351-e722-4da0-8d15-05b7c8167add org.polarsys.capella.core.data.cs.impl.PartImpl@6040736c (id: 29cfd351-e722-4da0-8d15-05b7c8167add, sid: 29cfd351-e722-4da0-8d15-05b7c8167add) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1700bab0-02fc-40e9-acce-9a2f64ed63cf org.polarsys.capella.core.data.cs.impl.PartImpl@68836f62 (id: 1700bab0-02fc-40e9-acce-9a2f64ed63cf, sid: 1700bab0-02fc-40e9-acce-9a2f64ed63cf) (name: PC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 23b269f9-00de-4003-b931-87c32d2bb602 org.polarsys.capella.core.data.cs.impl.PartImpl@1439bce6 (id: 23b269f9-00de-4003-b931-87c32d2bb602, sid: 23b269f9-00de-4003-b931-87c32d2bb602) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9248daac-00db-42da-a8de-a86008248974 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@4a156085 (id: 9248daac-00db-42da-a8de-a86008248974, sid: 9248daac-00db-42da-a8de-a86008248974) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: , review: null, kind: FLOW, oriented: false) ID = 24cb32b1-3455-4ed4-aeae-6289b1293e5f org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@635a97dc (id: 24cb32b1-3455-4ed4-aeae-6289b1293e5f, sid: 24cb32b1-3455-4ed4-aeae-6289b1293e5f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 103fc639-e43a-4ac4-9332-d7d382379874 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@e58233d (id: 103fc639-e43a-4ac4-9332-d7d382379874, sid: 103fc639-e43a-4ac4-9332-d7d382379874) (name: CE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 7219bd38-b7d0-495a-a09c-654fbe6c9074 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@21ef734b (id: 7219bd38-b7d0-495a-a09c-654fbe6c9074, sid: 7219bd38-b7d0-495a-a09c-654fbe6c9074) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bd508127-fce3-43ba-baa6-141cc108178f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@ef81fa3 (id: bd508127-fce3-43ba-baa6-141cc108178f, sid: bd508127-fce3-43ba-baa6-141cc108178f) (name: CE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 79c5aae7-ea81-4699-b919-01f0f4539c26 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@35f89e96 (id: 79c5aae7-ea81-4699-b919-01f0f4539c26, sid: 79c5aae7-ea81-4699-b919-01f0f4539c26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d8cdee7a-1569-411e-925a-4b58ffe3d1d9 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@31b42f69 (id: d8cdee7a-1569-411e-925a-4b58ffe3d1d9, sid: d8cdee7a-1569-411e-925a-4b58ffe3d1d9) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = a7c367ec-2b2a-4b31-96b7-4e44c97bd210 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@6982e9df (id: a7c367ec-2b2a-4b31-96b7-4e44c97bd210, sid: a7c367ec-2b2a-4b31-96b7-4e44c97bd210) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42ab1656-bbae-4488-9834-64724ea5b7a9 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@74c1eef5 (id: 42ab1656-bbae-4488-9834-64724ea5b7a9, sid: 42ab1656-bbae-4488-9834-64724ea5b7a9) (name: PL2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 724ee438-c710-4a11-86a5-c19fff8afe46 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@5b3ca528 (id: 724ee438-c710-4a11-86a5-c19fff8afe46, sid: 724ee438-c710-4a11-86a5-c19fff8afe46) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1fa8faa5-29fd-4fbd-938c-8fd982accd36 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@32a13351 (id: 1fa8faa5-29fd-4fbd-938c-8fd982accd36, sid: 1fa8faa5-29fd-4fbd-938c-8fd982accd36) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d55686b-ae7a-4e38-b637-0168f352522c org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@4b1e00b4 (id: 9d55686b-ae7a-4e38-b637-0168f352522c, sid: 9d55686b-ae7a-4e38-b637-0168f352522c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 29a47992-e817-458b-a375-28a6d2378e60 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@4d075223 (id: 29a47992-e817-458b-a375-28a6d2378e60, sid: 29a47992-e817-458b-a375-28a6d2378e60) (name: PL11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b7edaef2-b4be-48e6-b6c5-2dcabf15104b org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@3e8ccc9e (id: b7edaef2-b4be-48e6-b6c5-2dcabf15104b, sid: b7edaef2-b4be-48e6-b6c5-2dcabf15104b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = afff96ee-d797-4ad2-844f-27a8c1eb6e9a org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@68317280 (id: afff96ee-d797-4ad2-844f-27a8c1eb6e9a, sid: afff96ee-d797-4ad2-844f-27a8c1eb6e9a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 461435b7-5c4c-4080-92d6-89d8401252ab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4eed8edd (id: 461435b7-5c4c-4080-92d6-89d8401252ab, sid: 461435b7-5c4c-4080-92d6-89d8401252ab) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 3364081c-1e0a-4216-9021-ca10f1662856 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1419e400 (id: 3364081c-1e0a-4216-9021-ca10f1662856, sid: 3364081c-1e0a-4216-9021-ca10f1662856) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0246fa50-550e-4765-8b07-8cc791e7c304 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@16a3d57f (id: 0246fa50-550e-4765-8b07-8cc791e7c304, sid: 0246fa50-550e-4765-8b07-8cc791e7c304) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e0ffe66f-ccf1-4d65-b0be-5ccdefb3dff7 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@62b4e5f4 (id: e0ffe66f-ccf1-4d65-b0be-5ccdefb3dff7, sid: e0ffe66f-ccf1-4d65-b0be-5ccdefb3dff7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 61974d8a-353a-4cf3-9365-956035c54e2e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@36110b6d (id: 61974d8a-353a-4cf3-9365-956035c54e2e, sid: 61974d8a-353a-4cf3-9365-956035c54e2e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7b366106-9aaf-43b0-b96f-f4cb78a284a6 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4224c85b (id: 7b366106-9aaf-43b0-b96f-f4cb78a284a6, sid: 7b366106-9aaf-43b0-b96f-f4cb78a284a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 42c3bab1-970a-4991-8d3e-c29a92b6a100 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@52fb6811 (id: 42c3bab1-970a-4991-8d3e-c29a92b6a100, sid: 42c3bab1-970a-4991-8d3e-c29a92b6a100) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 37d9054f-0d2a-441c-8472-ea396c13a36b org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@2cc9bf80 (id: 37d9054f-0d2a-441c-8472-ea396c13a36b, sid: 37d9054f-0d2a-441c-8472-ea396c13a36b) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea5ecaed-e2cf-470b-8466-6ecf15dc4f51 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2222aaa0 (id: ea5ecaed-e2cf-470b-8466-6ecf15dc4f51, sid: ea5ecaed-e2cf-470b-8466-6ecf15dc4f51) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bc616240-4274-4c20-a847-bef961d7e5d8 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4620d8af (id: bc616240-4274-4c20-a847-bef961d7e5d8, sid: bc616240-4274-4c20-a847-bef961d7e5d8) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e23e818d-10bd-4d8a-9111-339e647b9caf org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4f128b9a (id: e23e818d-10bd-4d8a-9111-339e647b9caf, sid: e23e818d-10bd-4d8a-9111-339e647b9caf) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6238aecc-4a82-436a-9874-ebf5ec34b89f org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@2ec61847 (id: 6238aecc-4a82-436a-9874-ebf5ec34b89f, sid: 6238aecc-4a82-436a-9874-ebf5ec34b89f) (name: Final 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 550e3ed4-0fe6-4042-bee1-211f0f23647d org.polarsys.capella.core.data.capellacommon.impl.InitialPseudoStateImpl@1986c095 (id: 550e3ed4-0fe6-4042-bee1-211f0f23647d, sid: 550e3ed4-0fe6-4042-bee1-211f0f23647d) (name: Initial 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6bdcae8e-b68b-4df0-8dc2-62cc43d9e98a org.polarsys.capella.core.data.capellacommon.impl.JoinPseudoStateImpl@592386aa (id: 6bdcae8e-b68b-4df0-8dc2-62cc43d9e98a, sid: 6bdcae8e-b68b-4df0-8dc2-62cc43d9e98a) (name: Join 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abd66aee-1024-4488-9c99-7ca6026616dc org.polarsys.capella.core.data.capellacommon.impl.ChoicePseudoStateImpl@236984f (id: abd66aee-1024-4488-9c99-7ca6026616dc, sid: abd66aee-1024-4488-9c99-7ca6026616dc) (name: Choice 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aab600ec-10fe-4789-8a97-34f5405bdd50 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@1c2cbc6e (id: aab600ec-10fe-4789-8a97-34f5405bdd50, sid: aab600ec-10fe-4789-8a97-34f5405bdd50) (name: Mode 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 57146f22-8898-4d7c-8c26-f7824715bd53 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@33815516 (id: 57146f22-8898-4d7c-8c26-f7824715bd53, sid: 57146f22-8898-4d7c-8c26-f7824715bd53) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e820a474-e0d1-43b2-abf0-8ddcb6bb4dc1 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@76d2931a (id: e820a474-e0d1-43b2-abf0-8ddcb6bb4dc1, sid: e820a474-e0d1-43b2-abf0-8ddcb6bb4dc1) (name: Fork 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dfc3df7-ff4a-4597-a58b-5591a775811f org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@4090896f (id: 9dfc3df7-ff4a-4597-a58b-5591a775811f, sid: 9dfc3df7-ff4a-4597-a58b-5591a775811f) (name: Mode 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca1fee25-dbb9-4e21-ba36-48ef26e296b2 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@392692df (id: ca1fee25-dbb9-4e21-ba36-48ef26e296b2, sid: ca1fee25-dbb9-4e21-ba36-48ef26e296b2) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac8b0639-8f19-4ca1-b20c-569baf3b28cb org.polarsys.capella.core.data.capellacommon.impl.TerminatePseudoStateImpl@364908 (id: ac8b0639-8f19-4ca1-b20c-569baf3b28cb, sid: ac8b0639-8f19-4ca1-b20c-569baf3b28cb) (name: Terminate 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e4e411e1-eb7e-433c-9540-e31fc5a23abf org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@629e5057 (id: e4e411e1-eb7e-433c-9540-e31fc5a23abf, sid: e4e411e1-eb7e-433c-9540-e31fc5a23abf) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 9c648248-22c9-4037-aac9-47ea7eb878fc org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2601769a (id: 9c648248-22c9-4037-aac9-47ea7eb878fc, sid: 9c648248-22c9-4037-aac9-47ea7eb878fc) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = ac236aa0-dc8e-4d6d-b8e5-f9f65f9b064a org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2b3ca8ef (id: ac236aa0-dc8e-4d6d-b8e5-f9f65f9b064a, sid: ac236aa0-dc8e-4d6d-b8e5-f9f65f9b064a) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = c6b07a77-f63d-473e-abf2-367f0f49db48 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@1970ca89 (id: c6b07a77-f63d-473e-abf2-367f0f49db48, sid: c6b07a77-f63d-473e-abf2-367f0f49db48) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = a1dd65c6-7f64-42aa-848b-603debe1addc org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@9fc2d18 (id: a1dd65c6-7f64-42aa-848b-603debe1addc, sid: a1dd65c6-7f64-42aa-848b-603debe1addc) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = a2b85277-b0dc-4d60-95d6-efbc587f9b38 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@24643f1b (id: a2b85277-b0dc-4d60-95d6-efbc587f9b38, sid: a2b85277-b0dc-4d60-95d6-efbc587f9b38) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2eed16a8-64e7-4911-8dc3-51057ab12ea2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6a5190a8 (id: 2eed16a8-64e7-4911-8dc3-51057ab12ea2, sid: 2eed16a8-64e7-4911-8dc3-51057ab12ea2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = d442e44f-6a7c-4bdd-a67d-6c420acac731 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@756a3be9 (id: d442e44f-6a7c-4bdd-a67d-6c420acac731, sid: d442e44f-6a7c-4bdd-a67d-6c420acac731) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 862be2f7-d684-4044-8282-c468e49c938f org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@1d164cb1 (id: 862be2f7-d684-4044-8282-c468e49c938f, sid: 862be2f7-d684-4044-8282-c468e49c938f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = ce0f258e-a6b6-48fd-98f2-e3fe6eb5b082 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@188f24ef (id: ce0f258e-a6b6-48fd-98f2-e3fe6eb5b082, sid: ce0f258e-a6b6-48fd-98f2-e3fe6eb5b082) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = b97a3099-9ee2-4578-bc0d-405b3502f490 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@7ebd3386 (id: b97a3099-9ee2-4578-bc0d-405b3502f490, sid: b97a3099-9ee2-4578-bc0d-405b3502f490) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = f6124722-fd9f-44bd-a01b-3fcf81dc447f org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@5a2cfacb (id: f6124722-fd9f-44bd-a01b-3fcf81dc447f, sid: f6124722-fd9f-44bd-a01b-3fcf81dc447f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = fec0ad9f-720b-47f7-8f6e-250d0c99ead2 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6f2465d2 (id: fec0ad9f-720b-47f7-8f6e-250d0c99ead2, sid: fec0ad9f-720b-47f7-8f6e-250d0c99ead2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: StateMachine 1, isControlOperator: false) ID = 694648b9-24c0-4c3f-811b-c6f9d4362276 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1ed94a8e (id: 694648b9-24c0-4c3f-811b-c6f9d4362276, sid: 694648b9-24c0-4c3f-811b-c6f9d4362276) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 92d66856-fdb0-40f6-823d-2252356124d3 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@51d7d3a3 (id: 92d66856-fdb0-40f6-823d-2252356124d3, sid: 92d66856-fdb0-40f6-823d-2252356124d3) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42637c6e-3891-4cee-9e83-f39b24f86033 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@b7897f9 (id: 42637c6e-3891-4cee-9e83-f39b24f86033, sid: 42637c6e-3891-4cee-9e83-f39b24f86033) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae487ca3-7da4-4588-984d-cdb1780313af org.polarsys.capella.core.data.capellacommon.impl.StateImpl@473e69b1 (id: ae487ca3-7da4-4588-984d-cdb1780313af, sid: ae487ca3-7da4-4588-984d-cdb1780313af) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de24df3a-bd7e-4e51-a50c-03786de7b819 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@13e7d6e2 (id: de24df3a-bd7e-4e51-a50c-03786de7b819, sid: de24df3a-bd7e-4e51-a50c-03786de7b819) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 699ed6b9-84c4-4549-81a9-fd8914b4bcc5 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@7cc255f6 (id: 699ed6b9-84c4-4549-81a9-fd8914b4bcc5, sid: 699ed6b9-84c4-4549-81a9-fd8914b4bcc5) (name: State 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 851f8b09-3600-49df-a7eb-56928b3cffac org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@33cac2c8 (id: 851f8b09-3600-49df-a7eb-56928b3cffac, sid: 851f8b09-3600-49df-a7eb-56928b3cffac) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8139d77d-d850-4273-a0c9-fad167775eff org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@70d46e1 (id: 8139d77d-d850-4273-a0c9-fad167775eff, sid: 8139d77d-d850-4273-a0c9-fad167775eff) (name: Final 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcc9b615-b5b6-49bd-8c64-8b2aedc1f4a1 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2a70d024 (id: fcc9b615-b5b6-49bd-8c64-8b2aedc1f4a1, sid: fcc9b615-b5b6-49bd-8c64-8b2aedc1f4a1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 4cf90abf-a918-4e59-a83c-1297fea08790 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@44735d79 (id: 4cf90abf-a918-4e59-a83c-1297fea08790, sid: 4cf90abf-a918-4e59-a83c-1297fea08790) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = de215bda-d287-4713-99ab-e7d09cba7fa8 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@214a0bbd (id: de215bda-d287-4713-99ab-e7d09cba7fa8, sid: de215bda-d287-4713-99ab-e7d09cba7fa8) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = e0ae20be-20e7-48c5-a078-1a996a33dd4f org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@4c1d6b3b (id: e0ae20be-20e7-48c5-a078-1a996a33dd4f, sid: e0ae20be-20e7-48c5-a078-1a996a33dd4f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = d83843cf-a759-402d-9650-0a7de7620d6a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@42f16492 (id: d83843cf-a759-402d-9650-0a7de7620d6a, sid: d83843cf-a759-402d-9650-0a7de7620d6a) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 084a9acb-5874-4d66-910a-9f0724ca43f9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5a5960e3 (id: 084a9acb-5874-4d66-910a-9f0724ca43f9, sid: 084a9acb-5874-4d66-910a-9f0724ca43f9) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 32e820f7-6205-459a-ae31-c0b6dbbad446 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@11139748 (id: 32e820f7-6205-459a-ae31-c0b6dbbad446, sid: 32e820f7-6205-459a-ae31-c0b6dbbad446) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 14a8911f-867d-45cb-984c-082f921a362b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@77826333 (id: 14a8911f-867d-45cb-984c-082f921a362b, sid: 14a8911f-867d-45cb-984c-082f921a362b) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 51ad0313-5050-4e7a-ae47-eefa13776ebc org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2fa533f (id: 51ad0313-5050-4e7a-ae47-eefa13776ebc, sid: 51ad0313-5050-4e7a-ae47-eefa13776ebc) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 31ac0261-3947-41b6-9b41-2eab42c55c0b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@20c3aedb (id: 31ac0261-3947-41b6-9b41-2eab42c55c0b, sid: 31ac0261-3947-41b6-9b41-2eab42c55c0b) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 167dafc9-6cf9-492d-9846-2cbbf80b3d2b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7b4f6ea9 (id: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b, sid: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 65071399-aea5-413f-a568-e24500d1d030 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@54cd5bdb (id: 65071399-aea5-413f-a568-e24500d1d030, sid: 65071399-aea5-413f-a568-e24500d1d030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5c9fb66-c6ec-4213-b93c-c52d6f9da50f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6766af65 (id: a5c9fb66-c6ec-4213-b93c-c52d6f9da50f, sid: a5c9fb66-c6ec-4213-b93c-c52d6f9da50f) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 50e5094e-e912-4deb-bc64-36d51ddaf16b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@30aae33b (id: 50e5094e-e912-4deb-bc64-36d51ddaf16b, sid: 50e5094e-e912-4deb-bc64-36d51ddaf16b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fff46c9c-13a2-4d3c-8314-084e47e93b6b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@14ebe5f1 (id: fff46c9c-13a2-4d3c-8314-084e47e93b6b, sid: fff46c9c-13a2-4d3c-8314-084e47e93b6b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 08da5957-64aa-4d9a-a549-036963163470 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3c00f218 (id: 08da5957-64aa-4d9a-a549-036963163470, sid: 08da5957-64aa-4d9a-a549-036963163470) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = fafdd931-363e-4010-bbcd-36b921a1a3b9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7138289b (id: fafdd931-363e-4010-bbcd-36b921a1a3b9, sid: fafdd931-363e-4010-bbcd-36b921a1a3b9) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = be1966a1-5626-468a-ab2f-4ef8fa1d493d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7851aaf (id: be1966a1-5626-468a-ab2f-4ef8fa1d493d, sid: be1966a1-5626-468a-ab2f-4ef8fa1d493d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = efdf7700-68b3-474a-9649-5e02face5d6b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@29ebb11e (id: efdf7700-68b3-474a-9649-5e02face5d6b, sid: efdf7700-68b3-474a-9649-5e02face5d6b) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a08baa79-d048-4eda-9574-73c7500cb3aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7e314272 (id: a08baa79-d048-4eda-9574-73c7500cb3aa, sid: a08baa79-d048-4eda-9574-73c7500cb3aa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC12, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = abd4925a-7576-48fc-964e-ad669cc7d885 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5415159 (id: abd4925a-7576-48fc-964e-ad669cc7d885, sid: abd4925a-7576-48fc-964e-ad669cc7d885) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d67d7bc5-3587-473e-a269-e332c4190149 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2874e6ec (id: d67d7bc5-3587-473e-a269-e332c4190149, sid: d67d7bc5-3587-473e-a269-e332c4190149) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0b208e05-1121-4de1-8db8-7600e950311c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4d6a02aa (id: 0b208e05-1121-4de1-8db8-7600e950311c, sid: 0b208e05-1121-4de1-8db8-7600e950311c) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = a3370b06-90e8-4229-843d-c8dd43edde34 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@70bd12f (id: a3370b06-90e8-4229-843d-c8dd43edde34, sid: a3370b06-90e8-4229-843d-c8dd43edde34) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 206980af-7ec1-4ebd-9edc-882519815740 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@13305da3 (id: 206980af-7ec1-4ebd-9edc-882519815740, sid: 206980af-7ec1-4ebd-9edc-882519815740) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3348934b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@37e8dff1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@70c31fce (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@54ab1156 (id: 51a682ec-43a4-4b8e-8f22-c2784fd73868, sid: null) (name: CrossPhases-ComponentExchangesAndPorts) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b0f87e7b-f467-454c-8b71-15cbe89849c9 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@306a2ded (id: b0f87e7b-f467-454c-8b71-15cbe89849c9, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 78b952c2-4ac6-456a-9ea4-95b9b3c3789a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7a5276e9 (id: 78b952c2-4ac6-456a-9ea4-95b9b3c3789a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 71c1cae1-b70d-4534-adee-74ca08428160 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@62469b40 (id: 71c1cae1-b70d-4534-adee-74ca08428160, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@667778ad (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d3c8907-d588-4e79-b1d9-2ffd5c6c170e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1ff9d5ca (id: 9d3c8907-d588-4e79-b1d9-2ffd5c6c170e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 9a27caa8-b3e8-40a4-bc0b-4af130725117 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7efb8538 (id: 9a27caa8-b3e8-40a4-bc0b-4af130725117, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5804a0bc-bd97-4f20-bcf9-331f09eddd21 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@29ddae72 (id: 5804a0bc-bd97-4f20-bcf9-331f09eddd21, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4b79859a-115a-4dea-83d9-0827bd4440ab org.polarsys.capella.core.data.information.impl.DataPkgImpl@62c6f095 (id: 4b79859a-115a-4dea-83d9-0827bd4440ab, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = fc7330dc-6ece-46b5-bb27-25e7fc97c1e6 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1549cb03 (id: fc7330dc-6ece-46b5-bb27-25e7fc97c1e6, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8ce8fea7-c5ae-4d7a-a4da-65368829c21c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@54844f1c (id: 8ce8fea7-c5ae-4d7a-a4da-65368829c21c, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 680f962b-0135-4cc8-a2a1-3497eb64d1a7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@5c03d11e (id: 680f962b-0135-4cc8-a2a1-3497eb64d1a7, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 2a2d1449-8ab7-40e4-a7ae-0d36eb5d59db org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2ce35231 (id: 2a2d1449-8ab7-40e4-a7ae-0d36eb5d59db, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 8231f6c7-851d-4db5-ae49-daa80fe420ce org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7729857d (id: 8231f6c7-851d-4db5-ae49-daa80fe420ce, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2ffad99a-f14b-4cfd-908b-a8c56f14b8c9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@123d82b (id: 2ffad99a-f14b-4cfd-908b-a8c56f14b8c9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 966a00e6-053c-45b8-91d5-75b20050baef org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@436a6230 (id: 966a00e6-053c-45b8-91d5-75b20050baef, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 3ff1f248-824e-48ea-b9bf-bf091251c42c org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@75aec2b6 (id: 3ff1f248-824e-48ea-b9bf-bf091251c42c, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 50023516-9431-4dda-a8b0-2f23486e8f3a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4e97b313 (id: 50023516-9431-4dda-a8b0-2f23486e8f3a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8bde6c30-5bd4-49ef-8164-cda413f85272 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@51eac86a (id: 8bde6c30-5bd4-49ef-8164-cda413f85272, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 8523bff5-df4d-453b-82c4-12c5437eb5c1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@41815b85 (id: 8523bff5-df4d-453b-82c4-12c5437eb5c1, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 0933927d-8e37-415e-a3f4-d18c7faeacf8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@42b99a71 (id: 0933927d-8e37-415e-a3f4-d18c7faeacf8, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = f1904dbe-216b-46bb-ad62-44b61f0b60c9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@31c5a61e (id: f1904dbe-216b-46bb-ad62-44b61f0b60c9, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 141e1fbc-6726-4496-9201-bc178662d4c1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@366b81d4 (id: 141e1fbc-6726-4496-9201-bc178662d4c1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@2e738687 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6da2fb74 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@51e7ef17 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@49bafc7b (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7b4f0c75 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 86f11a89-043d-45c5-ba24-6d32a5ed6f01 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7319de23 (id: 86f11a89-043d-45c5-ba24-6d32a5ed6f01, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 8918fab7-df44-4052-a336-4e24edeb4a01 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6f706308 (id: 8918fab7-df44-4052-a336-4e24edeb4a01, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6fbd8077-9b25-427f-ba54-b757c46a56ec org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5ff2a13 (id: 6fbd8077-9b25-427f-ba54-b757c46a56ec, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 30708d4f-b045-4fce-9653-6c5e8d7359ea org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@155d4982 (id: 30708d4f-b045-4fce-9653-6c5e8d7359ea, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2e27acb2-5601-49e6-b0e4-d0494fe546ef org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@288875cc (id: 2e27acb2-5601-49e6-b0e4-d0494fe546ef, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d3957132-cef6-48dc-9793-9d223a558f68 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@440c2bf6 (id: d3957132-cef6-48dc-9793-9d223a558f68, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 468a494d-5bd8-4bdd-80f2-e700b8ea2413 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@38df3ed6 (id: 468a494d-5bd8-4bdd-80f2-e700b8ea2413, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8279b956-2e11-407d-9400-6aad2cc8addf org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@47b17116 (id: 8279b956-2e11-407d-9400-6aad2cc8addf, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7a47afd4-df1e-40a4-bd2b-51c5b1674de3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2c7c4a39 (id: 7a47afd4-df1e-40a4-bd2b-51c5b1674de3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4e216528-62da-4497-8d42-ac7d4abc48fc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@90a97db (id: 4e216528-62da-4497-8d42-ac7d4abc48fc, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4539ddc7-6143-4da3-bb9b-da75dfd06de5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@48e221a2 (id: 4539ddc7-6143-4da3-bb9b-da75dfd06de5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = cc6858dc-36d3-46c3-a9e5-2e251c21dac8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@417d069 (id: cc6858dc-36d3-46c3-a9e5-2e251c21dac8, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 34ecc764-4ac9-4327-960d-077c425f2d55 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4a746f50 (id: 34ecc764-4ac9-4327-960d-077c425f2d55, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@547717aa (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5fb6f116-be14-4737-af2b-4dc2e94a053e org.polarsys.capella.core.data.cs.impl.PartImpl@ce50bcd (id: 5fb6f116-be14-4737-af2b-4dc2e94a053e, sid: 5fb6f116-be14-4737-af2b-4dc2e94a053e) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 17d5c35f-25c6-4fab-8273-727f6d791e65 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@e7d8db0 (id: 17d5c35f-25c6-4fab-8273-727f6d791e65, sid: 17d5c35f-25c6-4fab-8273-727f6d791e65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@284eaab4 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@48a0df9a (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@6674d73f (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@6912f0aa (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3348934b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@37e8dff1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@54ab1156 (id: 51a682ec-43a4-4b8e-8f22-c2784fd73868, sid: null) (name: CrossPhases-ComponentExchangesAndPorts) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b0f87e7b-f467-454c-8b71-15cbe89849c9 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@306a2ded (id: b0f87e7b-f467-454c-8b71-15cbe89849c9, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 78b952c2-4ac6-456a-9ea4-95b9b3c3789a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7a5276e9 (id: 78b952c2-4ac6-456a-9ea4-95b9b3c3789a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 71c1cae1-b70d-4534-adee-74ca08428160 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@62469b40 (id: 71c1cae1-b70d-4534-adee-74ca08428160, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f7917533-e4bc-4dd7-ba21-70c740796502 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@37c5c592 (id: f7917533-e4bc-4dd7-ba21-70c740796502, sid: f7917533-e4bc-4dd7-ba21-70c740796502) (name: PF11_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 2f8d17f9-10c7-4496-a877-62546dd08758 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@562193c2 (id: 2f8d17f9-10c7-4496-a877-62546dd08758, sid: 2f8d17f9-10c7-4496-a877-62546dd08758) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b4a0ee70-6145-4d0d-a26b-f62788df2819 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3fad42d1 (id: b4a0ee70-6145-4d0d-a26b-f62788df2819, sid: b4a0ee70-6145-4d0d-a26b-f62788df2819) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 86813d40-92e8-4031-b05c-010d57527a22 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@696742ff (id: 86813d40-92e8-4031-b05c-010d57527a22, sid: 86813d40-92e8-4031-b05c-010d57527a22) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = facbcdee-a84b-4b09-a0e6-8344df205417 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7017f314 (id: facbcdee-a84b-4b09-a0e6-8344df205417, sid: facbcdee-a84b-4b09-a0e6-8344df205417) (name: FOP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d5c78577-ed8e-464d-b362-1174682a031c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@39f775ea (id: d5c78577-ed8e-464d-b362-1174682a031c, sid: d5c78577-ed8e-464d-b362-1174682a031c) (name: PF12_a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4626cd62-a8f0-4ca7-ab34-de4006ca9795 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1e69c029 (id: 4626cd62-a8f0-4ca7-ab34-de4006ca9795, sid: 4626cd62-a8f0-4ca7-ab34-de4006ca9795) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c9790126-4fc3-4aa8-a68d-6ca1a1d0ee3b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@45152ef5 (id: c9790126-4fc3-4aa8-a68d-6ca1a1d0ee3b, sid: c9790126-4fc3-4aa8-a68d-6ca1a1d0ee3b) (name: PF21_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 767bd3c0-117c-457c-9e64-1a4ae7b982a2 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1278cc23 (id: 767bd3c0-117c-457c-9e64-1a4ae7b982a2, sid: 767bd3c0-117c-457c-9e64-1a4ae7b982a2) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 674582d1-d763-4216-aa0a-9cf553dcf49b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3609c0b7 (id: 674582d1-d763-4216-aa0a-9cf553dcf49b, sid: 674582d1-d763-4216-aa0a-9cf553dcf49b) (name: PF22_a) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = eecf6f5b-d5bc-4cac-9f8e-20941a70fa83 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@32646a25 (id: eecf6f5b-d5bc-4cac-9f8e-20941a70fa83, sid: eecf6f5b-d5bc-4cac-9f8e-20941a70fa83) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ee6c1d8c-1a87-4c8a-b396-1b4232f55da1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7f1cb512 (id: ee6c1d8c-1a87-4c8a-b396-1b4232f55da1, sid: ee6c1d8c-1a87-4c8a-b396-1b4232f55da1) (name: PF11_b) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b04c6af9-3776-4190-9dcc-57e3f9dc69b9 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2c3f60b4 (id: b04c6af9-3776-4190-9dcc-57e3f9dc69b9, sid: b04c6af9-3776-4190-9dcc-57e3f9dc69b9) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c2f6cd02-7f1b-49b0-8e93-af65d6c50c59 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@63ffa974 (id: c2f6cd02-7f1b-49b0-8e93-af65d6c50c59, sid: c2f6cd02-7f1b-49b0-8e93-af65d6c50c59) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 591a09b6-e3ed-468a-902e-68fa342217c9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@731d9354 (id: 591a09b6-e3ed-468a-902e-68fa342217c9, sid: 591a09b6-e3ed-468a-902e-68fa342217c9) (name: PF12_b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = df7343c9-aab6-4ce6-a232-3637f54f0489 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5b2ab129 (id: df7343c9-aab6-4ce6-a232-3637f54f0489, sid: df7343c9-aab6-4ce6-a232-3637f54f0489) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 05e03572-3f6a-4de3-ab94-9f2f32088ebe org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@abeb6d4 (id: 05e03572-3f6a-4de3-ab94-9f2f32088ebe, sid: 05e03572-3f6a-4de3-ab94-9f2f32088ebe) (name: PF11_c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 23174de4-4c85-4cca-be7c-827e5b457efa org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@13b22269 (id: 23174de4-4c85-4cca-be7c-827e5b457efa, sid: 23174de4-4c85-4cca-be7c-827e5b457efa) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c3d2b86e-835c-438d-92a4-ac8bf93eedd5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1d1f6acf (id: c3d2b86e-835c-438d-92a4-ac8bf93eedd5, sid: c3d2b86e-835c-438d-92a4-ac8bf93eedd5) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = fc1ac303-d755-44ed-82fb-3d8c967777b5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@389c7743 (id: fc1ac303-d755-44ed-82fb-3d8c967777b5, sid: fc1ac303-d755-44ed-82fb-3d8c967777b5) (name: FIP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f7398a4f-d173-4731-84f8-abd0844444cf org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@45c8bd7c (id: f7398a4f-d173-4731-84f8-abd0844444cf, sid: f7398a4f-d173-4731-84f8-abd0844444cf) (name: PhysicalFunction 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = adadc0fb-082b-44cc-96eb-ad77878827a8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@23e7fe18 (id: adadc0fb-082b-44cc-96eb-ad77878827a8, sid: adadc0fb-082b-44cc-96eb-ad77878827a8) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 4b6dbb1a-51e6-4dcd-a833-0617f52c3e0d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@64994d27 (id: 4b6dbb1a-51e6-4dcd-a833-0617f52c3e0d, sid: 4b6dbb1a-51e6-4dcd-a833-0617f52c3e0d) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 25c1350b-93af-4d79-a055-28f98f7cef7d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@78b10a34 (id: 25c1350b-93af-4d79-a055-28f98f7cef7d, sid: 25c1350b-93af-4d79-a055-28f98f7cef7d) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9dffbc6f-ccb4-4588-8c2d-33c7e97862d6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@532658bd (id: 9dffbc6f-ccb4-4588-8c2d-33c7e97862d6, sid: 9dffbc6f-ccb4-4588-8c2d-33c7e97862d6) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 0610765a-61b0-4b8e-8a86-9ce885ab830d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@295fc5d0 (id: 0610765a-61b0-4b8e-8a86-9ce885ab830d, sid: 0610765a-61b0-4b8e-8a86-9ce885ab830d) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = b56fe36e-b4a5-441e-83c3-cc839234931f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3bca722c (id: b56fe36e-b4a5-441e-83c3-cc839234931f, sid: b56fe36e-b4a5-441e-83c3-cc839234931f) (name: Exchange 11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 15244e15-06f7-4803-8f6b-834f989cff52 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1622c54d (id: 15244e15-06f7-4803-8f6b-834f989cff52, sid: 15244e15-06f7-4803-8f6b-834f989cff52) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c52aad8c-61f2-4ebc-b963-1bbd643fc38b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@73ac3572 (id: c52aad8c-61f2-4ebc-b963-1bbd643fc38b, sid: c52aad8c-61f2-4ebc-b963-1bbd643fc38b) (name: FE16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9d3c8907-d588-4e79-b1d9-2ffd5c6c170e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1ff9d5ca (id: 9d3c8907-d588-4e79-b1d9-2ffd5c6c170e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 9a27caa8-b3e8-40a4-bc0b-4af130725117 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7efb8538 (id: 9a27caa8-b3e8-40a4-bc0b-4af130725117, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5804a0bc-bd97-4f20-bcf9-331f09eddd21 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@29ddae72 (id: 5804a0bc-bd97-4f20-bcf9-331f09eddd21, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07068c95-875a-4437-b05a-20a26036333d org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@41eef277 (id: 07068c95-875a-4437-b05a-20a26036333d, sid: 07068c95-875a-4437-b05a-20a26036333d) (name: ExchangeItem A) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 89ed4280-dc2c-421c-941b-bda8f3ae7c52 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@10683805 (id: 89ed4280-dc2c-421c-941b-bda8f3ae7c52, sid: 89ed4280-dc2c-421c-941b-bda8f3ae7c52) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 09efcf36-e81e-41f9-b3eb-a79395138a69 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3298ad75 (id: 09efcf36-e81e-41f9-b3eb-a79395138a69, sid: 09efcf36-e81e-41f9-b3eb-a79395138a69) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1d459f1b-1c2c-439f-8084-64fea1f812bd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@76723b6a (id: 1d459f1b-1c2c-439f-8084-64fea1f812bd, sid: 1d459f1b-1c2c-439f-8084-64fea1f812bd) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9ff9815c-c7a0-4d63-8317-9bf754128e85 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@40b90299 (id: 9ff9815c-c7a0-4d63-8317-9bf754128e85, sid: 9ff9815c-c7a0-4d63-8317-9bf754128e85) (name: Interface A) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 64f93d33-86bc-42ca-87dd-c1dbd98acd39 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@10a880a (id: 64f93d33-86bc-42ca-87dd-c1dbd98acd39, sid: 64f93d33-86bc-42ca-87dd-c1dbd98acd39) (name: InterfacePkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 53fc1549-8cfe-4420-9a35-49782fd4b5bb org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@9afff78 (id: 53fc1549-8cfe-4420-9a35-49782fd4b5bb, sid: 53fc1549-8cfe-4420-9a35-49782fd4b5bb) (name: ExchangeItem B) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 9ada9a0d-52cb-4e60-a3a1-fa60ca80d101 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1d6fc0ac (id: 9ada9a0d-52cb-4e60-a3a1-fa60ca80d101, sid: 9ada9a0d-52cb-4e60-a3a1-fa60ca80d101) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = a7667e62-d1af-45e4-b438-3bee87820931 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5959ef9c (id: a7667e62-d1af-45e4-b438-3bee87820931, sid: a7667e62-d1af-45e4-b438-3bee87820931) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d764f01f-e301-4ce4-9830-caf1c3499195 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@cc67665 (id: d764f01f-e301-4ce4-9830-caf1c3499195, sid: d764f01f-e301-4ce4-9830-caf1c3499195) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5be0ce0d-1067-4066-9061-0684a6791b63 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@7a640cba (id: 5be0ce0d-1067-4066-9061-0684a6791b63, sid: 5be0ce0d-1067-4066-9061-0684a6791b63) (name: ExchangeItem C) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = e6f37108-3c0b-44cf-9ebf-20244c879b58 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@196dc9fa (id: e6f37108-3c0b-44cf-9ebf-20244c879b58, sid: e6f37108-3c0b-44cf-9ebf-20244c879b58) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = b8bcbeab-b125-4174-81e2-2c7a9b8475a5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@fdee044 (id: b8bcbeab-b125-4174-81e2-2c7a9b8475a5, sid: b8bcbeab-b125-4174-81e2-2c7a9b8475a5) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 63c3cfb1-1e30-43e7-a298-206f18530d5e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3014da84 (id: 63c3cfb1-1e30-43e7-a298-206f18530d5e, sid: 63c3cfb1-1e30-43e7-a298-206f18530d5e) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5dc1c98a-ee2b-4c20-888e-08efbf460f85 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@6a4f01e0 (id: 5dc1c98a-ee2b-4c20-888e-08efbf460f85, sid: 5dc1c98a-ee2b-4c20-888e-08efbf460f85) (name: ExchangeItem D) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 858b83d4-baba-4c45-a09e-bb2dc0e626e7 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1d1a374a (id: 858b83d4-baba-4c45-a09e-bb2dc0e626e7, sid: 858b83d4-baba-4c45-a09e-bb2dc0e626e7) (name: ExchangeItemElement 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 130d7b96-1eac-4cc5-a6bd-61e98e2db4b1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@65be286d (id: 130d7b96-1eac-4cc5-a6bd-61e98e2db4b1, sid: 130d7b96-1eac-4cc5-a6bd-61e98e2db4b1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = be0d74e7-6a21-4989-80cf-8f515fa4ca5a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@73e81ea4 (id: be0d74e7-6a21-4989-80cf-8f515fa4ca5a, sid: be0d74e7-6a21-4989-80cf-8f515fa4ca5a) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a2a90ca9-4642-4568-8c70-0d11ee8e23ea org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@61ba4138 (id: a2a90ca9-4642-4568-8c70-0d11ee8e23ea, sid: a2a90ca9-4642-4568-8c70-0d11ee8e23ea) (name: ExchangeItemElement 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 3e151fbd-fd5e-4500-ba36-b5e1125e0f53 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2dd69a22 (id: 3e151fbd-fd5e-4500-ba36-b5e1125e0f53, sid: 3e151fbd-fd5e-4500-ba36-b5e1125e0f53) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = d6906b2e-c996-41ed-873c-30df6a1aa1ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@39bf22b5 (id: d6906b2e-c996-41ed-873c-30df6a1aa1ac, sid: d6906b2e-c996-41ed-873c-30df6a1aa1ac) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = a796639a-7408-4b3d-984b-913737fc86ac org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@a111618 (id: a796639a-7408-4b3d-984b-913737fc86ac, sid: a796639a-7408-4b3d-984b-913737fc86ac) (name: ExchangeItemElement 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, kind: TYPE, direction: UNSET, composite: true) ID = 9335724c-3b94-4097-8d00-97f0da15e0b1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@399125e3 (id: 9335724c-3b94-4097-8d00-97f0da15e0b1, sid: 9335724c-3b94-4097-8d00-97f0da15e0b1) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 9ce1485a-07c7-4a11-af2b-d3c6cf74e320 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@200faf79 (id: 9ce1485a-07c7-4a11-af2b-d3c6cf74e320, sid: 9ce1485a-07c7-4a11-af2b-d3c6cf74e320) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1109f60c-41ac-4e12-b15a-031573c8e572 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@60e59b47 (id: 1109f60c-41ac-4e12-b15a-031573c8e572, sid: 1109f60c-41ac-4e12-b15a-031573c8e572) (name: Interface B) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 4b79859a-115a-4dea-83d9-0827bd4440ab org.polarsys.capella.core.data.information.impl.DataPkgImpl@62c6f095 (id: 4b79859a-115a-4dea-83d9-0827bd4440ab, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = cdb70fa5-461f-4c85-ba1d-71e9ae855823 org.polarsys.capella.core.data.information.impl.DataPkgImpl@52c87f13 (id: cdb70fa5-461f-4c85-ba1d-71e9ae855823, sid: cdb70fa5-461f-4c85-ba1d-71e9ae855823) (name: DataPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 39945c7f-e005-41a8-b4bf-c6e7fee1b070 org.polarsys.capella.core.data.information.impl.ClassImpl@f617654 (id: 39945c7f-e005-41a8-b4bf-c6e7fee1b070, sid: 39945c7f-e005-41a8-b4bf-c6e7fee1b070) (name: Class 100) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 634cdc0a-c98d-44ba-8050-b984df753fac org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@4392eb5c (id: 634cdc0a-c98d-44ba-8050-b984df753fac, sid: 634cdc0a-c98d-44ba-8050-b984df753fac) (name: LiteralStringValue 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = e937eb8c-8193-4076-b5e1-fc183b47c6fb org.polarsys.capella.core.data.information.impl.ClassImpl@1685e9e3 (id: e937eb8c-8193-4076-b5e1-fc183b47c6fb, sid: e937eb8c-8193-4076-b5e1-fc183b47c6fb) (name: Class 300) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 9be4627e-db00-4c42-a121-a84bfcd2c000 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7242cc7 (id: 9be4627e-db00-4c42-a121-a84bfcd2c000, sid: 9be4627e-db00-4c42-a121-a84bfcd2c000) (name: BinaryExpression 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: UNSET) ID = 64682c3a-b925-40b5-82ed-14d9d7f019c3 org.polarsys.capella.core.data.information.impl.ClassImpl@3f329a1 (id: 64682c3a-b925-40b5-82ed-14d9d7f019c3, sid: 64682c3a-b925-40b5-82ed-14d9d7f019c3) (name: Class 200) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 9a98c8ce-7997-4605-9a82-c4601adb5077 org.polarsys.capella.core.data.information.datavalue.impl.LiteralStringValueImpl@576fea88 (id: 9a98c8ce-7997-4605-9a82-c4601adb5077, sid: 9a98c8ce-7997-4605-9a82-c4601adb5077) (name: LiteralStringValue 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = ddca2af9-41ee-4d00-a697-997163a1b463 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6e1cdb77 (id: ddca2af9-41ee-4d00-a697-997163a1b463, sid: ddca2af9-41ee-4d00-a697-997163a1b463) (name: LiteralNumericValue 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: null) ID = 798a3d1f-f059-4c8e-b77c-02ff1e5cac20 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@467bff06 (id: 798a3d1f-f059-4c8e-b77c-02ff1e5cac20, sid: 798a3d1f-f059-4c8e-b77c-02ff1e5cac20) (name: NumericType 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) (kind: INTEGER) ID = c76433b6-b550-47cf-8bbf-2561c9937abf org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5754bf9d (id: c76433b6-b550-47cf-8bbf-2561c9937abf, sid: c76433b6-b550-47cf-8bbf-2561c9937abf) (name: StringType 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = 8b6a1745-6e0e-4503-a960-abcf8695e4f4 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@1eacd3c9 (id: 8b6a1745-6e0e-4503-a960-abcf8695e4f4, sid: 8b6a1745-6e0e-4503-a960-abcf8695e4f4) (name: BooleanType 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@547717aa (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5fb6f116-be14-4737-af2b-4dc2e94a053e org.polarsys.capella.core.data.cs.impl.PartImpl@ce50bcd (id: 5fb6f116-be14-4737-af2b-4dc2e94a053e, sid: 5fb6f116-be14-4737-af2b-4dc2e94a053e) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 60ea3137-71c7-40f2-9d8a-54c395fe37fc org.polarsys.capella.core.data.cs.impl.PartImpl@9da8c88 (id: 60ea3137-71c7-40f2-9d8a-54c395fe37fc, sid: 60ea3137-71c7-40f2-9d8a-54c395fe37fc) (name: PC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3c13f170-f38a-4798-8c51-9926fafb0279 org.polarsys.capella.core.data.cs.impl.PartImpl@1fe292b5 (id: 3c13f170-f38a-4798-8c51-9926fafb0279, sid: 3c13f170-f38a-4798-8c51-9926fafb0279) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f86ec8c2-7fca-4ae5-9ce8-78ae3100011b org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@477d093e (id: f86ec8c2-7fca-4ae5-9ce8-78ae3100011b, sid: f86ec8c2-7fca-4ae5-9ce8-78ae3100011b) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: , review: null, kind: FLOW, oriented: false) ID = 19334819-d30f-4b47-a1ed-ce949ba4c359 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@2bdb9c3c (id: 19334819-d30f-4b47-a1ed-ce949ba4c359, sid: 19334819-d30f-4b47-a1ed-ce949ba4c359) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f823b2fb-16ae-45bc-9d68-2539435a4104 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@46ee235 (id: f823b2fb-16ae-45bc-9d68-2539435a4104, sid: f823b2fb-16ae-45bc-9d68-2539435a4104) (name: CE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 0c4310b8-5bbe-4f69-b56f-911e62c0eb25 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@30e95ad4 (id: 0c4310b8-5bbe-4f69-b56f-911e62c0eb25, sid: 0c4310b8-5bbe-4f69-b56f-911e62c0eb25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cbffb615-45d6-40d2-bdb4-f0df0c759c0a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@19af45ac (id: cbffb615-45d6-40d2-bdb4-f0df0c759c0a, sid: cbffb615-45d6-40d2-bdb4-f0df0c759c0a) (name: CE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 6396c61b-b756-4055-8713-26b58b94d656 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@173b5fe6 (id: 6396c61b-b756-4055-8713-26b58b94d656, sid: 6396c61b-b756-4055-8713-26b58b94d656) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36dfe2af-59c6-465e-9727-61eacc45c363 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@28b5fb98 (id: 36dfe2af-59c6-465e-9727-61eacc45c363, sid: 36dfe2af-59c6-465e-9727-61eacc45c363) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = fed0da13-8702-4a32-8dd2-084ae056e085 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@1beec124 (id: fed0da13-8702-4a32-8dd2-084ae056e085, sid: fed0da13-8702-4a32-8dd2-084ae056e085) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4dc185d9-0843-4667-a4ff-f03570d29b17 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@1bd722a9 (id: 4dc185d9-0843-4667-a4ff-f03570d29b17, sid: 4dc185d9-0843-4667-a4ff-f03570d29b17) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48ee4cb4-c598-4875-a9e2-56645b205a51 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@4e14cf69 (id: 48ee4cb4-c598-4875-a9e2-56645b205a51, sid: 48ee4cb4-c598-4875-a9e2-56645b205a51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 80b3de69-9d58-4527-ac80-b58c61c4f992 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@101e37c (id: 80b3de69-9d58-4527-ac80-b58c61c4f992, sid: 80b3de69-9d58-4527-ac80-b58c61c4f992) (name: PL2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec54ce8d-785e-4ee5-a6e9-29d88128fd06 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@534801dd (id: ec54ce8d-785e-4ee5-a6e9-29d88128fd06, sid: ec54ce8d-785e-4ee5-a6e9-29d88128fd06) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a90ac257-fd49-4bec-97fa-503a9a38c40c org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@7f4ff5a9 (id: a90ac257-fd49-4bec-97fa-503a9a38c40c, sid: a90ac257-fd49-4bec-97fa-503a9a38c40c) (name: PL11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7b3b01b0-a6fb-4f73-a1c2-cc66686a52ee org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@22ac8804 (id: 7b3b01b0-a6fb-4f73-a1c2-cc66686a52ee, sid: 7b3b01b0-a6fb-4f73-a1c2-cc66686a52ee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0ee49507-22d1-48e2-a877-503c0dd93477 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@25464ce1 (id: 0ee49507-22d1-48e2-a877-503c0dd93477, sid: 0ee49507-22d1-48e2-a877-503c0dd93477) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17d5c35f-25c6-4fab-8273-727f6d791e65 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@e7d8db0 (id: 17d5c35f-25c6-4fab-8273-727f6d791e65, sid: 17d5c35f-25c6-4fab-8273-727f6d791e65) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 6a66b293-8f7a-4a90-a5b2-8d5097436865 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@63db2dfa (id: 6a66b293-8f7a-4a90-a5b2-8d5097436865, sid: 6a66b293-8f7a-4a90-a5b2-8d5097436865) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c47b672c-1de6-4bbb-a922-54282941ae1c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4512aa49 (id: c47b672c-1de6-4bbb-a922-54282941ae1c, sid: c47b672c-1de6-4bbb-a922-54282941ae1c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a681aca6-5b60-4f0d-9ec5-dcef6cbed8ff org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2d6caacf (id: a681aca6-5b60-4f0d-9ec5-dcef6cbed8ff, sid: a681aca6-5b60-4f0d-9ec5-dcef6cbed8ff) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e7c5fba-e23d-45cb-a133-d00aa0b19fe6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@59fe8c31 (id: 7e7c5fba-e23d-45cb-a133-d00aa0b19fe6, sid: 7e7c5fba-e23d-45cb-a133-d00aa0b19fe6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb6677f2-fbaf-4b60-a15f-b33add8ee0f8 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5308eb40 (id: fb6677f2-fbaf-4b60-a15f-b33add8ee0f8, sid: fb6677f2-fbaf-4b60-a15f-b33add8ee0f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM11, isControlOperator: false) ID = 4673151b-a58a-4c42-9d26-49ab42f66bff org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1e815aa8 (id: 4673151b-a58a-4c42-9d26-49ab42f66bff, sid: 4673151b-a58a-4c42-9d26-49ab42f66bff) (name: R111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11b9fdb9-314c-4691-ba34-278ef41dd79f org.polarsys.capella.core.data.capellacommon.impl.StateImpl@6d0d7c07 (id: 11b9fdb9-314c-4691-ba34-278ef41dd79f, sid: 11b9fdb9-314c-4691-ba34-278ef41dd79f) (name: S1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d5b947a4-5cb4-4245-8380-aef1452743c6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@17c8b488 (id: d5b947a4-5cb4-4245-8380-aef1452743c6, sid: d5b947a4-5cb4-4245-8380-aef1452743c6) (name: R11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e8977f1e-56d7-492b-9f4b-7fd3e38a5779 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@30e1fda (id: e8977f1e-56d7-492b-9f4b-7fd3e38a5779, sid: e8977f1e-56d7-492b-9f4b-7fd3e38a5779) (name: S1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = da8d711c-f0a7-4763-ac3e-5d8a760d9ac4 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@17ce5109 (id: da8d711c-f0a7-4763-ac3e-5d8a760d9ac4, sid: da8d711c-f0a7-4763-ac3e-5d8a760d9ac4) (name: R11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6d35282-3627-4cc9-a0d6-f336935a221a org.polarsys.capella.core.data.capellacommon.impl.StateImpl@1125eab3 (id: d6d35282-3627-4cc9-a0d6-f336935a221a, sid: d6d35282-3627-4cc9-a0d6-f336935a221a) (name: S1113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e5554d15-d14f-4ced-9946-bae60ba18a45 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@439b60eb (id: e5554d15-d14f-4ced-9946-bae60ba18a45, sid: e5554d15-d14f-4ced-9946-bae60ba18a45) (name: R11131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d72b8cd6-b7ba-4364-b3ef-cc775f7bc6fe org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@3018578d (id: d72b8cd6-b7ba-4364-b3ef-cc775f7bc6fe, sid: d72b8cd6-b7ba-4364-b3ef-cc775f7bc6fe) (name: FS1114) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d7bff07b-072f-4e58-80e2-b74c30795db7 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@55bb0e9e (id: d7bff07b-072f-4e58-80e2-b74c30795db7, sid: d7bff07b-072f-4e58-80e2-b74c30795db7) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = f7602bb0-faa5-452d-9dc6-1c8f30a6dcc5 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6b7516e8 (id: f7602bb0-faa5-452d-9dc6-1c8f30a6dcc5, sid: f7602bb0-faa5-452d-9dc6-1c8f30a6dcc5) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 9f7259ae-9672-4e90-b7c0-66f929e27531 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@7371bf55 (id: 9f7259ae-9672-4e90-b7c0-66f929e27531, sid: 9f7259ae-9672-4e90-b7c0-66f929e27531) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 0bc7d2ce-3bf1-4083-8d5e-b612b0a6ffdb org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@1273a89 (id: 0bc7d2ce-3bf1-4083-8d5e-b612b0a6ffdb, sid: 0bc7d2ce-3bf1-4083-8d5e-b612b0a6ffdb) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 6d35fac2-b9df-4fad-80ab-a64a9b8ab0af org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@62dddc5 (id: 6d35fac2-b9df-4fad-80ab-a64a9b8ab0af, sid: 6d35fac2-b9df-4fad-80ab-a64a9b8ab0af) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: SM1, isControlOperator: false) ID = b0b30566-5e8e-49d5-bd0d-9c677c07da9e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1c38fa3 (id: b0b30566-5e8e-49d5-bd0d-9c677c07da9e, sid: b0b30566-5e8e-49d5-bd0d-9c677c07da9e) (name: R11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e7b6944f-e23d-411e-9f64-810b208ae7bc org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@6c49995e (id: e7b6944f-e23d-411e-9f64-810b208ae7bc, sid: e7b6944f-e23d-411e-9f64-810b208ae7bc) (name: M111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21a3076e-6512-4956-81a6-49814ef596ca org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@4e404da7 (id: 21a3076e-6512-4956-81a6-49814ef596ca, sid: 21a3076e-6512-4956-81a6-49814ef596ca) (name: R1111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17e811d4-49ea-4948-a433-700ba8b7d236 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@26eb625f (id: 17e811d4-49ea-4948-a433-700ba8b7d236, sid: 17e811d4-49ea-4948-a433-700ba8b7d236) (name: M112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 50e66140-9fb7-47f4-bf83-900932a43c60 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3bc85fb6 (id: 50e66140-9fb7-47f4-bf83-900932a43c60, sid: 50e66140-9fb7-47f4-bf83-900932a43c60) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df0ea0de-7f75-4551-b4cf-8f0edc34b868 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@1bebb2f8 (id: df0ea0de-7f75-4551-b4cf-8f0edc34b868, sid: df0ea0de-7f75-4551-b4cf-8f0edc34b868) (name: FS113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a3235d8-7caf-4d0b-b84b-6a35723b0d3a org.polarsys.capella.core.data.capellacommon.impl.InitialPseudoStateImpl@570af957 (id: 7a3235d8-7caf-4d0b-b84b-6a35723b0d3a, sid: 7a3235d8-7caf-4d0b-b84b-6a35723b0d3a) (name: IPS114) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ceb3650a-6644-4bb0-8867-2959097e98c9 org.polarsys.capella.core.data.capellacommon.impl.JoinPseudoStateImpl@2a0e9073 (id: ceb3650a-6644-4bb0-8867-2959097e98c9, sid: ceb3650a-6644-4bb0-8867-2959097e98c9) (name: JPS115) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f1c4bad0-14bb-44f1-9903-77560c60b586 org.polarsys.capella.core.data.capellacommon.impl.ChoicePseudoStateImpl@53425f6b (id: f1c4bad0-14bb-44f1-9903-77560c60b586, sid: f1c4bad0-14bb-44f1-9903-77560c60b586) (name: CPS116) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa0a7610-c3bc-469b-9e9b-e56f6f02f1a4 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@15f84b89 (id: aa0a7610-c3bc-469b-9e9b-e56f6f02f1a4, sid: aa0a7610-c3bc-469b-9e9b-e56f6f02f1a4) (name: M117) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76298c1d-a949-43e3-b268-2038eae58ce2 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1538c820 (id: 76298c1d-a949-43e3-b268-2038eae58ce2, sid: 76298c1d-a949-43e3-b268-2038eae58ce2) (name: R1171) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e55e5931-453b-404c-96fe-4383e8c799be org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@4b6b4ffc (id: e55e5931-453b-404c-96fe-4383e8c799be, sid: e55e5931-453b-404c-96fe-4383e8c799be) (name: FPS118) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 61f81012-6f27-41b0-878f-b7c6dfe072d5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@a13e8fd (id: 61f81012-6f27-41b0-878f-b7c6dfe072d5, sid: 61f81012-6f27-41b0-878f-b7c6dfe072d5) (name: M119) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfe64e57-d297-4888-9459-73d38656b775 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5d604e35 (id: dfe64e57-d297-4888-9459-73d38656b775, sid: dfe64e57-d297-4888-9459-73d38656b775) (name: R1191) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3fbcbc7d-d94c-4ddd-a6d1-9e77e15c7be3 org.polarsys.capella.core.data.capellacommon.impl.TerminatePseudoStateImpl@ecae471 (id: 3fbcbc7d-d94c-4ddd-a6d1-9e77e15c7be3, sid: 3fbcbc7d-d94c-4ddd-a6d1-9e77e15c7be3) (name: TPS1110) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1b6f10d4-6d77-4cf3-8a1b-97d6157f95cd org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@1f4f5efb (id: 1b6f10d4-6d77-4cf3-8a1b-97d6157f95cd, sid: 1b6f10d4-6d77-4cf3-8a1b-97d6157f95cd) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = bc9786f4-ebb5-480c-b0fc-c9141caadafb org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@a8e19ef (id: bc9786f4-ebb5-480c-b0fc-c9141caadafb, sid: bc9786f4-ebb5-480c-b0fc-c9141caadafb) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 0184acd1-fd03-4b73-9cdf-ea945b40cad8 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@5540ef6d (id: 0184acd1-fd03-4b73-9cdf-ea945b40cad8, sid: 0184acd1-fd03-4b73-9cdf-ea945b40cad8) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = a06b6207-089c-4174-852e-f71008734960 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@cf070d8 (id: a06b6207-089c-4174-852e-f71008734960, sid: a06b6207-089c-4174-852e-f71008734960) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 5cfcef46-d21f-4de3-a6ad-7a764c3abe55 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@69ad5f3b (id: 5cfcef46-d21f-4de3-a6ad-7a764c3abe55, sid: 5cfcef46-d21f-4de3-a6ad-7a764c3abe55) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = b59f4233-fb3c-4ff6-a682-9574612587e7 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@13967280 (id: b59f4233-fb3c-4ff6-a682-9574612587e7, sid: b59f4233-fb3c-4ff6-a682-9574612587e7) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = ef2f2d83-af62-44f2-9248-61b141a1a4dc org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@417fcc18 (id: ef2f2d83-af62-44f2-9248-61b141a1a4dc, sid: ef2f2d83-af62-44f2-9248-61b141a1a4dc) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = b06f69c7-b639-4755-bd4b-73bdbb611021 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@4e06125f (id: b06f69c7-b639-4755-bd4b-73bdbb611021, sid: b06f69c7-b639-4755-bd4b-73bdbb611021) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 1568b75c-309a-4df7-b1c9-2281922a5817 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@4d51d823 (id: 1568b75c-309a-4df7-b1c9-2281922a5817, sid: 1568b75c-309a-4df7-b1c9-2281922a5817) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 8b8bec67-c123-4810-a4d9-cee1b39d0f76 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6df3b17b (id: 8b8bec67-c123-4810-a4d9-cee1b39d0f76, sid: 8b8bec67-c123-4810-a4d9-cee1b39d0f76) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 5ded12bb-2713-4496-86c2-891f0be68ffc org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@52d3afd1 (id: 5ded12bb-2713-4496-86c2-891f0be68ffc, sid: 5ded12bb-2713-4496-86c2-891f0be68ffc) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 8fe09af4-2bb1-49fc-9244-ec17df48ff9a org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2cb9db3e (id: 8fe09af4-2bb1-49fc-9244-ec17df48ff9a, sid: 8fe09af4-2bb1-49fc-9244-ec17df48ff9a) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 15c70a51-540f-4f8e-97a6-0d66ebb515bf org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3c59f0a7 (id: 15c70a51-540f-4f8e-97a6-0d66ebb515bf, sid: 15c70a51-540f-4f8e-97a6-0d66ebb515bf) (name: CP81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = adbd4534-3bce-4b80-ad17-fa4e38de2923 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@56399b25 (id: adbd4534-3bce-4b80-ad17-fa4e38de2923, sid: adbd4534-3bce-4b80-ad17-fa4e38de2923) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4386e9d3-2e2d-4f31-9c5b-d86185e78bd9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3c2777d8 (id: 4386e9d3-2e2d-4f31-9c5b-d86185e78bd9, sid: 4386e9d3-2e2d-4f31-9c5b-d86185e78bd9) (name: CP33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1ce2c378-e7c2-4507-89d4-d7e8903dc280 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@418bfb86 (id: 1ce2c378-e7c2-4507-89d4-d7e8903dc280, sid: 1ce2c378-e7c2-4507-89d4-d7e8903dc280) (name: CP83) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 14d13c25-674e-4dfe-a50d-8225eaf7a4e1 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4d8574b4 (id: 14d13c25-674e-4dfe-a50d-8225eaf7a4e1, sid: 14d13c25-674e-4dfe-a50d-8225eaf7a4e1) (name: PP113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3e5e3d33-44ed-448f-a742-188f4a79b121 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5f83fab7 (id: 3e5e3d33-44ed-448f-a742-188f4a79b121, sid: 3e5e3d33-44ed-448f-a742-188f4a79b121) (name: PP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1151d51c-0647-4015-ba43-eee6496f2587 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@3d71fcfa (id: 1151d51c-0647-4015-ba43-eee6496f2587, sid: 1151d51c-0647-4015-ba43-eee6496f2587) (name: PP112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@74559841 (id: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7, sid: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44dd39bf-9bcd-4c61-ba2f-58f41b12cdab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@328a7b67 (id: 44dd39bf-9bcd-4c61-ba2f-58f41b12cdab, sid: 44dd39bf-9bcd-4c61-ba2f-58f41b12cdab) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = e2dda5f2-42ef-4cce-8902-e42690760dae org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@38e61e42 (id: e2dda5f2-42ef-4cce-8902-e42690760dae, sid: e2dda5f2-42ef-4cce-8902-e42690760dae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 87004304-d278-4b59-8938-1389f6c04679 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3b93f163 (id: 87004304-d278-4b59-8938-1389f6c04679, sid: 87004304-d278-4b59-8938-1389f6c04679) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b65c4b1c-2df5-46ee-945a-3214a074fbf9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@734945cb (id: b65c4b1c-2df5-46ee-945a-3214a074fbf9, sid: b65c4b1c-2df5-46ee-945a-3214a074fbf9) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = a87ea3d8-ff9f-4cd3-b9b1-a21f18ae99d0 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5667ce3a (id: a87ea3d8-ff9f-4cd3-b9b1-a21f18ae99d0, sid: a87ea3d8-ff9f-4cd3-b9b1-a21f18ae99d0) (name: PP222) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1560b73b-71ae-4fd0-8053-4ceafef9acd8 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@39eb12a0 (id: 1560b73b-71ae-4fd0-8053-4ceafef9acd8, sid: 1560b73b-71ae-4fd0-8053-4ceafef9acd8) (name: CP52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 7cdfb5c1-4314-43d3-9a92-92d0539eb03e org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@90ce7ac (id: 7cdfb5c1-4314-43d3-9a92-92d0539eb03e, sid: 7cdfb5c1-4314-43d3-9a92-92d0539eb03e) (name: PP212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5ad4a7e0-7369-4099-b88d-4854265ec3dd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@29e4de26 (id: 5ad4a7e0-7369-4099-b88d-4854265ec3dd, sid: 5ad4a7e0-7369-4099-b88d-4854265ec3dd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC12, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 0936f7ea-f9c5-4e54-a075-8087cf212e52 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@15f5524e (id: 0936f7ea-f9c5-4e54-a075-8087cf212e52, sid: 0936f7ea-f9c5-4e54-a075-8087cf212e52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5d077961-e572-4968-a9f9-ca14fbd68679 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@65cb8f3c (id: 5d077961-e572-4968-a9f9-ca14fbd68679, sid: 5d077961-e572-4968-a9f9-ca14fbd68679) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c70bee86-6bd4-449a-830d-412e76bf5054 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4d4ff37 (id: c70bee86-6bd4-449a-830d-412e76bf5054, sid: c70bee86-6bd4-449a-830d-412e76bf5054) (name: CP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4522ffeb-2d60-45ab-8cd3-445a413cefb6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3b0022b2 (id: 4522ffeb-2d60-45ab-8cd3-445a413cefb6, sid: 4522ffeb-2d60-45ab-8cd3-445a413cefb6) (name: CP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 43032582-d948-4133-9fc7-db44a6a54e6f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@3d90971d (id: 43032582-d948-4133-9fc7-db44a6a54e6f, sid: 43032582-d948-4133-9fc7-db44a6a54e6f) (name: PP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3d58dd73 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6726e4b5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@55c1c62 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a605020b-0ed8-40fa-9afd-0bd93fbba582 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@689ef8fe (id: a605020b-0ed8-40fa-9afd-0bd93fbba582, sid: null) (name: CrossPhases-ComponentExchangesAndPorts-2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 467d1837-6a88-4c04-abf1-2a3791c6ee40 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@33381f16 (id: 467d1837-6a88-4c04-abf1-2a3791c6ee40, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 933e368f-d22f-4924-96c8-59e51200c7bc org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1a5c1352 (id: 933e368f-d22f-4924-96c8-59e51200c7bc, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 72a56db0-8962-4fc5-b45c-6dc114acbe2b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3aeb5c20 (id: 72a56db0-8962-4fc5-b45c-6dc114acbe2b, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@51633aa3 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de3ecacd-e90a-45dc-bf55-0cf224cf66e4 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@37fc7ab5 (id: de3ecacd-e90a-45dc-bf55-0cf224cf66e4, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ee55e00b-60ab-49de-b79e-ea9957c312df org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@702fc366 (id: ee55e00b-60ab-49de-b79e-ea9957c312df, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f2286e8-7200-4c6d-a679-ec9fd5c65513 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@40ddcc51 (id: 7f2286e8-7200-4c6d-a679-ec9fd5c65513, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c73a417-7418-4298-869a-eaf0e601e6a2 org.polarsys.capella.core.data.information.impl.DataPkgImpl@62535574 (id: 7c73a417-7418-4298-869a-eaf0e601e6a2, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = dcc85fc5-50db-46c1-8c3d-e344afc6eda8 org.polarsys.capella.core.data.information.impl.DataPkgImpl@d55d31c (id: dcc85fc5-50db-46c1-8c3d-e344afc6eda8, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = a424eef2-28f7-43e8-9137-4f7035f422a9 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@2bd36ac4 (id: a424eef2-28f7-43e8-9137-4f7035f422a9, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 53403cee-934c-49e6-b076-2512ae7804b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@12ccea31 (id: 53403cee-934c-49e6-b076-2512ae7804b8, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 09f851e7-3591-4c5d-b9e0-7fbe60857aba org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@35880eeb (id: 09f851e7-3591-4c5d-b9e0-7fbe60857aba, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = ee3ad8e3-ff5e-45f9-bc32-cc56f2f5f9ec org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1666f675 (id: ee3ad8e3-ff5e-45f9-bc32-cc56f2f5f9ec, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f22cf2f1-e20d-45c7-bccf-1eb167f0aa23 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26533b37 (id: f22cf2f1-e20d-45c7-bccf-1eb167f0aa23, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 81455d8d-1dc3-4f47-a23e-bbad69cc2140 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@533bd0ae (id: 81455d8d-1dc3-4f47-a23e-bbad69cc2140, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 806332f4-8d52-4c34-8113-89eb680e70dc org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@26b17374 (id: 806332f4-8d52-4c34-8113-89eb680e70dc, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = dd1e35ea-e05d-4744-bc75-26e4a5b144e6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@745fc89 (id: dd1e35ea-e05d-4744-bc75-26e4a5b144e6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 73f92255-11cb-4edc-9a71-c1cc95da6ba2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@38f0f5d5 (id: 73f92255-11cb-4edc-9a71-c1cc95da6ba2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4cf1fd79-73ba-4dea-9cdc-702dfb051828 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@35c3ecc5 (id: 4cf1fd79-73ba-4dea-9cdc-702dfb051828, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 916249af-fd99-44ac-94b2-be1f3ff333e1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@184403da (id: 916249af-fd99-44ac-94b2-be1f3ff333e1, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 1a080f27-e472-4f9b-9ead-95e0af043dbf org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@30cd15ef (id: 1a080f27-e472-4f9b-9ead-95e0af043dbf, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f9360c02-3fe0-4a78-b8d9-14e0bf634bb5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@f2c107e (id: f9360c02-3fe0-4a78-b8d9-14e0bf634bb5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@3e91d8cd (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@3d0c4619 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@43c02350 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@64a3d3e8 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@54442801 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5a602eb6-6ebd-4a33-b22b-f6066ab42592 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1d41ed37 (id: 5a602eb6-6ebd-4a33-b22b-f6066ab42592, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 635400a3-8606-4b9f-a04d-3284972e7bf2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@457be11d (id: 635400a3-8606-4b9f-a04d-3284972e7bf2, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a8adffc1-76eb-4e20-a6bb-086900b6a3bd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2a3ba62c (id: a8adffc1-76eb-4e20-a6bb-086900b6a3bd, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5fe5bed0-aa48-4090-ba19-e141ef730136 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@14222441 (id: 5fe5bed0-aa48-4090-ba19-e141ef730136, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 55dbec0e-41eb-4674-ab73-82e5f5da2059 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6184ba7 (id: 55dbec0e-41eb-4674-ab73-82e5f5da2059, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = ecf559ef-5916-4159-b56a-d0ce8bcf1ad8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1cf12170 (id: ecf559ef-5916-4159-b56a-d0ce8bcf1ad8, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 9c13d17e-0a12-446e-9cde-f264c0c7517b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6b8cee04 (id: 9c13d17e-0a12-446e-9cde-f264c0c7517b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1b36f397-15b5-4901-b11b-fdbff20d78c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6e09cf18 (id: 1b36f397-15b5-4901-b11b-fdbff20d78c8, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e007259c-0a02-4613-91b8-9cb4686a29dd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2a08e40d (id: e007259c-0a02-4613-91b8-9cb4686a29dd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 295e3558-aa5c-44ed-8263-ff9605ba3862 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3f67aa9d (id: 295e3558-aa5c-44ed-8263-ff9605ba3862, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5c613030-d725-43cb-9d7a-76975866f6f5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@33979fbb (id: 5c613030-d725-43cb-9d7a-76975866f6f5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7be465b8-62ef-413e-aedb-c871269dc5ce org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1346e7de (id: 7be465b8-62ef-413e-aedb-c871269dc5ce, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4cd7e4db-4528-44ec-a46b-06d4d8b89d32 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e835137 (id: 4cd7e4db-4528-44ec-a46b-06d4d8b89d32, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@27ae1891 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 07ab6223-7e31-40eb-bae0-4be6a2a687b5 org.polarsys.capella.core.data.cs.impl.PartImpl@6aa428eb (id: 07ab6223-7e31-40eb-bae0-4be6a2a687b5, sid: 07ab6223-7e31-40eb-bae0-4be6a2a687b5) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f19a5f54-9303-4c37-9864-cc2f4092998a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@34134aaf (id: f19a5f54-9303-4c37-9864-cc2f4092998a, sid: f19a5f54-9303-4c37-9864-cc2f4092998a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5d01ab64 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@416a4b56 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@3a4192bc (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@6880dac4 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3d58dd73 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6726e4b5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a605020b-0ed8-40fa-9afd-0bd93fbba582 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@689ef8fe (id: a605020b-0ed8-40fa-9afd-0bd93fbba582, sid: null) (name: CrossPhases-ComponentExchangesAndPorts-2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 467d1837-6a88-4c04-abf1-2a3791c6ee40 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@33381f16 (id: 467d1837-6a88-4c04-abf1-2a3791c6ee40, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 933e368f-d22f-4924-96c8-59e51200c7bc org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1a5c1352 (id: 933e368f-d22f-4924-96c8-59e51200c7bc, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 72a56db0-8962-4fc5-b45c-6dc114acbe2b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3aeb5c20 (id: 72a56db0-8962-4fc5-b45c-6dc114acbe2b, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = de3ecacd-e90a-45dc-bf55-0cf224cf66e4 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@37fc7ab5 (id: de3ecacd-e90a-45dc-bf55-0cf224cf66e4, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ee55e00b-60ab-49de-b79e-ea9957c312df org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@702fc366 (id: ee55e00b-60ab-49de-b79e-ea9957c312df, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f2286e8-7200-4c6d-a679-ec9fd5c65513 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@40ddcc51 (id: 7f2286e8-7200-4c6d-a679-ec9fd5c65513, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c73a417-7418-4298-869a-eaf0e601e6a2 org.polarsys.capella.core.data.information.impl.DataPkgImpl@62535574 (id: 7c73a417-7418-4298-869a-eaf0e601e6a2, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@27ae1891 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 07ab6223-7e31-40eb-bae0-4be6a2a687b5 org.polarsys.capella.core.data.cs.impl.PartImpl@6aa428eb (id: 07ab6223-7e31-40eb-bae0-4be6a2a687b5, sid: 07ab6223-7e31-40eb-bae0-4be6a2a687b5) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e208df83-06aa-46e8-a042-360136463a7c org.polarsys.capella.core.data.cs.impl.PartImpl@451bc3b7 (id: e208df83-06aa-46e8-a042-360136463a7c, sid: e208df83-06aa-46e8-a042-360136463a7c) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bc51f332-63f6-4fe9-95bc-635d9382df84 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@7bdec4c8 (id: bc51f332-63f6-4fe9-95bc-635d9382df84, sid: bc51f332-63f6-4fe9-95bc-635d9382df84) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = cc8ada61-d647-450f-9767-5e6a6cd2282e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3f4d9f5e (id: cc8ada61-d647-450f-9767-5e6a6cd2282e, sid: cc8ada61-d647-450f-9767-5e6a6cd2282e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC6, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = d1d470c7-635f-449f-a36a-98fb52896976 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1cac6105 (id: d1d470c7-635f-449f-a36a-98fb52896976, sid: d1d470c7-635f-449f-a36a-98fb52896976) (name: CP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = f19a5f54-9303-4c37-9864-cc2f4092998a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@34134aaf (id: f19a5f54-9303-4c37-9864-cc2f4092998a, sid: f19a5f54-9303-4c37-9864-cc2f4092998a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = d48fb388-c9ea-43a3-bb00-1af7f3bc4b34 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7ffde78f (id: d48fb388-c9ea-43a3-bb00-1af7f3bc4b34, sid: d48fb388-c9ea-43a3-bb00-1af7f3bc4b34) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [FunctionAllocations] >> require >> load Project_test_01 [FunctionAllocations] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6b76291a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@633cd30e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1e9bb1a5 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 63c5f496-b7eb-47d5-bb4a-9dd17f586ba3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@61001c42 (id: 63c5f496-b7eb-47d5-bb4a-9dd17f586ba3, sid: null) (name: CrossPhases-FunctionAllocation) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f9e79ca-9600-440f-97e3-0d166ba046df org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6eba3560 (id: 4f9e79ca-9600-440f-97e3-0d166ba046df, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 960ccaf1-c257-4fcb-9837-e043555e5a55 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@787443f8 (id: 960ccaf1-c257-4fcb-9837-e043555e5a55, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcede139-8ed4-4315-95e1-81abe9d110b1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@62cea300 (id: dcede139-8ed4-4315-95e1-81abe9d110b1, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6785cf9a (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6db36844-5108-4ba9-b1b9-f72aec902e6d org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7a6b55e (id: 6db36844-5108-4ba9-b1b9-f72aec902e6d, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 27a81f58-e44f-48ae-8e3d-59daa357aacb org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1bc066cf (id: 27a81f58-e44f-48ae-8e3d-59daa357aacb, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dc1cf04-0f43-477f-8076-4a02d3fbcf78 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@19660c74 (id: 9dc1cf04-0f43-477f-8076-4a02d3fbcf78, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c5e50e5-5552-4df8-bbcc-8da5eff34135 org.polarsys.capella.core.data.information.impl.DataPkgImpl@585e77a (id: 8c5e50e5-5552-4df8-bbcc-8da5eff34135, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3619637d-8272-4901-a4d0-8e7ce52c308b org.polarsys.capella.core.data.information.impl.DataPkgImpl@74f491fd (id: 3619637d-8272-4901-a4d0-8e7ce52c308b, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = cec7185a-a724-4f11-926e-2b7f798663ae org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@606bd207 (id: cec7185a-a724-4f11-926e-2b7f798663ae, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 65aaf20d-5b40-411d-85cd-405ff943ecfb org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3bf44fd2 (id: 65aaf20d-5b40-411d-85cd-405ff943ecfb, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 2950d55c-02d9-4a80-843e-56e261e37665 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3645467f (id: 2950d55c-02d9-4a80-843e-56e261e37665, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 3ec9ebf6-8e9d-48b5-8de4-6377623bbff7 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@66ee4233 (id: 3ec9ebf6-8e9d-48b5-8de4-6377623bbff7, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 028f41fa-019d-4ca4-809a-a2b3bbd8c527 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@582b4f03 (id: 028f41fa-019d-4ca4-809a-a2b3bbd8c527, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 0d51ec76-d77b-41f1-8d7c-6eaebc67db51 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@41b8010b (id: 0d51ec76-d77b-41f1-8d7c-6eaebc67db51, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 99de80be-c35d-46f7-a033-749402ff4953 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5dd2d1fd (id: 99de80be-c35d-46f7-a033-749402ff4953, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 7378433b-1b7e-42b8-8ed7-6c1c285f4b04 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@49b9efae (id: 7378433b-1b7e-42b8-8ed7-6c1c285f4b04, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 0c0017cb-9391-4da6-8259-a6df3d07ed6a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4b68e2cd (id: 0c0017cb-9391-4da6-8259-a6df3d07ed6a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e28f56f9-737b-4849-93f9-d032bc5a9be3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4ad912f2 (id: e28f56f9-737b-4849-93f9-d032bc5a9be3, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 9c10bc2f-bb0f-475d-9219-bc7f10f5806f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1cf6f6d (id: 9c10bc2f-bb0f-475d-9219-bc7f10f5806f, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = ea6b56b4-e235-4946-b818-f5929faa1da2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@78d2465 (id: ea6b56b4-e235-4946-b818-f5929faa1da2, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6cd4087a-b97c-4271-af19-13f521bcf95f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b7fd0d3 (id: 6cd4087a-b97c-4271-af19-13f521bcf95f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@576383a2 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@40bf3073 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@238f6750 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2258aea3 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@696d57d9 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = c781c504-9364-436e-ae59-72542d2335dc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@737daf80 (id: c781c504-9364-436e-ae59-72542d2335dc, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = c0a328a7-02a1-4d91-99a7-4165120fdaaa org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1dbd0386 (id: c0a328a7-02a1-4d91-99a7-4165120fdaaa, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e7511b03-8045-4d05-a149-37ec89f95111 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6831b1aa (id: e7511b03-8045-4d05-a149-37ec89f95111, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 2ab6b47f-f7f6-42a4-adb4-477ad23e62f5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@797d8c0d (id: 2ab6b47f-f7f6-42a4-adb4-477ad23e62f5, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = cd2ebd68-21d1-415f-b3bb-908b459e46d0 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@67e22d0d (id: cd2ebd68-21d1-415f-b3bb-908b459e46d0, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f2c339fd-40c9-4028-bc67-ee0d09b56650 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@12b6a344 (id: f2c339fd-40c9-4028-bc67-ee0d09b56650, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 776af3b0-0f6f-49f8-9e77-a21c5acddc9f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@77effc59 (id: 776af3b0-0f6f-49f8-9e77-a21c5acddc9f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e4d91a38-c6c5-4940-ba55-b551574d845e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@62671b4d (id: e4d91a38-c6c5-4940-ba55-b551574d845e, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 1b7fc328-23fa-46ec-89a7-21e3c0425b9f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@141bd849 (id: 1b7fc328-23fa-46ec-89a7-21e3c0425b9f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 68a63c54-a115-461e-9cf4-df19721397c6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3310e50d (id: 68a63c54-a115-461e-9cf4-df19721397c6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f921a757-f46f-4e9d-9395-831a24352dbe org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b95da02 (id: f921a757-f46f-4e9d-9395-831a24352dbe, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = f4c2052e-8745-4c68-8632-18b0e0bd0bbf org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6172034e (id: f4c2052e-8745-4c68-8632-18b0e0bd0bbf, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 3cc5b680-2144-489f-a2da-70559f5bf74b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2be156b9 (id: 3cc5b680-2144-489f-a2da-70559f5bf74b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3abd4d11 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 80660f17-0c97-4554-8a3c-1a3d281d6743 org.polarsys.capella.core.data.cs.impl.PartImpl@5d70678a (id: 80660f17-0c97-4554-8a3c-1a3d281d6743, sid: 80660f17-0c97-4554-8a3c-1a3d281d6743) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 550f9f02-a885-416c-a607-3cd3ab09764f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@548be704 (id: 550f9f02-a885-416c-a607-3cd3ab09764f, sid: 550f9f02-a885-416c-a607-3cd3ab09764f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6a251ec6 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@589dddd1 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@75abf844 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@620ff843 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6b76291a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@633cd30e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 63c5f496-b7eb-47d5-bb4a-9dd17f586ba3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@61001c42 (id: 63c5f496-b7eb-47d5-bb4a-9dd17f586ba3, sid: null) (name: CrossPhases-FunctionAllocation) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f9e79ca-9600-440f-97e3-0d166ba046df org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@6eba3560 (id: 4f9e79ca-9600-440f-97e3-0d166ba046df, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 960ccaf1-c257-4fcb-9837-e043555e5a55 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@787443f8 (id: 960ccaf1-c257-4fcb-9837-e043555e5a55, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dcede139-8ed4-4315-95e1-81abe9d110b1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@62cea300 (id: dcede139-8ed4-4315-95e1-81abe9d110b1, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8fe0695c-a12c-4cd3-87f9-59df9a0c9263 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@537f68c6 (id: 8fe0695c-a12c-4cd3-87f9-59df9a0c9263, sid: 8fe0695c-a12c-4cd3-87f9-59df9a0c9263) (name: PF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = fa6069e6-3ea6-4d0d-bb2b-765f52e98603 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@44be070a (id: fa6069e6-3ea6-4d0d-bb2b-765f52e98603, sid: fa6069e6-3ea6-4d0d-bb2b-765f52e98603) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d41a316c-9d9c-4723-beba-e7c66f342dd6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@acad180 (id: d41a316c-9d9c-4723-beba-e7c66f342dd6, sid: d41a316c-9d9c-4723-beba-e7c66f342dd6) (name: PF13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 14c5d784-4218-4efe-b0ba-02e1ad4c79ec org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@22dbb147 (id: 14c5d784-4218-4efe-b0ba-02e1ad4c79ec, sid: 14c5d784-4218-4efe-b0ba-02e1ad4c79ec) (name: FIP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5554ae90-8d86-456a-9979-098590a4c926 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@16696441 (id: 5554ae90-8d86-456a-9979-098590a4c926, sid: 5554ae90-8d86-456a-9979-098590a4c926) (name: FOP131) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = abac9c11-4045-4777-a79d-b13eefac7598 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@482491b3 (id: abac9c11-4045-4777-a79d-b13eefac7598, sid: abac9c11-4045-4777-a79d-b13eefac7598) (name: PF14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5b614bee-19c5-4398-ab86-cfb15be748df org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@143e0fe6 (id: 5b614bee-19c5-4398-ab86-cfb15be748df, sid: 5b614bee-19c5-4398-ab86-cfb15be748df) (name: FOP141) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a39ef9da-780f-4d37-91f8-ea94651b6524 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6b90d5af (id: a39ef9da-780f-4d37-91f8-ea94651b6524, sid: a39ef9da-780f-4d37-91f8-ea94651b6524) (name: FOP142) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2a96b36f-d75b-4077-917a-a1e913e52bb1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3686eff0 (id: 2a96b36f-d75b-4077-917a-a1e913e52bb1, sid: 2a96b36f-d75b-4077-917a-a1e913e52bb1) (name: PF15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 4b715fa6-06bd-45ae-abac-6e93d937b432 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5a43599a (id: 4b715fa6-06bd-45ae-abac-6e93d937b432, sid: 4b715fa6-06bd-45ae-abac-6e93d937b432) (name: FIP151) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 418ca470-2629-46c0-99cf-5496b250d9a6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@53b6abd5 (id: 418ca470-2629-46c0-99cf-5496b250d9a6, sid: 418ca470-2629-46c0-99cf-5496b250d9a6) (name: PF16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e39e28d5-1fef-4062-bcee-f51f485922c0 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@52ce373c (id: e39e28d5-1fef-4062-bcee-f51f485922c0, sid: e39e28d5-1fef-4062-bcee-f51f485922c0) (name: FIP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 49e0d140-8514-4943-901c-8b93ceb23742 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@12812b76 (id: 49e0d140-8514-4943-901c-8b93ceb23742, sid: 49e0d140-8514-4943-901c-8b93ceb23742) (name: FOP161) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d674e67e-0f93-416c-a8d6-11a71cec9796 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@43935652 (id: d674e67e-0f93-416c-a8d6-11a71cec9796, sid: d674e67e-0f93-416c-a8d6-11a71cec9796) (name: FE12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bdd592f0-5e11-4277-acc2-a5de712ec77c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1c1e8f6a (id: bdd592f0-5e11-4277-acc2-a5de712ec77c, sid: bdd592f0-5e11-4277-acc2-a5de712ec77c) (name: FE13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = fbc9cadb-33e0-4a3a-af17-e73074264877 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@524fc014 (id: fbc9cadb-33e0-4a3a-af17-e73074264877, sid: fbc9cadb-33e0-4a3a-af17-e73074264877) (name: FE14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d220d252-8b52-4114-8383-21c4651907ef org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1a30d95c (id: d220d252-8b52-4114-8383-21c4651907ef, sid: d220d252-8b52-4114-8383-21c4651907ef) (name: FE15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 6db36844-5108-4ba9-b1b9-f72aec902e6d org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@7a6b55e (id: 6db36844-5108-4ba9-b1b9-f72aec902e6d, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 27a81f58-e44f-48ae-8e3d-59daa357aacb org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1bc066cf (id: 27a81f58-e44f-48ae-8e3d-59daa357aacb, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dc1cf04-0f43-477f-8076-4a02d3fbcf78 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@19660c74 (id: 9dc1cf04-0f43-477f-8076-4a02d3fbcf78, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c5e50e5-5552-4df8-bbcc-8da5eff34135 org.polarsys.capella.core.data.information.impl.DataPkgImpl@585e77a (id: 8c5e50e5-5552-4df8-bbcc-8da5eff34135, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3abd4d11 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 25fdec96-28ba-4a9e-949b-4d930c1b92a5 org.polarsys.capella.core.data.cs.impl.PartImpl@499727bf (id: 25fdec96-28ba-4a9e-949b-4d930c1b92a5, sid: 25fdec96-28ba-4a9e-949b-4d930c1b92a5) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 80660f17-0c97-4554-8a3c-1a3d281d6743 org.polarsys.capella.core.data.cs.impl.PartImpl@5d70678a (id: 80660f17-0c97-4554-8a3c-1a3d281d6743, sid: 80660f17-0c97-4554-8a3c-1a3d281d6743) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 86c71cd6-1967-4546-9200-92255b47d2b7 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6a571e72 (id: 86c71cd6-1967-4546-9200-92255b47d2b7, sid: 86c71cd6-1967-4546-9200-92255b47d2b7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fee37bf2-421b-453a-b743-9bb4031fd54c org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@646008bd (id: fee37bf2-421b-453a-b743-9bb4031fd54c, sid: fee37bf2-421b-453a-b743-9bb4031fd54c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 37016ee1-a6c2-4482-8c3f-05317c7ace10 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7ae1af42 (id: 37016ee1-a6c2-4482-8c3f-05317c7ace10, sid: 37016ee1-a6c2-4482-8c3f-05317c7ace10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 550f9f02-a885-416c-a607-3cd3ab09764f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@548be704 (id: 550f9f02-a885-416c-a607-3cd3ab09764f, sid: 550f9f02-a885-416c-a607-3cd3ab09764f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = da49af92-51b6-4f57-a537-adb8dc810e39 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@566eac8a (id: da49af92-51b6-4f57-a537-adb8dc810e39, sid: da49af92-51b6-4f57-a537-adb8dc810e39) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 952c073b-cf97-4def-909d-b2c7629d5028 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22cf7003 (id: 952c073b-cf97-4def-909d-b2c7629d5028, sid: 952c073b-cf97-4def-909d-b2c7629d5028) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed321669-d5e9-466a-82cc-f7b9f97f5dce org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@67f253c2 (id: ed321669-d5e9-466a-82cc-f7b9f97f5dce, sid: ed321669-d5e9-466a-82cc-f7b9f97f5dce) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [FunctionAllocations] >> release >> unload Project_test_01 [FunctionAllocations] >> release >> unload output [CItoSystemName] >> require >> load Project_test_01 [CItoSystemName] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@72845335 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7ada27b6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@20fd8ef1 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = ec627100-3a92-422b-9d4d-296483b56914 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@647e6c3e (id: ec627100-3a92-422b-9d4d-296483b56914, sid: null) (name: CrossPhases-CItoSystemName) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3de1e592-28b2-469d-983a-c22c812dfac3 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@57365d86 (id: 3de1e592-28b2-469d-983a-c22c812dfac3, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8d0c10e5-933e-4b43-b773-52c8f0dd380a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7fc363dd (id: 8d0c10e5-933e-4b43-b773-52c8f0dd380a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83e82291-94d5-47ee-ab18-ae477e88e545 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@57da34d3 (id: 83e82291-94d5-47ee-ab18-ae477e88e545, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@152b0e57 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ae7e0fec-e41c-41f8-b538-a72d887960cd org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6e019cc0 (id: ae7e0fec-e41c-41f8-b538-a72d887960cd, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = eb858b7e-4525-40a8-824c-a7473d61208e org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@45d3e65b (id: eb858b7e-4525-40a8-824c-a7473d61208e, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef20b0e3-04cb-4856-86ca-d8c872b3c1a1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2a927c59 (id: ef20b0e3-04cb-4856-86ca-d8c872b3c1a1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6d990cc5-6a03-4c8e-87d4-96fa1b94df36 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7ebe2c3e (id: 6d990cc5-6a03-4c8e-87d4-96fa1b94df36, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 029b5150-d8e2-470c-86a2-ec575a814751 org.polarsys.capella.core.data.information.impl.DataPkgImpl@73192d3b (id: 029b5150-d8e2-470c-86a2-ec575a814751, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = c097df21-ba41-4d2d-81b0-79daf9980530 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@7f7aaf83 (id: c097df21-ba41-4d2d-81b0-79daf9980530, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = b2428b6f-ea8e-4eb4-966f-b7a7b2721e01 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3e5a5037 (id: b2428b6f-ea8e-4eb4-966f-b7a7b2721e01, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 8d372d56-053f-4a14-b1f6-b46e30fcbbd5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@31f7b5ee (id: 8d372d56-053f-4a14-b1f6-b46e30fcbbd5, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 3f922f1b-78a1-4e9f-90da-9dbb6e46b74b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@b3d261e (id: 3f922f1b-78a1-4e9f-90da-9dbb6e46b74b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 52be5ebb-c8dc-492d-bdcd-13f8d32f4f52 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2111964d (id: 52be5ebb-c8dc-492d-bdcd-13f8d32f4f52, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1fb5d113-f214-430c-8a12-56aeeb3b5554 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4d26a1b0 (id: 1fb5d113-f214-430c-8a12-56aeeb3b5554, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 53650109-8b03-41aa-891f-1df9fa4fe45b org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4172253f (id: 53650109-8b03-41aa-891f-1df9fa4fe45b, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 6a5c8899-a60f-49b2-9082-0b78185375b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@239de6d9 (id: 6a5c8899-a60f-49b2-9082-0b78185375b8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = fdec6f25-4a20-4061-a6d6-6a5f13f3f13e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@e93bf19 (id: fdec6f25-4a20-4061-a6d6-6a5f13f3f13e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = f2878624-3661-4b13-919c-7399fd0c16b9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7640a45a (id: f2878624-3661-4b13-919c-7399fd0c16b9, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = ea78128f-2f68-4257-9865-2e67cad8a9e7 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@264b2c70 (id: ea78128f-2f68-4257-9865-2e67cad8a9e7, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = c0459c19-e3bd-4575-b7c3-3cca6d51abe9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6a2cad4e (id: c0459c19-e3bd-4575-b7c3-3cca6d51abe9, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0c73f120-2a39-4e86-a5e0-17d3b5def1c9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7954ac65 (id: 0c73f120-2a39-4e86-a5e0-17d3b5def1c9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@130c03b (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@25cb6455 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@59bc9bb3 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ae55d71 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3dd3730e (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 10c26d41-efa0-4191-b349-814fa629141a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@751230f5 (id: 10c26d41-efa0-4191-b349-814fa629141a, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 92932c41-586f-4f76-bfeb-2d358dda2dc1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7adbb5c4 (id: 92932c41-586f-4f76-bfeb-2d358dda2dc1, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 24f1b8e8-65f1-46f7-a1ad-a3cd754c5c42 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@26b0097e (id: 24f1b8e8-65f1-46f7-a1ad-a3cd754c5c42, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4fb0134a-3507-4176-b65b-d7c0cf87806d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@179ce64 (id: 4fb0134a-3507-4176-b65b-d7c0cf87806d, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 7d36da69-4b83-4aec-9373-d28dc6fe3689 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6588d326 (id: 7d36da69-4b83-4aec-9373-d28dc6fe3689, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = ca857750-96e8-4eee-b79c-4cfb5fe7ece1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@425a2fc6 (id: ca857750-96e8-4eee-b79c-4cfb5fe7ece1, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 6a2c630d-3564-45b8-b971-038a0eb4cece org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6407250a (id: 6a2c630d-3564-45b8-b971-038a0eb4cece, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = fcf1b75d-2c23-47b6-9c81-807f83df104d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2b42dd00 (id: fcf1b75d-2c23-47b6-9c81-807f83df104d, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 618ad03d-7910-4be4-a654-70cd14ec5c8f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8f03aad (id: 618ad03d-7910-4be4-a654-70cd14ec5c8f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = ed3d066e-5ae5-4433-b25f-74f560bd2888 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1b47006a (id: ed3d066e-5ae5-4433-b25f-74f560bd2888, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a269ca79-4f14-4b87-a56c-14ca92176cbd org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@46b5497d (id: a269ca79-4f14-4b87-a56c-14ca92176cbd, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c28ce2d0-a635-45ae-897a-a61fa57fe71d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7ba23676 (id: c28ce2d0-a635-45ae-897a-a61fa57fe71d, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = d0f5f379-d602-4a13-b0ba-aa4a240bb6e0 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@720e5efd (id: d0f5f379-d602-4a13-b0ba-aa4a240bb6e0, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@219f14c4 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = a9e6b5e0-9c03-45ee-9974-fb8c6e11802c org.polarsys.capella.core.data.cs.impl.PartImpl@375f8dc0 (id: a9e6b5e0-9c03-45ee-9974-fb8c6e11802c, sid: null) (name: ciName) (visibleInDoc: true, visibleInLM: true, summary: ciSummary, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 49aabac9-01b1-4b6e-8d97-22a458c5583d org.polarsys.capella.core.data.epbs.impl.ConfigurationItemImpl@18634ca9 (id: 49aabac9-01b1-4b6e-8d97-22a458c5583d, sid: 49aabac9-01b1-4b6e-8d97-22a458c5583d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: ciName, abstract: false, actor: false, human: false, itemIdentifier: null, kind: CSCI) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1d965c4 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@34a41ade (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@2365b878 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@58aa02b5 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@72845335 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7ada27b6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ec627100-3a92-422b-9d4d-296483b56914 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@647e6c3e (id: ec627100-3a92-422b-9d4d-296483b56914, sid: null) (name: CrossPhases-CItoSystemName) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3de1e592-28b2-469d-983a-c22c812dfac3 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@57365d86 (id: 3de1e592-28b2-469d-983a-c22c812dfac3, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8d0c10e5-933e-4b43-b773-52c8f0dd380a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@7fc363dd (id: 8d0c10e5-933e-4b43-b773-52c8f0dd380a, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83e82291-94d5-47ee-ab18-ae477e88e545 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@57da34d3 (id: 83e82291-94d5-47ee-ab18-ae477e88e545, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ae7e0fec-e41c-41f8-b538-a72d887960cd org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6e019cc0 (id: ae7e0fec-e41c-41f8-b538-a72d887960cd, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = eb858b7e-4525-40a8-824c-a7473d61208e org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@45d3e65b (id: eb858b7e-4525-40a8-824c-a7473d61208e, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef20b0e3-04cb-4856-86ca-d8c872b3c1a1 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2a927c59 (id: ef20b0e3-04cb-4856-86ca-d8c872b3c1a1, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9dad0053-5f0b-4041-9945-43a9a98c1d3a org.polarsys.capella.core.data.cs.impl.InterfaceImpl@333d3c9f (id: 9dad0053-5f0b-4041-9945-43a9a98c1d3a, sid: 9dad0053-5f0b-4041-9945-43a9a98c1d3a) (name: Interface A) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 6d990cc5-6a03-4c8e-87d4-96fa1b94df36 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7ebe2c3e (id: 6d990cc5-6a03-4c8e-87d4-96fa1b94df36, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@219f14c4 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 36bad431-0ca6-44b4-b115-b46c6c9de2fb org.polarsys.capella.core.data.cs.impl.PartImpl@7ea7fc23 (id: 36bad431-0ca6-44b4-b115-b46c6c9de2fb, sid: 36bad431-0ca6-44b4-b115-b46c6c9de2fb) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c904b95c-8c04-4362-b3ae-af040b7e4bc7 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@ff31304 (id: c904b95c-8c04-4362-b3ae-af040b7e4bc7, sid: c904b95c-8c04-4362-b3ae-af040b7e4bc7) (name: PL2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = accd763b-0ce7-4e1f-9b52-e12b6f8d1671 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@363d3388 (id: accd763b-0ce7-4e1f-9b52-e12b6f8d1671, sid: accd763b-0ce7-4e1f-9b52-e12b6f8d1671) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 49aabac9-01b1-4b6e-8d97-22a458c5583d org.polarsys.capella.core.data.epbs.impl.ConfigurationItemImpl@18634ca9 (id: 49aabac9-01b1-4b6e-8d97-22a458c5583d, sid: 49aabac9-01b1-4b6e-8d97-22a458c5583d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: ciName, abstract: false, actor: false, human: false, itemIdentifier: null, kind: CSCI) ID = 07608a8c-104a-4785-a3ad-ee2656d4d7aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6a4629ce (id: 07608a8c-104a-4785-a3ad-ee2656d4d7aa, sid: 07608a8c-104a-4785-a3ad-ee2656d4d7aa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = d6e7c542-e782-4353-810c-4aeabe8f37fb org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@79c085fa (id: d6e7c542-e782-4353-810c-4aeabe8f37fb, sid: d6e7c542-e782-4353-810c-4aeabe8f37fb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: StateMachine 1, isControlOperator: false) ID = 6f8c82f2-4d9f-4c6c-949a-dcc2890cbe9e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6e3cc2f5 (id: 6f8c82f2-4d9f-4c6c-949a-dcc2890cbe9e, sid: 6f8c82f2-4d9f-4c6c-949a-dcc2890cbe9e) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e8bfd54b-4908-4c76-8a91-44a91ec9b3cd org.polarsys.capella.core.data.capellacommon.impl.StateImpl@31c21dc9 (id: e8bfd54b-4908-4c76-8a91-44a91ec9b3cd, sid: e8bfd54b-4908-4c76-8a91-44a91ec9b3cd) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a041e2a5-cf82-4102-8b93-fc1923bcf502 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@126d3df8 (id: a041e2a5-cf82-4102-8b93-fc1923bcf502, sid: a041e2a5-cf82-4102-8b93-fc1923bcf502) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 021358a7-a74f-4e76-8a47-f0dfae547453 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@6f7f951a (id: 021358a7-a74f-4e76-8a47-f0dfae547453, sid: 021358a7-a74f-4e76-8a47-f0dfae547453) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11b3479e-385f-426f-b6c1-bcc4cc0de958 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@67dcd96a (id: 11b3479e-385f-426f-b6c1-bcc4cc0de958, sid: 11b3479e-385f-426f-b6c1-bcc4cc0de958) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 24c96a64-1a76-4ec4-ad54-63971718c5f9 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@46d1bc0d (id: 24c96a64-1a76-4ec4-ad54-63971718c5f9, sid: 24c96a64-1a76-4ec4-ad54-63971718c5f9) (name: State 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f0331e78-80b6-4f62-a658-069f3b8a0a7e org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3da8dbd2 (id: f0331e78-80b6-4f62-a658-069f3b8a0a7e, sid: f0331e78-80b6-4f62-a658-069f3b8a0a7e) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4027bf6c-efdf-4902-9bc6-c2d23f9361c3 org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@2eec4e38 (id: 4027bf6c-efdf-4902-9bc6-c2d23f9361c3, sid: 4027bf6c-efdf-4902-9bc6-c2d23f9361c3) (name: Final 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3bff30b-03df-42c2-854f-ce6ab79d4556 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2ffac506 (id: b3bff30b-03df-42c2-854f-ce6ab79d4556, sid: b3bff30b-03df-42c2-854f-ce6ab79d4556) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 6562c902-9e70-42f8-98de-e5a7416567a5 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@64803520 (id: 6562c902-9e70-42f8-98de-e5a7416567a5, sid: 6562c902-9e70-42f8-98de-e5a7416567a5) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 1c724294-be4a-4850-8bad-6b1bf65d5ae7 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@1f8d1429 (id: 1c724294-be4a-4850-8bad-6b1bf65d5ae7, sid: 1c724294-be4a-4850-8bad-6b1bf65d5ae7) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2fa55819-b1db-45f8-b01a-1b685f6c2f7e org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@53dc146e (id: 2fa55819-b1db-45f8-b01a-1b685f6c2f7e, sid: 2fa55819-b1db-45f8-b01a-1b685f6c2f7e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 6c9fad03-0292-45cf-9fa8-d9ec9f2afb7a org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6b717d09 (id: 6c9fad03-0292-45cf-9fa8-d9ec9f2afb7a, sid: 6c9fad03-0292-45cf-9fa8-d9ec9f2afb7a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 79427542-c1f9-4bd1-8778-2fc403d82f47 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@32117d97 (id: 79427542-c1f9-4bd1-8778-2fc403d82f47, sid: 79427542-c1f9-4bd1-8778-2fc403d82f47) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb682e13-ef6a-4728-828a-189bb7502916 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@7396d912 (id: eb682e13-ef6a-4728-828a-189bb7502916, sid: eb682e13-ef6a-4728-828a-189bb7502916) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 145df8cb-c62c-4605-8939-b5397d8a4964 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@284596f7 (id: 145df8cb-c62c-4605-8939-b5397d8a4964, sid: 145df8cb-c62c-4605-8939-b5397d8a4964) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f40c1b62-468c-456d-9634-c27b80838c5f org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@483c3fc3 (id: f40c1b62-468c-456d-9634-c27b80838c5f, sid: f40c1b62-468c-456d-9634-c27b80838c5f) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c82e6363-0eee-4854-851b-bc5889255bfc org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@71781e96 (id: c82e6363-0eee-4854-851b-bc5889255bfc, sid: c82e6363-0eee-4854-851b-bc5889255bfc) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 63013939-6d4f-453f-bf8a-80a6498e9cdb org.polarsys.capella.core.data.capellacommon.impl.FinalStateImpl@346307e2 (id: 63013939-6d4f-453f-bf8a-80a6498e9cdb, sid: 63013939-6d4f-453f-bf8a-80a6498e9cdb) (name: Final 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 515b356b-45ca-417b-8c8f-84471170a205 org.polarsys.capella.core.data.capellacommon.impl.InitialPseudoStateImpl@3095ddb7 (id: 515b356b-45ca-417b-8c8f-84471170a205, sid: 515b356b-45ca-417b-8c8f-84471170a205) (name: Initial 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e50700e8-9bb9-4bf9-abdd-f3ebcda97b94 org.polarsys.capella.core.data.capellacommon.impl.JoinPseudoStateImpl@197e3e41 (id: e50700e8-9bb9-4bf9-abdd-f3ebcda97b94, sid: e50700e8-9bb9-4bf9-abdd-f3ebcda97b94) (name: Join 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cbc6545d-b38d-4761-8725-a3adc63f4257 org.polarsys.capella.core.data.capellacommon.impl.ChoicePseudoStateImpl@28431f56 (id: cbc6545d-b38d-4761-8725-a3adc63f4257, sid: cbc6545d-b38d-4761-8725-a3adc63f4257) (name: Choice 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8774c588-2b50-426c-b84f-b77c88561e30 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@43341ab (id: 8774c588-2b50-426c-b84f-b77c88561e30, sid: 8774c588-2b50-426c-b84f-b77c88561e30) (name: Mode 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9ff82c97-230d-4c63-80f7-4c12d55430ae org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1ad54cff (id: 9ff82c97-230d-4c63-80f7-4c12d55430ae, sid: 9ff82c97-230d-4c63-80f7-4c12d55430ae) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 25c53b77-f058-4c5e-8302-18741a49fa78 org.polarsys.capella.core.data.capellacommon.impl.ForkPseudoStateImpl@72b1f5d2 (id: 25c53b77-f058-4c5e-8302-18741a49fa78, sid: 25c53b77-f058-4c5e-8302-18741a49fa78) (name: Fork 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bee6aa46-91fe-4b9b-90d9-50e430440acf org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@42b8fd7d (id: bee6aa46-91fe-4b9b-90d9-50e430440acf, sid: bee6aa46-91fe-4b9b-90d9-50e430440acf) (name: Mode 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c6d6d6b0-0bc2-4504-a4ea-f8d87072fb13 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5c98d298 (id: c6d6d6b0-0bc2-4504-a4ea-f8d87072fb13, sid: c6d6d6b0-0bc2-4504-a4ea-f8d87072fb13) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 364b4c8a-4733-4797-a57d-22ac1913647d org.polarsys.capella.core.data.capellacommon.impl.TerminatePseudoStateImpl@6c9adf40 (id: 364b4c8a-4733-4797-a57d-22ac1913647d, sid: 364b4c8a-4733-4797-a57d-22ac1913647d) (name: Terminate 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21541c65-1e9b-41dc-a0a2-f017360f3789 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@11f8b864 (id: 21541c65-1e9b-41dc-a0a2-f017360f3789, sid: 21541c65-1e9b-41dc-a0a2-f017360f3789) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 914188d9-fff4-4092-aa94-e8248e545a22 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@142eec33 (id: 914188d9-fff4-4092-aa94-e8248e545a22, sid: 914188d9-fff4-4092-aa94-e8248e545a22) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 7819764b-63c1-4db4-af91-b600857f06e1 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@eb8f03c (id: 7819764b-63c1-4db4-af91-b600857f06e1, sid: 7819764b-63c1-4db4-af91-b600857f06e1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 1af91f15-a851-43d6-ba09-182e2a64444e org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@34e25e74 (id: 1af91f15-a851-43d6-ba09-182e2a64444e, sid: 1af91f15-a851-43d6-ba09-182e2a64444e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = eed93667-6aaf-45c2-88df-2ca3e3144ffa org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@608deb14 (id: eed93667-6aaf-45c2-88df-2ca3e3144ffa, sid: eed93667-6aaf-45c2-88df-2ca3e3144ffa) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 8a038a1b-d769-4960-afc5-1db4580a4967 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@3a1cc42 (id: 8a038a1b-d769-4960-afc5-1db4580a4967, sid: 8a038a1b-d769-4960-afc5-1db4580a4967) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 6a83d7bc-4aaf-4d70-81a9-8499f57c1259 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@4ad1f51a (id: 6a83d7bc-4aaf-4d70-81a9-8499f57c1259, sid: 6a83d7bc-4aaf-4d70-81a9-8499f57c1259) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = d26e9cb7-f2d9-4e66-b10a-d3b5abf7d23d org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6c6603ca (id: d26e9cb7-f2d9-4e66-b10a-d3b5abf7d23d, sid: d26e9cb7-f2d9-4e66-b10a-d3b5abf7d23d) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 52c0c80c-0c93-4a34-9d86-1163880450ef org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@633c9019 (id: 52c0c80c-0c93-4a34-9d86-1163880450ef, sid: 52c0c80c-0c93-4a34-9d86-1163880450ef) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 56b16fae-c60f-4ac1-933f-19d8d22bc943 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@6e7293e0 (id: 56b16fae-c60f-4ac1-933f-19d8d22bc943, sid: 56b16fae-c60f-4ac1-933f-19d8d22bc943) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = b682a757-593c-4d43-b944-88c16373a28e org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@2b4ec211 (id: b682a757-593c-4d43-b944-88c16373a28e, sid: b682a757-593c-4d43-b944-88c16373a28e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 8422563c-6beb-4e4f-a2e6-c787766510df org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@776aece1 (id: 8422563c-6beb-4e4f-a2e6-c787766510df, sid: 8422563c-6beb-4e4f-a2e6-c787766510df) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 24b4f4e0-3cef-4c16-8d60-ab26dfcd0f17 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3dce7d55 (id: 24b4f4e0-3cef-4c16-8d60-ab26dfcd0f17, sid: 24b4f4e0-3cef-4c16-8d60-ab26dfcd0f17) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 59305ff1-a73d-4f7d-8e97-b4663274c827 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1793fdcd (id: 59305ff1-a73d-4f7d-8e97-b4663274c827, sid: 59305ff1-a73d-4f7d-8e97-b4663274c827) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = d882a401-4230-48b3-8ffc-96e7730c1c14 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@27eea435 (id: d882a401-4230-48b3-8ffc-96e7730c1c14, sid: d882a401-4230-48b3-8ffc-96e7730c1c14) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 15d56e67-d78c-4d7a-ba21-8e42cbf13a2f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5b7d660c (id: 15d56e67-d78c-4d7a-ba21-8e42cbf13a2f, sid: 15d56e67-d78c-4d7a-ba21-8e42cbf13a2f) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7835703c-c982-4f5b-8eda-c77d60c0c65e org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@343c198d (id: 7835703c-c982-4f5b-8eda-c77d60c0c65e, sid: 7835703c-c982-4f5b-8eda-c77d60c0c65e) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 326936fd-17eb-4a12-a627-a62cf23ffe34 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5dd087ae (id: 326936fd-17eb-4a12-a627-a62cf23ffe34, sid: 326936fd-17eb-4a12-a627-a62cf23ffe34) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 58c7adf3-10c3-4bf1-9aba-757ac283a651 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@498ae26c (id: 58c7adf3-10c3-4bf1-9aba-757ac283a651, sid: 58c7adf3-10c3-4bf1-9aba-757ac283a651) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 984441d2-cc6d-4997-a21b-d6d7e408ae60 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@3136704b (id: 984441d2-cc6d-4997-a21b-d6d7e408ae60, sid: 984441d2-cc6d-4997-a21b-d6d7e408ae60) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [CItoSystemName] >> release >> unload Project_test_01 [CItoSystemName] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4afa95f4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6b370128 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@55a03b62 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@64186132 (id: 34e31a14-6734-49fc-bd37-3e307b472c12, sid: null) (name: CrossPhases-MergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dc62c24-df86-42d6-9a7f-f4d23729d7c5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@48c2203 (id: 6dc62c24-df86-42d6-9a7f-f4d23729d7c5, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffd5c920-e26e-495a-93f4-99ec66ded372 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@326a0c4e (id: ffd5c920-e26e-495a-93f4-99ec66ded372, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 29bf9054-4a01-4820-a699-eecf84b28620 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@47f62570 (id: 29bf9054-4a01-4820-a699-eecf84b28620, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@8a0d33e (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f2a0632-b239-4110-9e5a-e6fe2bf84a37 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@76da5107 (id: 9f2a0632-b239-4110-9e5a-e6fe2bf84a37, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8b9cccba-7f67-41ac-b6be-e4d473b27476 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@52ff4333 (id: 8b9cccba-7f67-41ac-b6be-e4d473b27476, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 04038980-29ae-468e-a552-4089e7bc9d96 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49fbc82c (id: 04038980-29ae-468e-a552-4089e7bc9d96, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c38335f-d7f5-48d0-9538-fe40d6fb482f org.polarsys.capella.core.data.information.impl.DataPkgImpl@6726c7ca (id: 7c38335f-d7f5-48d0-9538-fe40d6fb482f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2c54e9f9-5857-40fb-9240-159a30886dd4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@267fc2ce (id: 2c54e9f9-5857-40fb-9240-159a30886dd4, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b922af55-3b2b-4269-bee1-45ca7b88dc5e org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@6f94b296 (id: b922af55-3b2b-4269-bee1-45ca7b88dc5e, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 973b1b5b-8204-4406-87e6-8bfb048d9a41 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@35f2217d (id: 973b1b5b-8204-4406-87e6-8bfb048d9a41, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = e4e75657-0ee9-4a46-b8d2-d6ef70501f7a org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@a34568c (id: e4e75657-0ee9-4a46-b8d2-d6ef70501f7a, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = cad9f075-3002-4b70-9671-e639ffc4e867 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@52059cb6 (id: cad9f075-3002-4b70-9671-e639ffc4e867, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 75c08f04-20bc-4fab-ad21-28112e43926c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@18cf8462 (id: 75c08f04-20bc-4fab-ad21-28112e43926c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 24b4d454-bdc4-40f4-a39c-3fe5fc297cf1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3c12b7cf (id: 24b4d454-bdc4-40f4-a39c-3fe5fc297cf1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 7585418f-0dc5-4e02-9b30-3300e04e649a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@14ba06f7 (id: 7585418f-0dc5-4e02-9b30-3300e04e649a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 10de312a-b614-49ae-b160-b76640f8c357 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6aa4c8fa (id: 10de312a-b614-49ae-b160-b76640f8c357, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6f165509-3d51-4099-b496-c553a431cd61 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@e2cad58 (id: 6f165509-3d51-4099-b496-c553a431cd61, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 99d3b0a0-4e4d-4c88-a153-30ed4da8deac org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2729df9d (id: 99d3b0a0-4e4d-4c88-a153-30ed4da8deac, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 615c0e26-ae86-4305-9340-6ca36be501f9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6360e831 (id: 615c0e26-ae86-4305-9340-6ca36be501f9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 00fa9181-941f-44ef-9f1c-2dfe40f2635b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2f4f0fbf (id: 00fa9181-941f-44ef-9f1c-2dfe40f2635b, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f7526d03-f8f5-4859-ba35-17289ca65877 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@44e22163 (id: f7526d03-f8f5-4859-ba35-17289ca65877, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@545ea658 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@69a6a79d (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a98f37c (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7c257d60 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5d6868da (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2b8bcb1c-0a05-4ca6-b904-f8d9896a1a60 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@499b8faf (id: 2b8bcb1c-0a05-4ca6-b904-f8d9896a1a60, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 38248b68-d7f8-4442-9fd8-a2cdb45270ee org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1efe43d4 (id: 38248b68-d7f8-4442-9fd8-a2cdb45270ee, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5722fa05-df02-4507-8c82-a339fac5cc5d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4bc29051 (id: 5722fa05-df02-4507-8c82-a339fac5cc5d, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4d10ec1c-2994-4d1a-af68-cc48a003a9d5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@101d7e0f (id: 4d10ec1c-2994-4d1a-af68-cc48a003a9d5, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 252774c2-8beb-4533-8551-7d60f81981ef org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@56e7d54 (id: 252774c2-8beb-4533-8551-7d60f81981ef, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f5306feb-d1f1-4dc4-8f5d-52be7babbe21 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@69627ece (id: f5306feb-d1f1-4dc4-8f5d-52be7babbe21, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bc69c341-6c7f-4edf-bc94-afc02acf24c9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@36fd3bab (id: bc69c341-6c7f-4edf-bc94-afc02acf24c9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8ff548de-1ba8-4cf6-8748-f420a43adce8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4d6bd67d (id: 8ff548de-1ba8-4cf6-8748-f420a43adce8, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 022aa80f-214b-4c5c-b3f9-8a27d7fcd679 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b998659 (id: 022aa80f-214b-4c5c-b3f9-8a27d7fcd679, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c6416bfd-c341-49e7-9844-be12dca4b1a6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@41f71bea (id: c6416bfd-c341-49e7-9844-be12dca4b1a6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e11f79b8-3e43-4b16-b232-25897be65919 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1e08401c (id: e11f79b8-3e43-4b16-b232-25897be65919, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b0b8b146-f6f0-4b73-91f1-24bcb5e92399 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@dc3a59e (id: b0b8b146-f6f0-4b73-91f1-24bcb5e92399, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 89b1af05-56fa-40eb-b83a-69fdd2193636 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7a9f4131 (id: 89b1af05-56fa-40eb-b83a-69fdd2193636, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@2cd9e7e4 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84f2ae76-3459-4e17-8fd0-ed6360e0028d org.polarsys.capella.core.data.cs.impl.PartImpl@6c247aa4 (id: 84f2ae76-3459-4e17-8fd0-ed6360e0028d, sid: 84f2ae76-3459-4e17-8fd0-ed6360e0028d) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e2cba002-bca6-4f67-ad80-6707703f6a0a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3b4a6d0f (id: e2cba002-bca6-4f67-ad80-6707703f6a0a, sid: e2cba002-bca6-4f67-ad80-6707703f6a0a) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@2c36d6eb (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1c808940 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@76c8907d (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@82ef696 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4afa95f4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6b370128 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@64186132 (id: 34e31a14-6734-49fc-bd37-3e307b472c12, sid: null) (name: CrossPhases-MergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dc62c24-df86-42d6-9a7f-f4d23729d7c5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@48c2203 (id: 6dc62c24-df86-42d6-9a7f-f4d23729d7c5, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffd5c920-e26e-495a-93f4-99ec66ded372 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@326a0c4e (id: ffd5c920-e26e-495a-93f4-99ec66ded372, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 29bf9054-4a01-4820-a699-eecf84b28620 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@47f62570 (id: 29bf9054-4a01-4820-a699-eecf84b28620, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cf473ee9-40e6-4c97-93a1-1770537f8fb7 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@408b5f9a (id: cf473ee9-40e6-4c97-93a1-1770537f8fb7, sid: cf473ee9-40e6-4c97-93a1-1770537f8fb7) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 0d9c5693-1363-490d-ae6a-64e31e2777a5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@25f2f1b2 (id: 0d9c5693-1363-490d-ae6a-64e31e2777a5, sid: 0d9c5693-1363-490d-ae6a-64e31e2777a5) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4718913e (id: 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c, sid: 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d1b7a177-5d23-4657-b92b-5a17cf17a440 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3133e108 (id: d1b7a177-5d23-4657-b92b-5a17cf17a440, sid: d1b7a177-5d23-4657-b92b-5a17cf17a440) (name: FOP14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2b5e0f3b (id: 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a, sid: 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a) (name: FOP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f9033e2e-440d-48f6-9952-d93f118c2e08 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@19130483 (id: f9033e2e-440d-48f6-9952-d93f118c2e08, sid: f9033e2e-440d-48f6-9952-d93f118c2e08) (name: FOP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1a01e7fe (id: 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab, sid: 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab) (name: FOP 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3b098684-e2bd-4d4e-b7d0-f77b831d398b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@34147e17 (id: 3b098684-e2bd-4d4e-b7d0-f77b831d398b, sid: 3b098684-e2bd-4d4e-b7d0-f77b831d398b) (name: FOP 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a162d588-a2fb-4298-ba76-f450818ba62e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6f688879 (id: a162d588-a2fb-4298-ba76-f450818ba62e, sid: a162d588-a2fb-4298-ba76-f450818ba62e) (name: FOP 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0c37e12f-8593-447e-9ba5-ab43cbe43fa6 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6e5eae0b (id: 0c37e12f-8593-447e-9ba5-ab43cbe43fa6, sid: 0c37e12f-8593-447e-9ba5-ab43cbe43fa6) (name: FOP 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b43461a2-09d1-42bd-b83e-5df009cee4ac org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7b758a29 (id: b43461a2-09d1-42bd-b83e-5df009cee4ac, sid: b43461a2-09d1-42bd-b83e-5df009cee4ac) (name: FOP 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 027ec7cc-1560-43c2-a293-315c3bb4f8e1 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6c06a796 (id: 027ec7cc-1560-43c2-a293-315c3bb4f8e1, sid: 027ec7cc-1560-43c2-a293-315c3bb4f8e1) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 00658f86-38ce-4073-9821-d64ad2aab738 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4706d12f (id: 00658f86-38ce-4073-9821-d64ad2aab738, sid: 00658f86-38ce-4073-9821-d64ad2aab738) (name: FOP23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ef5149b2-a305-47ee-8ad8-6e7d1f26e599 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5cb31132 (id: ef5149b2-a305-47ee-8ad8-6e7d1f26e599, sid: ef5149b2-a305-47ee-8ad8-6e7d1f26e599) (name: LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 327585f5-f6ad-48f2-96a4-f7bfae74bbc4 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@b40fc4f (id: 327585f5-f6ad-48f2-96a4-f7bfae74bbc4, sid: 327585f5-f6ad-48f2-96a4-f7bfae74bbc4) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ed62a34f-9f5a-437f-84a8-86935657531a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@52a3c0a6 (id: ed62a34f-9f5a-437f-84a8-86935657531a, sid: ed62a34f-9f5a-437f-84a8-86935657531a) (name: LF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cca2494d-4201-4add-802c-c1a81122d610 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@23ddec74 (id: cca2494d-4201-4add-802c-c1a81122d610, sid: cca2494d-4201-4add-802c-c1a81122d610) (name: FIP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 99eaa56a-240c-4b2b-988b-a759b6c79a50 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@672343bc (id: 99eaa56a-240c-4b2b-988b-a759b6c79a50, sid: 99eaa56a-240c-4b2b-988b-a759b6c79a50) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0c130822-ffca-421b-b148-7b6e93b02c45 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6b0d6993 (id: 0c130822-ffca-421b-b148-7b6e93b02c45, sid: 0c130822-ffca-421b-b148-7b6e93b02c45) (name: FOP26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a8b134b1-37c8-4085-afa3-0e6805b6266b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@27e722a4 (id: a8b134b1-37c8-4085-afa3-0e6805b6266b, sid: a8b134b1-37c8-4085-afa3-0e6805b6266b) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 49bda5c4-e351-4f42-a913-cf3d9dd0e887 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6b15c460 (id: 49bda5c4-e351-4f42-a913-cf3d9dd0e887, sid: 49bda5c4-e351-4f42-a913-cf3d9dd0e887) (name: FOP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1b640801-69a4-400f-90bc-7e2b2fe2705c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1656441d (id: 1b640801-69a4-400f-90bc-7e2b2fe2705c, sid: 1b640801-69a4-400f-90bc-7e2b2fe2705c) (name: FOP24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b6c52fc4-c266-4372-a75c-4c0601bbd576 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1697e6b5 (id: b6c52fc4-c266-4372-a75c-4c0601bbd576, sid: b6c52fc4-c266-4372-a75c-4c0601bbd576) (name: FOP25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 70f60f35-9bfe-4aca-9871-206b910fb9a2 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@8fb14c1 (id: 70f60f35-9bfe-4aca-9871-206b910fb9a2, sid: 70f60f35-9bfe-4aca-9871-206b910fb9a2) (name: FOP27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 10f57db7-1894-4ace-88ba-26d34897ac48 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4d88f77a (id: 10f57db7-1894-4ace-88ba-26d34897ac48, sid: 10f57db7-1894-4ace-88ba-26d34897ac48) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3c9ef697-f4b3-4f20-b1ad-511028cef2d3 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@69da347a (id: 3c9ef697-f4b3-4f20-b1ad-511028cef2d3, sid: 3c9ef697-f4b3-4f20-b1ad-511028cef2d3) (name: LF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a0bbc0d6-d513-44d7-9807-042dfacf70cc org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@40d1c5ba (id: a0bbc0d6-d513-44d7-9807-042dfacf70cc, sid: a0bbc0d6-d513-44d7-9807-042dfacf70cc) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3aa21585-e693-4bcf-9e38-2ddf76d9818a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@10dc8c7d (id: 3aa21585-e693-4bcf-9e38-2ddf76d9818a, sid: 3aa21585-e693-4bcf-9e38-2ddf76d9818a) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 70303248-2487-48fe-bb2b-16b079e1d91e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1a659a3b (id: 70303248-2487-48fe-bb2b-16b079e1d91e, sid: 70303248-2487-48fe-bb2b-16b079e1d91e) (name: LF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f800ca6f-50ed-4347-9e25-d42c9778320c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@222414e9 (id: f800ca6f-50ed-4347-9e25-d42c9778320c, sid: f800ca6f-50ed-4347-9e25-d42c9778320c) (name: FIP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = facabf7e-4fd1-4b31-a5f0-767d95e79037 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6c16e902 (id: facabf7e-4fd1-4b31-a5f0-767d95e79037, sid: facabf7e-4fd1-4b31-a5f0-767d95e79037) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6ccdf258-377f-408b-bb1b-1560abf6d6d5 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@185d3f99 (id: 6ccdf258-377f-408b-bb1b-1560abf6d6d5, sid: 6ccdf258-377f-408b-bb1b-1560abf6d6d5) (name: LF7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c8eea284-3560-4868-95cd-caf3007ff8ca org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2e5fdaeb (id: c8eea284-3560-4868-95cd-caf3007ff8ca, sid: c8eea284-3560-4868-95cd-caf3007ff8ca) (name: FIP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2214a319-a131-41cd-ade0-186ad0bd7fdf org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2c5e0095 (id: 2214a319-a131-41cd-ade0-186ad0bd7fdf, sid: 2214a319-a131-41cd-ade0-186ad0bd7fdf) (name: LF8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e1d77cf0-3958-414a-a507-0c097c25160d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@77dbb2e5 (id: e1d77cf0-3958-414a-a507-0c097c25160d, sid: e1d77cf0-3958-414a-a507-0c097c25160d) (name: FIP81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c4ba8980-76aa-4c51-b496-d4f32a0a6a34 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@60bea70 (id: c4ba8980-76aa-4c51-b496-d4f32a0a6a34, sid: c4ba8980-76aa-4c51-b496-d4f32a0a6a34) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0820d6ad-0d73-466d-83bd-64faeb8ced9e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5653e0d8 (id: 0820d6ad-0d73-466d-83bd-64faeb8ced9e, sid: 0820d6ad-0d73-466d-83bd-64faeb8ced9e) (name: LF9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = df0085de-96f1-4a63-803b-24c6281402d3 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@a55082f (id: df0085de-96f1-4a63-803b-24c6281402d3, sid: df0085de-96f1-4a63-803b-24c6281402d3) (name: FIP91) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a0c80e91-91f3-488c-92a1-f9313e8fe7dd org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@20b3cf1a (id: a0c80e91-91f3-488c-92a1-f9313e8fe7dd, sid: a0c80e91-91f3-488c-92a1-f9313e8fe7dd) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b765a7d4-3d22-477d-b38e-b6b417e16aba org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@79b2f916 (id: b765a7d4-3d22-477d-b38e-b6b417e16aba, sid: b765a7d4-3d22-477d-b38e-b6b417e16aba) (name: LF10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8dc0ef56-91a0-468c-956f-64ce35cbac67 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@30ae83d8 (id: 8dc0ef56-91a0-468c-956f-64ce35cbac67, sid: 8dc0ef56-91a0-468c-956f-64ce35cbac67) (name: FIP101) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e1b55b87-646a-4eab-9404-ad65a929acf2 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1298e192 (id: e1b55b87-646a-4eab-9404-ad65a929acf2, sid: e1b55b87-646a-4eab-9404-ad65a929acf2) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2b027589-3c60-4518-b697-b55b9c849f4d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2ced37c4 (id: 2b027589-3c60-4518-b697-b55b9c849f4d, sid: 2b027589-3c60-4518-b697-b55b9c849f4d) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bae55dd1-a13e-4b67-974f-b66a7f141a11 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@42791106 (id: bae55dd1-a13e-4b67-974f-b66a7f141a11, sid: bae55dd1-a13e-4b67-974f-b66a7f141a11) (name: FIP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c5488903-44f8-4fe4-a6f5-f0af92471271 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@68dead2 (id: c5488903-44f8-4fe4-a6f5-f0af92471271, sid: c5488903-44f8-4fe4-a6f5-f0af92471271) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6273c9c5-83d9-407c-a3c6-367b85ef84f0 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@53cc0fe0 (id: 6273c9c5-83d9-407c-a3c6-367b85ef84f0, sid: 6273c9c5-83d9-407c-a3c6-367b85ef84f0) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1a511713-932e-4eef-b09d-494a3443618f org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@165a514a (id: 1a511713-932e-4eef-b09d-494a3443618f, sid: 1a511713-932e-4eef-b09d-494a3443618f) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5dd1e945-240d-4500-a29c-370d91e70481 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1c2183a6 (id: 5dd1e945-240d-4500-a29c-370d91e70481, sid: 5dd1e945-240d-4500-a29c-370d91e70481) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cd6043ea-8276-4d6d-995c-120f00c5654c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7593318a (id: cd6043ea-8276-4d6d-995c-120f00c5654c, sid: cd6043ea-8276-4d6d-995c-120f00c5654c) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 28b7776a-2c8c-423d-8f52-c47a66921006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@469393d7 (id: 28b7776a-2c8c-423d-8f52-c47a66921006, sid: 28b7776a-2c8c-423d-8f52-c47a66921006) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c2bd9ae5-f1ae-4d95-9386-d0652d0c7e0d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2874a4e (id: c2bd9ae5-f1ae-4d95-9386-d0652d0c7e0d, sid: c2bd9ae5-f1ae-4d95-9386-d0652d0c7e0d) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d616ae3a-922c-49e8-80f8-d1871ef0a4ad org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@122bd50b (id: d616ae3a-922c-49e8-80f8-d1871ef0a4ad, sid: d616ae3a-922c-49e8-80f8-d1871ef0a4ad) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 604abfa7-dae3-4c80-b826-aa8ff7abc6aa org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7e58a9a5 (id: 604abfa7-dae3-4c80-b826-aa8ff7abc6aa, sid: 604abfa7-dae3-4c80-b826-aa8ff7abc6aa) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 10ad93ef-4337-4311-85bf-1be886702c36 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@248f8092 (id: 10ad93ef-4337-4311-85bf-1be886702c36, sid: 10ad93ef-4337-4311-85bf-1be886702c36) (name: FE6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c68f365a-ead4-49e2-b208-b952c779ca9c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1ce27b77 (id: c68f365a-ead4-49e2-b208-b952c779ca9c, sid: c68f365a-ead4-49e2-b208-b952c779ca9c) (name: FE7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2182a7ee-c372-46bc-afd1-8c8f7204e14a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@502d766d (id: 2182a7ee-c372-46bc-afd1-8c8f7204e14a, sid: 2182a7ee-c372-46bc-afd1-8c8f7204e14a) (name: FE8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 616f68c8-9a14-4af2-8de8-a0228ee58a85 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6b83e84c (id: 616f68c8-9a14-4af2-8de8-a0228ee58a85, sid: 616f68c8-9a14-4af2-8de8-a0228ee58a85) (name: FE9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 942432b9-dfac-4035-858f-cb62e1029b59 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@33d06ebe (id: 942432b9-dfac-4035-858f-cb62e1029b59, sid: 942432b9-dfac-4035-858f-cb62e1029b59) (name: FE10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 19561e80-dd85-44d1-a1a8-e58003e8c2f3 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3ce69270 (id: 19561e80-dd85-44d1-a1a8-e58003e8c2f3, sid: 19561e80-dd85-44d1-a1a8-e58003e8c2f3) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@743159f (id: 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7, sid: 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7) (name: Exchange 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 08095302-e601-4089-af6e-7eddc90d8f00 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@73765cb3 (id: 08095302-e601-4089-af6e-7eddc90d8f00, sid: 08095302-e601-4089-af6e-7eddc90d8f00) (name: Exchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 851b0c57-d590-42e5-8ed0-04adb3b60bfb org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@436379fd (id: 851b0c57-d590-42e5-8ed0-04adb3b60bfb, sid: 851b0c57-d590-42e5-8ed0-04adb3b60bfb) (name: Exchange 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 683722df-08a0-4a86-9025-9471ba88decd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4b1e16f3 (id: 683722df-08a0-4a86-9025-9471ba88decd, sid: 683722df-08a0-4a86-9025-9471ba88decd) (name: Exchange 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 77c3b1a8-1218-49de-b753-ea3ce60b87e1 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@54ee1de2 (id: 77c3b1a8-1218-49de-b753-ea3ce60b87e1, sid: 77c3b1a8-1218-49de-b753-ea3ce60b87e1) (name: Exchange 16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c10875a6-0f30-4375-8b23-96b1e8cde922 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@153c4008 (id: c10875a6-0f30-4375-8b23-96b1e8cde922, sid: c10875a6-0f30-4375-8b23-96b1e8cde922) (name: Exchange 17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 30448272-3084-41db-9a7e-f543079f3190 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4dc87fc3 (id: 30448272-3084-41db-9a7e-f543079f3190, sid: 30448272-3084-41db-9a7e-f543079f3190) (name: Exchange 18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9f2a0632-b239-4110-9e5a-e6fe2bf84a37 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@76da5107 (id: 9f2a0632-b239-4110-9e5a-e6fe2bf84a37, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8b9cccba-7f67-41ac-b6be-e4d473b27476 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@52ff4333 (id: 8b9cccba-7f67-41ac-b6be-e4d473b27476, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 04038980-29ae-468e-a552-4089e7bc9d96 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49fbc82c (id: 04038980-29ae-468e-a552-4089e7bc9d96, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c38335f-d7f5-48d0-9538-fe40d6fb482f org.polarsys.capella.core.data.information.impl.DataPkgImpl@6726c7ca (id: 7c38335f-d7f5-48d0-9538-fe40d6fb482f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@2cd9e7e4 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 647a404f-db2b-41ea-bfd6-7b97dc2b819a org.polarsys.capella.core.data.cs.impl.PartImpl@3bb43900 (id: 647a404f-db2b-41ea-bfd6-7b97dc2b819a, sid: 647a404f-db2b-41ea-bfd6-7b97dc2b819a) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9d16139f-bc22-498a-9729-4ec3d1f85469 org.polarsys.capella.core.data.cs.impl.PartImpl@3bb5a6a0 (id: 9d16139f-bc22-498a-9729-4ec3d1f85469, sid: 9d16139f-bc22-498a-9729-4ec3d1f85469) (name: LC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7da7bbb0-da1f-4938-bec6-d6e118aba784 org.polarsys.capella.core.data.cs.impl.PartImpl@69d79497 (id: 7da7bbb0-da1f-4938-bec6-d6e118aba784, sid: 7da7bbb0-da1f-4938-bec6-d6e118aba784) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fd678131-abb7-4382-89b7-a20ed67ce76c org.polarsys.capella.core.data.cs.impl.PartImpl@75a7503a (id: fd678131-abb7-4382-89b7-a20ed67ce76c, sid: fd678131-abb7-4382-89b7-a20ed67ce76c) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bfe323f8-7d09-4ee0-913b-768ec2ab4118 org.polarsys.capella.core.data.cs.impl.PartImpl@24eecbfa (id: bfe323f8-7d09-4ee0-913b-768ec2ab4118, sid: bfe323f8-7d09-4ee0-913b-768ec2ab4118) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34e34d4d-8752-481c-b6a2-7743dbb84716 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@23e4737a (id: 34e34d4d-8752-481c-b6a2-7743dbb84716, sid: 34e34d4d-8752-481c-b6a2-7743dbb84716) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a9462546-c8b5-481d-9f65-6642b5dcf5e9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3902223f (id: a9462546-c8b5-481d-9f65-6642b5dcf5e9, sid: a9462546-c8b5-481d-9f65-6642b5dcf5e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84f2ae76-3459-4e17-8fd0-ed6360e0028d org.polarsys.capella.core.data.cs.impl.PartImpl@6c247aa4 (id: 84f2ae76-3459-4e17-8fd0-ed6360e0028d, sid: 84f2ae76-3459-4e17-8fd0-ed6360e0028d) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7e73586e-1b4e-47a5-babe-e11185732048 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1bdd954e (id: 7e73586e-1b4e-47a5-babe-e11185732048, sid: 7e73586e-1b4e-47a5-babe-e11185732048) (name: LC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = c870c73d-f347-4220-8986-97d56f92eb56 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@29533cda (id: c870c73d-f347-4220-8986-97d56f92eb56, sid: c870c73d-f347-4220-8986-97d56f92eb56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e76c6f35-7f0b-4bd7-8c49-2825a18f5c93 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5d4d418e (id: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93, sid: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a09d7ea8-904c-49b5-aabc-c7702c4dbf9c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1e25494f (id: a09d7ea8-904c-49b5-aabc-c7702c4dbf9c, sid: a09d7ea8-904c-49b5-aabc-c7702c4dbf9c) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 73a7740b-620d-48ef-a1b6-da3652b1333b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@996c24a (id: 73a7740b-620d-48ef-a1b6-da3652b1333b, sid: 73a7740b-620d-48ef-a1b6-da3652b1333b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89e2a8ea-7cd6-4b67-b261-64a17ae74c0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4ef55176 (id: 89e2a8ea-7cd6-4b67-b261-64a17ae74c0e, sid: 89e2a8ea-7cd6-4b67-b261-64a17ae74c0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d7d1740b-684a-4d5f-95b8-890c9061f4be org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6bd2024c (id: d7d1740b-684a-4d5f-95b8-890c9061f4be, sid: d7d1740b-684a-4d5f-95b8-890c9061f4be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e95456b-5761-4ee4-82f1-299e0e0a3db4 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@4f97334d (id: 7e95456b-5761-4ee4-82f1-299e0e0a3db4, sid: 7e95456b-5761-4ee4-82f1-299e0e0a3db4) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = 2819605c-50b5-41d3-91f9-bef26b255416 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@342c9891 (id: 2819605c-50b5-41d3-91f9-bef26b255416, sid: 2819605c-50b5-41d3-91f9-bef26b255416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2762f3b2-82a9-408d-8063-1f7524202f09 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@f4880a1 (id: 2762f3b2-82a9-408d-8063-1f7524202f09, sid: 2762f3b2-82a9-408d-8063-1f7524202f09) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = ae87e1b8-5124-4084-93f0-cda1aa5690b8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@c7672f6 (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2cba002-bca6-4f67-ad80-6707703f6a0a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3b4a6d0f (id: e2cba002-bca6-4f67-ad80-6707703f6a0a, sid: e2cba002-bca6-4f67-ad80-6707703f6a0a) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 18693b1c-2882-49fd-8ddd-ac33b43e16c1 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@21dacf21 (id: 18693b1c-2882-49fd-8ddd-ac33b43e16c1, sid: 18693b1c-2882-49fd-8ddd-ac33b43e16c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef9b7d8e-0f63-406d-951b-07917ee6c1b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@185bd1ba (id: ef9b7d8e-0f63-406d-951b-07917ee6c1b4, sid: ef9b7d8e-0f63-406d-951b-07917ee6c1b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3ce0cba7 (id: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972, sid: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1371a383 (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@542b3cd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@364b6c39 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@67e8da95 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@c8ae13 (id: 34e31a14-6734-49fc-bd37-3e307b472c12, sid: null) (name: CrossPhases-MergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dc62c24-df86-42d6-9a7f-f4d23729d7c5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@68bc2fee (id: 6dc62c24-df86-42d6-9a7f-f4d23729d7c5, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffd5c920-e26e-495a-93f4-99ec66ded372 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@3a3a1b59 (id: ffd5c920-e26e-495a-93f4-99ec66ded372, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 29bf9054-4a01-4820-a699-eecf84b28620 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6b5638dc (id: 29bf9054-4a01-4820-a699-eecf84b28620, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@37b5baa3 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f2a0632-b239-4110-9e5a-e6fe2bf84a37 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5b05f1f5 (id: 9f2a0632-b239-4110-9e5a-e6fe2bf84a37, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8b9cccba-7f67-41ac-b6be-e4d473b27476 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@48111931 (id: 8b9cccba-7f67-41ac-b6be-e4d473b27476, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 04038980-29ae-468e-a552-4089e7bc9d96 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4355918a (id: 04038980-29ae-468e-a552-4089e7bc9d96, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c38335f-d7f5-48d0-9538-fe40d6fb482f org.polarsys.capella.core.data.information.impl.DataPkgImpl@32829769 (id: 7c38335f-d7f5-48d0-9538-fe40d6fb482f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2c54e9f9-5857-40fb-9240-159a30886dd4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@78fd77a2 (id: 2c54e9f9-5857-40fb-9240-159a30886dd4, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b922af55-3b2b-4269-bee1-45ca7b88dc5e org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@21895100 (id: b922af55-3b2b-4269-bee1-45ca7b88dc5e, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 973b1b5b-8204-4406-87e6-8bfb048d9a41 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@222bec84 (id: 973b1b5b-8204-4406-87e6-8bfb048d9a41, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = e4e75657-0ee9-4a46-b8d2-d6ef70501f7a org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@401ae25d (id: e4e75657-0ee9-4a46-b8d2-d6ef70501f7a, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = cad9f075-3002-4b70-9671-e639ffc4e867 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5349dd9b (id: cad9f075-3002-4b70-9671-e639ffc4e867, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 75c08f04-20bc-4fab-ad21-28112e43926c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@38a397a3 (id: 75c08f04-20bc-4fab-ad21-28112e43926c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 24b4d454-bdc4-40f4-a39c-3fe5fc297cf1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@459113ff (id: 24b4d454-bdc4-40f4-a39c-3fe5fc297cf1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 7585418f-0dc5-4e02-9b30-3300e04e649a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@528e191a (id: 7585418f-0dc5-4e02-9b30-3300e04e649a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 10de312a-b614-49ae-b160-b76640f8c357 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4fb6b3d5 (id: 10de312a-b614-49ae-b160-b76640f8c357, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6f165509-3d51-4099-b496-c553a431cd61 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6b8c3b0f (id: 6f165509-3d51-4099-b496-c553a431cd61, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 99d3b0a0-4e4d-4c88-a153-30ed4da8deac org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@264fc36a (id: 99d3b0a0-4e4d-4c88-a153-30ed4da8deac, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 615c0e26-ae86-4305-9340-6ca36be501f9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@42b4870 (id: 615c0e26-ae86-4305-9340-6ca36be501f9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 00fa9181-941f-44ef-9f1c-2dfe40f2635b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7e797b3b (id: 00fa9181-941f-44ef-9f1c-2dfe40f2635b, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f7526d03-f8f5-4859-ba35-17289ca65877 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@74a763b8 (id: f7526d03-f8f5-4859-ba35-17289ca65877, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@7e4201bf (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@2db90244 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7f753bb8 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1001539f (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e20e7d9 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2b8bcb1c-0a05-4ca6-b904-f8d9896a1a60 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@729d0ff8 (id: 2b8bcb1c-0a05-4ca6-b904-f8d9896a1a60, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 38248b68-d7f8-4442-9fd8-a2cdb45270ee org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@47881233 (id: 38248b68-d7f8-4442-9fd8-a2cdb45270ee, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5722fa05-df02-4507-8c82-a339fac5cc5d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8fd03d9 (id: 5722fa05-df02-4507-8c82-a339fac5cc5d, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4d10ec1c-2994-4d1a-af68-cc48a003a9d5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@79717d01 (id: 4d10ec1c-2994-4d1a-af68-cc48a003a9d5, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 252774c2-8beb-4533-8551-7d60f81981ef org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@63895f18 (id: 252774c2-8beb-4533-8551-7d60f81981ef, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f5306feb-d1f1-4dc4-8f5d-52be7babbe21 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6497c0d0 (id: f5306feb-d1f1-4dc4-8f5d-52be7babbe21, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bc69c341-6c7f-4edf-bc94-afc02acf24c9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@414e450 (id: bc69c341-6c7f-4edf-bc94-afc02acf24c9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8ff548de-1ba8-4cf6-8748-f420a43adce8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@767f08a6 (id: 8ff548de-1ba8-4cf6-8748-f420a43adce8, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 022aa80f-214b-4c5c-b3f9-8a27d7fcd679 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5f27f8ee (id: 022aa80f-214b-4c5c-b3f9-8a27d7fcd679, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c6416bfd-c341-49e7-9844-be12dca4b1a6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@56c329a (id: c6416bfd-c341-49e7-9844-be12dca4b1a6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e11f79b8-3e43-4b16-b232-25897be65919 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26f96003 (id: e11f79b8-3e43-4b16-b232-25897be65919, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b0b8b146-f6f0-4b73-91f1-24bcb5e92399 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@28cd7642 (id: b0b8b146-f6f0-4b73-91f1-24bcb5e92399, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 89b1af05-56fa-40eb-b83a-69fdd2193636 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@48cd0b3d (id: 89b1af05-56fa-40eb-b83a-69fdd2193636, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@d1a2810 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 647a404f-db2b-41ea-bfd6-7b97dc2b819a org.polarsys.capella.core.data.cs.impl.PartImpl@58bb9b90 (id: 647a404f-db2b-41ea-bfd6-7b97dc2b819a, sid: 647a404f-db2b-41ea-bfd6-7b97dc2b819a) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34e34d4d-8752-481c-b6a2-7743dbb84716 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@603c4e66 (id: 34e34d4d-8752-481c-b6a2-7743dbb84716, sid: 34e34d4d-8752-481c-b6a2-7743dbb84716) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5b918366 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@52c3a5b4 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@43a2e176 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@185548e4 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@542b3cd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@364b6c39 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@c8ae13 (id: 34e31a14-6734-49fc-bd37-3e307b472c12, sid: null) (name: CrossPhases-MergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dc62c24-df86-42d6-9a7f-f4d23729d7c5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@68bc2fee (id: 6dc62c24-df86-42d6-9a7f-f4d23729d7c5, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffd5c920-e26e-495a-93f4-99ec66ded372 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@3a3a1b59 (id: ffd5c920-e26e-495a-93f4-99ec66ded372, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 29bf9054-4a01-4820-a699-eecf84b28620 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6b5638dc (id: 29bf9054-4a01-4820-a699-eecf84b28620, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cf473ee9-40e6-4c97-93a1-1770537f8fb7 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2418b1ba (id: cf473ee9-40e6-4c97-93a1-1770537f8fb7, sid: cf473ee9-40e6-4c97-93a1-1770537f8fb7) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 0d9c5693-1363-490d-ae6a-64e31e2777a5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2dd23988 (id: 0d9c5693-1363-490d-ae6a-64e31e2777a5, sid: 0d9c5693-1363-490d-ae6a-64e31e2777a5) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@47d81fb8 (id: 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c, sid: 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7ce6a83e (id: 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a, sid: 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a) (name: FOP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f9033e2e-440d-48f6-9952-d93f118c2e08 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@40c4c053 (id: f9033e2e-440d-48f6-9952-d93f118c2e08, sid: f9033e2e-440d-48f6-9952-d93f118c2e08) (name: FOP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4766322c (id: 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab, sid: 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab) (name: FOP 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 027ec7cc-1560-43c2-a293-315c3bb4f8e1 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5425fd4b (id: 027ec7cc-1560-43c2-a293-315c3bb4f8e1, sid: 027ec7cc-1560-43c2-a293-315c3bb4f8e1) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 00658f86-38ce-4073-9821-d64ad2aab738 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2f2df72a (id: 00658f86-38ce-4073-9821-d64ad2aab738, sid: 00658f86-38ce-4073-9821-d64ad2aab738) (name: FOP23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ef5149b2-a305-47ee-8ad8-6e7d1f26e599 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@36168d32 (id: ef5149b2-a305-47ee-8ad8-6e7d1f26e599, sid: ef5149b2-a305-47ee-8ad8-6e7d1f26e599) (name: LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 327585f5-f6ad-48f2-96a4-f7bfae74bbc4 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@549ba88b (id: 327585f5-f6ad-48f2-96a4-f7bfae74bbc4, sid: 327585f5-f6ad-48f2-96a4-f7bfae74bbc4) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ed62a34f-9f5a-437f-84a8-86935657531a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2fafc8f6 (id: ed62a34f-9f5a-437f-84a8-86935657531a, sid: ed62a34f-9f5a-437f-84a8-86935657531a) (name: LF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cca2494d-4201-4add-802c-c1a81122d610 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6ffbee8e (id: cca2494d-4201-4add-802c-c1a81122d610, sid: cca2494d-4201-4add-802c-c1a81122d610) (name: FIP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 99eaa56a-240c-4b2b-988b-a759b6c79a50 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6d86815e (id: 99eaa56a-240c-4b2b-988b-a759b6c79a50, sid: 99eaa56a-240c-4b2b-988b-a759b6c79a50) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0c130822-ffca-421b-b148-7b6e93b02c45 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@64d0a395 (id: 0c130822-ffca-421b-b148-7b6e93b02c45, sid: 0c130822-ffca-421b-b148-7b6e93b02c45) (name: FOP26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a8b134b1-37c8-4085-afa3-0e6805b6266b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@35e92f81 (id: a8b134b1-37c8-4085-afa3-0e6805b6266b, sid: a8b134b1-37c8-4085-afa3-0e6805b6266b) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 49bda5c4-e351-4f42-a913-cf3d9dd0e887 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5d6382c (id: 49bda5c4-e351-4f42-a913-cf3d9dd0e887, sid: 49bda5c4-e351-4f42-a913-cf3d9dd0e887) (name: FOP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 1b640801-69a4-400f-90bc-7e2b2fe2705c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5c03d5b9 (id: 1b640801-69a4-400f-90bc-7e2b2fe2705c, sid: 1b640801-69a4-400f-90bc-7e2b2fe2705c) (name: FOP24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b6c52fc4-c266-4372-a75c-4c0601bbd576 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3dae09a7 (id: b6c52fc4-c266-4372-a75c-4c0601bbd576, sid: b6c52fc4-c266-4372-a75c-4c0601bbd576) (name: FOP25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 70f60f35-9bfe-4aca-9871-206b910fb9a2 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4147acb4 (id: 70f60f35-9bfe-4aca-9871-206b910fb9a2, sid: 70f60f35-9bfe-4aca-9871-206b910fb9a2) (name: FOP27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 10f57db7-1894-4ace-88ba-26d34897ac48 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7564fbe8 (id: 10f57db7-1894-4ace-88ba-26d34897ac48, sid: 10f57db7-1894-4ace-88ba-26d34897ac48) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3c9ef697-f4b3-4f20-b1ad-511028cef2d3 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@370856e0 (id: 3c9ef697-f4b3-4f20-b1ad-511028cef2d3, sid: 3c9ef697-f4b3-4f20-b1ad-511028cef2d3) (name: LF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a0bbc0d6-d513-44d7-9807-042dfacf70cc org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7a268297 (id: a0bbc0d6-d513-44d7-9807-042dfacf70cc, sid: a0bbc0d6-d513-44d7-9807-042dfacf70cc) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3aa21585-e693-4bcf-9e38-2ddf76d9818a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6f8b36b (id: 3aa21585-e693-4bcf-9e38-2ddf76d9818a, sid: 3aa21585-e693-4bcf-9e38-2ddf76d9818a) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 70303248-2487-48fe-bb2b-16b079e1d91e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5491b3e7 (id: 70303248-2487-48fe-bb2b-16b079e1d91e, sid: 70303248-2487-48fe-bb2b-16b079e1d91e) (name: LF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f800ca6f-50ed-4347-9e25-d42c9778320c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@215b40c3 (id: f800ca6f-50ed-4347-9e25-d42c9778320c, sid: f800ca6f-50ed-4347-9e25-d42c9778320c) (name: FIP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2214a319-a131-41cd-ade0-186ad0bd7fdf org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@e7652ec (id: 2214a319-a131-41cd-ade0-186ad0bd7fdf, sid: 2214a319-a131-41cd-ade0-186ad0bd7fdf) (name: LF8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e1d77cf0-3958-414a-a507-0c097c25160d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5b667213 (id: e1d77cf0-3958-414a-a507-0c097c25160d, sid: e1d77cf0-3958-414a-a507-0c097c25160d) (name: FIP81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0820d6ad-0d73-466d-83bd-64faeb8ced9e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3e534044 (id: 0820d6ad-0d73-466d-83bd-64faeb8ced9e, sid: 0820d6ad-0d73-466d-83bd-64faeb8ced9e) (name: LF9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = df0085de-96f1-4a63-803b-24c6281402d3 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@28e9450 (id: df0085de-96f1-4a63-803b-24c6281402d3, sid: df0085de-96f1-4a63-803b-24c6281402d3) (name: FIP91) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b765a7d4-3d22-477d-b38e-b6b417e16aba org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@748411bb (id: b765a7d4-3d22-477d-b38e-b6b417e16aba, sid: b765a7d4-3d22-477d-b38e-b6b417e16aba) (name: LF10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8dc0ef56-91a0-468c-956f-64ce35cbac67 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@50712e0f (id: 8dc0ef56-91a0-468c-956f-64ce35cbac67, sid: 8dc0ef56-91a0-468c-956f-64ce35cbac67) (name: FIP101) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2b027589-3c60-4518-b697-b55b9c849f4d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@48928730 (id: 2b027589-3c60-4518-b697-b55b9c849f4d, sid: 2b027589-3c60-4518-b697-b55b9c849f4d) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = bae55dd1-a13e-4b67-974f-b66a7f141a11 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1ccf5e50 (id: bae55dd1-a13e-4b67-974f-b66a7f141a11, sid: bae55dd1-a13e-4b67-974f-b66a7f141a11) (name: FIP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c5488903-44f8-4fe4-a6f5-f0af92471271 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@45971a90 (id: c5488903-44f8-4fe4-a6f5-f0af92471271, sid: c5488903-44f8-4fe4-a6f5-f0af92471271) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6273c9c5-83d9-407c-a3c6-367b85ef84f0 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3b206f43 (id: 6273c9c5-83d9-407c-a3c6-367b85ef84f0, sid: 6273c9c5-83d9-407c-a3c6-367b85ef84f0) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1a511713-932e-4eef-b09d-494a3443618f org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@67d7c410 (id: 1a511713-932e-4eef-b09d-494a3443618f, sid: 1a511713-932e-4eef-b09d-494a3443618f) (name: FIP121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5dd1e945-240d-4500-a29c-370d91e70481 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@10c2b64 (id: 5dd1e945-240d-4500-a29c-370d91e70481, sid: 5dd1e945-240d-4500-a29c-370d91e70481) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cd6043ea-8276-4d6d-995c-120f00c5654c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7c32e24f (id: cd6043ea-8276-4d6d-995c-120f00c5654c, sid: cd6043ea-8276-4d6d-995c-120f00c5654c) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 28b7776a-2c8c-423d-8f52-c47a66921006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4450d0fd (id: 28b7776a-2c8c-423d-8f52-c47a66921006, sid: 28b7776a-2c8c-423d-8f52-c47a66921006) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c2bd9ae5-f1ae-4d95-9386-d0652d0c7e0d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1d7e7b23 (id: c2bd9ae5-f1ae-4d95-9386-d0652d0c7e0d, sid: c2bd9ae5-f1ae-4d95-9386-d0652d0c7e0d) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = d616ae3a-922c-49e8-80f8-d1871ef0a4ad org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7dc924e3 (id: d616ae3a-922c-49e8-80f8-d1871ef0a4ad, sid: d616ae3a-922c-49e8-80f8-d1871ef0a4ad) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 604abfa7-dae3-4c80-b826-aa8ff7abc6aa org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1682818f (id: 604abfa7-dae3-4c80-b826-aa8ff7abc6aa, sid: 604abfa7-dae3-4c80-b826-aa8ff7abc6aa) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 10ad93ef-4337-4311-85bf-1be886702c36 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@54177c9a (id: 10ad93ef-4337-4311-85bf-1be886702c36, sid: 10ad93ef-4337-4311-85bf-1be886702c36) (name: FE6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c68f365a-ead4-49e2-b208-b952c779ca9c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3a5ea258 (id: c68f365a-ead4-49e2-b208-b952c779ca9c, sid: c68f365a-ead4-49e2-b208-b952c779ca9c) (name: FE7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 616f68c8-9a14-4af2-8de8-a0228ee58a85 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@c08117a (id: 616f68c8-9a14-4af2-8de8-a0228ee58a85, sid: 616f68c8-9a14-4af2-8de8-a0228ee58a85) (name: FE9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 942432b9-dfac-4035-858f-cb62e1029b59 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@63944fcd (id: 942432b9-dfac-4035-858f-cb62e1029b59, sid: 942432b9-dfac-4035-858f-cb62e1029b59) (name: FE10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 19561e80-dd85-44d1-a1a8-e58003e8c2f3 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2c176d85 (id: 19561e80-dd85-44d1-a1a8-e58003e8c2f3, sid: 19561e80-dd85-44d1-a1a8-e58003e8c2f3) (name: FE11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@100d5dc (id: 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7, sid: 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7) (name: Exchange 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 08095302-e601-4089-af6e-7eddc90d8f00 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4dcf9747 (id: 08095302-e601-4089-af6e-7eddc90d8f00, sid: 08095302-e601-4089-af6e-7eddc90d8f00) (name: Exchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 851b0c57-d590-42e5-8ed0-04adb3b60bfb org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@ce45314 (id: 851b0c57-d590-42e5-8ed0-04adb3b60bfb, sid: 851b0c57-d590-42e5-8ed0-04adb3b60bfb) (name: Exchange 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9f2a0632-b239-4110-9e5a-e6fe2bf84a37 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5b05f1f5 (id: 9f2a0632-b239-4110-9e5a-e6fe2bf84a37, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8b9cccba-7f67-41ac-b6be-e4d473b27476 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@48111931 (id: 8b9cccba-7f67-41ac-b6be-e4d473b27476, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 04038980-29ae-468e-a552-4089e7bc9d96 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4355918a (id: 04038980-29ae-468e-a552-4089e7bc9d96, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c38335f-d7f5-48d0-9538-fe40d6fb482f org.polarsys.capella.core.data.information.impl.DataPkgImpl@32829769 (id: 7c38335f-d7f5-48d0-9538-fe40d6fb482f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@d1a2810 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 647a404f-db2b-41ea-bfd6-7b97dc2b819a org.polarsys.capella.core.data.cs.impl.PartImpl@58bb9b90 (id: 647a404f-db2b-41ea-bfd6-7b97dc2b819a, sid: 647a404f-db2b-41ea-bfd6-7b97dc2b819a) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7da7bbb0-da1f-4938-bec6-d6e118aba784 org.polarsys.capella.core.data.cs.impl.PartImpl@bccc78c (id: 7da7bbb0-da1f-4938-bec6-d6e118aba784, sid: 7da7bbb0-da1f-4938-bec6-d6e118aba784) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fd678131-abb7-4382-89b7-a20ed67ce76c org.polarsys.capella.core.data.cs.impl.PartImpl@8204019 (id: fd678131-abb7-4382-89b7-a20ed67ce76c, sid: fd678131-abb7-4382-89b7-a20ed67ce76c) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bfe323f8-7d09-4ee0-913b-768ec2ab4118 org.polarsys.capella.core.data.cs.impl.PartImpl@2ebfb378 (id: bfe323f8-7d09-4ee0-913b-768ec2ab4118, sid: bfe323f8-7d09-4ee0-913b-768ec2ab4118) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 34e34d4d-8752-481c-b6a2-7743dbb84716 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@603c4e66 (id: 34e34d4d-8752-481c-b6a2-7743dbb84716, sid: 34e34d4d-8752-481c-b6a2-7743dbb84716) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a9462546-c8b5-481d-9f65-6642b5dcf5e9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@64df3eea (id: a9462546-c8b5-481d-9f65-6642b5dcf5e9, sid: a9462546-c8b5-481d-9f65-6642b5dcf5e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c870c73d-f347-4220-8986-97d56f92eb56 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@55695ae5 (id: c870c73d-f347-4220-8986-97d56f92eb56, sid: c870c73d-f347-4220-8986-97d56f92eb56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18693b1c-2882-49fd-8ddd-ac33b43e16c1 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@44a4d230 (id: 18693b1c-2882-49fd-8ddd-ac33b43e16c1, sid: 18693b1c-2882-49fd-8ddd-ac33b43e16c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef9b7d8e-0f63-406d-951b-07917ee6c1b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5d4bf2c5 (id: ef9b7d8e-0f63-406d-951b-07917ee6c1b4, sid: ef9b7d8e-0f63-406d-951b-07917ee6c1b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@241dd89d (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e76c6f35-7f0b-4bd7-8c49-2825a18f5c93 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@15037c08 (id: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93, sid: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1f699850 (id: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972, sid: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a09d7ea8-904c-49b5-aabc-c7702c4dbf9c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5b848f7c (id: a09d7ea8-904c-49b5-aabc-c7702c4dbf9c, sid: a09d7ea8-904c-49b5-aabc-c7702c4dbf9c) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = d7d1740b-684a-4d5f-95b8-890c9061f4be org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@55577776 (id: d7d1740b-684a-4d5f-95b8-890c9061f4be, sid: d7d1740b-684a-4d5f-95b8-890c9061f4be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 73a7740b-620d-48ef-a1b6-da3652b1333b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@510eef4f (id: 73a7740b-620d-48ef-a1b6-da3652b1333b, sid: 73a7740b-620d-48ef-a1b6-da3652b1333b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e95456b-5761-4ee4-82f1-299e0e0a3db4 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@395775f0 (id: 7e95456b-5761-4ee4-82f1-299e0e0a3db4, sid: 7e95456b-5761-4ee4-82f1-299e0e0a3db4) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = 2819605c-50b5-41d3-91f9-bef26b255416 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@57d5596b (id: 2819605c-50b5-41d3-91f9-bef26b255416, sid: 2819605c-50b5-41d3-91f9-bef26b255416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2762f3b2-82a9-408d-8063-1f7524202f09 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2db7a47e (id: 2762f3b2-82a9-408d-8063-1f7524202f09, sid: 2762f3b2-82a9-408d-8063-1f7524202f09) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = ae87e1b8-5124-4084-93f0-cda1aa5690b8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@64c8b987 (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@ca43e48 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@69a566b3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@27ff678c (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7678394f (id: 34e31a14-6734-49fc-bd37-3e307b472c12, sid: null) (name: CrossPhases-MergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dc62c24-df86-42d6-9a7f-f4d23729d7c5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@50554bb4 (id: 6dc62c24-df86-42d6-9a7f-f4d23729d7c5, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffd5c920-e26e-495a-93f4-99ec66ded372 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2725b721 (id: ffd5c920-e26e-495a-93f4-99ec66ded372, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 29bf9054-4a01-4820-a699-eecf84b28620 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5fafa0cb (id: 29bf9054-4a01-4820-a699-eecf84b28620, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@233bb357 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f2a0632-b239-4110-9e5a-e6fe2bf84a37 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5d832b08 (id: 9f2a0632-b239-4110-9e5a-e6fe2bf84a37, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8b9cccba-7f67-41ac-b6be-e4d473b27476 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@50becdb3 (id: 8b9cccba-7f67-41ac-b6be-e4d473b27476, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 04038980-29ae-468e-a552-4089e7bc9d96 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7a1bbd7d (id: 04038980-29ae-468e-a552-4089e7bc9d96, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c38335f-d7f5-48d0-9538-fe40d6fb482f org.polarsys.capella.core.data.information.impl.DataPkgImpl@1b3aa73f (id: 7c38335f-d7f5-48d0-9538-fe40d6fb482f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2c54e9f9-5857-40fb-9240-159a30886dd4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@94acb52 (id: 2c54e9f9-5857-40fb-9240-159a30886dd4, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b922af55-3b2b-4269-bee1-45ca7b88dc5e org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@5472f00d (id: b922af55-3b2b-4269-bee1-45ca7b88dc5e, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 973b1b5b-8204-4406-87e6-8bfb048d9a41 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@18fd30c2 (id: 973b1b5b-8204-4406-87e6-8bfb048d9a41, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = e4e75657-0ee9-4a46-b8d2-d6ef70501f7a org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3df1d83a (id: e4e75657-0ee9-4a46-b8d2-d6ef70501f7a, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = cad9f075-3002-4b70-9671-e639ffc4e867 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@623e948d (id: cad9f075-3002-4b70-9671-e639ffc4e867, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 75c08f04-20bc-4fab-ad21-28112e43926c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@210fe25f (id: 75c08f04-20bc-4fab-ad21-28112e43926c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 24b4d454-bdc4-40f4-a39c-3fe5fc297cf1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5085bd9c (id: 24b4d454-bdc4-40f4-a39c-3fe5fc297cf1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 7585418f-0dc5-4e02-9b30-3300e04e649a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@63069fbe (id: 7585418f-0dc5-4e02-9b30-3300e04e649a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 10de312a-b614-49ae-b160-b76640f8c357 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@758af5af (id: 10de312a-b614-49ae-b160-b76640f8c357, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6f165509-3d51-4099-b496-c553a431cd61 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2bc9fc5b (id: 6f165509-3d51-4099-b496-c553a431cd61, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 99d3b0a0-4e4d-4c88-a153-30ed4da8deac org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@565dcde3 (id: 99d3b0a0-4e4d-4c88-a153-30ed4da8deac, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 615c0e26-ae86-4305-9340-6ca36be501f9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1f143f9 (id: 615c0e26-ae86-4305-9340-6ca36be501f9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 00fa9181-941f-44ef-9f1c-2dfe40f2635b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@23f4f9e5 (id: 00fa9181-941f-44ef-9f1c-2dfe40f2635b, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f7526d03-f8f5-4859-ba35-17289ca65877 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@47bbe2e4 (id: f7526d03-f8f5-4859-ba35-17289ca65877, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@651cb1a7 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6e59617 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ef62012 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7caf5217 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7c3e55ac (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2b8bcb1c-0a05-4ca6-b904-f8d9896a1a60 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@745467a1 (id: 2b8bcb1c-0a05-4ca6-b904-f8d9896a1a60, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 38248b68-d7f8-4442-9fd8-a2cdb45270ee org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@706b931f (id: 38248b68-d7f8-4442-9fd8-a2cdb45270ee, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5722fa05-df02-4507-8c82-a339fac5cc5d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@68dfe334 (id: 5722fa05-df02-4507-8c82-a339fac5cc5d, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4d10ec1c-2994-4d1a-af68-cc48a003a9d5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1ff0933f (id: 4d10ec1c-2994-4d1a-af68-cc48a003a9d5, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 252774c2-8beb-4533-8551-7d60f81981ef org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@48ce860f (id: 252774c2-8beb-4533-8551-7d60f81981ef, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f5306feb-d1f1-4dc4-8f5d-52be7babbe21 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@64910762 (id: f5306feb-d1f1-4dc4-8f5d-52be7babbe21, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bc69c341-6c7f-4edf-bc94-afc02acf24c9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@73408e87 (id: bc69c341-6c7f-4edf-bc94-afc02acf24c9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8ff548de-1ba8-4cf6-8748-f420a43adce8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@683282bb (id: 8ff548de-1ba8-4cf6-8748-f420a43adce8, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 022aa80f-214b-4c5c-b3f9-8a27d7fcd679 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@54708f4c (id: 022aa80f-214b-4c5c-b3f9-8a27d7fcd679, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c6416bfd-c341-49e7-9844-be12dca4b1a6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@383628b7 (id: c6416bfd-c341-49e7-9844-be12dca4b1a6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e11f79b8-3e43-4b16-b232-25897be65919 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4f75ad80 (id: e11f79b8-3e43-4b16-b232-25897be65919, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b0b8b146-f6f0-4b73-91f1-24bcb5e92399 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@33aed98f (id: b0b8b146-f6f0-4b73-91f1-24bcb5e92399, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 89b1af05-56fa-40eb-b83a-69fdd2193636 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@63f42a59 (id: 89b1af05-56fa-40eb-b83a-69fdd2193636, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@76748228 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 486ef6e5-1447-4f57-b829-21cf414e07ce org.polarsys.capella.core.data.cs.impl.PartImpl@362905d4 (id: 486ef6e5-1447-4f57-b829-21cf414e07ce, sid: 486ef6e5-1447-4f57-b829-21cf414e07ce) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 03c4e4ab-b35f-4002-a322-0b220b3783f9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@72794835 (id: 03c4e4ab-b35f-4002-a322-0b220b3783f9, sid: 03c4e4ab-b35f-4002-a322-0b220b3783f9) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5a888e6a (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@738da1bb (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@24ac9bd6 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@783c4f37 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@ca43e48 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@69a566b3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7678394f (id: 34e31a14-6734-49fc-bd37-3e307b472c12, sid: null) (name: CrossPhases-MergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6dc62c24-df86-42d6-9a7f-f4d23729d7c5 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@50554bb4 (id: 6dc62c24-df86-42d6-9a7f-f4d23729d7c5, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffd5c920-e26e-495a-93f4-99ec66ded372 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@2725b721 (id: ffd5c920-e26e-495a-93f4-99ec66ded372, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 29bf9054-4a01-4820-a699-eecf84b28620 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5fafa0cb (id: 29bf9054-4a01-4820-a699-eecf84b28620, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cf473ee9-40e6-4c97-93a1-1770537f8fb7 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@38824075 (id: cf473ee9-40e6-4c97-93a1-1770537f8fb7, sid: cf473ee9-40e6-4c97-93a1-1770537f8fb7) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 0d9c5693-1363-490d-ae6a-64e31e2777a5 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4270a43a (id: 0d9c5693-1363-490d-ae6a-64e31e2777a5, sid: 0d9c5693-1363-490d-ae6a-64e31e2777a5) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@48e69fea (id: 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c, sid: 8afd57fd-6ae9-4b2b-bc77-f2ec783d121c) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d1b7a177-5d23-4657-b92b-5a17cf17a440 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6aedd7c5 (id: d1b7a177-5d23-4657-b92b-5a17cf17a440, sid: d1b7a177-5d23-4657-b92b-5a17cf17a440) (name: FOP14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4046b305 (id: 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a, sid: 6ac62745-e60d-4b04-a5c3-94b0a7b59f0a) (name: FOP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f9033e2e-440d-48f6-9952-d93f118c2e08 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7509e43 (id: f9033e2e-440d-48f6-9952-d93f118c2e08, sid: f9033e2e-440d-48f6-9952-d93f118c2e08) (name: FOP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7bb5488c (id: 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab, sid: 9b6c3bef-f4d0-44c3-ac3b-964cb028f6ab) (name: FOP 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3b098684-e2bd-4d4e-b7d0-f77b831d398b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7fe2fbc0 (id: 3b098684-e2bd-4d4e-b7d0-f77b831d398b, sid: 3b098684-e2bd-4d4e-b7d0-f77b831d398b) (name: FOP 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = a162d588-a2fb-4298-ba76-f450818ba62e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@a49a1a2 (id: a162d588-a2fb-4298-ba76-f450818ba62e, sid: a162d588-a2fb-4298-ba76-f450818ba62e) (name: FOP 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0c37e12f-8593-447e-9ba5-ab43cbe43fa6 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@968942e (id: 0c37e12f-8593-447e-9ba5-ab43cbe43fa6, sid: 0c37e12f-8593-447e-9ba5-ab43cbe43fa6) (name: FOP 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b43461a2-09d1-42bd-b83e-5df009cee4ac org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@58c84ca7 (id: b43461a2-09d1-42bd-b83e-5df009cee4ac, sid: b43461a2-09d1-42bd-b83e-5df009cee4ac) (name: FOP 10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 027ec7cc-1560-43c2-a293-315c3bb4f8e1 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@301c8085 (id: 027ec7cc-1560-43c2-a293-315c3bb4f8e1, sid: 027ec7cc-1560-43c2-a293-315c3bb4f8e1) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 00658f86-38ce-4073-9821-d64ad2aab738 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@779f6395 (id: 00658f86-38ce-4073-9821-d64ad2aab738, sid: 00658f86-38ce-4073-9821-d64ad2aab738) (name: FOP23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ef5149b2-a305-47ee-8ad8-6e7d1f26e599 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3a1b40ac (id: ef5149b2-a305-47ee-8ad8-6e7d1f26e599, sid: ef5149b2-a305-47ee-8ad8-6e7d1f26e599) (name: LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 327585f5-f6ad-48f2-96a4-f7bfae74bbc4 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@20ac9e3c (id: 327585f5-f6ad-48f2-96a4-f7bfae74bbc4, sid: 327585f5-f6ad-48f2-96a4-f7bfae74bbc4) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ed62a34f-9f5a-437f-84a8-86935657531a org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@74e02a04 (id: ed62a34f-9f5a-437f-84a8-86935657531a, sid: ed62a34f-9f5a-437f-84a8-86935657531a) (name: LF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = cca2494d-4201-4add-802c-c1a81122d610 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@78ef6cc6 (id: cca2494d-4201-4add-802c-c1a81122d610, sid: cca2494d-4201-4add-802c-c1a81122d610) (name: FIP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 99eaa56a-240c-4b2b-988b-a759b6c79a50 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@18114d57 (id: 99eaa56a-240c-4b2b-988b-a759b6c79a50, sid: 99eaa56a-240c-4b2b-988b-a759b6c79a50) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3c9ef697-f4b3-4f20-b1ad-511028cef2d3 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3ed77b9f (id: 3c9ef697-f4b3-4f20-b1ad-511028cef2d3, sid: 3c9ef697-f4b3-4f20-b1ad-511028cef2d3) (name: LF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3aa21585-e693-4bcf-9e38-2ddf76d9818a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@804ca6a (id: 3aa21585-e693-4bcf-9e38-2ddf76d9818a, sid: 3aa21585-e693-4bcf-9e38-2ddf76d9818a) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 70303248-2487-48fe-bb2b-16b079e1d91e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@21f2ee80 (id: 70303248-2487-48fe-bb2b-16b079e1d91e, sid: 70303248-2487-48fe-bb2b-16b079e1d91e) (name: LF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = facabf7e-4fd1-4b31-a5f0-767d95e79037 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@34eed4db (id: facabf7e-4fd1-4b31-a5f0-767d95e79037, sid: facabf7e-4fd1-4b31-a5f0-767d95e79037) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6ccdf258-377f-408b-bb1b-1560abf6d6d5 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1a171fb6 (id: 6ccdf258-377f-408b-bb1b-1560abf6d6d5, sid: 6ccdf258-377f-408b-bb1b-1560abf6d6d5) (name: LF7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c8eea284-3560-4868-95cd-caf3007ff8ca org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2c27649a (id: c8eea284-3560-4868-95cd-caf3007ff8ca, sid: c8eea284-3560-4868-95cd-caf3007ff8ca) (name: FIP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2214a319-a131-41cd-ade0-186ad0bd7fdf org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6b09face (id: 2214a319-a131-41cd-ade0-186ad0bd7fdf, sid: 2214a319-a131-41cd-ade0-186ad0bd7fdf) (name: LF8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c4ba8980-76aa-4c51-b496-d4f32a0a6a34 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@bcbf341 (id: c4ba8980-76aa-4c51-b496-d4f32a0a6a34, sid: c4ba8980-76aa-4c51-b496-d4f32a0a6a34) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0820d6ad-0d73-466d-83bd-64faeb8ced9e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1cdf5516 (id: 0820d6ad-0d73-466d-83bd-64faeb8ced9e, sid: 0820d6ad-0d73-466d-83bd-64faeb8ced9e) (name: LF9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a0c80e91-91f3-488c-92a1-f9313e8fe7dd org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@c086fc6 (id: a0c80e91-91f3-488c-92a1-f9313e8fe7dd, sid: a0c80e91-91f3-488c-92a1-f9313e8fe7dd) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b765a7d4-3d22-477d-b38e-b6b417e16aba org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@588dd4fd (id: b765a7d4-3d22-477d-b38e-b6b417e16aba, sid: b765a7d4-3d22-477d-b38e-b6b417e16aba) (name: LF10) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e1b55b87-646a-4eab-9404-ad65a929acf2 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@26be2b5e (id: e1b55b87-646a-4eab-9404-ad65a929acf2, sid: e1b55b87-646a-4eab-9404-ad65a929acf2) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2b027589-3c60-4518-b697-b55b9c849f4d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@69070610 (id: 2b027589-3c60-4518-b697-b55b9c849f4d, sid: 2b027589-3c60-4518-b697-b55b9c849f4d) (name: LF11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c5488903-44f8-4fe4-a6f5-f0af92471271 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@33357b8 (id: c5488903-44f8-4fe4-a6f5-f0af92471271, sid: c5488903-44f8-4fe4-a6f5-f0af92471271) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6273c9c5-83d9-407c-a3c6-367b85ef84f0 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5400685b (id: 6273c9c5-83d9-407c-a3c6-367b85ef84f0, sid: 6273c9c5-83d9-407c-a3c6-367b85ef84f0) (name: LF12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 5dd1e945-240d-4500-a29c-370d91e70481 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2953285 (id: 5dd1e945-240d-4500-a29c-370d91e70481, sid: 5dd1e945-240d-4500-a29c-370d91e70481) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cd6043ea-8276-4d6d-995c-120f00c5654c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1b822bf8 (id: cd6043ea-8276-4d6d-995c-120f00c5654c, sid: cd6043ea-8276-4d6d-995c-120f00c5654c) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 28b7776a-2c8c-423d-8f52-c47a66921006 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4c17ca63 (id: 28b7776a-2c8c-423d-8f52-c47a66921006, sid: 28b7776a-2c8c-423d-8f52-c47a66921006) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 604abfa7-dae3-4c80-b826-aa8ff7abc6aa org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5e25acfe (id: 604abfa7-dae3-4c80-b826-aa8ff7abc6aa, sid: 604abfa7-dae3-4c80-b826-aa8ff7abc6aa) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5edc65ff (id: 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7, sid: 4cfaf8bb-95bd-436a-9ae6-30a6152b9ca7) (name: Exchange 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2182a7ee-c372-46bc-afd1-8c8f7204e14a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@57611ba3 (id: 2182a7ee-c372-46bc-afd1-8c8f7204e14a, sid: 2182a7ee-c372-46bc-afd1-8c8f7204e14a) (name: FE8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 08095302-e601-4089-af6e-7eddc90d8f00 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7a5736ae (id: 08095302-e601-4089-af6e-7eddc90d8f00, sid: 08095302-e601-4089-af6e-7eddc90d8f00) (name: Exchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 851b0c57-d590-42e5-8ed0-04adb3b60bfb org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3803fa34 (id: 851b0c57-d590-42e5-8ed0-04adb3b60bfb, sid: 851b0c57-d590-42e5-8ed0-04adb3b60bfb) (name: Exchange 14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 683722df-08a0-4a86-9025-9471ba88decd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@47108b46 (id: 683722df-08a0-4a86-9025-9471ba88decd, sid: 683722df-08a0-4a86-9025-9471ba88decd) (name: Exchange 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 77c3b1a8-1218-49de-b753-ea3ce60b87e1 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7adefdc6 (id: 77c3b1a8-1218-49de-b753-ea3ce60b87e1, sid: 77c3b1a8-1218-49de-b753-ea3ce60b87e1) (name: Exchange 16) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c10875a6-0f30-4375-8b23-96b1e8cde922 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@39ff4675 (id: c10875a6-0f30-4375-8b23-96b1e8cde922, sid: c10875a6-0f30-4375-8b23-96b1e8cde922) (name: Exchange 17) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 30448272-3084-41db-9a7e-f543079f3190 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1e8ac924 (id: 30448272-3084-41db-9a7e-f543079f3190, sid: 30448272-3084-41db-9a7e-f543079f3190) (name: Exchange 18) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9f2a0632-b239-4110-9e5a-e6fe2bf84a37 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5d832b08 (id: 9f2a0632-b239-4110-9e5a-e6fe2bf84a37, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 8b9cccba-7f67-41ac-b6be-e4d473b27476 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@50becdb3 (id: 8b9cccba-7f67-41ac-b6be-e4d473b27476, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 04038980-29ae-468e-a552-4089e7bc9d96 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7a1bbd7d (id: 04038980-29ae-468e-a552-4089e7bc9d96, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7c38335f-d7f5-48d0-9538-fe40d6fb482f org.polarsys.capella.core.data.information.impl.DataPkgImpl@1b3aa73f (id: 7c38335f-d7f5-48d0-9538-fe40d6fb482f, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@76748228 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84f2ae76-3459-4e17-8fd0-ed6360e0028d org.polarsys.capella.core.data.cs.impl.PartImpl@7dfb040e (id: 84f2ae76-3459-4e17-8fd0-ed6360e0028d, sid: 84f2ae76-3459-4e17-8fd0-ed6360e0028d) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d31b6d45-7b8c-4509-9f61-5d84f1303e6a org.polarsys.capella.core.data.cs.impl.PartImpl@6b081d6 (id: d31b6d45-7b8c-4509-9f61-5d84f1303e6a, sid: d31b6d45-7b8c-4509-9f61-5d84f1303e6a) (name: LC112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9d16139f-bc22-498a-9729-4ec3d1f85469 org.polarsys.capella.core.data.cs.impl.PartImpl@676dbfc (id: 9d16139f-bc22-498a-9729-4ec3d1f85469, sid: 9d16139f-bc22-498a-9729-4ec3d1f85469) (name: LC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 647a404f-db2b-41ea-bfd6-7b97dc2b819a org.polarsys.capella.core.data.cs.impl.PartImpl@509a1f1b (id: 647a404f-db2b-41ea-bfd6-7b97dc2b819a, sid: 647a404f-db2b-41ea-bfd6-7b97dc2b819a) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7da7bbb0-da1f-4938-bec6-d6e118aba784 org.polarsys.capella.core.data.cs.impl.PartImpl@1722449a (id: 7da7bbb0-da1f-4938-bec6-d6e118aba784, sid: 7da7bbb0-da1f-4938-bec6-d6e118aba784) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bfe323f8-7d09-4ee0-913b-768ec2ab4118 org.polarsys.capella.core.data.cs.impl.PartImpl@110acebc (id: bfe323f8-7d09-4ee0-913b-768ec2ab4118, sid: bfe323f8-7d09-4ee0-913b-768ec2ab4118) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fd678131-abb7-4382-89b7-a20ed67ce76c org.polarsys.capella.core.data.cs.impl.PartImpl@5fc780fd (id: fd678131-abb7-4382-89b7-a20ed67ce76c, sid: fd678131-abb7-4382-89b7-a20ed67ce76c) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e2cba002-bca6-4f67-ad80-6707703f6a0a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2f5b6cd1 (id: e2cba002-bca6-4f67-ad80-6707703f6a0a, sid: e2cba002-bca6-4f67-ad80-6707703f6a0a) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1357a8c4 (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 486ef6e5-1447-4f57-b829-21cf414e07ce org.polarsys.capella.core.data.cs.impl.PartImpl@362905d4 (id: 486ef6e5-1447-4f57-b829-21cf414e07ce, sid: 486ef6e5-1447-4f57-b829-21cf414e07ce) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e3553f77-5c43-4b7d-9a5c-54d81059335b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2083ed7f (id: e3553f77-5c43-4b7d-9a5c-54d81059335b, sid: e3553f77-5c43-4b7d-9a5c-54d81059335b) (name: LC112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 18693b1c-2882-49fd-8ddd-ac33b43e16c1 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@180331ba (id: 18693b1c-2882-49fd-8ddd-ac33b43e16c1, sid: 18693b1c-2882-49fd-8ddd-ac33b43e16c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e73586e-1b4e-47a5-babe-e11185732048 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@72d672e3 (id: 7e73586e-1b4e-47a5-babe-e11185732048, sid: 7e73586e-1b4e-47a5-babe-e11185732048) (name: LC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = c870c73d-f347-4220-8986-97d56f92eb56 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@545e5701 (id: c870c73d-f347-4220-8986-97d56f92eb56, sid: c870c73d-f347-4220-8986-97d56f92eb56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e76c6f35-7f0b-4bd7-8c49-2825a18f5c93 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2b06ebf8 (id: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93, sid: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34e34d4d-8752-481c-b6a2-7743dbb84716 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@789a23c0 (id: 34e34d4d-8752-481c-b6a2-7743dbb84716, sid: 34e34d4d-8752-481c-b6a2-7743dbb84716) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a9462546-c8b5-481d-9f65-6642b5dcf5e9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7878890f (id: a9462546-c8b5-481d-9f65-6642b5dcf5e9, sid: a9462546-c8b5-481d-9f65-6642b5dcf5e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a09d7ea8-904c-49b5-aabc-c7702c4dbf9c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@489b3f59 (id: a09d7ea8-904c-49b5-aabc-c7702c4dbf9c, sid: a09d7ea8-904c-49b5-aabc-c7702c4dbf9c) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 73a7740b-620d-48ef-a1b6-da3652b1333b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@54496b2b (id: 73a7740b-620d-48ef-a1b6-da3652b1333b, sid: 73a7740b-620d-48ef-a1b6-da3652b1333b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89e2a8ea-7cd6-4b67-b261-64a17ae74c0e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5b0835f (id: 89e2a8ea-7cd6-4b67-b261-64a17ae74c0e, sid: 89e2a8ea-7cd6-4b67-b261-64a17ae74c0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d7d1740b-684a-4d5f-95b8-890c9061f4be org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3924d1ce (id: d7d1740b-684a-4d5f-95b8-890c9061f4be, sid: d7d1740b-684a-4d5f-95b8-890c9061f4be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2762f3b2-82a9-408d-8063-1f7524202f09 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@380f07ce (id: 2762f3b2-82a9-408d-8063-1f7524202f09, sid: 2762f3b2-82a9-408d-8063-1f7524202f09) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = ae87e1b8-5124-4084-93f0-cda1aa5690b8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5f508016 (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e95456b-5761-4ee4-82f1-299e0e0a3db4 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@29ebbe45 (id: 7e95456b-5761-4ee4-82f1-299e0e0a3db4, sid: 7e95456b-5761-4ee4-82f1-299e0e0a3db4) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = 2819605c-50b5-41d3-91f9-bef26b255416 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@365ea017 (id: 2819605c-50b5-41d3-91f9-bef26b255416, sid: 2819605c-50b5-41d3-91f9-bef26b255416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03c4e4ab-b35f-4002-a322-0b220b3783f9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@72794835 (id: 03c4e4ab-b35f-4002-a322-0b220b3783f9, sid: 03c4e4ab-b35f-4002-a322-0b220b3783f9) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5cc6df36 (id: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972, sid: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef9b7d8e-0f63-406d-951b-07917ee6c1b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@223f66df (id: ef9b7d8e-0f63-406d-951b-07917ee6c1b4, sid: ef9b7d8e-0f63-406d-951b-07917ee6c1b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload output [Test4] >> require >> load Project_test_01 [Test4] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@78ed9fdd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@588f4860 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@f05047f (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2cb7e49b (id: 0891d464-bb59-4272-83f7-9a3b7819a06a, sid: null) (name: CrossPhases-MergeComponents-2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51ea3deb-8021-4251-a41a-b22138294a3d org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@477751cb (id: 51ea3deb-8021-4251-a41a-b22138294a3d, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e50b4dee-7d93-4ea5-b679-7b1baa07888d org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@359eecbd (id: e50b4dee-7d93-4ea5-b679-7b1baa07888d, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 749fb445-3409-4b76-bc60-d5f9d4b6580e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@740c26d6 (id: 749fb445-3409-4b76-bc60-d5f9d4b6580e, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@55a3c5da (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de880f61-2048-4fe7-97a8-1b7a7f9cada9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5939aef1 (id: de880f61-2048-4fe7-97a8-1b7a7f9cada9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d8643d2a-4356-4a0c-9222-30863f69db87 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2e28c11a (id: d8643d2a-4356-4a0c-9222-30863f69db87, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3249cdf-6c59-4c42-b367-f093e7aec347 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@162735bd (id: c3249cdf-6c59-4c42-b367-f093e7aec347, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3420419c-12b6-4f1c-8a6f-8a6ef23afd84 org.polarsys.capella.core.data.information.impl.DataPkgImpl@10dc6406 (id: 3420419c-12b6-4f1c-8a6f-8a6ef23afd84, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e5375ab9-7d67-44b0-be34-4ea0745bbdc9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@55fe8960 (id: e5375ab9-7d67-44b0-be34-4ea0745bbdc9, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 84f61ed0-2597-4e80-9e09-ae719aa3cd0d org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@55d0b6e0 (id: 84f61ed0-2597-4e80-9e09-ae719aa3cd0d, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 9cd2ac67-e6b5-4588-a98e-99fdf4bdcbbf org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@393fcf17 (id: 9cd2ac67-e6b5-4588-a98e-99fdf4bdcbbf, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 6dd49b99-5cc7-4dc6-90b9-76345efafaef org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@774b1941 (id: 6dd49b99-5cc7-4dc6-90b9-76345efafaef, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c783eb92-1541-4318-b8e2-9637763b257b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@565f3b41 (id: c783eb92-1541-4318-b8e2-9637763b257b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0fb3ef4f-afb6-468d-a601-c737ba086573 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@668e0dc (id: 0fb3ef4f-afb6-468d-a601-c737ba086573, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4d887b1f-5091-4220-9a27-45cf29ad344c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@41e8d071 (id: 4d887b1f-5091-4220-9a27-45cf29ad344c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 5c697131-2fee-4d9c-a631-8a4bb331be26 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6ec6581c (id: 5c697131-2fee-4d9c-a631-8a4bb331be26, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = ea570a8c-d9ea-46fb-8b90-644dd0673d49 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@41ece3b6 (id: ea570a8c-d9ea-46fb-8b90-644dd0673d49, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = c6279a62-3d84-403a-8309-7012935302c3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@c39557 (id: c6279a62-3d84-403a-8309-7012935302c3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1701866f-88de-4811-bbee-b41a97055005 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@72fb666 (id: 1701866f-88de-4811-bbee-b41a97055005, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 8b17857d-dbd4-464c-acf4-2a17cf43b04d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5b750827 (id: 8b17857d-dbd4-464c-acf4-2a17cf43b04d, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 448e0408-3c93-41db-91d0-179b708f9b5b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7d22a1ac (id: 448e0408-3c93-41db-91d0-179b708f9b5b, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = b856507e-b13f-40c6-a2cc-c76067e3cb7d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61d7fa72 (id: b856507e-b13f-40c6-a2cc-c76067e3cb7d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6ec20de9 (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@abd6b64 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@46de40f7 (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b8d9e05 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@755e77d8 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 32b0404b-ce03-4199-801d-b654b131492e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@68f6ebd9 (id: 32b0404b-ce03-4199-801d-b654b131492e, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 60dd2b3e-65fa-4de0-a5a7-362692419513 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3118aa (id: 60dd2b3e-65fa-4de0-a5a7-362692419513, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = ef05dcae-14ce-47ff-9293-c50c3f40f763 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5eeb76b4 (id: ef05dcae-14ce-47ff-9293-c50c3f40f763, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a18a38d8-954c-4335-a2d3-b39bb39e21dd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4a2b956d (id: a18a38d8-954c-4335-a2d3-b39bb39e21dd, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 1f9eca05-a2b4-409a-adb6-b3cfb5291f1e org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@15dc17d2 (id: 1f9eca05-a2b4-409a-adb6-b3cfb5291f1e, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c11fe757-774e-4b06-86d0-97dbcc3036cc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1da0a98b (id: c11fe757-774e-4b06-86d0-97dbcc3036cc, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 99f93a02-5b68-46c8-84a4-cbe1f222d0ff org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@187b325d (id: 99f93a02-5b68-46c8-84a4-cbe1f222d0ff, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 758341d2-6689-4249-bad7-487b4d363709 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@eed4cc2 (id: 758341d2-6689-4249-bad7-487b4d363709, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 11a1d8e4-5ca7-4fa1-b807-c9a059b30353 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7b7aa84a (id: 11a1d8e4-5ca7-4fa1-b807-c9a059b30353, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 559556e2-91e0-4dbf-8e2a-e08dd2b6b79b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@630eaa5f (id: 559556e2-91e0-4dbf-8e2a-e08dd2b6b79b, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 05c934be-ecf8-490f-a27a-6ea02f6ae28c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@222695b9 (id: 05c934be-ecf8-490f-a27a-6ea02f6ae28c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 55ea994c-a837-42dd-8a45-2d136e986eb2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@46c95663 (id: 55ea994c-a837-42dd-8a45-2d136e986eb2, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 11868429-08d7-41b4-a05b-eefee4c17351 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@68df8e08 (id: 11868429-08d7-41b4-a05b-eefee4c17351, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@8752243 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca1d876a-b61d-45a6-bb20-64d3bfd4d8eb org.polarsys.capella.core.data.cs.impl.PartImpl@1b39c27a (id: ca1d876a-b61d-45a6-bb20-64d3bfd4d8eb, sid: ca1d876a-b61d-45a6-bb20-64d3bfd4d8eb) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 340c720d-44dd-4277-a433-6347fe6473ea org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@40bccff2 (id: 340c720d-44dd-4277-a433-6347fe6473ea, sid: 340c720d-44dd-4277-a433-6347fe6473ea) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7709a1b (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@fe70cdf (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@15eb0980 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@5947521e (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@78ed9fdd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@588f4860 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2cb7e49b (id: 0891d464-bb59-4272-83f7-9a3b7819a06a, sid: null) (name: CrossPhases-MergeComponents-2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51ea3deb-8021-4251-a41a-b22138294a3d org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@477751cb (id: 51ea3deb-8021-4251-a41a-b22138294a3d, sid: 3d02b922-e740-4e1b-bab6-cfabfbf02e98) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e50b4dee-7d93-4ea5-b679-7b1baa07888d org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@359eecbd (id: e50b4dee-7d93-4ea5-b679-7b1baa07888d, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 749fb445-3409-4b76-bc60-d5f9d4b6580e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@740c26d6 (id: 749fb445-3409-4b76-bc60-d5f9d4b6580e, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = af6b5969-14c3-4b2e-8180-a5a849d74204 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2cd049a1 (id: af6b5969-14c3-4b2e-8180-a5a849d74204, sid: af6b5969-14c3-4b2e-8180-a5a849d74204) (name: LF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 60a9b539-a4d6-4f73-b5c8-66750526cdb3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@51d4acf9 (id: 60a9b539-a4d6-4f73-b5c8-66750526cdb3, sid: 60a9b539-a4d6-4f73-b5c8-66750526cdb3) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 86bde7dc-f8cf-44d1-88eb-87e531a9b713 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@136d597a (id: 86bde7dc-f8cf-44d1-88eb-87e531a9b713, sid: 86bde7dc-f8cf-44d1-88eb-87e531a9b713) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ad4ab752-3301-4b51-b862-6ae3b47b8cac org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@642f757 (id: ad4ab752-3301-4b51-b862-6ae3b47b8cac, sid: ad4ab752-3301-4b51-b862-6ae3b47b8cac) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 061d4c86-d0c4-4a1d-beac-c22dd612c34b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@28f12b7f (id: 061d4c86-d0c4-4a1d-beac-c22dd612c34b, sid: 061d4c86-d0c4-4a1d-beac-c22dd612c34b) (name: FOP14) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bf71b156-22b4-4446-ab77-05869c76173d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5cb6f9fc (id: bf71b156-22b4-4446-ab77-05869c76173d, sid: bf71b156-22b4-4446-ab77-05869c76173d) (name: LF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 8cfad14f-c7a1-4a7f-8a2d-af0cfbb0b34d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2569cd99 (id: 8cfad14f-c7a1-4a7f-8a2d-af0cfbb0b34d, sid: 8cfad14f-c7a1-4a7f-8a2d-af0cfbb0b34d) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 83a2df47-a2e1-4bb3-a169-14f0b46ae7f4 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@34806e2c (id: 83a2df47-a2e1-4bb3-a169-14f0b46ae7f4, sid: 83a2df47-a2e1-4bb3-a169-14f0b46ae7f4) (name: LF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ac6f777a-48f8-4adf-abd9-0bc7b1be6dff org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@158b0110 (id: ac6f777a-48f8-4adf-abd9-0bc7b1be6dff, sid: ac6f777a-48f8-4adf-abd9-0bc7b1be6dff) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = de3568a9-967a-43a1-ab7b-08fbe107ff46 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7e996344 (id: de3568a9-967a-43a1-ab7b-08fbe107ff46, sid: de3568a9-967a-43a1-ab7b-08fbe107ff46) (name: LF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9812cb25-bbed-42f6-90ae-c7a8ec0c47b8 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@15776c0b (id: 9812cb25-bbed-42f6-90ae-c7a8ec0c47b8, sid: 9812cb25-bbed-42f6-90ae-c7a8ec0c47b8) (name: FIP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c695ba18-1a80-488f-887e-c2b2d16cd13b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@22318187 (id: c695ba18-1a80-488f-887e-c2b2d16cd13b, sid: c695ba18-1a80-488f-887e-c2b2d16cd13b) (name: LF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = dd631f72-68f2-42d6-97c6-cf991cab5133 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6fff8750 (id: dd631f72-68f2-42d6-97c6-cf991cab5133, sid: dd631f72-68f2-42d6-97c6-cf991cab5133) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bc845316-a5e8-49c2-a980-e216e8358fac org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5ac94aa8 (id: bc845316-a5e8-49c2-a980-e216e8358fac, sid: bc845316-a5e8-49c2-a980-e216e8358fac) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 48771ed4-f1f9-4485-b8ea-9a5c3d380ba1 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@74f072ce (id: 48771ed4-f1f9-4485-b8ea-9a5c3d380ba1, sid: 48771ed4-f1f9-4485-b8ea-9a5c3d380ba1) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 71e776cd-ba58-4ce2-9d5d-2dc472ba8913 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5a63e86e (id: 71e776cd-ba58-4ce2-9d5d-2dc472ba8913, sid: 71e776cd-ba58-4ce2-9d5d-2dc472ba8913) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8e9ee8aa-90ef-4dbc-afb4-50c50a8cbe72 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@49352175 (id: 8e9ee8aa-90ef-4dbc-afb4-50c50a8cbe72, sid: 8e9ee8aa-90ef-4dbc-afb4-50c50a8cbe72) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = de880f61-2048-4fe7-97a8-1b7a7f9cada9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5939aef1 (id: de880f61-2048-4fe7-97a8-1b7a7f9cada9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = d8643d2a-4356-4a0c-9222-30863f69db87 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2e28c11a (id: d8643d2a-4356-4a0c-9222-30863f69db87, sid: 7c3c5378-776e-4d07-bd7f-0c2fb8e860e4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c3249cdf-6c59-4c42-b367-f093e7aec347 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@162735bd (id: c3249cdf-6c59-4c42-b367-f093e7aec347, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3420419c-12b6-4f1c-8a6f-8a6ef23afd84 org.polarsys.capella.core.data.information.impl.DataPkgImpl@10dc6406 (id: 3420419c-12b6-4f1c-8a6f-8a6ef23afd84, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@8752243 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ca1d876a-b61d-45a6-bb20-64d3bfd4d8eb org.polarsys.capella.core.data.cs.impl.PartImpl@1b39c27a (id: ca1d876a-b61d-45a6-bb20-64d3bfd4d8eb, sid: ca1d876a-b61d-45a6-bb20-64d3bfd4d8eb) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 398b9eec-ed9e-4d41-b2a0-ee9adabbadac org.polarsys.capella.core.data.cs.impl.PartImpl@742fd254 (id: 398b9eec-ed9e-4d41-b2a0-ee9adabbadac, sid: 398b9eec-ed9e-4d41-b2a0-ee9adabbadac) (name: LC112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67439830-6fc0-486d-b5a7-b5add0064c7f org.polarsys.capella.core.data.cs.impl.PartImpl@646c1869 (id: 67439830-6fc0-486d-b5a7-b5add0064c7f, sid: 67439830-6fc0-486d-b5a7-b5add0064c7f) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7ed417fd-1031-4e0e-9521-a1a57dfd9ffd org.polarsys.capella.core.data.cs.impl.PartImpl@33a2a1e6 (id: 7ed417fd-1031-4e0e-9521-a1a57dfd9ffd, sid: 7ed417fd-1031-4e0e-9521-a1a57dfd9ffd) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 013bd3a5-e477-4e88-8c6e-2099b8ed97b1 org.polarsys.capella.core.data.cs.impl.PartImpl@8478c17 (id: 013bd3a5-e477-4e88-8c6e-2099b8ed97b1, sid: 013bd3a5-e477-4e88-8c6e-2099b8ed97b1) (name: LC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a889fecc-0ea8-409f-a80e-bad52fa411f5 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@59cf7c93 (id: a889fecc-0ea8-409f-a80e-bad52fa411f5, sid: a889fecc-0ea8-409f-a80e-bad52fa411f5) (name: LC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = ddc8b9ca-39ef-4505-b421-fc8e43db5101 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5d830720 (id: ddc8b9ca-39ef-4505-b421-fc8e43db5101, sid: ddc8b9ca-39ef-4505-b421-fc8e43db5101) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f94128e-9406-459d-9c9e-3a4cf61062f1 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@759d2e4e (id: 3f94128e-9406-459d-9c9e-3a4cf61062f1, sid: 3f94128e-9406-459d-9c9e-3a4cf61062f1) (name: LC112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = e3364238-72c3-4ba4-b946-eae958ac21b5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7f2aefdb (id: e3364238-72c3-4ba4-b946-eae958ac21b5, sid: e3364238-72c3-4ba4-b946-eae958ac21b5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 876ba191-f6a5-4ba6-a6c9-7beaaf34f538 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@a646cd0 (id: 876ba191-f6a5-4ba6-a6c9-7beaaf34f538, sid: 876ba191-f6a5-4ba6-a6c9-7beaaf34f538) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: true, human: true) ID = 15f09f23-3627-4719-b8f4-be41d74085ef org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3b8feaa (id: 15f09f23-3627-4719-b8f4-be41d74085ef, sid: 15f09f23-3627-4719-b8f4-be41d74085ef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5a8f6cf-0f2d-46f3-a955-ef0b8bff12f6 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@7f8ad3e7 (id: f5a8f6cf-0f2d-46f3-a955-ef0b8bff12f6, sid: f5a8f6cf-0f2d-46f3-a955-ef0b8bff12f6) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = c7f33f23-02b0-47f4-be8e-9b7c98be66a5 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3be812fd (id: c7f33f23-02b0-47f4-be8e-9b7c98be66a5, sid: c7f33f23-02b0-47f4-be8e-9b7c98be66a5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 340c720d-44dd-4277-a433-6347fe6473ea org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@40bccff2 (id: 340c720d-44dd-4277-a433-6347fe6473ea, sid: 340c720d-44dd-4277-a433-6347fe6473ea) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 8dc347d8-3adf-47cd-9963-ef90c9539b7e org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@20e2123a (id: 8dc347d8-3adf-47cd-9963-ef90c9539b7e, sid: 8dc347d8-3adf-47cd-9963-ef90c9539b7e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test4] >> release >> unload Project_test_01 [Test4] >> release >> unload output [Test5] >> require >> load Project_test_01 [Test5] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3282a195 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7937c362 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1838f44e (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@64704e4b (id: 34e31a14-6734-49fc-bd37-3e307b472c12, sid: null) (name: CrossPhases-MergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cbe38b-c188-4c7b-9e79-996848e9ddcd org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@74db3e86 (id: 76cbe38b-c188-4c7b-9e79-996848e9ddcd, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 521beaf6-c6d6-47b0-b843-98ab57fa0fa4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@49e1af5a (id: 521beaf6-c6d6-47b0-b843-98ab57fa0fa4, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf080337-1153-4730-a75a-e7425c368acc org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5e73e599 (id: bf080337-1153-4730-a75a-e7425c368acc, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@7dc1ed19 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 15d41116-34f9-4197-9ce5-a09823249f05 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5406203e (id: 15d41116-34f9-4197-9ce5-a09823249f05, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = eec156ff-6319-4c6f-aeb7-debe10aa1591 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7e99e7d3 (id: eec156ff-6319-4c6f-aeb7-debe10aa1591, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 345710db-d7c2-4c44-868b-2feb82124ce9 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@36bba799 (id: 345710db-d7c2-4c44-868b-2feb82124ce9, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65e76b1e-0b64-4bfa-b4ec-2b2877c91a61 org.polarsys.capella.core.data.information.impl.DataPkgImpl@243c40ed (id: 65e76b1e-0b64-4bfa-b4ec-2b2877c91a61, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2c54e9f9-5857-40fb-9240-159a30886dd4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4830ae65 (id: 2c54e9f9-5857-40fb-9240-159a30886dd4, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b922af55-3b2b-4269-bee1-45ca7b88dc5e org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@30d18c61 (id: b922af55-3b2b-4269-bee1-45ca7b88dc5e, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 973b1b5b-8204-4406-87e6-8bfb048d9a41 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@14097eea (id: 973b1b5b-8204-4406-87e6-8bfb048d9a41, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = e4e75657-0ee9-4a46-b8d2-d6ef70501f7a org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@1a0b1cd8 (id: e4e75657-0ee9-4a46-b8d2-d6ef70501f7a, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = cad9f075-3002-4b70-9671-e639ffc4e867 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5785ca7a (id: cad9f075-3002-4b70-9671-e639ffc4e867, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 75c08f04-20bc-4fab-ad21-28112e43926c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6b8bf66f (id: 75c08f04-20bc-4fab-ad21-28112e43926c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 24b4d454-bdc4-40f4-a39c-3fe5fc297cf1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@342a3bda (id: 24b4d454-bdc4-40f4-a39c-3fe5fc297cf1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 7585418f-0dc5-4e02-9b30-3300e04e649a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@76051c5b (id: 7585418f-0dc5-4e02-9b30-3300e04e649a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 10de312a-b614-49ae-b160-b76640f8c357 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@faadefb (id: 10de312a-b614-49ae-b160-b76640f8c357, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 6f165509-3d51-4099-b496-c553a431cd61 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b2669ef (id: 6f165509-3d51-4099-b496-c553a431cd61, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 99d3b0a0-4e4d-4c88-a153-30ed4da8deac org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5e3761ba (id: 99d3b0a0-4e4d-4c88-a153-30ed4da8deac, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 615c0e26-ae86-4305-9340-6ca36be501f9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@8e49e3 (id: 615c0e26-ae86-4305-9340-6ca36be501f9, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 00fa9181-941f-44ef-9f1c-2dfe40f2635b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@598a120f (id: 00fa9181-941f-44ef-9f1c-2dfe40f2635b, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = f7526d03-f8f5-4859-ba35-17289ca65877 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@516b61c0 (id: f7526d03-f8f5-4859-ba35-17289ca65877, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@228f712f (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@74ec732a (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@583f46ce (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@557c67e1 (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@c237268 (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2b8bcb1c-0a05-4ca6-b904-f8d9896a1a60 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@460766c2 (id: 2b8bcb1c-0a05-4ca6-b904-f8d9896a1a60, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 38248b68-d7f8-4442-9fd8-a2cdb45270ee org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4f141e67 (id: 38248b68-d7f8-4442-9fd8-a2cdb45270ee, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 5722fa05-df02-4507-8c82-a339fac5cc5d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@45fb1324 (id: 5722fa05-df02-4507-8c82-a339fac5cc5d, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 4d10ec1c-2994-4d1a-af68-cc48a003a9d5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@565bf8bd (id: 4d10ec1c-2994-4d1a-af68-cc48a003a9d5, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 252774c2-8beb-4533-8551-7d60f81981ef org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2b17b5c2 (id: 252774c2-8beb-4533-8551-7d60f81981ef, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = f5306feb-d1f1-4dc4-8f5d-52be7babbe21 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@441f71e1 (id: f5306feb-d1f1-4dc4-8f5d-52be7babbe21, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = bc69c341-6c7f-4edf-bc94-afc02acf24c9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@59603875 (id: bc69c341-6c7f-4edf-bc94-afc02acf24c9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 8ff548de-1ba8-4cf6-8748-f420a43adce8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5077adf4 (id: 8ff548de-1ba8-4cf6-8748-f420a43adce8, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 022aa80f-214b-4c5c-b3f9-8a27d7fcd679 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4658bb9d (id: 022aa80f-214b-4c5c-b3f9-8a27d7fcd679, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c6416bfd-c341-49e7-9844-be12dca4b1a6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@79f74ace (id: c6416bfd-c341-49e7-9844-be12dca4b1a6, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = e11f79b8-3e43-4b16-b232-25897be65919 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@218c6615 (id: e11f79b8-3e43-4b16-b232-25897be65919, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b0b8b146-f6f0-4b73-91f1-24bcb5e92399 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4c7977dd (id: b0b8b146-f6f0-4b73-91f1-24bcb5e92399, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 89b1af05-56fa-40eb-b83a-69fdd2193636 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4ffeb99c (id: 89b1af05-56fa-40eb-b83a-69fdd2193636, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7803f163 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 03d0bcd9-fa83-435e-9d78-31356a553d29 org.polarsys.capella.core.data.cs.impl.PartImpl@53f617fb (id: 03d0bcd9-fa83-435e-9d78-31356a553d29, sid: 03d0bcd9-fa83-435e-9d78-31356a553d29) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f1792137-1a4d-4255-8482-d25db682e8a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@f7c57da (id: f1792137-1a4d-4255-8482-d25db682e8a6, sid: f1792137-1a4d-4255-8482-d25db682e8a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@33edb733 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@10b7c175 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@4adea835 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@5da096 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3282a195 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7937c362 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@64704e4b (id: 34e31a14-6734-49fc-bd37-3e307b472c12, sid: null) (name: CrossPhases-MergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 76cbe38b-c188-4c7b-9e79-996848e9ddcd org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@74db3e86 (id: 76cbe38b-c188-4c7b-9e79-996848e9ddcd, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 521beaf6-c6d6-47b0-b843-98ab57fa0fa4 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@49e1af5a (id: 521beaf6-c6d6-47b0-b843-98ab57fa0fa4, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bf080337-1153-4730-a75a-e7425c368acc org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5e73e599 (id: bf080337-1153-4730-a75a-e7425c368acc, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 1e9489db-3e1d-4311-a8dc-54d03a7dee4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5eac33fb (id: 1e9489db-3e1d-4311-a8dc-54d03a7dee4a, sid: 1e9489db-3e1d-4311-a8dc-54d03a7dee4a) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 47897dd0-10d8-43b7-a6c9-eb12c434193d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@732e09a6 (id: 47897dd0-10d8-43b7-a6c9-eb12c434193d, sid: 47897dd0-10d8-43b7-a6c9-eb12c434193d) (name: FIP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cb99e4dc-944a-4372-a123-bb934231783e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@37f1e3e6 (id: cb99e4dc-944a-4372-a123-bb934231783e, sid: cb99e4dc-944a-4372-a123-bb934231783e) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 548e0ea8-7f95-47f4-939c-2e30af759189 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@76ef97ac (id: 548e0ea8-7f95-47f4-939c-2e30af759189, sid: 548e0ea8-7f95-47f4-939c-2e30af759189) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 24188141-588a-4367-8e93-801a3d7c6ad7 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@49634161 (id: 24188141-588a-4367-8e93-801a3d7c6ad7, sid: 24188141-588a-4367-8e93-801a3d7c6ad7) (name: FOP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3e0bc165-7567-494a-aab5-523300064766 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4a0302d2 (id: 3e0bc165-7567-494a-aab5-523300064766, sid: 3e0bc165-7567-494a-aab5-523300064766) (name: FOP23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 390886e9-440a-4cf2-b87c-560a9739c19f org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@725526a7 (id: 390886e9-440a-4cf2-b87c-560a9739c19f, sid: 390886e9-440a-4cf2-b87c-560a9739c19f) (name: FOP24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 026876fe-f01d-4837-b552-89670fbca850 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@780d8db6 (id: 026876fe-f01d-4837-b552-89670fbca850, sid: 026876fe-f01d-4837-b552-89670fbca850) (name: FOP25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c022056e-64e9-46c9-938b-31224c589a28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2bb6a39f (id: c022056e-64e9-46c9-938b-31224c589a28, sid: c022056e-64e9-46c9-938b-31224c589a28) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7c0ef8ad-5d90-4e49-9c34-df3a8a8a3219 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@797131a9 (id: 7c0ef8ad-5d90-4e49-9c34-df3a8a8a3219, sid: 7c0ef8ad-5d90-4e49-9c34-df3a8a8a3219) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9e1c59d6-2685-4b12-8f8f-4d267b183644 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@22ca403e (id: 9e1c59d6-2685-4b12-8f8f-4d267b183644, sid: 9e1c59d6-2685-4b12-8f8f-4d267b183644) (name: PF4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b4a7bdc2-0ce7-4638-880c-2e4334ade6a4 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@36be09ec (id: b4a7bdc2-0ce7-4638-880c-2e4334ade6a4, sid: b4a7bdc2-0ce7-4638-880c-2e4334ade6a4) (name: FIP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c3db5217-c87a-4492-bff5-14fabf830a06 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@280aeeff (id: c3db5217-c87a-4492-bff5-14fabf830a06, sid: c3db5217-c87a-4492-bff5-14fabf830a06) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7a21e776-4149-4ade-9761-2f7296048d4a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@58067e2e (id: 7a21e776-4149-4ade-9761-2f7296048d4a, sid: 7a21e776-4149-4ade-9761-2f7296048d4a) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bb396d23-51b0-4ebe-b45f-daf628bd7be8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@283d0ea0 (id: bb396d23-51b0-4ebe-b45f-daf628bd7be8, sid: bb396d23-51b0-4ebe-b45f-daf628bd7be8) (name: PF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b637c65c-84ed-4b3b-9b48-a425c3e9a29f org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@6e8a8322 (id: b637c65c-84ed-4b3b-9b48-a425c3e9a29f, sid: b637c65c-84ed-4b3b-9b48-a425c3e9a29f) (name: FIP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5a8dfc66-b231-4b37-8021-f1632401ed94 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7a940e1b (id: 5a8dfc66-b231-4b37-8021-f1632401ed94, sid: 5a8dfc66-b231-4b37-8021-f1632401ed94) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 03940e6d-e21d-4dea-a3c7-d00788ed4364 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3a9c47e7 (id: 03940e6d-e21d-4dea-a3c7-d00788ed4364, sid: 03940e6d-e21d-4dea-a3c7-d00788ed4364) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7ba6c340-aaf2-41de-ae66-4b3cd1c43dd2 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@b54005 (id: 7ba6c340-aaf2-41de-ae66-4b3cd1c43dd2, sid: 7ba6c340-aaf2-41de-ae66-4b3cd1c43dd2) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 59202e5f-cc6c-4460-a617-94af7c402e16 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5643d52c (id: 59202e5f-cc6c-4460-a617-94af7c402e16, sid: 59202e5f-cc6c-4460-a617-94af7c402e16) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7c4a0173-e2b4-4140-b28f-f542c5f0868a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@c7dfd29 (id: 7c4a0173-e2b4-4140-b28f-f542c5f0868a, sid: 7c4a0173-e2b4-4140-b28f-f542c5f0868a) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 15d41116-34f9-4197-9ce5-a09823249f05 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5406203e (id: 15d41116-34f9-4197-9ce5-a09823249f05, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = eec156ff-6319-4c6f-aeb7-debe10aa1591 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7e99e7d3 (id: eec156ff-6319-4c6f-aeb7-debe10aa1591, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 345710db-d7c2-4c44-868b-2feb82124ce9 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@36bba799 (id: 345710db-d7c2-4c44-868b-2feb82124ce9, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 65e76b1e-0b64-4bfa-b4ec-2b2877c91a61 org.polarsys.capella.core.data.information.impl.DataPkgImpl@243c40ed (id: 65e76b1e-0b64-4bfa-b4ec-2b2877c91a61, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@7803f163 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 03d0bcd9-fa83-435e-9d78-31356a553d29 org.polarsys.capella.core.data.cs.impl.PartImpl@53f617fb (id: 03d0bcd9-fa83-435e-9d78-31356a553d29, sid: 03d0bcd9-fa83-435e-9d78-31356a553d29) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 224dd086-101c-4908-86e6-322eeea37b6c org.polarsys.capella.core.data.cs.impl.PartImpl@7234ab54 (id: 224dd086-101c-4908-86e6-322eeea37b6c, sid: 224dd086-101c-4908-86e6-322eeea37b6c) (name: PC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8c9d8e50-136a-4c2c-b841-4679936f3d20 org.polarsys.capella.core.data.cs.impl.PartImpl@10f2feab (id: 8c9d8e50-136a-4c2c-b841-4679936f3d20, sid: 8c9d8e50-136a-4c2c-b841-4679936f3d20) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7dda6227-8790-4da8-942f-c0e5d81b8550 org.polarsys.capella.core.data.cs.impl.PartImpl@4e265b42 (id: 7dda6227-8790-4da8-942f-c0e5d81b8550, sid: 7dda6227-8790-4da8-942f-c0e5d81b8550) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f550f2fb-7f42-4066-9182-e322a6ffda1b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6e7b1a61 (id: f550f2fb-7f42-4066-9182-e322a6ffda1b, sid: f550f2fb-7f42-4066-9182-e322a6ffda1b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 90365e68-a1b4-4cd2-857f-120755db19a9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5493e7e9 (id: 90365e68-a1b4-4cd2-857f-120755db19a9, sid: 90365e68-a1b4-4cd2-857f-120755db19a9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 618baa2f-98fe-4676-988e-95b05b1b0974 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4a533954 (id: 618baa2f-98fe-4676-988e-95b05b1b0974, sid: 618baa2f-98fe-4676-988e-95b05b1b0974) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = d3428bd3-eb9e-48f4-9150-405304c0a1e0 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7a7cf2a5 (id: d3428bd3-eb9e-48f4-9150-405304c0a1e0, sid: d3428bd3-eb9e-48f4-9150-405304c0a1e0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 015072c1-f80c-4ae7-8e0e-2b8fd943e776 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3f5f6cba (id: 015072c1-f80c-4ae7-8e0e-2b8fd943e776, sid: 015072c1-f80c-4ae7-8e0e-2b8fd943e776) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1320fc17-feb7-4be9-b9a3-635f2e314c93 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1dea4fb6 (id: 1320fc17-feb7-4be9-b9a3-635f2e314c93, sid: 1320fc17-feb7-4be9-b9a3-635f2e314c93) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC12, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = c1edf462-820a-428a-8179-92dc715df3d2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@93d956a (id: c1edf462-820a-428a-8179-92dc715df3d2, sid: c1edf462-820a-428a-8179-92dc715df3d2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f1792137-1a4d-4255-8482-d25db682e8a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@f7c57da (id: f1792137-1a4d-4255-8482-d25db682e8a6, sid: f1792137-1a4d-4255-8482-d25db682e8a6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = e27522e9-f4b1-408f-8a18-0f88b86fbcea org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@49146f5 (id: e27522e9-f4b1-408f-8a18-0f88b86fbcea, sid: e27522e9-f4b1-408f-8a18-0f88b86fbcea) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 111eb64a-28b7-4c32-bf29-ae6236888aa3 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@584299e7 (id: 111eb64a-28b7-4c32-bf29-ae6236888aa3, sid: 111eb64a-28b7-4c32-bf29-ae6236888aa3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test5] >> release >> unload Project_test_01 [Test5] >> release >> unload output [Test6] >> require >> load Project_test_01 [Test6] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3e0bdaea (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6b5b969f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@237731ab (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@39a60b1d (id: 0891d464-bb59-4272-83f7-9a3b7819a06a, sid: null) (name: CrossPhases-MergeComponents-2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 707fa54d-87c6-4934-93b9-3aa4a9085510 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@338f599 (id: 707fa54d-87c6-4934-93b9-3aa4a9085510, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec47b64e-ddb0-44b8-9233-bb44c642af9c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@4f12d5e9 (id: ec47b64e-ddb0-44b8-9233-bb44c642af9c, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8aa49f18-6fe0-4d29-a400-bb4e1050777b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2c9883e1 (id: 8aa49f18-6fe0-4d29-a400-bb4e1050777b, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@76d32066 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 787231ca-3774-4177-b8ae-20a2216af72f org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@baf5615 (id: 787231ca-3774-4177-b8ae-20a2216af72f, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = dba4115b-4fff-44f4-bcc8-a74764d4002a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@35b72d15 (id: dba4115b-4fff-44f4-bcc8-a74764d4002a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2e2e3216-ce78-450b-b813-1ddc40837b13 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49476a3a (id: 2e2e3216-ce78-450b-b813-1ddc40837b13, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 12553ff0-ed66-4d4c-a2dc-fe89723c4bc4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@22f06d96 (id: 12553ff0-ed66-4d4c-a2dc-fe89723c4bc4, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e5375ab9-7d67-44b0-be34-4ea0745bbdc9 org.polarsys.capella.core.data.information.impl.DataPkgImpl@3c8b16d9 (id: e5375ab9-7d67-44b0-be34-4ea0745bbdc9, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 84f61ed0-2597-4e80-9e09-ae719aa3cd0d org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@150cdbe2 (id: 84f61ed0-2597-4e80-9e09-ae719aa3cd0d, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 9cd2ac67-e6b5-4588-a98e-99fdf4bdcbbf org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4223f876 (id: 9cd2ac67-e6b5-4588-a98e-99fdf4bdcbbf, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 6dd49b99-5cc7-4dc6-90b9-76345efafaef org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@28cccf37 (id: 6dd49b99-5cc7-4dc6-90b9-76345efafaef, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c783eb92-1541-4318-b8e2-9637763b257b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4c953929 (id: c783eb92-1541-4318-b8e2-9637763b257b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 0fb3ef4f-afb6-468d-a601-c737ba086573 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3f353892 (id: 0fb3ef4f-afb6-468d-a601-c737ba086573, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4d887b1f-5091-4220-9a27-45cf29ad344c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6208874a (id: 4d887b1f-5091-4220-9a27-45cf29ad344c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 5c697131-2fee-4d9c-a631-8a4bb331be26 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2c73494b (id: 5c697131-2fee-4d9c-a631-8a4bb331be26, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = ea570a8c-d9ea-46fb-8b90-644dd0673d49 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@494a719d (id: ea570a8c-d9ea-46fb-8b90-644dd0673d49, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = c6279a62-3d84-403a-8309-7012935302c3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5fad318e (id: c6279a62-3d84-403a-8309-7012935302c3, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1701866f-88de-4811-bbee-b41a97055005 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@79b9cfe6 (id: 1701866f-88de-4811-bbee-b41a97055005, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 8b17857d-dbd4-464c-acf4-2a17cf43b04d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4fb6f88b (id: 8b17857d-dbd4-464c-acf4-2a17cf43b04d, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: [0-9]+[.]?[0-9]*, visibility: PUBLIC) (kind: FLOAT) ID = 448e0408-3c93-41db-91d0-179b708f9b5b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@55eabe79 (id: 448e0408-3c93-41db-91d0-179b708f9b5b, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = b856507e-b13f-40c6-a2cc-c76067e3cb7d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@637dd40b (id: b856507e-b13f-40c6-a2cc-c76067e3cb7d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9e94159f-1e8e-4b23-8ca3-284727224fde org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@efa1e9a (id: 9e94159f-1e8e-4b23-8ca3-284727224fde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@40e60bf0 (id: 5f3b19c9-e9f2-4227-8aa3-c2545a49a6ec, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 37736e70-847f-4c68-94bf-bc27a31c4a17 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@39f198ab (id: 37736e70-847f-4c68-94bf-bc27a31c4a17, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 622b09da-ec65-4d80-bf26-5647f41f1749 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@31ab4dbc (id: 622b09da-ec65-4d80-bf26-5647f41f1749, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 8446d4fc-a999-4176-a3d3-9e45c7588ec7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6f7b8bdd (id: 8446d4fc-a999-4176-a3d3-9e45c7588ec7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 32b0404b-ce03-4199-801d-b654b131492e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c8639c7 (id: 32b0404b-ce03-4199-801d-b654b131492e, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 60dd2b3e-65fa-4de0-a5a7-362692419513 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2c9f4358 (id: 60dd2b3e-65fa-4de0-a5a7-362692419513, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = ef05dcae-14ce-47ff-9293-c50c3f40f763 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@214f074c (id: ef05dcae-14ce-47ff-9293-c50c3f40f763, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = a18a38d8-954c-4335-a2d3-b39bb39e21dd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@12fb0d01 (id: a18a38d8-954c-4335-a2d3-b39bb39e21dd, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 1f9eca05-a2b4-409a-adb6-b3cfb5291f1e org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@f2e4698 (id: 1f9eca05-a2b4-409a-adb6-b3cfb5291f1e, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c11fe757-774e-4b06-86d0-97dbcc3036cc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@59fd51a6 (id: c11fe757-774e-4b06-86d0-97dbcc3036cc, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 99f93a02-5b68-46c8-84a4-cbe1f222d0ff org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5158b2 (id: 99f93a02-5b68-46c8-84a4-cbe1f222d0ff, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 758341d2-6689-4249-bad7-487b4d363709 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4a08cebc (id: 758341d2-6689-4249-bad7-487b4d363709, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 11a1d8e4-5ca7-4fa1-b807-c9a059b30353 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@37ef4be3 (id: 11a1d8e4-5ca7-4fa1-b807-c9a059b30353, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 559556e2-91e0-4dbf-8e2a-e08dd2b6b79b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4ac5cd9 (id: 559556e2-91e0-4dbf-8e2a-e08dd2b6b79b, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 05c934be-ecf8-490f-a27a-6ea02f6ae28c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@eb20036 (id: 05c934be-ecf8-490f-a27a-6ea02f6ae28c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 55ea994c-a837-42dd-8a45-2d136e986eb2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2434272 (id: 55ea994c-a837-42dd-8a45-2d136e986eb2, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: [0-9]*, visibility: PUBLIC) (kind: INTEGER) ID = 11868429-08d7-41b4-a05b-eefee4c17351 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4fbea18a (id: 11868429-08d7-41b4-a05b-eefee4c17351, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@2d23bf52 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2e9da282-f137-4ced-b6ac-da2c6dcdec1b org.polarsys.capella.core.data.cs.impl.PartImpl@2dfde33d (id: 2e9da282-f137-4ced-b6ac-da2c6dcdec1b, sid: 2e9da282-f137-4ced-b6ac-da2c6dcdec1b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6b8c30cb-b25d-4147-ae73-dce37b380ead org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7b92701f (id: 6b8c30cb-b25d-4147-ae73-dce37b380ead, sid: 6b8c30cb-b25d-4147-ae73-dce37b380ead) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4a2b468 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@64c7d9af (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@20f75e5f (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@7b2e6829 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3e0bdaea (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6b5b969f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@39a60b1d (id: 0891d464-bb59-4272-83f7-9a3b7819a06a, sid: null) (name: CrossPhases-MergeComponents-2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 707fa54d-87c6-4934-93b9-3aa4a9085510 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@338f599 (id: 707fa54d-87c6-4934-93b9-3aa4a9085510, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec47b64e-ddb0-44b8-9233-bb44c642af9c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@4f12d5e9 (id: ec47b64e-ddb0-44b8-9233-bb44c642af9c, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8aa49f18-6fe0-4d29-a400-bb4e1050777b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2c9883e1 (id: 8aa49f18-6fe0-4d29-a400-bb4e1050777b, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e6dcbc7c-f2dd-4095-a1a1-3d793a35ecab org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7ab53501 (id: e6dcbc7c-f2dd-4095-a1a1-3d793a35ecab, sid: e6dcbc7c-f2dd-4095-a1a1-3d793a35ecab) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = a9bec00b-42b4-40ce-8493-c579e61f67d3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3e6593f3 (id: a9bec00b-42b4-40ce-8493-c579e61f67d3, sid: a9bec00b-42b4-40ce-8493-c579e61f67d3) (name: FOP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cf0d3eb3-c931-46d7-9403-3236bb237770 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6781b44b (id: cf0d3eb3-c931-46d7-9403-3236bb237770, sid: cf0d3eb3-c931-46d7-9403-3236bb237770) (name: FOP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 91e3ebea-0c3f-4deb-ae9c-1278753c448e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5ca09500 (id: 91e3ebea-0c3f-4deb-ae9c-1278753c448e, sid: 91e3ebea-0c3f-4deb-ae9c-1278753c448e) (name: PF2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9812d2cf-8a99-44e3-8ed1-de0f45142554 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4e487f6c (id: 9812d2cf-8a99-44e3-8ed1-de0f45142554, sid: 9812d2cf-8a99-44e3-8ed1-de0f45142554) (name: FIP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 696a7680-7922-41c0-9074-c164eaa0ba44 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2401a902 (id: 696a7680-7922-41c0-9074-c164eaa0ba44, sid: 696a7680-7922-41c0-9074-c164eaa0ba44) (name: FOP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f73f382d-b5a6-42e9-9cab-7d2ea5eb1e38 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5eb3496f (id: f73f382d-b5a6-42e9-9cab-7d2ea5eb1e38, sid: f73f382d-b5a6-42e9-9cab-7d2ea5eb1e38) (name: FOP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26d1191b-708a-4c6f-80bb-47203f378c09 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@663cf2c (id: 26d1191b-708a-4c6f-80bb-47203f378c09, sid: 26d1191b-708a-4c6f-80bb-47203f378c09) (name: PF3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 7124f312-bc8d-4651-a51f-464d82c6d183 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@b5d6393 (id: 7124f312-bc8d-4651-a51f-464d82c6d183, sid: 7124f312-bc8d-4651-a51f-464d82c6d183) (name: FIP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 400fab6c-b2ef-493f-95ae-ca785a12c90f org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7e03f609 (id: 400fab6c-b2ef-493f-95ae-ca785a12c90f, sid: 400fab6c-b2ef-493f-95ae-ca785a12c90f) (name: PF5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 079448d4-c58e-4b61-8352-78c00acf2d1c org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1e2243a1 (id: 079448d4-c58e-4b61-8352-78c00acf2d1c, sid: 079448d4-c58e-4b61-8352-78c00acf2d1c) (name: FIP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 20e13673-1c7c-428f-bc49-e5659eaa2dbe org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@504375bc (id: 20e13673-1c7c-428f-bc49-e5659eaa2dbe, sid: 20e13673-1c7c-428f-bc49-e5659eaa2dbe) (name: PF6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 9f93047e-89d9-4654-b6fd-3b6e088acf44 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3c540be1 (id: 9f93047e-89d9-4654-b6fd-3b6e088acf44, sid: 9f93047e-89d9-4654-b6fd-3b6e088acf44) (name: FIP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d43033d8-f395-4f2f-8286-71d7706cb9d3 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@51b57e86 (id: d43033d8-f395-4f2f-8286-71d7706cb9d3, sid: d43033d8-f395-4f2f-8286-71d7706cb9d3) (name: FE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 1e48e850-ef76-4014-8c0d-bc059f2dc02a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1a901f99 (id: 1e48e850-ef76-4014-8c0d-bc059f2dc02a, sid: 1e48e850-ef76-4014-8c0d-bc059f2dc02a) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = eab75c27-9385-4037-8d6f-937d017a162c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6b62edd4 (id: eab75c27-9385-4037-8d6f-937d017a162c, sid: eab75c27-9385-4037-8d6f-937d017a162c) (name: FE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a7be25e0-dab0-4a1e-8ba5-67e15904baff org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1159ff70 (id: a7be25e0-dab0-4a1e-8ba5-67e15904baff, sid: a7be25e0-dab0-4a1e-8ba5-67e15904baff) (name: FE5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 787231ca-3774-4177-b8ae-20a2216af72f org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@baf5615 (id: 787231ca-3774-4177-b8ae-20a2216af72f, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = dba4115b-4fff-44f4-bcc8-a74764d4002a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@35b72d15 (id: dba4115b-4fff-44f4-bcc8-a74764d4002a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2e2e3216-ce78-450b-b813-1ddc40837b13 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@49476a3a (id: 2e2e3216-ce78-450b-b813-1ddc40837b13, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 12553ff0-ed66-4d4c-a2dc-fe89723c4bc4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@22f06d96 (id: 12553ff0-ed66-4d4c-a2dc-fe89723c4bc4, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@2d23bf52 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 01a45864-73ba-4c65-8785-4f2f72345d91 org.polarsys.capella.core.data.cs.impl.PartImpl@3446b00a (id: 01a45864-73ba-4c65-8785-4f2f72345d91, sid: 01a45864-73ba-4c65-8785-4f2f72345d91) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5003da48-d3ed-4167-b7f6-20820925851f org.polarsys.capella.core.data.cs.impl.PartImpl@22f9fdcf (id: 5003da48-d3ed-4167-b7f6-20820925851f, sid: 5003da48-d3ed-4167-b7f6-20820925851f) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = ae7bd249-b375-44bf-9629-f7e7682ca8ee org.polarsys.capella.core.data.cs.impl.PartImpl@5c2f69c7 (id: ae7bd249-b375-44bf-9629-f7e7682ca8ee, sid: ae7bd249-b375-44bf-9629-f7e7682ca8ee) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = cbe06422-d8af-45ea-8c88-831eb356eb4d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7086055c (id: cbe06422-d8af-45ea-8c88-831eb356eb4d, sid: cbe06422-d8af-45ea-8c88-831eb356eb4d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 2e9da282-f137-4ced-b6ac-da2c6dcdec1b org.polarsys.capella.core.data.cs.impl.PartImpl@2dfde33d (id: 2e9da282-f137-4ced-b6ac-da2c6dcdec1b, sid: 2e9da282-f137-4ced-b6ac-da2c6dcdec1b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4f7dd8b-3b95-4bc9-b257-77fb2bce88be org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3de56489 (id: f4f7dd8b-3b95-4bc9-b257-77fb2bce88be, sid: f4f7dd8b-3b95-4bc9-b257-77fb2bce88be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = dd5dc042-6ec9-4e73-ac6c-25f617b127d0 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3a1d6ef6 (id: dd5dc042-6ec9-4e73-ac6c-25f617b127d0, sid: dd5dc042-6ec9-4e73-ac6c-25f617b127d0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b8c30cb-b25d-4147-ae73-dce37b380ead org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7b92701f (id: 6b8c30cb-b25d-4147-ae73-dce37b380ead, sid: 6b8c30cb-b25d-4147-ae73-dce37b380ead) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 8a11cb8b-52c6-482b-890e-4cdb65562316 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7ae986dd (id: 8a11cb8b-52c6-482b-890e-4cdb65562316, sid: 8a11cb8b-52c6-482b-890e-4cdb65562316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c73a6ba-c574-4f95-a420-e6ab4b2c1857 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22dc6619 (id: 6c73a6ba-c574-4f95-a420-e6ab4b2c1857, sid: 6c73a6ba-c574-4f95-a420-e6ab4b2c1857) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffbfdc87-04f9-4c55-a7dc-4276cab29b7b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3b7e36d4 (id: ffbfdc87-04f9-4c55-a7dc-4276cab29b7b, sid: ffbfdc87-04f9-4c55-a7dc-4276cab29b7b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00b7a729-61be-484d-a1ff-cf79293166be org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@564ced8c (id: 00b7a729-61be-484d-a1ff-cf79293166be, sid: 00b7a729-61be-484d-a1ff-cf79293166be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 3957ae06-f75c-4913-8e52-657d6337e00d org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1761b5f2 (id: 3957ae06-f75c-4913-8e52-657d6337e00d, sid: 3957ae06-f75c-4913-8e52-657d6337e00d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test6] >> release >> unload Project_test_01 [Test6] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@460d636a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@116218f4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6f5aed31 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7e1a11fc (id: 6103bc21-0968-4b1a-b0fd-70e720ff3aac, sid: null) (name: ScenarioMergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea4cac87-43fd-4101-8b8b-bc5e23c94caa org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@5f0758e2 (id: ea4cac87-43fd-4101-8b8b-bc5e23c94caa, sid: ea4cac87-43fd-4101-8b8b-bc5e23c94caa) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3d8e6f4-a9f9-4d17-8e56-14fc2d82f2db org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@6668dcf4 (id: a3d8e6f4-a9f9-4d17-8e56-14fc2d82f2db, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3e9dc01-b834-4344-8088-9d7feb15603b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5fcf964c (id: a3e9dc01-b834-4344-8088-9d7feb15603b, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6641fa31 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8055124c-98cb-4749-bb56-5dc0283f9f7e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@29c0e68a (id: 8055124c-98cb-4749-bb56-5dc0283f9f7e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = a7885dbe-2704-4746-a5ea-1c88419204c0 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7ffbb6b3 (id: a7885dbe-2704-4746-a5ea-1c88419204c0, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5d1cbf07-030c-48d8-82cc-db4465d56110 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7e5ebd23 (id: 5d1cbf07-030c-48d8-82cc-db4465d56110, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23e8c02e-42e1-4bb3-bed2-32140cd28a53 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7bc62bc3 (id: 23e8c02e-42e1-4bb3-bed2-32140cd28a53, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 93175c46-8ee8-44ac-a2be-2cc4f349a52f org.polarsys.capella.core.data.information.impl.DataPkgImpl@32162934 (id: 93175c46-8ee8-44ac-a2be-2cc4f349a52f, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 81565c10-e29d-40b0-849a-c03bfeb0f19f org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@5b576d78 (id: 81565c10-e29d-40b0-849a-c03bfeb0f19f, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c84a4654-63bf-4e50-b291-f56050b3a0a8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6182ed6f (id: c84a4654-63bf-4e50-b291-f56050b3a0a8, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = d205cf60-138a-444c-b824-468bb66a1711 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@22e0d019 (id: d205cf60-138a-444c-b824-468bb66a1711, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 64cf1c30-02a9-4aa3-9ab0-2475b602c63f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@21bc02f8 (id: 64cf1c30-02a9-4aa3-9ab0-2475b602c63f, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ef09b5a1-9cf5-4261-ae14-937804a8d556 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4160971a (id: ef09b5a1-9cf5-4261-ae14-937804a8d556, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = f0f84055-84cc-4894-9c6b-cfffa761c170 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@37fff3cc (id: f0f84055-84cc-4894-9c6b-cfffa761c170, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = e1c9e5c9-7565-448f-9761-0c95fa4f3310 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@13bb9d32 (id: e1c9e5c9-7565-448f-9761-0c95fa4f3310, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d84a96e0-8621-4190-a9d4-3fa0162930e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@52d1e67f (id: d84a96e0-8621-4190-a9d4-3fa0162930e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 72802fd5-04ef-4823-826c-1bda1b22a7a1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@17cc7378 (id: 72802fd5-04ef-4823-826c-1bda1b22a7a1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4c9f6c95-fd2d-4912-964a-e8836d7ef83a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5fe593de (id: 4c9f6c95-fd2d-4912-964a-e8836d7ef83a, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = a8603ea1-0bee-48c6-ae65-0610039691e8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@10f8d71d (id: a8603ea1-0bee-48c6-ae65-0610039691e8, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = e62a3db3-af38-48ef-aee0-170ad7ebbf05 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4dc73963 (id: e62a3db3-af38-48ef-aee0-170ad7ebbf05, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 4a73b549-4fb3-482f-befc-198f03bd8c7d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3964d410 (id: 4a73b549-4fb3-482f-befc-198f03bd8c7d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7abe8a0a-743c-4c64-af59-98b68148883a org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@4aecdb81 (id: 7abe8a0a-743c-4c64-af59-98b68148883a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 977ab9fc-8249-4cf8-93c6-50f2082ee10f org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1cfaadfe (id: 977ab9fc-8249-4cf8-93c6-50f2082ee10f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 76e81b97-45f4-4787-a1e6-d86c97f1a15a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@68828323 (id: 76e81b97-45f4-4787-a1e6-d86c97f1a15a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 98f164a7-8d33-40ac-b65e-35baab92d3ab org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@77d91e77 (id: 98f164a7-8d33-40ac-b65e-35baab92d3ab, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = af6c6f8c-789a-41ad-9efe-a79fa3951b12 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5bc5e3de (id: af6c6f8c-789a-41ad-9efe-a79fa3951b12, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 773ccae5-4df1-4d02-bdd4-a715a43e9fae org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@12993005 (id: 773ccae5-4df1-4d02-bdd4-a715a43e9fae, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 68f4fb61-9545-4326-8735-c9878788eb41 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6e7e32ee (id: 68f4fb61-9545-4326-8735-c9878788eb41, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 228b50f1-fb5a-4e0a-9343-b6d357759aa1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@516bb3f0 (id: 228b50f1-fb5a-4e0a-9343-b6d357759aa1, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 28d49859-a2a9-4e63-8ad5-e66f05a423c2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@25447110 (id: 28d49859-a2a9-4e63-8ad5-e66f05a423c2, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 16568cc9-317e-4b0a-a2a3-f39672fbd42a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@7e8664a5 (id: 16568cc9-317e-4b0a-a2a3-f39672fbd42a, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = ccb7bf39-be11-470c-a733-b8ed38da84fb org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@61f0c0d9 (id: ccb7bf39-be11-470c-a733-b8ed38da84fb, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 962d9021-18ee-4185-92a5-31dc3a0d9eb7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6d081b24 (id: 962d9021-18ee-4185-92a5-31dc3a0d9eb7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 09d63b38-c0ce-4f03-87e8-2a09e49062d1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6b423b64 (id: 09d63b38-c0ce-4f03-87e8-2a09e49062d1, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 31dfe09c-87d2-4fc0-9916-5dd013263a8f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@26acd9e5 (id: 31dfe09c-87d2-4fc0-9916-5dd013263a8f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = a8943690-44b6-410d-a38a-7ebaa3858c0d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@413d23e1 (id: a8943690-44b6-410d-a38a-7ebaa3858c0d, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 560feb33-ac2d-4f42-9182-d1181fd3e65f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6c41c1d9 (id: 560feb33-ac2d-4f42-9182-d1181fd3e65f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = cbe39007-243b-48ce-a0ec-d1b24073479e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@16a25e2e (id: cbe39007-243b-48ce-a0ec-d1b24073479e, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = a8d1cd00-b079-4488-b513-1c89a4a7598d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5681deee (id: a8d1cd00-b079-4488-b513-1c89a4a7598d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@68ae5c3c (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b22be01c-45e3-464a-aebf-f885ae18cf8f org.polarsys.capella.core.data.cs.impl.PartImpl@332acb0a (id: b22be01c-45e3-464a-aebf-f885ae18cf8f, sid: b22be01c-45e3-464a-aebf-f885ae18cf8f) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3d28bffe-ad38-4559-9118-f9bee94c3976 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6a60ede3 (id: 3d28bffe-ad38-4559-9118-f9bee94c3976, sid: 3d28bffe-ad38-4559-9118-f9bee94c3976) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@24e536f8 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@738b28d (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@64ecee51 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@2cb0492d (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@460d636a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@116218f4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7e1a11fc (id: 6103bc21-0968-4b1a-b0fd-70e720ff3aac, sid: null) (name: ScenarioMergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ea4cac87-43fd-4101-8b8b-bc5e23c94caa org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@5f0758e2 (id: ea4cac87-43fd-4101-8b8b-bc5e23c94caa, sid: ea4cac87-43fd-4101-8b8b-bc5e23c94caa) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3d8e6f4-a9f9-4d17-8e56-14fc2d82f2db org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@6668dcf4 (id: a3d8e6f4-a9f9-4d17-8e56-14fc2d82f2db, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3e9dc01-b834-4344-8088-9d7feb15603b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5fcf964c (id: a3e9dc01-b834-4344-8088-9d7feb15603b, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d7046e52-116b-4389-9014-fe74ebe1e66f org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@72a997b (id: d7046e52-116b-4389-9014-fe74ebe1e66f, sid: d7046e52-116b-4389-9014-fe74ebe1e66f) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 01fe1167-8fa5-4738-8737-5cd0a0aa8cf1 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@620f1134 (id: 01fe1167-8fa5-4738-8737-5cd0a0aa8cf1, sid: 01fe1167-8fa5-4738-8737-5cd0a0aa8cf1) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 17490e66-2f6a-48d1-87c8-3dddb6ba8bf8 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4220fefd (id: 17490e66-2f6a-48d1-87c8-3dddb6ba8bf8, sid: 17490e66-2f6a-48d1-87c8-3dddb6ba8bf8) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ca4ea1e8-8c0f-4441-aa5b-900fc84707ef org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@61fe7d03 (id: ca4ea1e8-8c0f-4441-aa5b-900fc84707ef, sid: ca4ea1e8-8c0f-4441-aa5b-900fc84707ef) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 479e5872-2980-4724-a53f-9ad32502f62d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@324cc106 (id: 479e5872-2980-4724-a53f-9ad32502f62d, sid: 479e5872-2980-4724-a53f-9ad32502f62d) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 505e9468-04e8-4a6e-92fa-0d31b7a16989 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6dc2242b (id: 505e9468-04e8-4a6e-92fa-0d31b7a16989, sid: 505e9468-04e8-4a6e-92fa-0d31b7a16989) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3c04f45c-a339-48c7-8328-dfe13cb2d98d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7fc65af5 (id: 3c04f45c-a339-48c7-8328-dfe13cb2d98d, sid: 3c04f45c-a339-48c7-8328-dfe13cb2d98d) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 28bca285-e713-4d61-9a85-7e2f76542fab org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@356c6029 (id: 28bca285-e713-4d61-9a85-7e2f76542fab, sid: 28bca285-e713-4d61-9a85-7e2f76542fab) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 4e4a1e14-9d91-453d-83bf-cf9c89e766ea org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2921074e (id: 4e4a1e14-9d91-453d-83bf-cf9c89e766ea, sid: 4e4a1e14-9d91-453d-83bf-cf9c89e766ea) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 8055124c-98cb-4749-bb56-5dc0283f9f7e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@29c0e68a (id: 8055124c-98cb-4749-bb56-5dc0283f9f7e, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = a7885dbe-2704-4746-a5ea-1c88419204c0 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7ffbb6b3 (id: a7885dbe-2704-4746-a5ea-1c88419204c0, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d2c91d52-fc16-41f0-873d-019f1bd47472 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@5ec1c575 (id: d2c91d52-fc16-41f0-873d-019f1bd47472, sid: d2c91d52-fc16-41f0-873d-019f1bd47472) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 049fde20-0a8c-4eb0-b96b-2f5d08306cef org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@601c5407 (id: 049fde20-0a8c-4eb0-b96b-2f5d08306cef, sid: 049fde20-0a8c-4eb0-b96b-2f5d08306cef) (name: [ES] CapabilityRealization 1 - Exchange Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = 49c6a3e6-9253-4d22-b43b-4a5f116174d8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@4e460a38 (id: 49c6a3e6-9253-4d22-b43b-4a5f116174d8, sid: 49c6a3e6-9253-4d22-b43b-4a5f116174d8) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2cec23e1-4498-4342-a44d-83e9baee62f8 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@6c2a636d (id: 2cec23e1-4498-4342-a44d-83e9baee62f8, sid: 2cec23e1-4498-4342-a44d-83e9baee62f8) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 231cbff2-094f-4ee1-b92b-c766af147ce4 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3c10e9f0 (id: 231cbff2-094f-4ee1-b92b-c766af147ce4, sid: 231cbff2-094f-4ee1-b92b-c766af147ce4) (name: LC22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5524ff3-c8ed-4689-a1f6-42fc7bb81ef7 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@40c7e43e (id: b5524ff3-c8ed-4689-a1f6-42fc7bb81ef7, sid: b5524ff3-c8ed-4689-a1f6-42fc7bb81ef7) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = aea4a0f6-b1f7-4590-8060-f518b6953f1a org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7fc9c640 (id: aea4a0f6-b1f7-4590-8060-f518b6953f1a, sid: aea4a0f6-b1f7-4590-8060-f518b6953f1a) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = f7b64ed2-10ab-4390-af63-b4d7721088d8 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@44adef20 (id: f7b64ed2-10ab-4390-af63-b4d7721088d8, sid: f7b64ed2-10ab-4390-af63-b4d7721088d8) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = e69bf09c-3c86-419b-bf21-33ac21ed623d org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@45ef1f05 (id: e69bf09c-3c86-419b-bf21-33ac21ed623d, sid: e69bf09c-3c86-419b-bf21-33ac21ed623d) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = e9dda102-b080-4761-afe5-c6c0e7999dc8 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6e902c77 (id: e9dda102-b080-4761-afe5-c6c0e7999dc8, sid: e9dda102-b080-4761-afe5-c6c0e7999dc8) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a529423-ee37-403c-b531-899e769ec631 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3bb6870 (id: 8a529423-ee37-403c-b531-899e769ec631, sid: 8a529423-ee37-403c-b531-899e769ec631) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7d7f1633-1edf-45fd-8e4f-a65c383bcd12 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@5e23a994 (id: 7d7f1633-1edf-45fd-8e4f-a65c383bcd12, sid: 7d7f1633-1edf-45fd-8e4f-a65c383bcd12) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 054f81e8-8aa3-499e-8873-4b403780edc1 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@63099262 (id: 054f81e8-8aa3-499e-8873-4b403780edc1, sid: 054f81e8-8aa3-499e-8873-4b403780edc1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4ce1460-3e26-487a-aa13-7c26b5df3075 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@c95e9e0 (id: d4ce1460-3e26-487a-aa13-7c26b5df3075, sid: d4ce1460-3e26-487a-aa13-7c26b5df3075) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1a919cc2-8a16-4e24-9be7-95954c2d5379 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@54b5e8ea (id: 1a919cc2-8a16-4e24-9be7-95954c2d5379, sid: 1a919cc2-8a16-4e24-9be7-95954c2d5379) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7bf16f31-365e-426d-8a87-97593b5029ba org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3bb95db0 (id: 7bf16f31-365e-426d-8a87-97593b5029ba, sid: 7bf16f31-365e-426d-8a87-97593b5029ba) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 68a9e682-088c-479f-9790-5651df9910ee org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@67be8fbb (id: 68a9e682-088c-479f-9790-5651df9910ee, sid: 68a9e682-088c-479f-9790-5651df9910ee) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 37043b88-9f1e-4a1d-881d-7af35c97edb2 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@510a5b68 (id: 37043b88-9f1e-4a1d-881d-7af35c97edb2, sid: 37043b88-9f1e-4a1d-881d-7af35c97edb2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f37e09b-676c-4805-9f5a-0f3782c776ea org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@564fd04c (id: 4f37e09b-676c-4805-9f5a-0f3782c776ea, sid: 4f37e09b-676c-4805-9f5a-0f3782c776ea) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1daadde-2e47-4de4-adcf-5277c4a41acb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@34bac3e9 (id: c1daadde-2e47-4de4-adcf-5277c4a41acb, sid: c1daadde-2e47-4de4-adcf-5277c4a41acb) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 60a5115e-52e9-4023-b765-6d8a4749bdf2 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@37680f0d (id: 60a5115e-52e9-4023-b765-6d8a4749bdf2, sid: 60a5115e-52e9-4023-b765-6d8a4749bdf2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb9c2514-7bd1-4ae3-9869-c0a03396850e org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1f8d741c (id: cb9c2514-7bd1-4ae3-9869-c0a03396850e, sid: cb9c2514-7bd1-4ae3-9869-c0a03396850e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a069947e-56b6-43a5-8bf9-14a875de7a86 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@6a0d9116 (id: a069947e-56b6-43a5-8bf9-14a875de7a86, sid: a069947e-56b6-43a5-8bf9-14a875de7a86) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa1e691c-d9ee-46cc-97c0-a536d5ba6604 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@84ab235 (id: aa1e691c-d9ee-46cc-97c0-a536d5ba6604, sid: aa1e691c-d9ee-46cc-97c0-a536d5ba6604) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fce0ed6a-995a-41dc-aa35-5f92e190ecdf org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@7f2dd456 (id: fce0ed6a-995a-41dc-aa35-5f92e190ecdf, sid: fce0ed6a-995a-41dc-aa35-5f92e190ecdf) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 303ad7ff-b7f8-4910-a494-177712cc9a7f org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@b74723b (id: 303ad7ff-b7f8-4910-a494-177712cc9a7f, sid: 303ad7ff-b7f8-4910-a494-177712cc9a7f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8c49141d-c89c-4578-88f6-21e89624c28e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@df7c762 (id: 8c49141d-c89c-4578-88f6-21e89624c28e, sid: 8c49141d-c89c-4578-88f6-21e89624c28e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 67fd1b58-840a-4274-ac72-20212b3bf65c org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@24b7dc5 (id: 67fd1b58-840a-4274-ac72-20212b3bf65c, sid: 67fd1b58-840a-4274-ac72-20212b3bf65c) (name: [FS] CapabilityRealization 1 - Function Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = 93e78ccd-e3d4-4bad-9088-f55dad2a383b org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@3cac2a5d (id: 93e78ccd-e3d4-4bad-9088-f55dad2a383b, sid: 93e78ccd-e3d4-4bad-9088-f55dad2a383b) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42f3259c-eb4c-45a8-931d-12e7b0d6e596 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@40792d82 (id: 42f3259c-eb4c-45a8-931d-12e7b0d6e596, sid: 42f3259c-eb4c-45a8-931d-12e7b0d6e596) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51dc8e55-914c-4ed2-ae27-b4b15f5acda6 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@77ac70d8 (id: 51dc8e55-914c-4ed2-ae27-b4b15f5acda6, sid: 51dc8e55-914c-4ed2-ae27-b4b15f5acda6) (name: LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c32136e-6b9e-469a-ab77-2f071f039d74 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7373b7e8 (id: 1c32136e-6b9e-469a-ab77-2f071f039d74, sid: 1c32136e-6b9e-469a-ab77-2f071f039d74) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: ASYNCHRONOUS_CALL) ID = cb989ebc-05bb-4971-913f-9998c2b62db3 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@7aef8139 (id: cb989ebc-05bb-4971-913f-9998c2b62db3, sid: cb989ebc-05bb-4971-913f-9998c2b62db3) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = d9062e21-e4ed-4e5e-992d-77b4d4123a7e org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6ed1140c (id: d9062e21-e4ed-4e5e-992d-77b4d4123a7e, sid: d9062e21-e4ed-4e5e-992d-77b4d4123a7e) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 30fcc835-1b45-44de-9656-26f38bcd74e3 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2c1cc3b6 (id: 30fcc835-1b45-44de-9656-26f38bcd74e3, sid: 30fcc835-1b45-44de-9656-26f38bcd74e3) (name: Send Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8852ef92-ed03-4655-b330-166356f2f5b0 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4a8bd34d (id: 8852ef92-ed03-4655-b330-166356f2f5b0, sid: 8852ef92-ed03-4655-b330-166356f2f5b0) (name: Receive Call Message Call) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e275391d-7e5a-412c-8bd9-3023e4611a20 org.polarsys.capella.core.data.interaction.impl.ExecutionEndImpl@7c336623 (id: e275391d-7e5a-412c-8bd9-3023e4611a20, sid: e275391d-7e5a-412c-8bd9-3023e4611a20) (name: endExec) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a224f062-f817-4c7c-8e43-03634251b066 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@354ae88d (id: a224f062-f817-4c7c-8e43-03634251b066, sid: a224f062-f817-4c7c-8e43-03634251b066) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 47a962fe-acfa-45c4-bc06-f78771dbbcb1 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@7f019ce1 (id: 47a962fe-acfa-45c4-bc06-f78771dbbcb1, sid: 47a962fe-acfa-45c4-bc06-f78771dbbcb1) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 20acdfc8-9ab2-40a9-8cac-e0be0201aa36 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6b0439f7 (id: 20acdfc8-9ab2-40a9-8cac-e0be0201aa36, sid: 20acdfc8-9ab2-40a9-8cac-e0be0201aa36) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2b5997b2-23f6-4233-8ee9-3c283ec9afa6 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@ce148ca (id: 2b5997b2-23f6-4233-8ee9-3c283ec9afa6, sid: 2b5997b2-23f6-4233-8ee9-3c283ec9afa6) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5050a078-5c56-42ef-a0d9-87c7d552981f org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@510f7668 (id: 5050a078-5c56-42ef-a0d9-87c7d552981f, sid: 5050a078-5c56-42ef-a0d9-87c7d552981f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52c3864c-2682-4c66-ab36-62cef1e3f366 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@988f3f6 (id: 52c3864c-2682-4c66-ab36-62cef1e3f366, sid: 52c3864c-2682-4c66-ab36-62cef1e3f366) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 15d046f3-e8f6-4589-97bd-5a580f0ece4a org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@20b556b (id: 15d046f3-e8f6-4589-97bd-5a580f0ece4a, sid: 15d046f3-e8f6-4589-97bd-5a580f0ece4a) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ad995704-6bd3-4d9c-9ed9-009c0e4c5e2e org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@281ddf74 (id: ad995704-6bd3-4d9c-9ed9-009c0e4c5e2e, sid: ad995704-6bd3-4d9c-9ed9-009c0e4c5e2e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 892811a4-5c33-4684-8505-a74a742b7d73 org.polarsys.capella.core.data.interaction.impl.ExecutionEventImpl@66c49ec2 (id: 892811a4-5c33-4684-8505-a74a742b7d73, sid: 892811a4-5c33-4684-8505-a74a742b7d73) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 561ac201-2608-4a9c-be44-3f2ff78123eb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@7149ab65 (id: 561ac201-2608-4a9c-be44-3f2ff78123eb, sid: 561ac201-2608-4a9c-be44-3f2ff78123eb) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 760f8642-1cd1-4894-8203-7c398e60e2a6 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@29b1182a (id: 760f8642-1cd1-4894-8203-7c398e60e2a6, sid: 760f8642-1cd1-4894-8203-7c398e60e2a6) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 384c4ec6-9781-4156-8bae-3335ccff57f6 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@6f119417 (id: 384c4ec6-9781-4156-8bae-3335ccff57f6, sid: 384c4ec6-9781-4156-8bae-3335ccff57f6) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91655c41-50ff-4143-9271-1e58985c8f83 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@2d6135b9 (id: 91655c41-50ff-4143-9271-1e58985c8f83, sid: 91655c41-50ff-4143-9271-1e58985c8f83) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 877ceeff-2f21-4fe2-9399-18dafc4db988 org.polarsys.capella.core.data.interaction.impl.AbstractFunctionAbstractCapabilityInvolvementImpl@3a5ba390 (id: 877ceeff-2f21-4fe2-9399-18dafc4db988, sid: 877ceeff-2f21-4fe2-9399-18dafc4db988) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 833b2959-3e9f-4fe2-96f2-9601abb6de3b org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@46786cbf (id: 833b2959-3e9f-4fe2-96f2-9601abb6de3b, sid: 833b2959-3e9f-4fe2-96f2-9601abb6de3b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e73b2855-f36e-41f6-affc-49d9c1999588 org.polarsys.capella.core.data.capellacommon.impl.CapabilityRealizationInvolvementImpl@ee3a304 (id: e73b2855-f36e-41f6-affc-49d9c1999588, sid: e73b2855-f36e-41f6-affc-49d9c1999588) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5d1cbf07-030c-48d8-82cc-db4465d56110 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@7e5ebd23 (id: 5d1cbf07-030c-48d8-82cc-db4465d56110, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23e8c02e-42e1-4bb3-bed2-32140cd28a53 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7bc62bc3 (id: 23e8c02e-42e1-4bb3-bed2-32140cd28a53, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = e66c115f-65e0-4803-9476-fae1017891ec org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@68ae5c3c (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b22be01c-45e3-464a-aebf-f885ae18cf8f org.polarsys.capella.core.data.cs.impl.PartImpl@332acb0a (id: b22be01c-45e3-464a-aebf-f885ae18cf8f, sid: b22be01c-45e3-464a-aebf-f885ae18cf8f) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9421ed76-df1b-4518-b8b1-4c3836db7686 org.polarsys.capella.core.data.cs.impl.PartImpl@4492ff85 (id: 9421ed76-df1b-4518-b8b1-4c3836db7686, sid: 9421ed76-df1b-4518-b8b1-4c3836db7686) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1740c3cc-58a9-45d4-8ed6-7efc235c53a6 org.polarsys.capella.core.data.cs.impl.PartImpl@1617ef04 (id: 1740c3cc-58a9-45d4-8ed6-7efc235c53a6, sid: 1740c3cc-58a9-45d4-8ed6-7efc235c53a6) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 999a4d24-f47d-4291-9e1e-2efdeb210600 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@54603b01 (id: 999a4d24-f47d-4291-9e1e-2efdeb210600, sid: 999a4d24-f47d-4291-9e1e-2efdeb210600) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = a3bceb12-afb9-4e98-b49b-635a007f34fb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@79706993 (id: a3bceb12-afb9-4e98-b49b-635a007f34fb, sid: a3bceb12-afb9-4e98-b49b-635a007f34fb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3d28bffe-ad38-4559-9118-f9bee94c3976 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6a60ede3 (id: 3d28bffe-ad38-4559-9118-f9bee94c3976, sid: 3d28bffe-ad38-4559-9118-f9bee94c3976) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 2d3e9352-2c3e-4589-92ff-152cfcb34733 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2d310e23 (id: 2d3e9352-2c3e-4589-92ff-152cfcb34733, sid: 2d3e9352-2c3e-4589-92ff-152cfcb34733) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96db755d-f7fd-48f4-ac2c-2ccdc09c7da6 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2c1dfd8f (id: 96db755d-f7fd-48f4-ac2c-2ccdc09c7da6, sid: 96db755d-f7fd-48f4-ac2c-2ccdc09c7da6) (name: LC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = da9a3964-2166-4ce1-9967-fba4c85813e9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2325e738 (id: da9a3964-2166-4ce1-9967-fba4c85813e9, sid: da9a3964-2166-4ce1-9967-fba4c85813e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5ac6c749 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@682509e7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3c31b7ce (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@79e7f44c (id: 6103bc21-0968-4b1a-b0fd-70e720ff3aac, sid: null) (name: ScenarioMergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b0ef86fe-32fe-4fe6-9649-de628fb48d33 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@60a391af (id: b0ef86fe-32fe-4fe6-9649-de628fb48d33, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2246f5b3-0bc2-493d-a782-276f64052d24 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3c11ce1d (id: 2246f5b3-0bc2-493d-a782-276f64052d24, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abd4f40b-1d43-43b8-b7b3-c3e0d512b8d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@78ccb1ab (id: abd4f40b-1d43-43b8-b7b3-c3e0d512b8d8, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@97b548 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb575ed7-5155-4ae7-b899-771eb36724c3 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@336e161a (id: fb575ed7-5155-4ae7-b899-771eb36724c3, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 419276be-fa84-437b-88f9-c1dc56c16dad org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1a5fbe48 (id: 419276be-fa84-437b-88f9-c1dc56c16dad, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4e48d472-33bc-43f2-bdfb-8675678721c7 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1b8caaa4 (id: 4e48d472-33bc-43f2-bdfb-8675678721c7, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f17182b-770c-43eb-9b95-4172af5c2ab4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@128042d2 (id: 4f17182b-770c-43eb-9b95-4172af5c2ab4, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 93175c46-8ee8-44ac-a2be-2cc4f349a52f org.polarsys.capella.core.data.information.impl.DataPkgImpl@e8d0176 (id: 93175c46-8ee8-44ac-a2be-2cc4f349a52f, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 81565c10-e29d-40b0-849a-c03bfeb0f19f org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@ce4d6b9 (id: 81565c10-e29d-40b0-849a-c03bfeb0f19f, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = c84a4654-63bf-4e50-b291-f56050b3a0a8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3ae0109d (id: c84a4654-63bf-4e50-b291-f56050b3a0a8, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = d205cf60-138a-444c-b824-468bb66a1711 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@d37a98f (id: d205cf60-138a-444c-b824-468bb66a1711, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 64cf1c30-02a9-4aa3-9ab0-2475b602c63f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6bd78fee (id: 64cf1c30-02a9-4aa3-9ab0-2475b602c63f, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ef09b5a1-9cf5-4261-ae14-937804a8d556 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@41acdd33 (id: ef09b5a1-9cf5-4261-ae14-937804a8d556, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = f0f84055-84cc-4894-9c6b-cfffa761c170 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7b725963 (id: f0f84055-84cc-4894-9c6b-cfffa761c170, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = e1c9e5c9-7565-448f-9761-0c95fa4f3310 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@4b39fc53 (id: e1c9e5c9-7565-448f-9761-0c95fa4f3310, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d84a96e0-8621-4190-a9d4-3fa0162930e7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1cc6a225 (id: d84a96e0-8621-4190-a9d4-3fa0162930e7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 72802fd5-04ef-4823-826c-1bda1b22a7a1 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b24a1cb (id: 72802fd5-04ef-4823-826c-1bda1b22a7a1, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 4c9f6c95-fd2d-4912-964a-e8836d7ef83a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@52744e8d (id: 4c9f6c95-fd2d-4912-964a-e8836d7ef83a, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = a8603ea1-0bee-48c6-ae65-0610039691e8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@562bfbf4 (id: a8603ea1-0bee-48c6-ae65-0610039691e8, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = e62a3db3-af38-48ef-aee0-170ad7ebbf05 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7fd5bc9e (id: e62a3db3-af38-48ef-aee0-170ad7ebbf05, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 4a73b549-4fb3-482f-befc-198f03bd8c7d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61617056 (id: 4a73b549-4fb3-482f-befc-198f03bd8c7d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7abe8a0a-743c-4c64-af59-98b68148883a org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@11915ad1 (id: 7abe8a0a-743c-4c64-af59-98b68148883a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 977ab9fc-8249-4cf8-93c6-50f2082ee10f org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@18ece74c (id: 977ab9fc-8249-4cf8-93c6-50f2082ee10f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 76e81b97-45f4-4787-a1e6-d86c97f1a15a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4a8f9983 (id: 76e81b97-45f4-4787-a1e6-d86c97f1a15a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 98f164a7-8d33-40ac-b65e-35baab92d3ab org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2006b344 (id: 98f164a7-8d33-40ac-b65e-35baab92d3ab, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = af6c6f8c-789a-41ad-9efe-a79fa3951b12 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3b5a2247 (id: af6c6f8c-789a-41ad-9efe-a79fa3951b12, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 773ccae5-4df1-4d02-bdd4-a715a43e9fae org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@44f374e7 (id: 773ccae5-4df1-4d02-bdd4-a715a43e9fae, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 68f4fb61-9545-4326-8735-c9878788eb41 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7286be7b (id: 68f4fb61-9545-4326-8735-c9878788eb41, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 228b50f1-fb5a-4e0a-9343-b6d357759aa1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@670fbffc (id: 228b50f1-fb5a-4e0a-9343-b6d357759aa1, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 28d49859-a2a9-4e63-8ad5-e66f05a423c2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@dade140 (id: 28d49859-a2a9-4e63-8ad5-e66f05a423c2, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 16568cc9-317e-4b0a-a2a3-f39672fbd42a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5226e85e (id: 16568cc9-317e-4b0a-a2a3-f39672fbd42a, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = ccb7bf39-be11-470c-a733-b8ed38da84fb org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1514f107 (id: ccb7bf39-be11-470c-a733-b8ed38da84fb, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 962d9021-18ee-4185-92a5-31dc3a0d9eb7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@ffe5c06 (id: 962d9021-18ee-4185-92a5-31dc3a0d9eb7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 09d63b38-c0ce-4f03-87e8-2a09e49062d1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6dbb1b58 (id: 09d63b38-c0ce-4f03-87e8-2a09e49062d1, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 31dfe09c-87d2-4fc0-9916-5dd013263a8f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@8ba7aa9 (id: 31dfe09c-87d2-4fc0-9916-5dd013263a8f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = a8943690-44b6-410d-a38a-7ebaa3858c0d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3a943e70 (id: a8943690-44b6-410d-a38a-7ebaa3858c0d, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 560feb33-ac2d-4f42-9182-d1181fd3e65f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@47774b48 (id: 560feb33-ac2d-4f42-9182-d1181fd3e65f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = cbe39007-243b-48ce-a0ec-d1b24073479e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7223e925 (id: cbe39007-243b-48ce-a0ec-d1b24073479e, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = a8d1cd00-b079-4488-b513-1c89a4a7598d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2917aafa (id: a8d1cd00-b079-4488-b513-1c89a4a7598d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@52539da (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4e32b327-d832-41e1-97de-c4b31701fc82 org.polarsys.capella.core.data.cs.impl.PartImpl@3f4dc9b8 (id: 4e32b327-d832-41e1-97de-c4b31701fc82, sid: 4e32b327-d832-41e1-97de-c4b31701fc82) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d4e6db8a-7029-4131-af0e-5f1d1331aa24 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@21670949 (id: d4e6db8a-7029-4131-af0e-5f1d1331aa24, sid: d4e6db8a-7029-4131-af0e-5f1d1331aa24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7c5c310b (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3710cb84 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@8429c76 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@2a7d9f9f (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5ac6c749 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@682509e7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@79e7f44c (id: 6103bc21-0968-4b1a-b0fd-70e720ff3aac, sid: null) (name: ScenarioMergeComponents) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b0ef86fe-32fe-4fe6-9649-de628fb48d33 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@60a391af (id: b0ef86fe-32fe-4fe6-9649-de628fb48d33, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2246f5b3-0bc2-493d-a782-276f64052d24 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@3c11ce1d (id: 2246f5b3-0bc2-493d-a782-276f64052d24, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abd4f40b-1d43-43b8-b7b3-c3e0d512b8d8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@78ccb1ab (id: abd4f40b-1d43-43b8-b7b3-c3e0d512b8d8, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = ef98103e-cfaf-40cc-b26f-2c28cd783953 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4efe7c10 (id: ef98103e-cfaf-40cc-b26f-2c28cd783953, sid: ef98103e-cfaf-40cc-b26f-2c28cd783953) (name: PhysicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d6c7d822-cb17-4c95-8271-9cde767ef38a org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@322ca289 (id: d6c7d822-cb17-4c95-8271-9cde767ef38a, sid: d6c7d822-cb17-4c95-8271-9cde767ef38a) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 77147438-9b5d-4a6e-b095-3b8fd6bf748b org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7fe3f7 (id: 77147438-9b5d-4a6e-b095-3b8fd6bf748b, sid: 77147438-9b5d-4a6e-b095-3b8fd6bf748b) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e0075f21-2257-4933-8bc3-36f0556cf0ba org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1da34bba (id: e0075f21-2257-4933-8bc3-36f0556cf0ba, sid: e0075f21-2257-4933-8bc3-36f0556cf0ba) (name: PhysicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d615695c-e86a-4f02-b07b-81006923a353 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2080bae2 (id: d615695c-e86a-4f02-b07b-81006923a353, sid: d615695c-e86a-4f02-b07b-81006923a353) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = b006ce85-bdd9-4285-a3bc-ed616f6fecb1 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@87059c0 (id: b006ce85-bdd9-4285-a3bc-ed616f6fecb1, sid: b006ce85-bdd9-4285-a3bc-ed616f6fecb1) (name: PhysicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = c6f4a16a-efe5-475b-8436-3f44ca44ee61 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@f093def (id: c6f4a16a-efe5-475b-8436-3f44ca44ee61, sid: c6f4a16a-efe5-475b-8436-3f44ca44ee61) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 85a91cd3-b51f-4759-bb34-8098526e7194 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6a687e09 (id: 85a91cd3-b51f-4759-bb34-8098526e7194, sid: 85a91cd3-b51f-4759-bb34-8098526e7194) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c94810a3-9c1b-4b03-8840-e649683de981 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1eedf3e3 (id: c94810a3-9c1b-4b03-8840-e649683de981, sid: c94810a3-9c1b-4b03-8840-e649683de981) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = fb575ed7-5155-4ae7-b899-771eb36724c3 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@336e161a (id: fb575ed7-5155-4ae7-b899-771eb36724c3, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 419276be-fa84-437b-88f9-c1dc56c16dad org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1a5fbe48 (id: 419276be-fa84-437b-88f9-c1dc56c16dad, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8937c901-2224-4f66-8295-86de63453dbc org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@6b5c340b (id: 8937c901-2224-4f66-8295-86de63453dbc, sid: 8937c901-2224-4f66-8295-86de63453dbc) (name: CapabilityRealization 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 166acec2-2b36-4ce9-b2b6-2c113091d942 org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@5a0414bd (id: 166acec2-2b36-4ce9-b2b6-2c113091d942, sid: 166acec2-2b36-4ce9-b2b6-2c113091d942) (name: [FS] CapabilityRealization 1 - Function Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: FUNCTIONAL, merged: false) ID = eb4fa8a7-a008-42cf-bd28-26465bed2acf org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@7e5357a4 (id: eb4fa8a7-a008-42cf-bd28-26465bed2acf, sid: eb4fa8a7-a008-42cf-bd28-26465bed2acf) (name: PhysicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fe48fb54-29b1-47b6-9ba0-bfcd81fd5b70 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@74a5d809 (id: fe48fb54-29b1-47b6-9ba0-bfcd81fd5b70, sid: fe48fb54-29b1-47b6-9ba0-bfcd81fd5b70) (name: PhysicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e0a1aa7a-652b-427e-8525-035f0dc9b412 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@efe9bdc (id: e0a1aa7a-652b-427e-8525-035f0dc9b412, sid: e0a1aa7a-652b-427e-8525-035f0dc9b412) (name: PhysicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 88819d74-cf79-4ce6-9c61-4c0b3a641e16 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5f8fa53d (id: 88819d74-cf79-4ce6-9c61-4c0b3a641e16, sid: 88819d74-cf79-4ce6-9c61-4c0b3a641e16) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 9043f9ec-8914-4149-a2db-87d822e5ebc4 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@3b05371f (id: 9043f9ec-8914-4149-a2db-87d822e5ebc4, sid: 9043f9ec-8914-4149-a2db-87d822e5ebc4) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 46a92f33-a602-4205-a5bf-ab4fc0277d40 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@61bac5e6 (id: 46a92f33-a602-4205-a5bf-ab4fc0277d40, sid: 46a92f33-a602-4205-a5bf-ab4fc0277d40) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 70f87d1e-b2dc-49cb-9543-97dfbff5016e org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@1b608276 (id: 70f87d1e-b2dc-49cb-9543-97dfbff5016e, sid: 70f87d1e-b2dc-49cb-9543-97dfbff5016e) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = dec11609-1b4e-4269-aabf-32b2e4faf12a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1ce97afc (id: dec11609-1b4e-4269-aabf-32b2e4faf12a, sid: dec11609-1b4e-4269-aabf-32b2e4faf12a) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23790cbc-c096-45ec-8cca-8e70da1b63f4 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3853825 (id: 23790cbc-c096-45ec-8cca-8e70da1b63f4, sid: 23790cbc-c096-45ec-8cca-8e70da1b63f4) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d1d995d-08f0-44c8-ae1f-62f87505f73f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1928b505 (id: 2d1d995d-08f0-44c8-ae1f-62f87505f73f, sid: 2d1d995d-08f0-44c8-ae1f-62f87505f73f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36f71040-34f7-4344-a8b8-7f34e3d43681 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@6aec2e89 (id: 36f71040-34f7-4344-a8b8-7f34e3d43681, sid: 36f71040-34f7-4344-a8b8-7f34e3d43681) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 78fe961b-6c2d-487c-9504-9d13225296aa org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@3d8587b2 (id: 78fe961b-6c2d-487c-9504-9d13225296aa, sid: 78fe961b-6c2d-487c-9504-9d13225296aa) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 15d8e55a-a1e5-46c0-b8b9-5ce4ad678d98 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@17ebd437 (id: 15d8e55a-a1e5-46c0-b8b9-5ce4ad678d98, sid: 15d8e55a-a1e5-46c0-b8b9-5ce4ad678d98) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 26e2a142-f2c9-45a5-a0fb-3effe0ca8e8a org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4b37cb52 (id: 26e2a142-f2c9-45a5-a0fb-3effe0ca8e8a, sid: 26e2a142-f2c9-45a5-a0fb-3effe0ca8e8a) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6a49f3a3-fba8-4862-b9c2-0d92fc3e9801 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@40a43cdb (id: 6a49f3a3-fba8-4862-b9c2-0d92fc3e9801, sid: 6a49f3a3-fba8-4862-b9c2-0d92fc3e9801) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b256514c-b96c-4c2e-9270-a536fba7154e org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@315e35a2 (id: b256514c-b96c-4c2e-9270-a536fba7154e, sid: b256514c-b96c-4c2e-9270-a536fba7154e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e051970b-8b09-4902-b0ee-37d521bd9bd7 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@5c85a2ae (id: e051970b-8b09-4902-b0ee-37d521bd9bd7, sid: e051970b-8b09-4902-b0ee-37d521bd9bd7) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2a90d466-ff64-4a3f-9864-d46d9aa2a686 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@200685cb (id: 2a90d466-ff64-4a3f-9864-d46d9aa2a686, sid: 2a90d466-ff64-4a3f-9864-d46d9aa2a686) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 75d3a0e9-c835-4443-bc3b-d05bed8b9e72 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@60b5474c (id: 75d3a0e9-c835-4443-bc3b-d05bed8b9e72, sid: 75d3a0e9-c835-4443-bc3b-d05bed8b9e72) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6014ec3b-82da-4d8d-9939-500a103eb332 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@11d41926 (id: 6014ec3b-82da-4d8d-9939-500a103eb332, sid: 6014ec3b-82da-4d8d-9939-500a103eb332) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f3f203c-80ce-46c5-97dd-b861ad385a57 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4733f725 (id: 2f3f203c-80ce-46c5-97dd-b861ad385a57, sid: 2f3f203c-80ce-46c5-97dd-b861ad385a57) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8cdd4224-250a-4457-aa73-cff1e5352cdb org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@538f0ad5 (id: 8cdd4224-250a-4457-aa73-cff1e5352cdb, sid: 8cdd4224-250a-4457-aa73-cff1e5352cdb) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c499b0cc-ed89-41cf-b838-ed2516e1925d org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@194ab8cf (id: c499b0cc-ed89-41cf-b838-ed2516e1925d, sid: c499b0cc-ed89-41cf-b838-ed2516e1925d) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 54fcc42d-7812-42ca-94fe-bc3c74da8e5a org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@28e69fe9 (id: 54fcc42d-7812-42ca-94fe-bc3c74da8e5a, sid: 54fcc42d-7812-42ca-94fe-bc3c74da8e5a) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c09f9dd9-d32c-4c18-987a-9882ebe3aa76 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@70b4cf0f (id: c09f9dd9-d32c-4c18-987a-9882ebe3aa76, sid: c09f9dd9-d32c-4c18-987a-9882ebe3aa76) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 492d99c3-0465-47f1-8170-48e80a8367fe org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@33e20f08 (id: 492d99c3-0465-47f1-8170-48e80a8367fe, sid: 492d99c3-0465-47f1-8170-48e80a8367fe) (name: [ES] CapabilityRealization 1 - Exchange Scenario) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlOperator: false, kind: DATA_FLOW, merged: false) ID = b9c6f3c7-8dba-4adb-8174-3a7fcac4bc86 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@13acd248 (id: b9c6f3c7-8dba-4adb-8174-3a7fcac4bc86, sid: b9c6f3c7-8dba-4adb-8174-3a7fcac4bc86) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 87a8d8b3-c3ed-4c40-98d7-47c80cfcd97f org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@1335463 (id: 87a8d8b3-c3ed-4c40-98d7-47c80cfcd97f, sid: 87a8d8b3-c3ed-4c40-98d7-47c80cfcd97f) (name: PC41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7ae12d75-de4b-4f38-9e55-33f58931a779 org.polarsys.capella.core.data.interaction.impl.InstanceRoleImpl@16e526f9 (id: 7ae12d75-de4b-4f38-9e55-33f58931a779, sid: 7ae12d75-de4b-4f38-9e55-33f58931a779) (name: PC22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dce85ef9-5736-4733-b428-81d574ae9041 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@40974b03 (id: dce85ef9-5736-4733-b428-81d574ae9041, sid: dce85ef9-5736-4733-b428-81d574ae9041) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = 889f0342-7ba8-477e-b18a-de7b0e10f21e org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@5b1c9f3e (id: 889f0342-7ba8-477e-b18a-de7b0e10f21e, sid: 889f0342-7ba8-477e-b18a-de7b0e10f21e) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = a149d2c5-4905-4fa3-8cee-e60d9a2d2852 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@6471a84a (id: a149d2c5-4905-4fa3-8cee-e60d9a2d2852, sid: a149d2c5-4905-4fa3-8cee-e60d9a2d2852) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SYNCHRONOUS_CALL) ID = d6350115-b146-493d-a132-85ed0649bfa8 org.polarsys.capella.core.data.interaction.impl.SequenceMessageImpl@36749257 (id: d6350115-b146-493d-a132-85ed0649bfa8, sid: d6350115-b146-493d-a132-85ed0649bfa8) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: REPLY) ID = 65f425f6-6bf1-4d67-9643-13b04931d198 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1a415ec1 (id: 65f425f6-6bf1-4d67-9643-13b04931d198, sid: 65f425f6-6bf1-4d67-9643-13b04931d198) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21437cd5-673e-44c1-9c01-aaa772b4eeab org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@83591f4 (id: 21437cd5-673e-44c1-9c01-aaa772b4eeab, sid: 21437cd5-673e-44c1-9c01-aaa772b4eeab) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a70c9dde-a9d0-4386-ac6a-7f13264b9f20 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@4cf6c77b (id: a70c9dde-a9d0-4386-ac6a-7f13264b9f20, sid: a70c9dde-a9d0-4386-ac6a-7f13264b9f20) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 51266728-b3a4-4d7d-bc0e-52e0f8b5022e org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@639a16ee (id: 51266728-b3a4-4d7d-bc0e-52e0f8b5022e, sid: 51266728-b3a4-4d7d-bc0e-52e0f8b5022e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb289ab6-ead5-4a68-bd0f-8ff0c55c7351 org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@733deb0a (id: cb289ab6-ead5-4a68-bd0f-8ff0c55c7351, sid: cb289ab6-ead5-4a68-bd0f-8ff0c55c7351) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 369a0a4b-5d4a-4ce8-b254-f4347cc4cbeb org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@57a37ea8 (id: 369a0a4b-5d4a-4ce8-b254-f4347cc4cbeb, sid: 369a0a4b-5d4a-4ce8-b254-f4347cc4cbeb) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 285fe5e1-65e8-4705-aab7-af6c6b49f87f org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@2d94b638 (id: 285fe5e1-65e8-4705-aab7-af6c6b49f87f, sid: 285fe5e1-65e8-4705-aab7-af6c6b49f87f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4570534-323c-44ce-ba68-9ad2041e7a6d org.polarsys.capella.core.data.interaction.impl.MessageEndImpl@1e8af802 (id: b4570534-323c-44ce-ba68-9ad2041e7a6d, sid: b4570534-323c-44ce-ba68-9ad2041e7a6d) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0ef1266-426e-42d5-8aa9-073d85e3819a org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@148441b4 (id: d0ef1266-426e-42d5-8aa9-073d85e3819a, sid: d0ef1266-426e-42d5-8aa9-073d85e3819a) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59cca9de-1d52-4ff4-9278-05e1edfc53b3 org.polarsys.capella.core.data.interaction.impl.ExecutionImpl@10044a93 (id: 59cca9de-1d52-4ff4-9278-05e1edfc53b3, sid: 59cca9de-1d52-4ff4-9278-05e1edfc53b3) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8cd73553-a197-4075-833b-b8a5f1043df4 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@44022e48 (id: 8cd73553-a197-4075-833b-b8a5f1043df4, sid: 8cd73553-a197-4075-833b-b8a5f1043df4) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5e7384a2-da35-4c17-b2ac-0bc3cbb21f3b org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@723d4e9d (id: 5e7384a2-da35-4c17-b2ac-0bc3cbb21f3b, sid: 5e7384a2-da35-4c17-b2ac-0bc3cbb21f3b) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f87f2b5-fdeb-4ae6-9b05-7968fdf24fc6 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@405fd29b (id: 9f87f2b5-fdeb-4ae6-9b05-7968fdf24fc6, sid: 9f87f2b5-fdeb-4ae6-9b05-7968fdf24fc6) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eedd18cf-4302-4088-96e3-5c1215df42fb org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@499ed037 (id: eedd18cf-4302-4088-96e3-5c1215df42fb, sid: eedd18cf-4302-4088-96e3-5c1215df42fb) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58485bff-7ce3-4b15-889a-b7a4a27fe062 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@1cbbc722 (id: 58485bff-7ce3-4b15-889a-b7a4a27fe062, sid: 58485bff-7ce3-4b15-889a-b7a4a27fe062) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18ce11a4-970d-4197-9c89-e6520ce648dd org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@4ea2b8e (id: 18ce11a4-970d-4197-9c89-e6520ce648dd, sid: 18ce11a4-970d-4197-9c89-e6520ce648dd) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dac8f0c9-a38b-42fe-8f42-34f569311e92 org.polarsys.capella.core.data.interaction.impl.EventSentOperationImpl@3a1fea82 (id: dac8f0c9-a38b-42fe-8f42-34f569311e92, sid: dac8f0c9-a38b-42fe-8f42-34f569311e92) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8fcb134c-2a96-4bd9-be1c-032b30bb6565 org.polarsys.capella.core.data.interaction.impl.EventReceiptOperationImpl@5bf9a9e (id: 8fcb134c-2a96-4bd9-be1c-032b30bb6565, sid: 8fcb134c-2a96-4bd9-be1c-032b30bb6565) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 82436e75-e21e-4cf8-b1dd-18e6658fc949 org.polarsys.capella.core.data.interaction.impl.AbstractFunctionAbstractCapabilityInvolvementImpl@6400fa63 (id: 82436e75-e21e-4cf8-b1dd-18e6658fc949, sid: 82436e75-e21e-4cf8-b1dd-18e6658fc949) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4e48d472-33bc-43f2-bdfb-8675678721c7 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@1b8caaa4 (id: 4e48d472-33bc-43f2-bdfb-8675678721c7, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4f17182b-770c-43eb-9b95-4172af5c2ab4 org.polarsys.capella.core.data.information.impl.DataPkgImpl@128042d2 (id: 4f17182b-770c-43eb-9b95-4172af5c2ab4, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@52539da (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4e32b327-d832-41e1-97de-c4b31701fc82 org.polarsys.capella.core.data.cs.impl.PartImpl@3f4dc9b8 (id: 4e32b327-d832-41e1-97de-c4b31701fc82, sid: 4e32b327-d832-41e1-97de-c4b31701fc82) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7e289202-e57c-495a-a964-ceb8e95c1b3f org.polarsys.capella.core.data.cs.impl.PartImpl@7b4a0a47 (id: 7e289202-e57c-495a-a964-ceb8e95c1b3f, sid: 7e289202-e57c-495a-a964-ceb8e95c1b3f) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9547767c-cff4-48b3-ac03-71877dd27dd8 org.polarsys.capella.core.data.cs.impl.PartImpl@317062d7 (id: 9547767c-cff4-48b3-ac03-71877dd27dd8, sid: 9547767c-cff4-48b3-ac03-71877dd27dd8) (name: PC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d4e6db8a-7029-4131-af0e-5f1d1331aa24 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@21670949 (id: d4e6db8a-7029-4131-af0e-5f1d1331aa24, sid: d4e6db8a-7029-4131-af0e-5f1d1331aa24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 149cb28c-e6e3-4806-8ee0-77a3d7c0d635 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@37d38c2e (id: 149cb28c-e6e3-4806-8ee0-77a3d7c0d635, sid: 149cb28c-e6e3-4806-8ee0-77a3d7c0d635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@161854b2 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = bfa44f03-4f9f-41de-bdcf-ec8729bc3df8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@62a3bac6 (id: bfa44f03-4f9f-41de-bdcf-ec8729bc3df8, sid: bfa44f03-4f9f-41de-bdcf-ec8729bc3df8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 2563f43c-5002-4bfc-8174-afa03401409b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@c88aa9b (id: 2563f43c-5002-4bfc-8174-afa03401409b, sid: 2563f43c-5002-4bfc-8174-afa03401409b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 83c9b246-a96c-45fa-aa88-7cf2e98bdc7d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@51ed0c5c (id: 83c9b246-a96c-45fa-aa88-7cf2e98bdc7d, sid: 83c9b246-a96c-45fa-aa88-7cf2e98bdc7d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 4, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 2b393cea-4729-40fd-b089-65874df41b96 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2498cc63 (id: 2b393cea-4729-40fd-b089-65874df41b96, sid: 2b393cea-4729-40fd-b089-65874df41b96) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Exchanges] >> require >> load Project_test_01 [Exchanges] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@a4861f2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@b1aeb6d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@40f0a4ad (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2bbc290a (id: 4bfa3790-1ab5-436f-8959-98ba27c81386, sid: null) (name: InternalExchanges) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb7700d9-1c6c-4ea4-a3ea-b9c195e38459 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@262e0e96 (id: bb7700d9-1c6c-4ea4-a3ea-b9c195e38459, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48ab99f3-aa97-4c79-b7c9-5018856b085b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@31b04992 (id: 48ab99f3-aa97-4c79-b7c9-5018856b085b, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 068ed262-8025-43d7-8cd6-357f096bdbd3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6c553a3e (id: 068ed262-8025-43d7-8cd6-357f096bdbd3, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@4ba13871 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f9675d9b-c789-4057-ab4b-447f2e4e157d org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@701e903 (id: f9675d9b-c789-4057-ab4b-447f2e4e157d, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 682fbe63-dab0-4fd5-a7d3-3b663bb9629c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@344ecca8 (id: 682fbe63-dab0-4fd5-a7d3-3b663bb9629c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5282b015-485d-403c-85c9-396cb86be86d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4803f8a9 (id: 5282b015-485d-403c-85c9-396cb86be86d, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8997f20a-7faa-409b-9fa7-a4e7a2e63e78 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4042495b (id: 8997f20a-7faa-409b-9fa7-a4e7a2e63e78, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5f19b23b-920d-49b3-8173-70b7aac9a6f3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1f3a5a7b (id: 5f19b23b-920d-49b3-8173-70b7aac9a6f3, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = bba87312-3070-463a-9114-4f7e4e7f268c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@246aafa5 (id: bba87312-3070-463a-9114-4f7e4e7f268c, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 90dbdd42-708b-4579-b50a-6e2a5722d7ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@2dc737a6 (id: 90dbdd42-708b-4579-b50a-6e2a5722d7ac, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 33f61994-62ac-44c0-a042-98b8a0857344 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@43ab8543 (id: 33f61994-62ac-44c0-a042-98b8a0857344, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 577d1409-69cc-4461-80a3-ab399cc7362b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@e8fe6cf (id: 577d1409-69cc-4461-80a3-ab399cc7362b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 478f7825-20c4-4113-9c30-564a3a52d188 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7fe9673c (id: 478f7825-20c4-4113-9c30-564a3a52d188, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 402be7da-c2de-4f0f-acdf-e4d945c2213b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6b070560 (id: 402be7da-c2de-4f0f-acdf-e4d945c2213b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = a2e59d37-e02a-4d26-95af-1768189ea53c org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@749914de (id: a2e59d37-e02a-4d26-95af-1768189ea53c, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 137e90f0-5144-4ff3-9858-4a4dcf92f992 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5d13d1c (id: 137e90f0-5144-4ff3-9858-4a4dcf92f992, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 71b8af8b-79e1-446f-add4-e4b1175440b9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@31b57a1d (id: 71b8af8b-79e1-446f-add4-e4b1175440b9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bb2937b1-1517-4cae-92b0-dc83aa694253 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@62ca554e (id: bb2937b1-1517-4cae-92b0-dc83aa694253, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 9d6fa6c3-a473-4be1-988c-6a2e65c26fc5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5e49822d (id: 9d6fa6c3-a473-4be1-988c-6a2e65c26fc5, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 83c3448c-5483-4633-8b43-9c0bd97a41d0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@527c7d25 (id: 83c3448c-5483-4633-8b43-9c0bd97a41d0, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 91437054-9f09-4530-b07d-7be9cdb879df org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@488390e5 (id: 91437054-9f09-4530-b07d-7be9cdb879df, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4d14b2b8-0698-49bd-9462-6c947db56b0e org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@78d3dc9e (id: 4d14b2b8-0698-49bd-9462-6c947db56b0e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 2439e67e-7629-490c-947f-11baff85f402 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@6a196143 (id: 2439e67e-7629-490c-947f-11baff85f402, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = a98f11e2-33d0-4b31-8cc5-8dcda6384d89 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5bbdbc70 (id: a98f11e2-33d0-4b31-8cc5-8dcda6384d89, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 8d70790e-8382-4a0c-b5d4-6d7a28ef64d4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@fed1b5a (id: 8d70790e-8382-4a0c-b5d4-6d7a28ef64d4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 6b377b1e-06ab-438e-84de-778af186691f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@693c1115 (id: 6b377b1e-06ab-438e-84de-778af186691f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1811d030-eb4e-4006-899f-0b8ec78758c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@480e7608 (id: 1811d030-eb4e-4006-899f-0b8ec78758c8, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7f341a61-5792-472a-968e-4f1567e5398d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7e661d45 (id: 7f341a61-5792-472a-968e-4f1567e5398d, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 650475fa-67cf-4abd-aeed-f060b2e09592 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@19b6ee18 (id: 650475fa-67cf-4abd-aeed-f060b2e09592, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = cc21d95a-e207-4bb8-9a70-cfcb5c55904b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@108bf082 (id: cc21d95a-e207-4bb8-9a70-cfcb5c55904b, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3d037bda-6eac-40c5-8d64-4ec0aafb67a1 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@2b0e7aad (id: 3d037bda-6eac-40c5-8d64-4ec0aafb67a1, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = e1e56de8-4661-44ef-a71b-d820eb9d1c0d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@65ccc6bc (id: e1e56de8-4661-44ef-a71b-d820eb9d1c0d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8b8632c5-6e9b-40d2-9e2f-42091df0fa02 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4b242233 (id: 8b8632c5-6e9b-40d2-9e2f-42091df0fa02, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e297325f-8ad2-4ab6-a71a-e40a8cc648fe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@464c435 (id: e297325f-8ad2-4ab6-a71a-e40a8cc648fe, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = fb0ce511-9cbf-4892-b7e2-efe999baf49d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5ce70d06 (id: fb0ce511-9cbf-4892-b7e2-efe999baf49d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c9106ab9-9328-45f5-80e2-46edb5963391 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5f1dd900 (id: c9106ab9-9328-45f5-80e2-46edb5963391, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 714c7bcc-9a28-4c78-b552-2c2432e02897 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@35425d6a (id: 714c7bcc-9a28-4c78-b552-2c2432e02897, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 71ec4b32-f727-46f8-a110-16ca6fb1c32a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1725729b (id: 71ec4b32-f727-46f8-a110-16ca6fb1c32a, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 933555f2-070c-4c84-94b5-1adc8e51e585 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@73cec244 (id: 933555f2-070c-4c84-94b5-1adc8e51e585, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@2abe677 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 42dbbe6b-5c6f-4539-956a-be72b669639f org.polarsys.capella.core.data.cs.impl.PartImpl@1b0b80c2 (id: 42dbbe6b-5c6f-4539-956a-be72b669639f, sid: 42dbbe6b-5c6f-4539-956a-be72b669639f) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67440afe-ada0-4c77-afdc-c53e1647444d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@35dacc1 (id: 67440afe-ada0-4c77-afdc-c53e1647444d, sid: 67440afe-ada0-4c77-afdc-c53e1647444d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6634ac4 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7a721d93 (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@1c9dbdb7 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@4f41e9 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@a4861f2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@b1aeb6d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2bbc290a (id: 4bfa3790-1ab5-436f-8959-98ba27c81386, sid: null) (name: InternalExchanges) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb7700d9-1c6c-4ea4-a3ea-b9c195e38459 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@262e0e96 (id: bb7700d9-1c6c-4ea4-a3ea-b9c195e38459, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48ab99f3-aa97-4c79-b7c9-5018856b085b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@31b04992 (id: 48ab99f3-aa97-4c79-b7c9-5018856b085b, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 068ed262-8025-43d7-8cd6-357f096bdbd3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6c553a3e (id: 068ed262-8025-43d7-8cd6-357f096bdbd3, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f9675d9b-c789-4057-ab4b-447f2e4e157d org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@701e903 (id: f9675d9b-c789-4057-ab4b-447f2e4e157d, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 682fbe63-dab0-4fd5-a7d3-3b663bb9629c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@344ecca8 (id: 682fbe63-dab0-4fd5-a7d3-3b663bb9629c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5282b015-485d-403c-85c9-396cb86be86d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4803f8a9 (id: 5282b015-485d-403c-85c9-396cb86be86d, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8997f20a-7faa-409b-9fa7-a4e7a2e63e78 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4042495b (id: 8997f20a-7faa-409b-9fa7-a4e7a2e63e78, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@2abe677 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 42dbbe6b-5c6f-4539-956a-be72b669639f org.polarsys.capella.core.data.cs.impl.PartImpl@1b0b80c2 (id: 42dbbe6b-5c6f-4539-956a-be72b669639f, sid: 42dbbe6b-5c6f-4539-956a-be72b669639f) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = df1def9a-cdae-4d20-9735-3b60212f07b5 org.polarsys.capella.core.data.cs.impl.PartImpl@5d95f95 (id: df1def9a-cdae-4d20-9735-3b60212f07b5, sid: df1def9a-cdae-4d20-9735-3b60212f07b5) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d53e05bb-c3e7-402d-9c95-7e190747d745 org.polarsys.capella.core.data.cs.impl.PartImpl@ac486ea (id: d53e05bb-c3e7-402d-9c95-7e190747d745, sid: d53e05bb-c3e7-402d-9c95-7e190747d745) (name: PA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 509531a3-cef7-42e3-819c-42f2d78a2a25 org.polarsys.capella.core.data.cs.impl.PartImpl@589e0433 (id: 509531a3-cef7-42e3-819c-42f2d78a2a25, sid: 509531a3-cef7-42e3-819c-42f2d78a2a25) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3d31c24f-f13e-4d99-bfff-d604abfcb4a3 org.polarsys.capella.core.data.cs.impl.PartImpl@5b9efd0b (id: 3d31c24f-f13e-4d99-bfff-d604abfcb4a3, sid: 3d31c24f-f13e-4d99-bfff-d604abfcb4a3) (name: PC 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = de5ff0da-289d-472a-9740-4044b783bf2b org.polarsys.capella.core.data.cs.impl.PartImpl@7c25436 (id: de5ff0da-289d-472a-9740-4044b783bf2b, sid: de5ff0da-289d-472a-9740-4044b783bf2b) (name: PC 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e26bf8db-1c14-4a46-a200-ce1ded86559b org.polarsys.capella.core.data.cs.impl.PartImpl@5d6c5379 (id: e26bf8db-1c14-4a46-a200-ce1ded86559b, sid: e26bf8db-1c14-4a46-a200-ce1ded86559b) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0cfe1e13-257b-4cde-accf-3430f186e02d org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5781519b (id: 0cfe1e13-257b-4cde-accf-3430f186e02d, sid: 0cfe1e13-257b-4cde-accf-3430f186e02d) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c87ec9ec-892a-4165-b49a-480ca2d49b94 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@7896bc90 (id: c87ec9ec-892a-4165-b49a-480ca2d49b94, sid: c87ec9ec-892a-4165-b49a-480ca2d49b94) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 96d5f9c7-75a5-405e-bed6-48c7a049502f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@6946e45c (id: 96d5f9c7-75a5-405e-bed6-48c7a049502f, sid: 96d5f9c7-75a5-405e-bed6-48c7a049502f) (name: C 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = a06af60e-ceb9-4f3d-b889-2091214b63c4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@2364719b (id: a06af60e-ceb9-4f3d-b889-2091214b63c4, sid: a06af60e-ceb9-4f3d-b889-2091214b63c4) (name: 11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d93a6e1c-6205-4470-a363-7ec02c5c3ce5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@7df54b3b (id: d93a6e1c-6205-4470-a363-7ec02c5c3ce5, sid: d93a6e1c-6205-4470-a363-7ec02c5c3ce5) (name: 33333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd0b3b64-0d58-4959-a859-3062eca665bd org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@bf34658 (id: dd0b3b64-0d58-4959-a859-3062eca665bd, sid: dd0b3b64-0d58-4959-a859-3062eca665bd) (name: zeee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bcd8f411-5070-42a6-8e1d-1cd59b6bacbf org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@14f3bf17 (id: bcd8f411-5070-42a6-8e1d-1cd59b6bacbf, sid: bcd8f411-5070-42a6-8e1d-1cd59b6bacbf) (name: aaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d org.polarsys.capella.core.data.cs.impl.PhysicalLinkCategoryImpl@68715b78 (id: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d, sid: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d) (name: aaaaaaaaaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = face7f50-2547-4202-8736-c3295a3b7ea5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@698e4fb9 (id: face7f50-2547-4202-8736-c3295a3b7ea5, sid: face7f50-2547-4202-8736-c3295a3b7ea5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 2, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 7f13aa8e-b6c3-4197-a196-b8bd76008ec6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5e44699d (id: 7f13aa8e-b6c3-4197-a196-b8bd76008ec6, sid: 7f13aa8e-b6c3-4197-a196-b8bd76008ec6) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 0dd5a220-4aed-4599-aa0f-41273d275268 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2dcacd1e (id: 0dd5a220-4aed-4599-aa0f-41273d275268, sid: 0dd5a220-4aed-4599-aa0f-41273d275268) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = b8d1cd15-f5d7-4a4b-a6c8-b55d022a8f12 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@6d0b5ed3 (id: b8d1cd15-f5d7-4a4b-a6c8-b55d022a8f12, sid: b8d1cd15-f5d7-4a4b-a6c8-b55d022a8f12) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67440afe-ada0-4c77-afdc-c53e1647444d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@35dacc1 (id: 67440afe-ada0-4c77-afdc-c53e1647444d, sid: 67440afe-ada0-4c77-afdc-c53e1647444d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7b8478bf (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@37a2da13 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@3c74e891 (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@2f5b6175 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@7742b5a1 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@56919b18 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@4d3ac13b (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@391e4120 (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@5b13041f (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@1801d3e (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@1aa8272c (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@51f46218 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@c7bf665 (id: 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb, sid: 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 343a2631-6a31-47e6-a416-d7ee828526a6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@abdb6a8 (id: 343a2631-6a31-47e6-a416-d7ee828526a6, sid: 343a2631-6a31-47e6-a416-d7ee828526a6) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = f576fc5d-69f6-477a-9e8a-f03208416d5a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6a7b1cf5 (id: f576fc5d-69f6-477a-9e8a-f03208416d5a, sid: f576fc5d-69f6-477a-9e8a-f03208416d5a) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = f7fc4108-2dfc-4bf4-8e09-8a1de1c25b84 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@27855400 (id: f7fc4108-2dfc-4bf4-8e09-8a1de1c25b84, sid: f7fc4108-2dfc-4bf4-8e09-8a1de1c25b84) (name: CP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@57197e3 (id: 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac, sid: 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac) (name: CP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b5740ce3-150f-4987-b185-0b5eff2df143 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@557d4350 (id: b5740ce3-150f-4987-b185-0b5eff2df143, sid: b5740ce3-150f-4987-b185-0b5eff2df143) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 528b0e57-c7b3-42ec-b0c1-9f7bbf022172 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6e65537 (id: 528b0e57-c7b3-42ec-b0c1-9f7bbf022172, sid: 528b0e57-c7b3-42ec-b0c1-9f7bbf022172) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 4d2c3438-8883-4518-9281-5e8999ded99c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@53f9d7e7 (id: 4d2c3438-8883-4518-9281-5e8999ded99c, sid: 4d2c3438-8883-4518-9281-5e8999ded99c) (name: PP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aee2155c-c02b-4212-bf01-ba0abaf72979 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@28c9cb68 (id: aee2155c-c02b-4212-bf01-ba0abaf72979, sid: aee2155c-c02b-4212-bf01-ba0abaf72979) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 471c7d44-22a4-414b-b317-29461bd94d56 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@245469b7 (id: 471c7d44-22a4-414b-b317-29461bd94d56, sid: 471c7d44-22a4-414b-b317-29461bd94d56) (name: PP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c45b61a1-7986-4ad7-8c30-f81b0eeb06c9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4a01ff92 (id: c45b61a1-7986-4ad7-8c30-f81b0eeb06c9, sid: c45b61a1-7986-4ad7-8c30-f81b0eeb06c9) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 10757ab9-072c-4f7d-9c86-07407e981689 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@57dd9109 (id: 10757ab9-072c-4f7d-9c86-07407e981689, sid: 10757ab9-072c-4f7d-9c86-07407e981689) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = b4ec368b-92a0-4bcf-88d8-4895c1052274 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3a3000dc (id: b4ec368b-92a0-4bcf-88d8-4895c1052274, sid: b4ec368b-92a0-4bcf-88d8-4895c1052274) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 54c98b1e-237c-4a34-a08d-cfa9d87aaebc org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@708ac520 (id: 54c98b1e-237c-4a34-a08d-cfa9d87aaebc, sid: 54c98b1e-237c-4a34-a08d-cfa9d87aaebc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 5, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 0f397554-0e65-4c3b-a0a8-28ede6ecea23 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@24992325 (id: 0f397554-0e65-4c3b-a0a8-28ede6ecea23, sid: 0f397554-0e65-4c3b-a0a8-28ede6ecea23) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = cb597888-cd6b-47e4-8e08-bdfedb93df75 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4232ea69 (id: cb597888-cd6b-47e4-8e08-bdfedb93df75, sid: cb597888-cd6b-47e4-8e08-bdfedb93df75) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 7, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ae85d88e-b370-4cac-91d3-a8f529fde87a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@19ed3ee1 (id: ae85d88e-b370-4cac-91d3-a8f529fde87a, sid: ae85d88e-b370-4cac-91d3-a8f529fde87a) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Exchanges] >> release >> unload Project_test_01 [Exchanges] >> release >> unload output [Ports] >> require >> load Project_test_01 [Ports] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3f8eac59 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5b0f7a02 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@11dc1b9e (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1c4f1621 (id: 4bfa3790-1ab5-436f-8959-98ba27c81386, sid: null) (name: InternalExchanges) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb7700d9-1c6c-4ea4-a3ea-b9c195e38459 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@5b9d77f0 (id: bb7700d9-1c6c-4ea4-a3ea-b9c195e38459, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48ab99f3-aa97-4c79-b7c9-5018856b085b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@100033dd (id: 48ab99f3-aa97-4c79-b7c9-5018856b085b, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 068ed262-8025-43d7-8cd6-357f096bdbd3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5444bbf8 (id: 068ed262-8025-43d7-8cd6-357f096bdbd3, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@1f88b91 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f9675d9b-c789-4057-ab4b-447f2e4e157d org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5a57eda0 (id: f9675d9b-c789-4057-ab4b-447f2e4e157d, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 682fbe63-dab0-4fd5-a7d3-3b663bb9629c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4b58b3ec (id: 682fbe63-dab0-4fd5-a7d3-3b663bb9629c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5282b015-485d-403c-85c9-396cb86be86d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@791bea70 (id: 5282b015-485d-403c-85c9-396cb86be86d, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8997f20a-7faa-409b-9fa7-a4e7a2e63e78 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1c44221e (id: 8997f20a-7faa-409b-9fa7-a4e7a2e63e78, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5f19b23b-920d-49b3-8173-70b7aac9a6f3 org.polarsys.capella.core.data.information.impl.DataPkgImpl@3becb8c8 (id: 5f19b23b-920d-49b3-8173-70b7aac9a6f3, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = bba87312-3070-463a-9114-4f7e4e7f268c org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@445c415b (id: bba87312-3070-463a-9114-4f7e4e7f268c, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 90dbdd42-708b-4579-b50a-6e2a5722d7ac org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@48849dc3 (id: 90dbdd42-708b-4579-b50a-6e2a5722d7ac, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 33f61994-62ac-44c0-a042-98b8a0857344 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@22ca4710 (id: 33f61994-62ac-44c0-a042-98b8a0857344, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 577d1409-69cc-4461-80a3-ab399cc7362b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7c3e8179 (id: 577d1409-69cc-4461-80a3-ab399cc7362b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 478f7825-20c4-4113-9c30-564a3a52d188 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a4e413c (id: 478f7825-20c4-4113-9c30-564a3a52d188, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 402be7da-c2de-4f0f-acdf-e4d945c2213b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3648a533 (id: 402be7da-c2de-4f0f-acdf-e4d945c2213b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = a2e59d37-e02a-4d26-95af-1768189ea53c org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@464a962d (id: a2e59d37-e02a-4d26-95af-1768189ea53c, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 137e90f0-5144-4ff3-9858-4a4dcf92f992 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4ef7f2d4 (id: 137e90f0-5144-4ff3-9858-4a4dcf92f992, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 71b8af8b-79e1-446f-add4-e4b1175440b9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@66981d97 (id: 71b8af8b-79e1-446f-add4-e4b1175440b9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bb2937b1-1517-4cae-92b0-dc83aa694253 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@158a4d4a (id: bb2937b1-1517-4cae-92b0-dc83aa694253, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 9d6fa6c3-a473-4be1-988c-6a2e65c26fc5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7e34a28 (id: 9d6fa6c3-a473-4be1-988c-6a2e65c26fc5, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 83c3448c-5483-4633-8b43-9c0bd97a41d0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@76736952 (id: 83c3448c-5483-4633-8b43-9c0bd97a41d0, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 91437054-9f09-4530-b07d-7be9cdb879df org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@50a1b6ae (id: 91437054-9f09-4530-b07d-7be9cdb879df, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4d14b2b8-0698-49bd-9462-6c947db56b0e org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@170651ed (id: 4d14b2b8-0698-49bd-9462-6c947db56b0e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 2439e67e-7629-490c-947f-11baff85f402 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@a29fb2f (id: 2439e67e-7629-490c-947f-11baff85f402, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = a98f11e2-33d0-4b31-8cc5-8dcda6384d89 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@67fd3ac1 (id: a98f11e2-33d0-4b31-8cc5-8dcda6384d89, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 8d70790e-8382-4a0c-b5d4-6d7a28ef64d4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a34f456 (id: 8d70790e-8382-4a0c-b5d4-6d7a28ef64d4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 6b377b1e-06ab-438e-84de-778af186691f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1f1843c4 (id: 6b377b1e-06ab-438e-84de-778af186691f, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 1811d030-eb4e-4006-899f-0b8ec78758c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5aad238b (id: 1811d030-eb4e-4006-899f-0b8ec78758c8, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 7f341a61-5792-472a-968e-4f1567e5398d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5488212d (id: 7f341a61-5792-472a-968e-4f1567e5398d, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 650475fa-67cf-4abd-aeed-f060b2e09592 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4983e9ae (id: 650475fa-67cf-4abd-aeed-f060b2e09592, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = cc21d95a-e207-4bb8-9a70-cfcb5c55904b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@14d88539 (id: cc21d95a-e207-4bb8-9a70-cfcb5c55904b, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 3d037bda-6eac-40c5-8d64-4ec0aafb67a1 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@27da4d52 (id: 3d037bda-6eac-40c5-8d64-4ec0aafb67a1, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = e1e56de8-4661-44ef-a71b-d820eb9d1c0d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@32ce91cd (id: e1e56de8-4661-44ef-a71b-d820eb9d1c0d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 8b8632c5-6e9b-40d2-9e2f-42091df0fa02 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6456c0a3 (id: 8b8632c5-6e9b-40d2-9e2f-42091df0fa02, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e297325f-8ad2-4ab6-a71a-e40a8cc648fe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3477705d (id: e297325f-8ad2-4ab6-a71a-e40a8cc648fe, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = fb0ce511-9cbf-4892-b7e2-efe999baf49d org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@41b20b5c (id: fb0ce511-9cbf-4892-b7e2-efe999baf49d, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = c9106ab9-9328-45f5-80e2-46edb5963391 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7b4aa5e (id: c9106ab9-9328-45f5-80e2-46edb5963391, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 714c7bcc-9a28-4c78-b552-2c2432e02897 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@553531d3 (id: 714c7bcc-9a28-4c78-b552-2c2432e02897, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 71ec4b32-f727-46f8-a110-16ca6fb1c32a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5acf56b0 (id: 71ec4b32-f727-46f8-a110-16ca6fb1c32a, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 933555f2-070c-4c84-94b5-1adc8e51e585 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@b765e5e (id: 933555f2-070c-4c84-94b5-1adc8e51e585, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@120d25a9 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 42dbbe6b-5c6f-4539-956a-be72b669639f org.polarsys.capella.core.data.cs.impl.PartImpl@52377eb4 (id: 42dbbe6b-5c6f-4539-956a-be72b669639f, sid: 42dbbe6b-5c6f-4539-956a-be72b669639f) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67440afe-ada0-4c77-afdc-c53e1647444d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@69d449e9 (id: 67440afe-ada0-4c77-afdc-c53e1647444d, sid: 67440afe-ada0-4c77-afdc-c53e1647444d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@95142c9 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@72f0e3f (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@5756f647 (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@60ff48b6 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3f8eac59 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5b0f7a02 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1c4f1621 (id: 4bfa3790-1ab5-436f-8959-98ba27c81386, sid: null) (name: InternalExchanges) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bb7700d9-1c6c-4ea4-a3ea-b9c195e38459 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@5b9d77f0 (id: bb7700d9-1c6c-4ea4-a3ea-b9c195e38459, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48ab99f3-aa97-4c79-b7c9-5018856b085b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@100033dd (id: 48ab99f3-aa97-4c79-b7c9-5018856b085b, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 068ed262-8025-43d7-8cd6-357f096bdbd3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5444bbf8 (id: 068ed262-8025-43d7-8cd6-357f096bdbd3, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = f9675d9b-c789-4057-ab4b-447f2e4e157d org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5a57eda0 (id: f9675d9b-c789-4057-ab4b-447f2e4e157d, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 682fbe63-dab0-4fd5-a7d3-3b663bb9629c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4b58b3ec (id: 682fbe63-dab0-4fd5-a7d3-3b663bb9629c, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5282b015-485d-403c-85c9-396cb86be86d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@791bea70 (id: 5282b015-485d-403c-85c9-396cb86be86d, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8997f20a-7faa-409b-9fa7-a4e7a2e63e78 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1c44221e (id: 8997f20a-7faa-409b-9fa7-a4e7a2e63e78, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@120d25a9 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 42dbbe6b-5c6f-4539-956a-be72b669639f org.polarsys.capella.core.data.cs.impl.PartImpl@52377eb4 (id: 42dbbe6b-5c6f-4539-956a-be72b669639f, sid: 42dbbe6b-5c6f-4539-956a-be72b669639f) (name: PC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = df1def9a-cdae-4d20-9735-3b60212f07b5 org.polarsys.capella.core.data.cs.impl.PartImpl@7fb5495c (id: df1def9a-cdae-4d20-9735-3b60212f07b5, sid: df1def9a-cdae-4d20-9735-3b60212f07b5) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d53e05bb-c3e7-402d-9c95-7e190747d745 org.polarsys.capella.core.data.cs.impl.PartImpl@21401f8d (id: d53e05bb-c3e7-402d-9c95-7e190747d745, sid: d53e05bb-c3e7-402d-9c95-7e190747d745) (name: PA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 509531a3-cef7-42e3-819c-42f2d78a2a25 org.polarsys.capella.core.data.cs.impl.PartImpl@1ca99ad4 (id: 509531a3-cef7-42e3-819c-42f2d78a2a25, sid: 509531a3-cef7-42e3-819c-42f2d78a2a25) (name: PA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3d31c24f-f13e-4d99-bfff-d604abfcb4a3 org.polarsys.capella.core.data.cs.impl.PartImpl@272c6a7e (id: 3d31c24f-f13e-4d99-bfff-d604abfcb4a3, sid: 3d31c24f-f13e-4d99-bfff-d604abfcb4a3) (name: PC 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = de5ff0da-289d-472a-9740-4044b783bf2b org.polarsys.capella.core.data.cs.impl.PartImpl@4300ec01 (id: de5ff0da-289d-472a-9740-4044b783bf2b, sid: de5ff0da-289d-472a-9740-4044b783bf2b) (name: PC 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e26bf8db-1c14-4a46-a200-ce1ded86559b org.polarsys.capella.core.data.cs.impl.PartImpl@4d74700d (id: e26bf8db-1c14-4a46-a200-ce1ded86559b, sid: e26bf8db-1c14-4a46-a200-ce1ded86559b) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0cfe1e13-257b-4cde-accf-3430f186e02d org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5a1b4661 (id: 0cfe1e13-257b-4cde-accf-3430f186e02d, sid: 0cfe1e13-257b-4cde-accf-3430f186e02d) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c87ec9ec-892a-4165-b49a-480ca2d49b94 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@4ab1508a (id: c87ec9ec-892a-4165-b49a-480ca2d49b94, sid: c87ec9ec-892a-4165-b49a-480ca2d49b94) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 96d5f9c7-75a5-405e-bed6-48c7a049502f org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@6ca4192 (id: 96d5f9c7-75a5-405e-bed6-48c7a049502f, sid: 96d5f9c7-75a5-405e-bed6-48c7a049502f) (name: C 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = a06af60e-ceb9-4f3d-b889-2091214b63c4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@5d2769bb (id: a06af60e-ceb9-4f3d-b889-2091214b63c4, sid: a06af60e-ceb9-4f3d-b889-2091214b63c4) (name: 11111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d93a6e1c-6205-4470-a363-7ec02c5c3ce5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeCategoryImpl@5c95276 (id: d93a6e1c-6205-4470-a363-7ec02c5c3ce5, sid: d93a6e1c-6205-4470-a363-7ec02c5c3ce5) (name: 33333) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd0b3b64-0d58-4959-a859-3062eca665bd org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@d0837f1 (id: dd0b3b64-0d58-4959-a859-3062eca665bd, sid: dd0b3b64-0d58-4959-a859-3062eca665bd) (name: zeee) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bcd8f411-5070-42a6-8e1d-1cd59b6bacbf org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@7ba3ff43 (id: bcd8f411-5070-42a6-8e1d-1cd59b6bacbf, sid: bcd8f411-5070-42a6-8e1d-1cd59b6bacbf) (name: aaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d org.polarsys.capella.core.data.cs.impl.PhysicalLinkCategoryImpl@426e6fc8 (id: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d, sid: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d) (name: aaaaaaaaaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb597888-cd6b-47e4-8e08-bdfedb93df75 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5c9ee0f6 (id: cb597888-cd6b-47e4-8e08-bdfedb93df75, sid: cb597888-cd6b-47e4-8e08-bdfedb93df75) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 7, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ae85d88e-b370-4cac-91d3-a8f529fde87a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2d7c6f8a (id: ae85d88e-b370-4cac-91d3-a8f529fde87a, sid: ae85d88e-b370-4cac-91d3-a8f529fde87a) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 0dd5a220-4aed-4599-aa0f-41273d275268 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4ad54275 (id: 0dd5a220-4aed-4599-aa0f-41273d275268, sid: 0dd5a220-4aed-4599-aa0f-41273d275268) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = b8d1cd15-f5d7-4a4b-a6c8-b55d022a8f12 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@174888b4 (id: b8d1cd15-f5d7-4a4b-a6c8-b55d022a8f12, sid: b8d1cd15-f5d7-4a4b-a6c8-b55d022a8f12) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 10757ab9-072c-4f7d-9c86-07407e981689 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@34463e23 (id: 10757ab9-072c-4f7d-9c86-07407e981689, sid: 10757ab9-072c-4f7d-9c86-07407e981689) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = b4ec368b-92a0-4bcf-88d8-4895c1052274 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5378b760 (id: b4ec368b-92a0-4bcf-88d8-4895c1052274, sid: b4ec368b-92a0-4bcf-88d8-4895c1052274) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = face7f50-2547-4202-8736-c3295a3b7ea5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@538c4a9f (id: face7f50-2547-4202-8736-c3295a3b7ea5, sid: face7f50-2547-4202-8736-c3295a3b7ea5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 2, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 7f13aa8e-b6c3-4197-a196-b8bd76008ec6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@d27572 (id: 7f13aa8e-b6c3-4197-a196-b8bd76008ec6, sid: 7f13aa8e-b6c3-4197-a196-b8bd76008ec6) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 54c98b1e-237c-4a34-a08d-cfa9d87aaebc org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@72c6bfd7 (id: 54c98b1e-237c-4a34-a08d-cfa9d87aaebc, sid: 54c98b1e-237c-4a34-a08d-cfa9d87aaebc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 5, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 0f397554-0e65-4c3b-a0a8-28ede6ecea23 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2a29ae0d (id: 0f397554-0e65-4c3b-a0a8-28ede6ecea23, sid: 0f397554-0e65-4c3b-a0a8-28ede6ecea23) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67440afe-ada0-4c77-afdc-c53e1647444d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@69d449e9 (id: 67440afe-ada0-4c77-afdc-c53e1647444d, sid: 67440afe-ada0-4c77-afdc-c53e1647444d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 567fd890-0fac-42cd-9e5e-c829ca587e44 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@42b40133 (id: 567fd890-0fac-42cd-9e5e-c829ca587e44, sid: 567fd890-0fac-42cd-9e5e-c829ca587e44) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: Physical System State Machine, isControlOperator: false) ID = 82df1f32-c511-4484-a3e4-f031dceb28d6 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@5e88fa33 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 48f965d0-e7df-423a-83e4-e14ff9c4b518 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@32fd110d (id: 48f965d0-e7df-423a-83e4-e14ff9c4b518, sid: 48f965d0-e7df-423a-83e4-e14ff9c4b518) (name: Mode 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b90a01e2-1f7a-4e4b-845e-dc7ed976ae79 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@23454491 (id: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79, sid: b90a01e2-1f7a-4e4b-845e-dc7ed976ae79) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9480488d-ffa6-4aea-ac72-5eafdec2e0a6 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@411a7453 (id: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6, sid: 9480488d-ffa6-4aea-ac72-5eafdec2e0a6) (name: State 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5091b6c7-902d-4ffb-a5ce-ac79339dfdef org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@585a4721 (id: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef, sid: 5091b6c7-902d-4ffb-a5ce-ac79339dfdef) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9828dafb-a8bd-4625-bfaf-c07b645fe845 org.polarsys.capella.core.data.capellacommon.impl.StateImpl@275405e (id: 9828dafb-a8bd-4625-bfaf-c07b645fe845, sid: 9828dafb-a8bd-4625-bfaf-c07b645fe845) (name: State 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 806de968-7d58-4bb6-ab9a-6a46402549ed org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@b9ded4d (id: 806de968-7d58-4bb6-ab9a-6a46402549ed, sid: 806de968-7d58-4bb6-ab9a-6a46402549ed) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c7764c6-e252-4926-ba6a-d4e969a44091 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@19b7a881 (id: 6c7764c6-e252-4926-ba6a-d4e969a44091, sid: 6c7764c6-e252-4926-ba6a-d4e969a44091) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 2ee57514-423e-448b-a430-37eb35a760a5 org.polarsys.capella.core.data.capellacommon.impl.ModeImpl@135e87d9 (id: 2ee57514-423e-448b-a430-37eb35a760a5, sid: 2ee57514-423e-448b-a430-37eb35a760a5) (name: Mode 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 988f404f-73d7-4b59-ba4a-b311b635959c org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@3b81525c (id: 988f404f-73d7-4b59-ba4a-b311b635959c, sid: 988f404f-73d7-4b59-ba4a-b311b635959c) (name: region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2 org.polarsys.capella.core.data.capellacommon.impl.StateTransitionImpl@5f1227e4 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4f3b032 (id: 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb, sid: 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 343a2631-6a31-47e6-a416-d7ee828526a6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@196b796b (id: 343a2631-6a31-47e6-a416-d7ee828526a6, sid: 343a2631-6a31-47e6-a416-d7ee828526a6) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = f576fc5d-69f6-477a-9e8a-f03208416d5a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2667a1de (id: f576fc5d-69f6-477a-9e8a-f03208416d5a, sid: f576fc5d-69f6-477a-9e8a-f03208416d5a) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 528b0e57-c7b3-42ec-b0c1-9f7bbf022172 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4051c36d (id: 528b0e57-c7b3-42ec-b0c1-9f7bbf022172, sid: 528b0e57-c7b3-42ec-b0c1-9f7bbf022172) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@76741768 (id: 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac, sid: 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac) (name: CP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = f7fc4108-2dfc-4bf4-8e09-8a1de1c25b84 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5afe574 (id: f7fc4108-2dfc-4bf4-8e09-8a1de1c25b84, sid: f7fc4108-2dfc-4bf4-8e09-8a1de1c25b84) (name: CP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b5740ce3-150f-4987-b185-0b5eff2df143 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@593a9975 (id: b5740ce3-150f-4987-b185-0b5eff2df143, sid: b5740ce3-150f-4987-b185-0b5eff2df143) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = aee2155c-c02b-4212-bf01-ba0abaf72979 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@dd844bd (id: aee2155c-c02b-4212-bf01-ba0abaf72979, sid: aee2155c-c02b-4212-bf01-ba0abaf72979) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c45b61a1-7986-4ad7-8c30-f81b0eeb06c9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@3cf97ae1 (id: c45b61a1-7986-4ad7-8c30-f81b0eeb06c9, sid: c45b61a1-7986-4ad7-8c30-f81b0eeb06c9) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4d2c3438-8883-4518-9281-5e8999ded99c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@35d18156 (id: 4d2c3438-8883-4518-9281-5e8999ded99c, sid: 4d2c3438-8883-4518-9281-5e8999ded99c) (name: PP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 471c7d44-22a4-414b-b317-29461bd94d56 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@77a9e796 (id: 471c7d44-22a4-414b-b317-29461bd94d56, sid: 471c7d44-22a4-414b-b317-29461bd94d56) (name: PP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Ports] >> release >> unload Project_test_01 [Ports] >> release >> unload output [InverseFunctionalExchangeTest] >> require >> load Project_test_01 [InverseFunctionalExchangeTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@33495b0a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7aa648af (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@69bd4d38 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 9b07dc9d-373a-41b4-baf0-5ed5165ed310 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@dd753a3 (id: 9b07dc9d-373a-41b4-baf0-5ed5165ed310, sid: null) (name: CrossPhases-inverseFunctionalExchange) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0da2368-967b-4048-98b0-fea5a8720abe org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@3535641 (id: d0da2368-967b-4048-98b0-fea5a8720abe, sid: d0da2368-967b-4048-98b0-fea5a8720abe) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21c9c51b-2206-4da1-8e2a-af78afea3755 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@d608952 (id: 21c9c51b-2206-4da1-8e2a-af78afea3755, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6e28b58-8df7-4c66-b57d-ccb8c8376898 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@72c3df91 (id: a6e28b58-8df7-4c66-b57d-ccb8c8376898, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = b6a20bdb-d48f-4632-864c-603e365b88f0 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6012c9c9 (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 333a27fd-f358-48c3-967e-217d90fedac9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1e50010b (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 134f399d-1888-4837-8dfd-775c2ee352cb org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@470dcff9 (id: 134f399d-1888-4837-8dfd-775c2ee352cb, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11b48abf-6108-4dfa-8294-b9d967aa1d4d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@171a66d8 (id: 11b48abf-6108-4dfa-8294-b9d967aa1d4d, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 118277f7-4c79-40bc-b89b-17181bd93de5 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1066f55a (id: 118277f7-4c79-40bc-b89b-17181bd93de5, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = ccbefdd0-ad44-494e-ac90-bb6f0c2a016e org.polarsys.capella.core.data.information.impl.DataPkgImpl@b50a5b2 (id: ccbefdd0-ad44-494e-ac90-bb6f0c2a016e, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 81ad5271-e485-4f4b-8875-5e87584c83c8 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@6351d5c8 (id: 81ad5271-e485-4f4b-8875-5e87584c83c8, sid: null) (name: Boolean) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = efdda6b3-1f92-4b23-b64f-ab00afe10fc9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@18d3425 (id: efdda6b3-1f92-4b23-b64f-ab00afe10fc9, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 3ea1896c-ecd7-4d7d-8097-4a69b8d8c1d6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@512b350d (id: 3ea1896c-ecd7-4d7d-8097-4a69b8d8c1d6, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 505dc87b-32c9-4495-ad8a-002b72db990b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5fd877af (id: 505dc87b-32c9-4495-ad8a-002b72db990b, sid: null) (name: Byte) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 060285d6-54ec-4844-86f2-fc014bd2b3c6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@324a0609 (id: 060285d6-54ec-4844-86f2-fc014bd2b3c6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 31415657-c439-4440-b2e9-89a21f049593 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5a8e2079 (id: 31415657-c439-4440-b2e9-89a21f049593, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 1c447b7c-1913-4a9d-8064-9332d02ad81a org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@5205f578 (id: 1c447b7c-1913-4a9d-8064-9332d02ad81a, sid: null) (name: Char) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = d5f869d8-8805-407a-b6b0-438c2dc78cd2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4e7c9598 (id: d5f869d8-8805-407a-b6b0-438c2dc78cd2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 02c170fd-67b8-4c3a-b416-01f148eeadde org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2ce4a810 (id: 02c170fd-67b8-4c3a-b416-01f148eeadde, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 62212804-c75e-4690-8a5e-61234ec2db2b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@742d81d (id: 62212804-c75e-4690-8a5e-61234ec2db2b, sid: null) (name: Double) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 28116008-68a8-4f45-98d1-4be82f649729 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7a9153b8 (id: 28116008-68a8-4f45-98d1-4be82f649729, sid: null) (name: Float) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: false, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: FLOAT) ID = 839bb82f-a565-49da-9a1d-73a11cdc7fdb org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@50ebc927 (id: 839bb82f-a565-49da-9a1d-73a11cdc7fdb, sid: null) (name: Hexadecimal) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 748f8488-f9a6-468e-81ec-97749e59088a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@59c64f02 (id: 748f8488-f9a6-468e-81ec-97749e59088a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 933cb9ad-5e94-43f8-8ca1-77aae3f8fb76 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@48d5e617 (id: 933cb9ad-5e94-43f8-8ca1-77aae3f8fb76, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 09267f85-2646-4d39-8949-ad8f0f511612 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@38a97026 (id: 09267f85-2646-4d39-8949-ad8f0f511612, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 86c719af-90e0-49e9-b16d-9a658b529bd2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@360524e5 (id: 86c719af-90e0-49e9-b16d-9a658b529bd2, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 4d5c6549-5ab0-477d-bdc7-af23f7ccc4df org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5d50c378 (id: 4d5c6549-5ab0-477d-bdc7-af23f7ccc4df, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 61e55a6b-2559-493d-883a-df6a6278d69a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3a52639b (id: 61e55a6b-2559-493d-883a-df6a6278d69a, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 2dea5904-68dd-47a5-a53f-56a2600633c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@49090cb7 (id: 2dea5904-68dd-47a5-a53f-56a2600633c8, sid: null) (name: Integer) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c1de815d-5a6e-450a-8d3d-a50bd9774ec3 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@56342b7f (id: c1de815d-5a6e-450a-8d3d-a50bd9774ec3, sid: null) (name: Long) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 32c0b5ff-f6bc-4bff-b867-e7a560356671 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@d2469c2 (id: 32c0b5ff-f6bc-4bff-b867-e7a560356671, sid: null) (name: LongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 0b71971d-832c-4301-86b5-96e9e12586c6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@24c39d46 (id: 0b71971d-832c-4301-86b5-96e9e12586c6, sid: null) (name: Short) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d8dee15d-18c1-4c68-abbd-27f12765bfdb org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@25ae51dd (id: d8dee15d-18c1-4c68-abbd-27f12765bfdb, sid: null) (name: String) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: true, pattern: null, visibility: PUBLIC) ID = 5a086c11-2f60-4905-8693-b22b97897e9d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5236f9c4 (id: 5a086c11-2f60-4905-8693-b22b97897e9d, sid: null) (name: UnsignedInteger) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = 9224c13c-9fc3-4a89-b9ff-4529e398b94c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7c72e039 (id: 9224c13c-9fc3-4a89-b9ff-4529e398b94c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 913bad75-6367-47c1-89c4-4d893e4c56fe org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@44e36b5c (id: 913bad75-6367-47c1-89c4-4d893e4c56fe, sid: null) (name: UnsignedShort) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = ad00cb8f-c595-465d-bf3a-67522c0244e9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1314eaa4 (id: ad00cb8f-c595-465d-bf3a-67522c0244e9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 07a62bf7-4625-4d71-bda2-435bf75d02ea org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7609c9db (id: 07a62bf7-4625-4d71-bda2-435bf75d02ea, sid: null) (name: UnsignedLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = c9838679-c998-4dfa-8f7c-2d87191e52a6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1d918c0b (id: c9838679-c998-4dfa-8f7c-2d87191e52a6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 9ade59cf-aad3-474d-b445-fef07f05448b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@42f7bd6e (id: 9ade59cf-aad3-474d-b445-fef07f05448b, sid: null) (name: UnsignedLongLong) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, discrete: true, minInclusive: true, maxInclusive: false, pattern: null, visibility: PUBLIC) (kind: INTEGER) ID = d9cdea36-6bf6-4a40-bc4d-fba93fa2f6f6 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@76022e5e (id: d9cdea36-6bf6-4a40-bc4d-fba93fa2f6f6, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = dcbee938-aad6-4e46-a53e-6bc2df5a2793 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@7d7bb391 (id: dcbee938-aad6-4e46-a53e-6bc2df5a2793, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5295729b-0d34-44b2-a099-5feace910d8e org.polarsys.capella.core.data.cs.impl.PartImpl@716132bc (id: 5295729b-0d34-44b2-a099-5feace910d8e, sid: 5295729b-0d34-44b2-a099-5feace910d8e) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aa75d1f7-8bd9-49ff-8e61-a3462115e04e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@493cfb (id: aa75d1f7-8bd9-49ff-8e61-a3462115e04e, sid: aa75d1f7-8bd9-49ff-8e61-a3462115e04e) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@11d25e80 (id: fe902614-56ed-4361-9154-d09d6207221e, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = de5098eb-c0c7-49c9-a50d-2e31d2fde885 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@7312394d (id: de5098eb-c0c7-49c9-a50d-2e31d2fde885, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52abb391-4bf4-4b79-9d60-5604f35282f0 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@553f2e2e (id: 52abb391-4bf4-4b79-9d60-5604f35282f0, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b0e6f7c-feb9-4608-b117-c47ec554e795 org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@3bb1bdd5 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@33495b0a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7aa648af (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9b07dc9d-373a-41b4-baf0-5ed5165ed310 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@dd753a3 (id: 9b07dc9d-373a-41b4-baf0-5ed5165ed310, sid: null) (name: CrossPhases-inverseFunctionalExchange) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0da2368-967b-4048-98b0-fea5a8720abe org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@3535641 (id: d0da2368-967b-4048-98b0-fea5a8720abe, sid: d0da2368-967b-4048-98b0-fea5a8720abe) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 21c9c51b-2206-4da1-8e2a-af78afea3755 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@d608952 (id: 21c9c51b-2206-4da1-8e2a-af78afea3755, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a6e28b58-8df7-4c66-b57d-ccb8c8376898 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@72c3df91 (id: a6e28b58-8df7-4c66-b57d-ccb8c8376898, sid: null) (name: Root Logical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 31f68a50-d57d-4501-900b-9074fb38db5b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6931ea11 (id: 31f68a50-d57d-4501-900b-9074fb38db5b, sid: 31f68a50-d57d-4501-900b-9074fb38db5b) (name: LogicalFunction 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e276c6a4-3b3b-4018-b367-50d16b9fcb49 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@70495828 (id: e276c6a4-3b3b-4018-b367-50d16b9fcb49, sid: e276c6a4-3b3b-4018-b367-50d16b9fcb49) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8b3e136d-a50f-4daa-b90b-9ea1fd52a084 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@796a756a (id: 8b3e136d-a50f-4daa-b90b-9ea1fd52a084, sid: 8b3e136d-a50f-4daa-b90b-9ea1fd52a084) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = be37da60-cf06-47ed-b1a8-cb09c9465c14 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@15390281 (id: be37da60-cf06-47ed-b1a8-cb09c9465c14, sid: be37da60-cf06-47ed-b1a8-cb09c9465c14) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 60c63738-9593-4fbd-a421-3dcce44e55b3 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@73be1355 (id: 60c63738-9593-4fbd-a421-3dcce44e55b3, sid: 60c63738-9593-4fbd-a421-3dcce44e55b3) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3c3f0dad-39e9-4d88-91f0-17f1cf767eee org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@498c8d12 (id: 3c3f0dad-39e9-4d88-91f0-17f1cf767eee, sid: 3c3f0dad-39e9-4d88-91f0-17f1cf767eee) (name: FOP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 838ee523-6ad3-4ad3-8e90-8ebca1f83bfd org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@63e7706c (id: 838ee523-6ad3-4ad3-8e90-8ebca1f83bfd, sid: 838ee523-6ad3-4ad3-8e90-8ebca1f83bfd) (name: FOP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 717b0901-018c-424c-abae-9e9e240c87c3 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3e975b9b (id: 717b0901-018c-424c-abae-9e9e240c87c3, sid: 717b0901-018c-424c-abae-9e9e240c87c3) (name: LogicalFunction 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 6582238b-f5b6-4c1e-ae64-b769142d48ae org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3d30c3a7 (id: 6582238b-f5b6-4c1e-ae64-b769142d48ae, sid: 6582238b-f5b6-4c1e-ae64-b769142d48ae) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 434c081c-20dd-4a61-bc2c-87447cfc3b08 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@10792d0e (id: 434c081c-20dd-4a61-bc2c-87447cfc3b08, sid: 434c081c-20dd-4a61-bc2c-87447cfc3b08) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 32060d1b-3891-4c44-8716-70501bc830f5 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@48455b7d (id: 32060d1b-3891-4c44-8716-70501bc830f5, sid: 32060d1b-3891-4c44-8716-70501bc830f5) (name: FIP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e95c8256-29d9-4cfc-b67f-3733e37abfbf org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@4c8a9a6d (id: e95c8256-29d9-4cfc-b67f-3733e37abfbf, sid: e95c8256-29d9-4cfc-b67f-3733e37abfbf) (name: FIP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 62085431-b6fb-4957-8181-2f92bfa2a61d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@779c55a0 (id: 62085431-b6fb-4957-8181-2f92bfa2a61d, sid: 62085431-b6fb-4957-8181-2f92bfa2a61d) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 366984c9-6e96-40ea-9af7-0cadf0859eb8 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2e540700 (id: 366984c9-6e96-40ea-9af7-0cadf0859eb8, sid: 366984c9-6e96-40ea-9af7-0cadf0859eb8) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 87cf0c0c-64c6-4303-bfaa-209bde3923ea org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@54698d0e (id: 87cf0c0c-64c6-4303-bfaa-209bde3923ea, sid: 87cf0c0c-64c6-4303-bfaa-209bde3923ea) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 1568d464-7d07-43f7-9aca-30118936815d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@414df376 (id: 1568d464-7d07-43f7-9aca-30118936815d, sid: 1568d464-7d07-43f7-9aca-30118936815d) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9de26a5c-a22b-4358-a1b7-d03c26c6a053 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4faf8058 (id: 9de26a5c-a22b-4358-a1b7-d03c26c6a053, sid: 9de26a5c-a22b-4358-a1b7-d03c26c6a053) (name: FunctionalExchange 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2c7d566a-87af-4072-ad2e-40eb617fbc20 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@427256a6 (id: 2c7d566a-87af-4072-ad2e-40eb617fbc20, sid: 2c7d566a-87af-4072-ad2e-40eb617fbc20) (name: FunctionalExchange 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c82b3544-8948-421b-83aa-0846de91baa9 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5aeba21b (id: c82b3544-8948-421b-83aa-0846de91baa9, sid: c82b3544-8948-421b-83aa-0846de91baa9) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = e3f63eba-27db-4957-bdca-2f34b9f60bab org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@74932c73 (id: e3f63eba-27db-4957-bdca-2f34b9f60bab, sid: e3f63eba-27db-4957-bdca-2f34b9f60bab) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 134f399d-1888-4837-8dfd-775c2ee352cb org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@470dcff9 (id: 134f399d-1888-4837-8dfd-775c2ee352cb, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 11b48abf-6108-4dfa-8294-b9d967aa1d4d org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@171a66d8 (id: 11b48abf-6108-4dfa-8294-b9d967aa1d4d, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 118277f7-4c79-40bc-b89b-17181bd93de5 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1066f55a (id: 118277f7-4c79-40bc-b89b-17181bd93de5, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = dcbee938-aad6-4e46-a53e-6bc2df5a2793 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@7d7bb391 (id: dcbee938-aad6-4e46-a53e-6bc2df5a2793, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5295729b-0d34-44b2-a099-5feace910d8e org.polarsys.capella.core.data.cs.impl.PartImpl@716132bc (id: 5295729b-0d34-44b2-a099-5feace910d8e, sid: 5295729b-0d34-44b2-a099-5feace910d8e) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c5be359d-6d59-4b4f-8b3a-4120fe1ce477 org.polarsys.capella.core.data.cs.impl.PartImpl@7a79db8e (id: c5be359d-6d59-4b4f-8b3a-4120fe1ce477, sid: c5be359d-6d59-4b4f-8b3a-4120fe1ce477) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e161e693-8fae-4479-980e-9674377933a0 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@37a3b24c (id: e161e693-8fae-4479-980e-9674377933a0, sid: e161e693-8fae-4479-980e-9674377933a0) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 41bfb009-f820-4b23-ae6e-511d7fea4b0e org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@17647812 (id: 41bfb009-f820-4b23-ae6e-511d7fea4b0e, sid: 41bfb009-f820-4b23-ae6e-511d7fea4b0e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 523e52ef-b5eb-4c45-a246-d0913bf2db69 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@45585de7 (id: 523e52ef-b5eb-4c45-a246-d0913bf2db69, sid: 523e52ef-b5eb-4c45-a246-d0913bf2db69) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a919d173-63f2-4c09-bf6b-1421a422501e org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@178bcdef (id: a919d173-63f2-4c09-bf6b-1421a422501e, sid: a919d173-63f2-4c09-bf6b-1421a422501e) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 7aa9859e-682f-4c90-b0f7-8aa06a3292e4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@3d103c80 (id: 7aa9859e-682f-4c90-b0f7-8aa06a3292e4, sid: 7aa9859e-682f-4c90-b0f7-8aa06a3292e4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 32ab2500-3b50-49d7-a8b3-5bcf38fe949e org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@90077d8 (id: 32ab2500-3b50-49d7-a8b3-5bcf38fe949e, sid: 32ab2500-3b50-49d7-a8b3-5bcf38fe949e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f9ffc6e-4ac5-4357-89f1-6486b1ac5c54 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@e30b47a (id: 3f9ffc6e-4ac5-4357-89f1-6486b1ac5c54, sid: 3f9ffc6e-4ac5-4357-89f1-6486b1ac5c54) (name: C 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 6e1b402c-2977-4c16-9e54-bccb612121cb org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@471de4e6 (id: 6e1b402c-2977-4c16-9e54-bccb612121cb, sid: 6e1b402c-2977-4c16-9e54-bccb612121cb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 42364209-ce61-47ac-9d55-4554928fb8c9 org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@7b5534b9 (id: 42364209-ce61-47ac-9d55-4554928fb8c9, sid: 42364209-ce61-47ac-9d55-4554928fb8c9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aa75d1f7-8bd9-49ff-8e61-a3462115e04e org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@493cfb (id: aa75d1f7-8bd9-49ff-8e61-a3462115e04e, sid: aa75d1f7-8bd9-49ff-8e61-a3462115e04e) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 7d146a94-3de5-469b-b675-b0356db7a1c0 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@78450a9c (id: 7d146a94-3de5-469b-b675-b0356db7a1c0, sid: 7d146a94-3de5-469b-b675-b0356db7a1c0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45a3103c-381d-4d06-98bc-c68598782c1b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4c540bb1 (id: 45a3103c-381d-4d06-98bc-c68598782c1b, sid: 45a3103c-381d-4d06-98bc-c68598782c1b) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = c568515a-46ba-458f-a9da-52c014092ca6 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@47e30c6a (id: c568515a-46ba-458f-a9da-52c014092ca6, sid: c568515a-46ba-458f-a9da-52c014092ca6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6fc1b6fe-ed84-4b1e-a7df-721a109e6517 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@e845e89 (id: 6fc1b6fe-ed84-4b1e-a7df-721a109e6517, sid: 6fc1b6fe-ed84-4b1e-a7df-721a109e6517) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f6708695-3b91-4065-80c9-e8697f71b9dc org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5ec5a42f (id: f6708695-3b91-4065-80c9-e8697f71b9dc, sid: f6708695-3b91-4065-80c9-e8697f71b9dc) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 0dba3f23-5df7-4e0e-9b96-c6157285a5db org.polarsys.capella.core.data.information.impl.PortAllocationImpl@32a025c5 (id: 0dba3f23-5df7-4e0e-9b96-c6157285a5db, sid: 0dba3f23-5df7-4e0e-9b96-c6157285a5db) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d065b814-9853-440e-bb67-c60fe7ce8bfb org.polarsys.capella.core.data.information.impl.PortAllocationImpl@6dffffa7 (id: d065b814-9853-440e-bb67-c60fe7ce8bfb, sid: d065b814-9853-440e-bb67-c60fe7ce8bfb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb13e4f8-17f5-446b-85c0-83d9e74633c6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@41a38487 (id: eb13e4f8-17f5-446b-85c0-83d9e74633c6, sid: eb13e4f8-17f5-446b-85c0-83d9e74633c6) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 1e8b6f4f-6a15-48ad-9edd-abb8624f6795 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@3234a440 (id: 1e8b6f4f-6a15-48ad-9edd-abb8624f6795, sid: 1e8b6f4f-6a15-48ad-9edd-abb8624f6795) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90fa961d-a5b5-4820-96b6-fa39e0ef08db org.polarsys.capella.core.data.information.impl.PortAllocationImpl@18931ce (id: 90fa961d-a5b5-4820-96b6-fa39e0ef08db, sid: 90fa961d-a5b5-4820-96b6-fa39e0ef08db) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23aa3d14-87df-44a7-b1e2-c68daa3beaff org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1399e49f (id: 23aa3d14-87df-44a7-b1e2-c68daa3beaff, sid: 23aa3d14-87df-44a7-b1e2-c68daa3beaff) (name: LC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) ID = 960bcab9-2630-47ab-b758-a9b244c7077a org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4ec3cdd7 (id: 960bcab9-2630-47ab-b758-a9b244c7077a, sid: 960bcab9-2630-47ab-b758-a9b244c7077a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9ff29769-ad0c-46e2-9d17-84e8b1068a0f org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@59c276eb (id: 9ff29769-ad0c-46e2-9d17-84e8b1068a0f, sid: 9ff29769-ad0c-46e2-9d17-84e8b1068a0f) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 35bc5581-c334-4fa8-9bd4-ffe39eb357d9 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@110d3b5c (id: 35bc5581-c334-4fa8-9bd4-ffe39eb357d9, sid: 35bc5581-c334-4fa8-9bd4-ffe39eb357d9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 614624a7-a2ca-4ecb-b598-d69ae2c472ad org.polarsys.capella.core.data.information.impl.PortAllocationImpl@4dec88fe (id: 614624a7-a2ca-4ecb-b598-d69ae2c472ad, sid: 614624a7-a2ca-4ecb-b598-d69ae2c472ad) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6383ec78-0c08-4513-b9c6-efc0f042806b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1d1149e1 (id: 6383ec78-0c08-4513-b9c6-efc0f042806b, sid: 6383ec78-0c08-4513-b9c6-efc0f042806b) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = ce414dd6-eec3-4f6b-9781-1ca49271cae2 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@572e0186 (id: ce414dd6-eec3-4f6b-9781-1ca49271cae2, sid: ce414dd6-eec3-4f6b-9781-1ca49271cae2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 434d08fc-c17c-4d91-97c2-1a227b0be42b org.polarsys.capella.core.data.information.impl.PortAllocationImpl@2f0117e4 (id: 434d08fc-c17c-4d91-97c2-1a227b0be42b, sid: 434d08fc-c17c-4d91-97c2-1a227b0be42b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb1f1a3a-c8b1-4d3a-8aa3-ebd040edbc84 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@603c182 (id: eb1f1a3a-c8b1-4d3a-8aa3-ebd040edbc84, sid: eb1f1a3a-c8b1-4d3a-8aa3-ebd040edbc84) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 5a4a2bcd-9c84-400a-a3be-547762756123 org.polarsys.capella.core.data.information.impl.PortAllocationImpl@114acee2 (id: 5a4a2bcd-9c84-400a-a3be-547762756123, sid: 5a4a2bcd-9c84-400a-a3be-547762756123) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 486e22a0-b087-4f5e-b3ed-cd6f7663d3dc org.polarsys.capella.core.data.information.impl.PortAllocationImpl@36cfcf7c (id: 486e22a0-b087-4f5e-b3ed-cd6f7663d3dc, sid: 486e22a0-b087-4f5e-b3ed-cd6f7663d3dc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [InverseFunctionalExchangeTest] >> release >> unload Project_test_01 [InverseFunctionalExchangeTest] >> release >> unload output [ComponentExchangeAllocationTest] >> require >> load Project_test_01 [ComponentExchangeAllocationTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@10902bf2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@43800776 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@389d0f23 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 1d90581b-350b-4b26-ad5d-a1e261411f2c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@260a2dd6 (id: 1d90581b-350b-4b26-ad5d-a1e261411f2c, sid: null) (name: InterPhases-CEAllocationsOnPL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ed78de5-51fb-4a74-9be6-9777305cbc58 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3c975be7 (id: 6ed78de5-51fb-4a74-9be6-9777305cbc58, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb71dd10-92f6-40ce-af59-f04d68f66452 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@4bef014b (id: eb71dd10-92f6-40ce-af59-f04d68f66452, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb1b49bb-21da-4ff3-8556-85b811b3d6f3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1a417f6c (id: cb1b49bb-21da-4ff3-8556-85b811b3d6f3, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 3beb3f1f-faae-4f9b-80ae-6ca0d8284893 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@72f6ccb (id: 3beb3f1f-faae-4f9b-80ae-6ca0d8284893, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 30ab043d-4b49-4416-887b-d9c8e6de6e82 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@16157aa (id: 30ab043d-4b49-4416-887b-d9c8e6de6e82, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ed7c9a18-80b9-45f9-b46d-482976285b02 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@32b7fb94 (id: ed7c9a18-80b9-45f9-b46d-482976285b02, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59afff0b-1120-43fa-a5ee-83c94a50fb2e org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@239c48b1 (id: 59afff0b-1120-43fa-a5ee-83c94a50fb2e, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e70d368e-2148-4330-84ca-a536eee15e19 org.polarsys.capella.core.data.information.impl.DataPkgImpl@3ac4d637 (id: e70d368e-2148-4330-84ca-a536eee15e19, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@79f5824d (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 00f0a82b-96a8-4733-928b-01d61b119752 org.polarsys.capella.core.data.cs.impl.PartImpl@dc05924 (id: 00f0a82b-96a8-4733-928b-01d61b119752, sid: 00f0a82b-96a8-4733-928b-01d61b119752) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 06666331-26d0-45b1-84a6-70a5d8668f3b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@c2fe189 (id: 06666331-26d0-45b1-84a6-70a5d8668f3b, sid: 06666331-26d0-45b1-84a6-70a5d8668f3b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = f8142be3-74ce-4416-91c9-91df23ebb69b org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@62a53cc3 (id: f8142be3-74ce-4416-91c9-91df23ebb69b, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac4790a0-748d-4409-b9ed-503a0f94e78b org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@549c4d91 (id: ac4790a0-748d-4409-b9ed-503a0f94e78b, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@10902bf2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@43800776 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1d90581b-350b-4b26-ad5d-a1e261411f2c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@260a2dd6 (id: 1d90581b-350b-4b26-ad5d-a1e261411f2c, sid: null) (name: InterPhases-CEAllocationsOnPL) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6ed78de5-51fb-4a74-9be6-9777305cbc58 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@3c975be7 (id: 6ed78de5-51fb-4a74-9be6-9777305cbc58, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = eb71dd10-92f6-40ce-af59-f04d68f66452 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@4bef014b (id: eb71dd10-92f6-40ce-af59-f04d68f66452, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cb1b49bb-21da-4ff3-8556-85b811b3d6f3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1a417f6c (id: cb1b49bb-21da-4ff3-8556-85b811b3d6f3, sid: null) (name: PF1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = 30ab043d-4b49-4416-887b-d9c8e6de6e82 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@16157aa (id: 30ab043d-4b49-4416-887b-d9c8e6de6e82, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = ed7c9a18-80b9-45f9-b46d-482976285b02 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@32b7fb94 (id: ed7c9a18-80b9-45f9-b46d-482976285b02, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59afff0b-1120-43fa-a5ee-83c94a50fb2e org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@239c48b1 (id: 59afff0b-1120-43fa-a5ee-83c94a50fb2e, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e70d368e-2148-4330-84ca-a536eee15e19 org.polarsys.capella.core.data.information.impl.DataPkgImpl@3ac4d637 (id: e70d368e-2148-4330-84ca-a536eee15e19, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@79f5824d (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 00f0a82b-96a8-4733-928b-01d61b119752 org.polarsys.capella.core.data.cs.impl.PartImpl@dc05924 (id: 00f0a82b-96a8-4733-928b-01d61b119752, sid: 00f0a82b-96a8-4733-928b-01d61b119752) (name: PS) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 41850134-9d84-411f-91ed-bb8ae9fe062e org.polarsys.capella.core.data.cs.impl.PartImpl@4a7294c2 (id: 41850134-9d84-411f-91ed-bb8ae9fe062e, sid: 41850134-9d84-411f-91ed-bb8ae9fe062e) (name: PA1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 79cb90f3-15ef-4664-892a-704f41a6bd02 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@569b86d5 (id: 79cb90f3-15ef-4664-892a-704f41a6bd02, sid: 79cb90f3-15ef-4664-892a-704f41a6bd02) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dd42536a-d292-4187-8f21-29f7678e91b9 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@3a991a1 (id: dd42536a-d292-4187-8f21-29f7678e91b9, sid: dd42536a-d292-4187-8f21-29f7678e91b9) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8cd61262-4b3a-4ae6-9371-5dd123d3f5a0 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5225a04a (id: 8cd61262-4b3a-4ae6-9371-5dd123d3f5a0, sid: 8cd61262-4b3a-4ae6-9371-5dd123d3f5a0) (name: CE1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 3758c3e3-289f-4c2f-9a01-4dd46b194cac org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@588229f5 (id: 3758c3e3-289f-4c2f-9a01-4dd46b194cac, sid: 3758c3e3-289f-4c2f-9a01-4dd46b194cac) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = fc2a9e59-c064-48b7-baf4-2f5cbfceae5a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@17e99fdd (id: fc2a9e59-c064-48b7-baf4-2f5cbfceae5a, sid: fc2a9e59-c064-48b7-baf4-2f5cbfceae5a) (name: CE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 4a959c31-e335-4402-9ff5-feaa5b8766ff org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@7e0eb783 (id: 4a959c31-e335-4402-9ff5-feaa5b8766ff, sid: 4a959c31-e335-4402-9ff5-feaa5b8766ff) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e08547a5-02ce-4a0a-b1e0-91264a49ef97 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@4cdef6cb (id: e08547a5-02ce-4a0a-b1e0-91264a49ef97, sid: e08547a5-02ce-4a0a-b1e0-91264a49ef97) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 45f38956-7d9a-4e2e-8a91-21628cb26fe5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@2f66845b (id: 45f38956-7d9a-4e2e-8a91-21628cb26fe5, sid: 45f38956-7d9a-4e2e-8a91-21628cb26fe5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8b5b1a23-ae35-4976-a5f0-a81999e38f0b org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@646ef650 (id: 8b5b1a23-ae35-4976-a5f0-a81999e38f0b, sid: 8b5b1a23-ae35-4976-a5f0-a81999e38f0b) (name: PL2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 37169317-fe20-4645-83bf-43760d3170b6 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@6f57f7f1 (id: 37169317-fe20-4645-83bf-43760d3170b6, sid: 37169317-fe20-4645-83bf-43760d3170b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 50eb0573-a66b-4740-a83a-6381ed73258d org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@54843c7e (id: 50eb0573-a66b-4740-a83a-6381ed73258d, sid: 50eb0573-a66b-4740-a83a-6381ed73258d) (name: PL3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1d72c6a-0db9-4751-a9c3-f2907fe4d565 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@4f5b3ee9 (id: b1d72c6a-0db9-4751-a9c3-f2907fe4d565, sid: b1d72c6a-0db9-4751-a9c3-f2907fe4d565) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06666331-26d0-45b1-84a6-70a5d8668f3b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@c2fe189 (id: 06666331-26d0-45b1-84a6-70a5d8668f3b, sid: 06666331-26d0-45b1-84a6-70a5d8668f3b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PS, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = e26d8300-8b37-4332-9268-6d40159c79b9 org.polarsys.capella.core.data.cs.impl.PartImpl@64391700 (id: e26d8300-8b37-4332-9268-6d40159c79b9, sid: e26d8300-8b37-4332-9268-6d40159c79b9) (name: PC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4ae57976-5567-4f3b-9bbc-99914b364797 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@1b61dc3d (id: 4ae57976-5567-4f3b-9bbc-99914b364797, sid: 4ae57976-5567-4f3b-9bbc-99914b364797) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f44e9178-83b5-49ec-acff-9450c58773fb org.polarsys.capella.core.data.cs.impl.PartImpl@52e58325 (id: f44e9178-83b5-49ec-acff-9450c58773fb, sid: f44e9178-83b5-49ec-acff-9450c58773fb) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8b88fb2e-f506-4af2-a10f-e591c83f3d29 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@9a9f9d3 (id: 8b88fb2e-f506-4af2-a10f-e591c83f3d29, sid: 8b88fb2e-f506-4af2-a10f-e591c83f3d29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4bd4a05d-f465-45a3-b350-73288c8d5391 org.polarsys.capella.core.data.cs.impl.PartImpl@25047ef1 (id: 4bd4a05d-f465-45a3-b350-73288c8d5391, sid: 4bd4a05d-f465-45a3-b350-73288c8d5391) (name: PC3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e054b0b4-90f4-4230-8df7-1455e09f6039 org.polarsys.capella.core.data.cs.impl.PartImpl@3011de58 (id: e054b0b4-90f4-4230-8df7-1455e09f6039, sid: e054b0b4-90f4-4230-8df7-1455e09f6039) (name: PC4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6e8885fa-270c-40ad-885d-4f88cd7eba69 org.polarsys.capella.core.data.cs.impl.PartImpl@4e138fd4 (id: 6e8885fa-270c-40ad-885d-4f88cd7eba69, sid: 6e8885fa-270c-40ad-885d-4f88cd7eba69) (name: PC5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4775888d-7839-4b67-bf29-5f370850c9b2 org.polarsys.capella.core.data.cs.impl.PartImpl@8b290a4 (id: 4775888d-7839-4b67-bf29-5f370850c9b2, sid: 4775888d-7839-4b67-bf29-5f370850c9b2) (name: PC6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2399fbbf-8863-4d46-8c64-7dd1669189e6 org.polarsys.capella.core.data.cs.impl.PartImpl@ec794b5 (id: 2399fbbf-8863-4d46-8c64-7dd1669189e6, sid: 2399fbbf-8863-4d46-8c64-7dd1669189e6) (name: PC7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f0901774-33a5-4556-99d3-66d396d88357 org.polarsys.capella.core.data.cs.impl.PartImpl@309a782b (id: f0901774-33a5-4556-99d3-66d396d88357, sid: f0901774-33a5-4556-99d3-66d396d88357) (name: PC8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4d32c631-16c0-40cf-afb6-4493c895ab56 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5c149d24 (id: 4d32c631-16c0-40cf-afb6-4493c895ab56, sid: 4d32c631-16c0-40cf-afb6-4493c895ab56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 41b5dc45-6698-49f4-977b-cb99e0164157 org.polarsys.capella.core.data.cs.impl.PartImpl@c2c1128 (id: 41b5dc45-6698-49f4-977b-cb99e0164157, sid: 41b5dc45-6698-49f4-977b-cb99e0164157) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6c1a4820-8c1d-44dc-a60d-2bf9c80a5e3a org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@79bebb1f (id: 6c1a4820-8c1d-44dc-a60d-2bf9c80a5e3a, sid: 6c1a4820-8c1d-44dc-a60d-2bf9c80a5e3a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6a62fc4a-ba4f-42d2-8885-cf5eea0926bb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@6f847eb7 (id: 6a62fc4a-ba4f-42d2-8885-cf5eea0926bb, sid: 6a62fc4a-ba4f-42d2-8885-cf5eea0926bb) (name: PP12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3d381750-02af-487b-af99-a6998c82e3f9 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@170133de (id: 3d381750-02af-487b-af99-a6998c82e3f9, sid: 3d381750-02af-487b-af99-a6998c82e3f9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 2905c070-a6a8-49c7-aa18-09423daa1b87 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7bc8c547 (id: 2905c070-a6a8-49c7-aa18-09423daa1b87, sid: 2905c070-a6a8-49c7-aa18-09423daa1b87) (name: PP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 83e162da-68fa-4bab-bad9-92612d47fc45 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@77a2ef62 (id: 83e162da-68fa-4bab-bad9-92612d47fc45, sid: 83e162da-68fa-4bab-bad9-92612d47fc45) (name: PP112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c94b17dc-1e05-4856-9e34-09ac982248a8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3b9f56e7 (id: c94b17dc-1e05-4856-9e34-09ac982248a8, sid: c94b17dc-1e05-4856-9e34-09ac982248a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = ac3d5a0f-f76c-4759-8538-9a5a09b86cd5 org.polarsys.capella.core.data.cs.impl.PartImpl@251e0d89 (id: ac3d5a0f-f76c-4759-8538-9a5a09b86cd5, sid: ac3d5a0f-f76c-4759-8538-9a5a09b86cd5) (name: PC21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b2b6c9ee-93a8-42ae-8691-ee009b7d18d0 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@18c11690 (id: b2b6c9ee-93a8-42ae-8691-ee009b7d18d0, sid: b2b6c9ee-93a8-42ae-8691-ee009b7d18d0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948705e-8df9-4f3d-9921-13e92492bdbf org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@78783315 (id: 6948705e-8df9-4f3d-9921-13e92492bdbf, sid: 6948705e-8df9-4f3d-9921-13e92492bdbf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b3a1b031-fa20-41dd-bf86-9d89bde2478b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@39917a93 (id: b3a1b031-fa20-41dd-bf86-9d89bde2478b, sid: b3a1b031-fa20-41dd-bf86-9d89bde2478b) (name: PP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 87b4c0eb-62de-49d7-a45b-96f0fcaf1138 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6c365a6d (id: 87b4c0eb-62de-49d7-a45b-96f0fcaf1138, sid: 87b4c0eb-62de-49d7-a45b-96f0fcaf1138) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC21, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 1b2c4ff4-f3c0-4591-8488-b1e0b14af46d org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7c53b4ed (id: 1b2c4ff4-f3c0-4591-8488-b1e0b14af46d, sid: 1b2c4ff4-f3c0-4591-8488-b1e0b14af46d) (name: PP211) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d6035c03-79b6-46f6-ae48-860f533bcb7a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@450ac0e9 (id: d6035c03-79b6-46f6-ae48-860f533bcb7a, sid: d6035c03-79b6-46f6-ae48-860f533bcb7a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = d3c49787-5033-4cd6-89ef-8e489ee05db9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@777d7f39 (id: d3c49787-5033-4cd6-89ef-8e489ee05db9, sid: d3c49787-5033-4cd6-89ef-8e489ee05db9) (name: CP31) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 53eef969-56c7-4a93-8610-b83ae39a40d9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2946b689 (id: 53eef969-56c7-4a93-8610-b83ae39a40d9, sid: 53eef969-56c7-4a93-8610-b83ae39a40d9) (name: CP32) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 20ae43c5-b75b-4e82-b1e7-58c4028a1f29 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@48539b90 (id: 20ae43c5-b75b-4e82-b1e7-58c4028a1f29, sid: 20ae43c5-b75b-4e82-b1e7-58c4028a1f29) (name: CP33) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = c95f1081-6e48-4ffa-9a1e-7c46568fe26b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5bcd07fb (id: c95f1081-6e48-4ffa-9a1e-7c46568fe26b, sid: c95f1081-6e48-4ffa-9a1e-7c46568fe26b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 77952ecf-627f-4ff9-9ca1-7318ca6a0cf7 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@47553f0c (id: 77952ecf-627f-4ff9-9ca1-7318ca6a0cf7, sid: 77952ecf-627f-4ff9-9ca1-7318ca6a0cf7) (name: CP41) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 4743096b-f0a2-4658-903b-bdae0f3e7869 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5bbb3b91 (id: 4743096b-f0a2-4658-903b-bdae0f3e7869, sid: 4743096b-f0a2-4658-903b-bdae0f3e7869) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 980bb9bb-08e6-404a-b180-dbe19912ad29 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@f60a46d (id: 980bb9bb-08e6-404a-b180-dbe19912ad29, sid: 980bb9bb-08e6-404a-b180-dbe19912ad29) (name: CP51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b557d40f-4b5f-44e3-a78c-90defc666889 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3ca188a5 (id: b557d40f-4b5f-44e3-a78c-90defc666889, sid: b557d40f-4b5f-44e3-a78c-90defc666889) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = b2048550-0c7a-45b8-87f1-c167516f9417 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@52e27d62 (id: b2048550-0c7a-45b8-87f1-c167516f9417, sid: b2048550-0c7a-45b8-87f1-c167516f9417) (name: CP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = c9c32619-1db7-48c2-80ff-2d5f5ae23afa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5007b31c (id: c9c32619-1db7-48c2-80ff-2d5f5ae23afa, sid: c9c32619-1db7-48c2-80ff-2d5f5ae23afa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = bf53d253-cd62-4dc8-a293-017f3d69101a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5a4e36bd (id: bf53d253-cd62-4dc8-a293-017f3d69101a, sid: bf53d253-cd62-4dc8-a293-017f3d69101a) (name: CP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = ade0a50b-fef4-4fca-bc57-24ef81cd9254 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6a9a79f1 (id: ade0a50b-fef4-4fca-bc57-24ef81cd9254, sid: ade0a50b-fef4-4fca-bc57-24ef81cd9254) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC8, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 0cef35d2-0a37-4b30-a7db-9fd86ca169da org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2b5210ad (id: 0cef35d2-0a37-4b30-a7db-9fd86ca169da, sid: 0cef35d2-0a37-4b30-a7db-9fd86ca169da) (name: CP81) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 79ced10f-34dc-4dd9-b42d-bf4b0850914a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@46a0c988 (id: 79ced10f-34dc-4dd9-b42d-bf4b0850914a, sid: 79ced10f-34dc-4dd9-b42d-bf4b0850914a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA1, abstract: false, actor: true, human: true, kind: UNSET, nature: NODE) ID = 4e22e4ea-684c-48dd-b514-1beb7c800030 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@6d70f43f (id: 4e22e4ea-684c-48dd-b514-1beb7c800030, sid: 4e22e4ea-684c-48dd-b514-1beb7c800030) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [ComponentExchangeAllocationTest] >> release >> unload Project_test_01 [ComponentExchangeAllocationTest] >> release >> unload output [PhysicalPathTest] >> require >> load Project_test_01 [PhysicalPathTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@14eecc4b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2b749db4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@42e1154b (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 2dec588d-9cab-43f8-b223-b10df7d32007 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6f312127 (id: 2dec588d-9cab-43f8-b223-b10df7d32007, sid: null) (name: InterPhases-PhysicalPath) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1a2b8a77-5ebd-4ce7-9f59-6d9d8f22049b org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@491baa96 (id: 1a2b8a77-5ebd-4ce7-9f59-6d9d8f22049b, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a17b602-101c-4bf6-b96b-022f219464ec org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6c78b7df (id: 7a17b602-101c-4bf6-b96b-022f219464ec, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5746ad7-5f5e-4981-aa2b-a494de3f70c8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4965823e (id: a5746ad7-5f5e-4981-aa2b-a494de3f70c8, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = e6f63455-5104-46d7-ad19-5b9c37a40999 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@5a5c5b8c (id: e6f63455-5104-46d7-ad19-5b9c37a40999, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d345f375-5000-47ef-90e2-3ddc3ba3e39a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@532be72c (id: d345f375-5000-47ef-90e2-3ddc3ba3e39a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 38b6f7fc-273f-4c01-b274-a6b1bd14a4d3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@9f78c5f (id: 38b6f7fc-273f-4c01-b274-a6b1bd14a4d3, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa97086f-e8d7-4fb1-8751-9bedc86ea33a org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4ecb1e51 (id: fa97086f-e8d7-4fb1-8751-9bedc86ea33a, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94854b3f-8e5c-4ac3-afb3-797162ff11e1 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4b9e0e20 (id: 94854b3f-8e5c-4ac3-afb3-797162ff11e1, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@478082f8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 73c6f127-1a2a-412f-beb4-08a576421b70 org.polarsys.capella.core.data.cs.impl.PartImpl@72a07b23 (id: 73c6f127-1a2a-412f-beb4-08a576421b70, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 051137e3-97b9-4c85-af9d-0ce77c8fca8d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@648fdab0 (id: 051137e3-97b9-4c85-af9d-0ce77c8fca8d, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 40e2654e-8b49-4d5e-8186-a1be1755da15 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@5e814dd (id: 40e2654e-8b49-4d5e-8186-a1be1755da15, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d07b3db-629f-4140-a26c-8b586c1d3b4b org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@506d4875 (id: 9d07b3db-629f-4140-a26c-8b586c1d3b4b, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@14eecc4b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2b749db4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2dec588d-9cab-43f8-b223-b10df7d32007 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6f312127 (id: 2dec588d-9cab-43f8-b223-b10df7d32007, sid: null) (name: InterPhases-PhysicalPath) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1a2b8a77-5ebd-4ce7-9f59-6d9d8f22049b org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@491baa96 (id: 1a2b8a77-5ebd-4ce7-9f59-6d9d8f22049b, sid: 3de1e592-28b2-469d-983a-c22c812dfac3) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7a17b602-101c-4bf6-b96b-022f219464ec org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6c78b7df (id: 7a17b602-101c-4bf6-b96b-022f219464ec, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5746ad7-5f5e-4981-aa2b-a494de3f70c8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4965823e (id: a5746ad7-5f5e-4981-aa2b-a494de3f70c8, sid: null) (name: Root Physical Function) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, kind: FUNCTION, condition: null) ID = d345f375-5000-47ef-90e2-3ddc3ba3e39a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@532be72c (id: d345f375-5000-47ef-90e2-3ddc3ba3e39a, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 38b6f7fc-273f-4c01-b274-a6b1bd14a4d3 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@9f78c5f (id: 38b6f7fc-273f-4c01-b274-a6b1bd14a4d3, sid: f8c5773c-173f-4d8e-b01c-5f962d7278a4) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa97086f-e8d7-4fb1-8751-9bedc86ea33a org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4ecb1e51 (id: fa97086f-e8d7-4fb1-8751-9bedc86ea33a, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94854b3f-8e5c-4ac3-afb3-797162ff11e1 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4b9e0e20 (id: 94854b3f-8e5c-4ac3-afb3-797162ff11e1, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b10ef1ba-372e-454e-8f79-15fe587c6e0e org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@478082f8 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 73c6f127-1a2a-412f-beb4-08a576421b70 org.polarsys.capella.core.data.cs.impl.PartImpl@72a07b23 (id: 73c6f127-1a2a-412f-beb4-08a576421b70, sid: f311af2e-37ba-4072-8d21-df07c5e1628e) (name: Physical System) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 610fe8d4-26d7-4c99-9113-ac082f8705a7 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1c0fe95e (id: 610fe8d4-26d7-4c99-9113-ac082f8705a7, sid: 610fe8d4-26d7-4c99-9113-ac082f8705a7) (name: C 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 96b17786-2ca5-465d-8586-ff1208cbe53e org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@6d07e09f (id: 96b17786-2ca5-465d-8586-ff1208cbe53e, sid: 96b17786-2ca5-465d-8586-ff1208cbe53e) (name: C 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 30dd93be-f717-41b6-b028-dcaa1e9cc5fe org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@71224f7d (id: 30dd93be-f717-41b6-b028-dcaa1e9cc5fe, sid: 30dd93be-f717-41b6-b028-dcaa1e9cc5fe) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 360f956a-2b35-4dd5-bdff-dcc2e5b099fb org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@25211e71 (id: 360f956a-2b35-4dd5-bdff-dcc2e5b099fb, sid: 360f956a-2b35-4dd5-bdff-dcc2e5b099fb) (name: PL 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0a8ffb8d-07fa-42cf-b8ba-3c38e21e4404 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@4cf2fbca (id: 0a8ffb8d-07fa-42cf-b8ba-3c38e21e4404, sid: 0a8ffb8d-07fa-42cf-b8ba-3c38e21e4404) (name: PL 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0208876b-c348-41a8-9d2f-c966735a99b5 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@94eec7f (id: 0208876b-c348-41a8-9d2f-c966735a99b5, sid: 0208876b-c348-41a8-9d2f-c966735a99b5) (name: PL 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ac0043d0-bb34-4a09-97bd-953d6b9782db org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@74819887 (id: ac0043d0-bb34-4a09-97bd-953d6b9782db, sid: ac0043d0-bb34-4a09-97bd-953d6b9782db) (name: PL 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3c209925-dd67-4d06-9566-51262edd5ff4 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@59fec2f0 (id: 3c209925-dd67-4d06-9566-51262edd5ff4, sid: 3c209925-dd67-4d06-9566-51262edd5ff4) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce90fcda-5c10-4c75-8833-3dddd8232d3f org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@2094eae (id: ce90fcda-5c10-4c75-8833-3dddd8232d3f, sid: ce90fcda-5c10-4c75-8833-3dddd8232d3f) (name: PL 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 89a6d73d-9edf-4dd0-9786-c986bc7c5eff org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@7cda6784 (id: 89a6d73d-9edf-4dd0-9786-c986bc7c5eff, sid: 89a6d73d-9edf-4dd0-9786-c986bc7c5eff) (name: PL 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 051137e3-97b9-4c85-af9d-0ce77c8fca8d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@648fdab0 (id: 051137e3-97b9-4c85-af9d-0ce77c8fca8d, sid: 07a38a6e-2ba9-49c5-a983-cec8c4b73ab9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = aef62acf-a67f-449f-b93b-1eaa5fbe0880 org.polarsys.capella.core.data.cs.impl.PartImpl@834e043 (id: aef62acf-a67f-449f-b93b-1eaa5fbe0880, sid: aef62acf-a67f-449f-b93b-1eaa5fbe0880) (name: PC 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b2a99fdc-329f-4198-b0fe-467b37b751b3 org.polarsys.capella.core.data.cs.impl.PartImpl@59d0930d (id: b2a99fdc-329f-4198-b0fe-467b37b751b3, sid: b2a99fdc-329f-4198-b0fe-467b37b751b3) (name: PC 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = acd4f3a0-7609-4aed-844f-54df65704d21 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@31cb37a2 (id: acd4f3a0-7609-4aed-844f-54df65704d21, sid: acd4f3a0-7609-4aed-844f-54df65704d21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34718453-316a-4871-b148-7454503def57 org.polarsys.capella.core.data.cs.impl.PartImpl@1ed2ef20 (id: 34718453-316a-4871-b148-7454503def57, sid: 34718453-316a-4871-b148-7454503def57) (name: A transiter) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 23cb02b1-b4a2-4d15-a61d-f537d8d46e8d org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@53b7992 (id: 23cb02b1-b4a2-4d15-a61d-f537d8d46e8d, sid: 23cb02b1-b4a2-4d15-a61d-f537d8d46e8d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90da9a8a-468f-4c43-ade6-e0905ddfc142 org.polarsys.capella.core.data.cs.impl.PartImpl@58aecac3 (id: 90da9a8a-468f-4c43-ade6-e0905ddfc142, sid: 90da9a8a-468f-4c43-ade6-e0905ddfc142) (name: PC 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d2065b0f-99bd-4114-b7b6-059154eda4e9 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@30308053 (id: d2065b0f-99bd-4114-b7b6-059154eda4e9, sid: d2065b0f-99bd-4114-b7b6-059154eda4e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = af5592bd-b59d-49bf-9aff-d0c3142f5510 org.polarsys.capella.core.data.cs.impl.PartImpl@3992c29a (id: af5592bd-b59d-49bf-9aff-d0c3142f5510, sid: af5592bd-b59d-49bf-9aff-d0c3142f5510) (name: PC 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 918715ad-d782-4a55-802f-8d373c0ea36b org.polarsys.capella.core.data.cs.impl.PartImpl@49eded35 (id: 918715ad-d782-4a55-802f-8d373c0ea36b, sid: 918715ad-d782-4a55-802f-8d373c0ea36b) (name: PC 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 29c5a952-e799-4624-99f2-45d70a1cdce8 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@7d6bce43 (id: 29c5a952-e799-4624-99f2-45d70a1cdce8, sid: 29c5a952-e799-4624-99f2-45d70a1cdce8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = db9c1972-e3a0-449d-bf23-69b2783f66db org.polarsys.capella.core.data.cs.impl.PartImpl@52424566 (id: db9c1972-e3a0-449d-bf23-69b2783f66db, sid: db9c1972-e3a0-449d-bf23-69b2783f66db) (name: Connexion 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0bacfb1a-220b-4e0a-9277-56675a86ea5b org.polarsys.capella.core.data.cs.impl.PartImpl@6b1e69be (id: 0bacfb1a-220b-4e0a-9277-56675a86ea5b, sid: 0bacfb1a-220b-4e0a-9277-56675a86ea5b) (name: Connexion 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 85a19ad9-92ba-4bb4-bd74-1d5979d9addd org.polarsys.capella.core.data.cs.impl.PartImpl@431af54d (id: 85a19ad9-92ba-4bb4-bd74-1d5979d9addd, sid: 85a19ad9-92ba-4bb4-bd74-1d5979d9addd) (name: PC 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a57f89c9-a068-471e-b963-edaa34ac01d3 org.polarsys.capella.core.data.cs.impl.PartImpl@6e06638f (id: a57f89c9-a068-471e-b963-edaa34ac01d3, sid: a57f89c9-a068-471e-b963-edaa34ac01d3) (name: PC 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 040d0c5e-f09c-4ea0-885d-a245741d7f37 org.polarsys.capella.core.data.cs.impl.PartImpl@2e2f625c (id: 040d0c5e-f09c-4ea0-885d-a245741d7f37, sid: 040d0c5e-f09c-4ea0-885d-a245741d7f37) (name: PC 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5ddc19d5-7684-4c51-98d3-b6e245d299df org.polarsys.capella.core.data.cs.impl.PartImpl@16f242f0 (id: 5ddc19d5-7684-4c51-98d3-b6e245d299df, sid: 5ddc19d5-7684-4c51-98d3-b6e245d299df) (name: PC 15) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d98dfd08-dfba-44f6-b8dd-2ea91a36b7e1 org.polarsys.capella.core.data.cs.impl.PartImpl@36e4bdbe (id: d98dfd08-dfba-44f6-b8dd-2ea91a36b7e1, sid: d98dfd08-dfba-44f6-b8dd-2ea91a36b7e1) (name: PC 11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f05da34b-c494-42da-9823-261bac0fc050 org.polarsys.capella.core.data.cs.impl.PhysicalPathImpl@747c1695 (id: f05da34b-c494-42da-9823-261bac0fc050, sid: f05da34b-c494-42da-9823-261bac0fc050) (name: PhysicalPath 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a24481e9-ef14-4177-971e-e24b8d2e26ba org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@605825ca (id: a24481e9-ef14-4177-971e-e24b8d2e26ba, sid: a24481e9-ef14-4177-971e-e24b8d2e26ba) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59752c4a-9fcb-4df9-bcb1-587ebf5c36a8 org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@64b90ef3 (id: 59752c4a-9fcb-4df9-bcb1-587ebf5c36a8, sid: 59752c4a-9fcb-4df9-bcb1-587ebf5c36a8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5b3106d4-30ca-4347-8917-a9b5177cdffe org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@1439c74a (id: 5b3106d4-30ca-4347-8917-a9b5177cdffe, sid: 5b3106d4-30ca-4347-8917-a9b5177cdffe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dab727a8-f450-4864-b8f3-4fa9cb2da6f3 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@385b9da8 (id: dab727a8-f450-4864-b8f3-4fa9cb2da6f3, sid: dab727a8-f450-4864-b8f3-4fa9cb2da6f3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34f94164-3336-41b3-afdc-89b145b6e562 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@cdfa27e (id: 34f94164-3336-41b3-afdc-89b145b6e562, sid: 34f94164-3336-41b3-afdc-89b145b6e562) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a7f2f8d9-2492-4041-b9fb-8c8eacf21bdf org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@4f605d3f (id: a7f2f8d9-2492-4041-b9fb-8c8eacf21bdf, sid: a7f2f8d9-2492-4041-b9fb-8c8eacf21bdf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b55497ef-7688-4588-b448-734348e2d81d org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@15b9c00e (id: b55497ef-7688-4588-b448-734348e2d81d, sid: b55497ef-7688-4588-b448-734348e2d81d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5b51ef84-d9ff-439b-a76d-ee39bf1c8444 org.polarsys.capella.core.data.cs.impl.PhysicalPathImpl@716bb9cc (id: 5b51ef84-d9ff-439b-a76d-ee39bf1c8444, sid: 5b51ef84-d9ff-439b-a76d-ee39bf1c8444) (name: PhysicalPath 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 242917cf-7945-46c7-a52f-49081b7ea62c org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@d639cd (id: 242917cf-7945-46c7-a52f-49081b7ea62c, sid: 242917cf-7945-46c7-a52f-49081b7ea62c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 99987bda-a3c3-4183-af48-7a8f361679da org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@4d12054d (id: 99987bda-a3c3-4183-af48-7a8f361679da, sid: 99987bda-a3c3-4183-af48-7a8f361679da) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = aceb32f9-3308-48d5-a95c-d07dd0c8b629 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@16f01551 (id: aceb32f9-3308-48d5-a95c-d07dd0c8b629, sid: aceb32f9-3308-48d5-a95c-d07dd0c8b629) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23dee824-648d-41ae-a772-e5cc76df8877 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@3af97b9a (id: 23dee824-648d-41ae-a772-e5cc76df8877, sid: 23dee824-648d-41ae-a772-e5cc76df8877) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e37e4478-ff71-4c2f-a267-a19b1b3ae977 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@bd03559 (id: e37e4478-ff71-4c2f-a267-a19b1b3ae977, sid: e37e4478-ff71-4c2f-a267-a19b1b3ae977) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3a1360e1-d0be-4935-bfa3-4db0f23174bf org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@56b56103 (id: 3a1360e1-d0be-4935-bfa3-4db0f23174bf, sid: 3a1360e1-d0be-4935-bfa3-4db0f23174bf) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 062cc30a-0484-442f-a6bf-abd8c3314a48 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@40f9ac19 (id: 062cc30a-0484-442f-a6bf-abd8c3314a48, sid: 062cc30a-0484-442f-a6bf-abd8c3314a48) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b1d9ca9c-1919-4dfa-91d2-c8b9a1a9d955 org.polarsys.capella.core.data.cs.impl.PhysicalPathImpl@312d2a37 (id: b1d9ca9c-1919-4dfa-91d2-c8b9a1a9d955, sid: b1d9ca9c-1919-4dfa-91d2-c8b9a1a9d955) (name: PhysicalPath 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fa1adca6-fa2a-4989-8508-7cf71402fd8a org.polarsys.capella.core.data.fa.impl.ComponentExchangeAllocationImpl@469d78b7 (id: fa1adca6-fa2a-4989-8508-7cf71402fd8a, sid: fa1adca6-fa2a-4989-8508-7cf71402fd8a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d6b9de3-154c-4f36-ae60-3659b35d9978 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@4b899d19 (id: 2d6b9de3-154c-4f36-ae60-3659b35d9978, sid: 2d6b9de3-154c-4f36-ae60-3659b35d9978) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 08adc94b-c1bc-4568-9f8c-9c6e00f38004 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@132d7acd (id: 08adc94b-c1bc-4568-9f8c-9c6e00f38004, sid: 08adc94b-c1bc-4568-9f8c-9c6e00f38004) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77e22f30-027b-448b-aa50-bc3dfcc8dc24 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@45fb6315 (id: 77e22f30-027b-448b-aa50-bc3dfcc8dc24, sid: 77e22f30-027b-448b-aa50-bc3dfcc8dc24) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0328ec2c-3a6e-4fe5-b651-11a3b93b0d70 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@688ef3dd (id: 0328ec2c-3a6e-4fe5-b651-11a3b93b0d70, sid: 0328ec2c-3a6e-4fe5-b651-11a3b93b0d70) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c4bd175f-3d5d-4658-9041-98a7219615fc org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@6fe8ca80 (id: c4bd175f-3d5d-4658-9041-98a7219615fc, sid: c4bd175f-3d5d-4658-9041-98a7219615fc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 43c647f5-6ecb-4a32-af6f-27ba3cafbbbd org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@17eb2ea2 (id: 43c647f5-6ecb-4a32-af6f-27ba3cafbbbd, sid: 43c647f5-6ecb-4a32-af6f-27ba3cafbbbd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ff8f00d9-4f87-477d-a6de-46210923d601 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@9961481 (id: ff8f00d9-4f87-477d-a6de-46210923d601, sid: ff8f00d9-4f87-477d-a6de-46210923d601) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5d9ff834-bfed-4536-a141-8f0ee9d746e9 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@16991e75 (id: 5d9ff834-bfed-4536-a141-8f0ee9d746e9, sid: 5d9ff834-bfed-4536-a141-8f0ee9d746e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b9d8f025-6ca2-4b4b-baf8-1a3fa838ec51 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@3f0c6aec (id: b9d8f025-6ca2-4b4b-baf8-1a3fa838ec51, sid: b9d8f025-6ca2-4b4b-baf8-1a3fa838ec51) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a32f2a71-e6e4-475e-9d17-4af76b3c8cd1 org.polarsys.capella.core.data.cs.impl.PhysicalPathImpl@715ccd91 (id: a32f2a71-e6e4-475e-9d17-4af76b3c8cd1, sid: a32f2a71-e6e4-475e-9d17-4af76b3c8cd1) (name: PhysicalPath 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f39ab03-eada-4e9d-9131-142a308a8899 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@48d7fd27 (id: 1f39ab03-eada-4e9d-9131-142a308a8899, sid: 1f39ab03-eada-4e9d-9131-142a308a8899) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91d81cb8-9fde-4e6c-b1ac-7afe2ccae5da org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@166328fe (id: 91d81cb8-9fde-4e6c-b1ac-7afe2ccae5da, sid: 91d81cb8-9fde-4e6c-b1ac-7afe2ccae5da) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0e649091-46c4-4c03-9f0b-574f94aeb30f org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@4a646bd4 (id: 0e649091-46c4-4c03-9f0b-574f94aeb30f, sid: 0e649091-46c4-4c03-9f0b-574f94aeb30f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4e0c89b6-76ea-4f86-a24d-aa1c2ad5d2f9 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@5d43074c (id: 4e0c89b6-76ea-4f86-a24d-aa1c2ad5d2f9, sid: 4e0c89b6-76ea-4f86-a24d-aa1c2ad5d2f9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 378b3bdf-540c-41a9-a223-a528557b8ee8 org.polarsys.capella.core.data.cs.impl.PhysicalPathInvolvementImpl@2a8ae706 (id: 378b3bdf-540c-41a9-a223-a528557b8ee8, sid: 378b3bdf-540c-41a9-a223-a528557b8ee8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b8c02f07-d8cb-4fca-a762-8c283e23c876 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4678d38 (id: b8c02f07-d8cb-4fca-a762-8c283e23c876, sid: b8c02f07-d8cb-4fca-a762-8c283e23c876) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 12, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = cd2deb3b-f1d1-4cab-aa80-91299064ed48 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2b213606 (id: cd2deb3b-f1d1-4cab-aa80-91299064ed48, sid: cd2deb3b-f1d1-4cab-aa80-91299064ed48) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1836e69b-9150-44e1-a184-8ee095e5f673 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@639571f2 (id: 1836e69b-9150-44e1-a184-8ee095e5f673, sid: 1836e69b-9150-44e1-a184-8ee095e5f673) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d0d3e7a5-97f4-460a-bdfc-45100cf67cf5 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@4cdccc43 (id: d0d3e7a5-97f4-460a-bdfc-45100cf67cf5, sid: d0d3e7a5-97f4-460a-bdfc-45100cf67cf5) (name: PL 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23b3f765-2851-46df-a3f3-d4df296dd31c org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@746a86ad (id: 23b3f765-2851-46df-a3f3-d4df296dd31c, sid: 23b3f765-2851-46df-a3f3-d4df296dd31c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 4, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = c3d33bd1-f122-40ea-81ec-715423f6cdde org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@56d90f20 (id: c3d33bd1-f122-40ea-81ec-715423f6cdde, sid: c3d33bd1-f122-40ea-81ec-715423f6cdde) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0eb7e6de-3271-4264-bace-6b1678d2aa5c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1e8beee8 (id: 0eb7e6de-3271-4264-bace-6b1678d2aa5c, sid: 0eb7e6de-3271-4264-bace-6b1678d2aa5c) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0c9fba98-ef62-49d2-b7ee-345d8e2f10e0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@349f97ae (id: 0c9fba98-ef62-49d2-b7ee-345d8e2f10e0, sid: 0c9fba98-ef62-49d2-b7ee-345d8e2f10e0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: A transiter, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 76f1e766-ac63-4ab5-adb2-d6fee30de081 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1460207e (id: 76f1e766-ac63-4ab5-adb2-d6fee30de081, sid: 76f1e766-ac63-4ab5-adb2-d6fee30de081) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 0019b6a9-d389-447a-a8db-dfd8aca44bea org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@ade9ddd (id: 0019b6a9-d389-447a-a8db-dfd8aca44bea, sid: 0019b6a9-d389-447a-a8db-dfd8aca44bea) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9f23b2a2-3597-49bc-96eb-485bc711423d org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4be3dec0 (id: 9f23b2a2-3597-49bc-96eb-485bc711423d, sid: 9f23b2a2-3597-49bc-96eb-485bc711423d) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9300c634-3b3c-46ce-a81f-bc3ef05f2aef org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@30912f5 (id: 9300c634-3b3c-46ce-a81f-bc3ef05f2aef, sid: 9300c634-3b3c-46ce-a81f-bc3ef05f2aef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 61e48984-e3e3-4982-8785-df73b806b5a5 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@16ffb13a (id: 61e48984-e3e3-4982-8785-df73b806b5a5, sid: 61e48984-e3e3-4982-8785-df73b806b5a5) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 06a8893d-5c8e-42d6-b55a-14035444ee92 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@68b1f64d (id: 06a8893d-5c8e-42d6-b55a-14035444ee92, sid: 06a8893d-5c8e-42d6-b55a-14035444ee92) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = c76d536e-a498-4604-88ff-d722c9cc42ad org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3df13045 (id: c76d536e-a498-4604-88ff-d722c9cc42ad, sid: c76d536e-a498-4604-88ff-d722c9cc42ad) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 6, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 121de3bf-7e2b-4a10-b03f-b2d0e644850d org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@76a413b4 (id: 121de3bf-7e2b-4a10-b03f-b2d0e644850d, sid: 121de3bf-7e2b-4a10-b03f-b2d0e644850d) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a40d8e1a-f157-4f17-a61b-5db7d4790082 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1d391a3b (id: a40d8e1a-f157-4f17-a61b-5db7d4790082, sid: a40d8e1a-f157-4f17-a61b-5db7d4790082) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 5, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = a751375b-b220-4987-9226-d6d0bdd59e26 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7add844f (id: a751375b-b220-4987-9226-d6d0bdd59e26, sid: a751375b-b220-4987-9226-d6d0bdd59e26) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 2bd43943-32ea-4f8a-9b47-9743a70a1ff1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4e1af049 (id: 2bd43943-32ea-4f8a-9b47-9743a70a1ff1, sid: 2bd43943-32ea-4f8a-9b47-9743a70a1ff1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Connexion 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = be57cc6c-2891-4f98-bcd5-fc8bf93b95d9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@18f5738d (id: be57cc6c-2891-4f98-bcd5-fc8bf93b95d9, sid: be57cc6c-2891-4f98-bcd5-fc8bf93b95d9) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = b84e2e3c-39c2-4f59-9ca2-c854e73ec6ff org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4dc84a6a (id: b84e2e3c-39c2-4f59-9ca2-c854e73ec6ff, sid: b84e2e3c-39c2-4f59-9ca2-c854e73ec6ff) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 6a3117d1-2c4d-4756-ad4e-486f33ed35f8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5b214060 (id: 6a3117d1-2c4d-4756-ad4e-486f33ed35f8, sid: 6a3117d1-2c4d-4756-ad4e-486f33ed35f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Connexion 2, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 21a25ad3-62bf-4d5e-8723-e045309c9f38 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@42206bf5 (id: 21a25ad3-62bf-4d5e-8723-e045309c9f38, sid: 21a25ad3-62bf-4d5e-8723-e045309c9f38) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1b2155e7-214e-418d-bcfd-8483ccc60370 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@717a0127 (id: 1b2155e7-214e-418d-bcfd-8483ccc60370, sid: 1b2155e7-214e-418d-bcfd-8483ccc60370) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e72d1277-f9b7-487d-9a74-35f7bc949aa2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@61575cf4 (id: e72d1277-f9b7-487d-9a74-35f7bc949aa2, sid: e72d1277-f9b7-487d-9a74-35f7bc949aa2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 8, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 33223acb-fd52-41d6-a301-8e048f99c65f org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2444964 (id: 33223acb-fd52-41d6-a301-8e048f99c65f, sid: 33223acb-fd52-41d6-a301-8e048f99c65f) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 2ccb7c61-aa2b-438e-a433-5164d8009cd6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@45e64752 (id: 2ccb7c61-aa2b-438e-a433-5164d8009cd6, sid: 2ccb7c61-aa2b-438e-a433-5164d8009cd6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 9, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 4ef6d394-e55d-4bc4-9bc8-11ea72da0d9d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@71223e0e (id: 4ef6d394-e55d-4bc4-9bc8-11ea72da0d9d, sid: 4ef6d394-e55d-4bc4-9bc8-11ea72da0d9d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 05261e77-050b-4a55-acdf-7aeb5a0d7ba8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7ce46ab8 (id: 05261e77-050b-4a55-acdf-7aeb5a0d7ba8, sid: 05261e77-050b-4a55-acdf-7aeb5a0d7ba8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 1ee8bd9d-44fe-48fb-8514-dc99f4ee2676 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1cd6f964 (id: 1ee8bd9d-44fe-48fb-8514-dc99f4ee2676, sid: 1ee8bd9d-44fe-48fb-8514-dc99f4ee2676) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = bcbf363a-a921-44e7-b8ee-0a807d914b88 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6ddc991b (id: bcbf363a-a921-44e7-b8ee-0a807d914b88, sid: bcbf363a-a921-44e7-b8ee-0a807d914b88) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 88e1bb42-2976-4c43-8aa0-4daebeeb51b3 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@33387bc2 (id: 88e1bb42-2976-4c43-8aa0-4daebeeb51b3, sid: 88e1bb42-2976-4c43-8aa0-4daebeeb51b3) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 95eb73ae-8eb1-4c52-9068-5c58958f8a9b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6778e69a (id: 95eb73ae-8eb1-4c52-9068-5c58958f8a9b, sid: 95eb73ae-8eb1-4c52-9068-5c58958f8a9b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 15, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 123f8e5f-bcc3-4a2e-b68b-5ff0dc7e986e org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@3c93b67d (id: 123f8e5f-bcc3-4a2e-b68b-5ff0dc7e986e, sid: 123f8e5f-bcc3-4a2e-b68b-5ff0dc7e986e) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1afbc71a-9a09-4f4b-afe5-ee7ba9bf3e04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6cd666b7 (id: 1afbc71a-9a09-4f4b-afe5-ee7ba9bf3e04, sid: 1afbc71a-9a09-4f4b-afe5-ee7ba9bf3e04) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 11, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = f243998e-56e5-40f5-aca5-1eb5fb6920ff org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@47e0af90 (id: f243998e-56e5-40f5-aca5-1eb5fb6920ff, sid: f243998e-56e5-40f5-aca5-1eb5fb6920ff) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [PhysicalPathTest] >> release >> unload Project_test_01 [PhysicalPathTest] >> release >> unload output [SimpleComponents] >> require >> load Project_test_01 [SimpleComponents] >> require >> load output [SimpleComponents] >> release >> unload Project_test_01 [SimpleComponents] >> release >> unload output [SubPhyscialComponent] >> require >> load Project_test_01 [SubPhyscialComponent] >> require >> load output [SubPhyscialComponent] >> release >> unload Project_test_01 [SubPhyscialComponent] >> release >> unload output [Interfaces] >> require >> load Project_test_01 [Interfaces] >> require >> load output [Interfaces] >> release >> unload Project_test_01 [Interfaces] >> release >> unload output [HWRulesTestSuite] >> require >> load HWTestModel [Rule_HW_01] >> require HWTestModel [Rule_HW_01] >> release HWTestModel [Rule_HW_02] >> require HWTestModel [Rule_HW_02] >> release HWTestModel [Rule_HW_03] >> require HWTestModel [Rule_HW_03] >> release HWTestModel [Rule_HW_04] >> require HWTestModel [Rule_HW_04] >> release HWTestModel [HWRulesTestSuite] >> release >> unload HWTestModel [OrderedPhysicalComponents] >> require >> load Project_test_01 [OrderedPhysicalComponents] >> require >> load output [OrderedPhysicalComponents] >> release >> unload Project_test_01 [OrderedPhysicalComponents] >> release >> unload output [MultiphasesTransitionTest] >> require >> load init_transition [MultiphasesTransitionTest] >> require >> load PC1PC2_result [SimpleComponents] >> require >> load Project_test_01 [SimpleComponents] >> require >> load output_lib [SimpleComponents] >> release >> unload Project_test_01 [SimpleComponents] >> release >> unload output_lib [Interfaces] >> require >> load Project_test_01 [Interfaces] >> require >> load output_lib [Interfaces] >> release >> unload Project_test_01 [Interfaces] >> release >> unload output_lib [OrderedPhysicalComponents] >> require >> load Project_test_01 [OrderedPhysicalComponents] >> require >> load output_lib [OrderedPhysicalComponents] >> release >> unload Project_test_01 [OrderedPhysicalComponents] >> release >> unload output_lib [MultiphasesTransitionTest] >> require init_transition [MultiphasesTransitionTest] >> require PC1PC2_result testRunEnded:779257 ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose (Capella:1616): Gdk-CRITICAL **: 08:16:04.295: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] sh + mvn -Djacoco.dataFile=/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.6:report Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.2+12 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Subsystem Transition [pom] [INFO] org.polarsys.capella.transition.system2subsystem.features [pom] [INFO] org.polarsys.capella.transition.system2subsystem.bundles [pom] [INFO] org.polarsys.capella.transition.system2subsystem [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.doc [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.interphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.feature [eclipse-feature] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.transition.system2subsystem.site [eclipse-repository] [INFO] [INFO] --< org.polarsys:org.polarsys.capella.addon.transition.system2subsystem >-- [INFO] Building Capella Subsystem Transition 1.6.0-SNAPSHOT [1/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.features >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.features 1.6.0-SNAPSHOT [2/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.bundles >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.bundles 1.6.0-SNAPSHOT [3/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.transition.system2subsystem >---- [INFO] Building org.polarsys.capella.transition.system2subsystem 1.6.0-SNAPSHOT [4/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem' with 98 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases 1.6.0-SNAPSHOT [5/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.crossphases' with 46 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.ui 1.6.0-SNAPSHOT [6/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.ui' with 2 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases.ui 1.6.0-SNAPSHOT [7/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.crossphases.ui' with 4 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.doc >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.doc 1.6.0-SNAPSHOT [8/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.doc' with 1 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases 1.6.0-SNAPSHOT [9/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.interphases' with 14 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases.ui 1.6.0-SNAPSHOT [10/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.interphases.ui' with 4 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases 1.6.0-SNAPSHOT [11/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.multiphases' with 146 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases.ui 1.6.0-SNAPSHOT [12/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.multiphases.ui' with 4 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.feature 1.6.0-SNAPSHOT [13/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.tests.ju 1.6.0-SNAPSHOT [14/16] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.tests.ju' with 142 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.tests.feature 1.6.0-SNAPSHOT [15/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.site >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.site 1.6.0-SNAPSHOT [16/16] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.0-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 4.837 s] [INFO] org.polarsys.capella.transition.system2subsystem.features SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.transition.system2subsystem.bundles SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.transition.system2subsystem ... SUCCESS [ 1.008 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SUCCESS [ 0.501 s] [INFO] org.polarsys.capella.transition.system2subsystem.ui SUCCESS [ 0.473 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SUCCESS [ 0.196 s] [INFO] org.polarsys.capella.transition.system2subsystem.doc SUCCESS [ 0.182 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases SUCCESS [ 0.192 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SUCCESS [ 0.184 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SUCCESS [ 0.349 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SUCCESS [ 0.171 s] [INFO] org.polarsys.capella.transition.system2subsystem.feature SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SUCCESS [ 0.438 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.transition.system2subsystem.site SUCCESS [ 0.003 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33.427 s [INFO] Finished at: 2022-06-10T08:16:51Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Sonar) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [SONARCLOUD_TOKEN] See https://jenkins.io/redirect/groovy-string-interpolation for details. + mvn sonar:sonar -Dsonar.projectKey=eclipse_capella-sss-transition -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=8 -Dsonar.scanner.force-deprecated-java-version=true -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco -Dsonar.branch.name=master-6.0 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.2+12 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Subsystem Transition [pom] [INFO] org.polarsys.capella.transition.system2subsystem.features [pom] [INFO] org.polarsys.capella.transition.system2subsystem.bundles [pom] [INFO] org.polarsys.capella.transition.system2subsystem [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.doc [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.interphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui [eclipse-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.feature [eclipse-feature] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.transition.system2subsystem.site [eclipse-repository] [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.9.1.2184 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.9.1.2184: SonarQube plugin was moved to SonarSource organisation [INFO] [INFO] --< org.polarsys:org.polarsys.capella.addon.transition.system2subsystem >-- [INFO] Building Capella Subsystem Transition 1.6.0-SNAPSHOT [1/16] [INFO] --------------------------------[ pom ]--------------------------------- /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:jar:1.6.0-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:jar:1.6.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar-maven-plugin:3.9.1.2184:sonar (default-cli) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.29616 [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml skipped by property 'sonar.skip' [INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) [INFO] Load global settings [INFO] Load global settings (done) | time=634ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=167ms [INFO] Load/download plugins (done) | time=20458ms [INFO] Loaded core extensions: developer-scanner [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'eclipse_capella-sss-transition' [INFO] Load project settings for component key: 'eclipse_capella-sss-transition' (done) | time=121ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=2ms [INFO] Project key: eclipse_capella-sss-transition [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0 [INFO] Working dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=138ms [INFO] Check ALM binding of project 'eclipse_capella-sss-transition' [INFO] Detected project binding: NOT_BOUND [INFO] Check ALM binding of project 'eclipse_capella-sss-transition' (done) | time=112ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=123ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=180ms [INFO] Load active rules [INFO] Load active rules (done) | time=4452ms [INFO] Organization key: eclipse [INFO] Branch name: master-6.0, type: short-lived [INFO] Load project repositories [INFO] Load project repositories (done) | time=263ms [INFO] SCM collecting changed files in the branch [WARNING] Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] SCM collecting changed files in the branch (done) | time=63ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.crossphases' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.crossphases.ui' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.doc' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.interphases' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.interphases.ui' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.multiphases' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.multiphases.ui' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.ui' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.bundles' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.feature' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.tests.feature' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features/org.polarsys.capella.transition.system2subsystem.tests.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.features' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/features [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.site' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/releng/org.polarsys.capella.transition.system2subsystem.site [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'Capella Subsystem Transition' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0 [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] 222 files indexed [INFO] 4 files ignored because of inclusion/exclusion patterns [INFO] 0 files ignored because of scm ignore settings [INFO] Quality profile for java: Capella-java-quality-profile [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.tests.feature [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=114ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=17ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=2ms [INFO] Sensor Text Sensor [text] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=4ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=12ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='**/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=7ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='**/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.features [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='**/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.site [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='**/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.doc [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=4ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1260ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor Text Sensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor Text Sensor [text] (done) | time=29ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=70ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.interphases [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=9ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=7ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 13 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=698ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor Text Sensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=39ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=18ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.multiphases.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=8ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=8ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=455ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=7ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=310ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.crossphases.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=8ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=8ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=214ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=8ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 89 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 89 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=10026ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 89 source files to be analyzed [INFO] 89/89 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=41ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=75ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.multiphases [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=6ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 53 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 53 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=5474ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 53 source files to be analyzed [INFO] 53/53 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=17ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=63ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.crossphases [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=6ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 43 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 43 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1394ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor Text Sensor [text] [INFO] 43 source files to be analyzed [INFO] 43/43 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=35ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=20ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.interphases.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is not enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=152ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-6.0/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.bundles [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor Text Sensor [text] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=0ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 10 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=121ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=19ms [INFO] ------------- Run sensors on module Capella Subsystem Transition [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor Text Sensor [text] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor Text Sensor [text] (done) | time=0ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 11 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=291ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor javabugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/sonar/ir/java [INFO] No IR files have been included for analysis. [INFO] Sensor javabugs [dbd] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] No taint analysis rules have been enabled, will not execute taint analysis. [INFO] Sensor JavaSecuritySensor [security] (done) | time=1ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/ucfg_cs2 [INFO] No UCFGs have been included for analysis. [INFO] Sensor CSharpSecuritySensor [security] (done) | time=3ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/sonar/ucfg2/php [INFO] No UCFGs have been included for analysis. [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/sonar/ucfg2/python [INFO] No UCFGs have been included for analysis. [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/apella-sss-transition_master-6.0/target/sonar/ucfg2/js [INFO] No UCFGs have been included for analysis. [INFO] Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] ------------- Run sensors on project [INFO] Sensor Analysis Warnings import [csharp] [INFO] Sensor Analysis Warnings import [csharp] (done) | time=1ms [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=2ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=303ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 7 source files to be analyzed [INFO] Blaming files using native implementation [INFO] SCM Publisher 7/7 source files have been analyzed (done) | time=239ms [INFO] CPD Executor 72 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 138 files [INFO] CPD Executor CPD calculation finished (done) | time=72ms [INFO] SCM writing changed lines [WARNING] Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] SCM writing changed lines (done) | time=2ms [INFO] Analysis report generated in 2753ms, dir size=543 KB [INFO] Analysis report compressed in 269ms, zip size=260 KB [INFO] Analysis report uploaded in 580ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_capella-sss-transition&branch=master-6.0&resolved=false [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYFMsWzmmo9GvdyOXSFS [INFO] Analysis total time: 37.890 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.0-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [01:04 min] [INFO] org.polarsys.capella.transition.system2subsystem.features SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.bundles SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem ... SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.ui SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.doc SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.interphases SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.feature SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.site SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:30 min [INFO] Finished at: 2022-06-10T08:18:25Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS