Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 4a3bc3d4e598e454149e29a62718071ae3fa650c Loading library capella-pipeline-library@master-jacoco Attempting to resolve master-jacoco from remote references... > git --version # timeout=10 > git --version # 'git version 2.43.0' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master-jacoco revision 20161eb4af45cccef95c134c896cc8068b9df257 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/lla-sss-transition_v1.6.4-branch@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70 # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.43.0' > 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 20161eb4af45cccef95c134c896cc8068b9df257 (master-jacoco) > git config core.sparsecheckout # timeout=10 > git checkout -f 20161eb4af45cccef95c134c896cc8068b9df257 # timeout=10 Commit message: "[releng] Add basic viewpoints" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent centos-7-1fslk is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-1fslk" 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-1fslk" - 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-1fslk" - 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-3160.vd76b_9ddd10cc" 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-1fslk in /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch [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/lla-sss-transition_v1.6.4-branch # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-sss-transition.git > git --version # timeout=10 > git --version # 'git version 2.36.6' 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/v1.6.4-branch:refs/remotes/origin/v1.6.4-branch # timeout=10 Avoid second fetch Checking out Revision 4a3bc3d4e598e454149e29a62718071ae3fa650c (v1.6.4-branch) Commit message: "[releng] Bump to 1.6.4" First time build. Skipping changelog. > git config remote.origin.url https://github.com/eclipse/capella-sss-transition.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.6.4-branch:refs/remotes/origin/v1.6.4-branch # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a3bc3d4e598e454149e29a62718071ae3fa650c # 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=4fe87b9d-d41f-44a2-80a6-3b88be810233 BUILD_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/v1.6.4-branch/1/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-1fslk 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-v1.6.4-branch-1 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=v1.6.4-branch 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/v1.6.4-branch/ WORKSPACE=/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/v1.6.4-branch/1/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-1fslk USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/v1.6.4-branch/1/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=4a3bc3d4e598e454149e29a62718071ae3fa650c PATH=/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/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/v1.6.4-branch/1/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145 JAVA_HOME=/opt/tools/java/openjdk/jdk-11/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/v1.6.4-branch GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#1 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=1 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=v1.6.4-branch RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/v1.6.4-branch/1/display/redirect?page=tests BUILD_KEY=1.6.4-branch 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=v1.6.4-branch KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-6a64dba30ac3245f27aafd3269c0db119468e29de8c0d3d3dc9e71a7e6f4ebab NODE_LABELS=centos-7 jipp-migration migration centos-7-1fslk GIT_URL=https://github.com/eclipse/capella-sss-transition.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/capella/capella library.capella-pipeline-library.version=master-jacoco HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-1fslk 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/v1.6.4-branch/display/redirect BUILD_NUMBER=1 HUDSON_COOKIE=f4c4bb24-e086-4094-b9f7-d9ac77ecacc0 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-1fslk JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.transition.system2subsystem.target/pom.xml Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ---------------< org.polarsys:capella.target-definition >--------------- [INFO] Building capella.target-definition 1.6.4-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ capella.target-definition --- [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ capella.target-definition --- [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 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. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2022-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-12/ (479B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-12/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-12/202212011200/ (93.31kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/202212071000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-12/202212071000/ (782.2kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (461B) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/ (6.8kB) [INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B) [INFO] Fetching bcpg_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.01kB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.92MB) [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.23MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (586.39kB) [INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (169.92kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (844.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (909.51kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (262.89kB) [INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (358.42kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.cbi.targetplatform_3.0.0.202301141839.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (281.21kB) [INFO] Fetching org.eclipse.cbi.targetplatform.model_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (105.03kB) [INFO] Fetching org.eclipse.xtext_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.65MB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB) [INFO] Fetching org.eclipse.xtext.util_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (313.38kB) [INFO] Fetching org.eclipse.xtend.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.25kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.6.0.v20210405-0628.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.53kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.09kB) [INFO] Fetching org.eclipse.xtext.xbase_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.47MB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (595.35kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (564.52kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.0.0.202209040659.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (82.63kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (136.96kB) [INFO] Fetching org.eclipse.xtext.ide_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (496.56kB) [INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB) [INFO] Fetching org.eclipse.xtext.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.7kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.36MB) [INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB) [INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB) [INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.82kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.22kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (185.77kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.76kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (124.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (348.65kB) [INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.53kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.68kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (63.84kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.19kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.7kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.08kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.53kB) [INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.01kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.26kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.91kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.06kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.06kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.7kB) [INFO] Fetching bcpg.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.12kB) [INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.5MB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.97kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (246.23kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.64kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (156.48kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.65kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.59kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.45kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (256.62kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.57kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (180.37kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (151.63kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (659.54kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.57kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.79kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.27kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.24kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.05kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.72kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.1kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.27kB) [INFO] Fetching org.eclipse.ui.browser_3.7.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.45kB) [INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (454.22kB) [INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (347.82kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.31kB) [INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB) [INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB) [INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (495.56kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB) [INFO] Fetching org.eclipse.xtext.builder_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (394.35kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (259.46kB) [INFO] Fetching org.eclipse.xtext.smap_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.96kB) [INFO] Fetching org.eclipse.xtext.common.types_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (504.17kB) [INFO] Fetching org.eclipse.xtext.buildship_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.36kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.94kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.29kB) [INFO] Fetching org.eclipse.xtext.ecore_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.8kB) [INFO] Fetching org.eclipse.xtext.java_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.02kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.19.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.xtext.m2e_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.36kB) [INFO] Fetching org.eclipse.xtext.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.43MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (121.85kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.5kB) [INFO] Fetching org.eclipse.xtext.util.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (143.37kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.05kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (208.22kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.89kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.64kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.08kB) [INFO] Fetching org.eclipse.xtext.java.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.75kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.15kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (195.85kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.89kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.5kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (138.34kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.52kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.27kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.91kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.73kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.58kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.89kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (288.82kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.11kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.47kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, tp/capella.target-definition.targetplatform] 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. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB) >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB) >> 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/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 https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/ (45.95kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/ (45.95kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (30.79kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (30.79kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (60.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (60.45kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (8.82kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (8.82kB) >> 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) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/ (142.05kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/ (142.05kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/ (26.07kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/ (26.07kB) The target platform definition file has been successfully generated. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32.351 s [INFO] Finished at: 2024-01-15T10:39:47Z [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.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@768f2398... 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. [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/.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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (762.75kB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.67MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.54MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (399.8kB) [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (58.39kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.66kB) [INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.48kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.41kB) [INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.46kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (253.47kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.dom_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (206.14kB) [INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (452.28kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (25.35kB) [INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.71kB) [INFO] Fetching org.apache.batik.bridge_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (744.84kB) [INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (212.25kB) [INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (40.19kB) [INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (47.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (985.09kB) [INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.92kB) [INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.96kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.12kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.59kB) [INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (251.99kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.98kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.22kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (155.35kB) [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.95kB) [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.58kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (338.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.65kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (696.23kB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (962.55kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.42MB) [INFO] Fetching org.apache.sshd.osgi_2.6.0.v20210201-2003.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (532.33kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24kB) [INFO] Fetching org.apache.sshd.sftp_2.6.0.v20210201-2003.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (133.66kB) [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (95.78kB) [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.2MB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (282.14kB) [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (339.79kB) [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.88kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (129.96kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.05kB) [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (949.34kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (1.17MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (70.28kB) [INFO] Fetching org.eclipse.sirius.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (1.41MB) [INFO] Fetching org.eclipse.sirius.table.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (590.26kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (248.37kB) [INFO] Fetching org.eclipse.sirius.common_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (258.68kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (285.86kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (31.16kB) [INFO] Fetching org.eclipse.sirius.diagram_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (711.34kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (5.7MB) [INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.73kB) [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (303.98kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (313.83kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (236.02kB) [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.72kB) [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.33kB) [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (122.98kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.82kB) [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.04kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.33kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.25kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.17kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.91kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.71kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.17kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.05kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (100.12kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.76kB) [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.82kB) [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.86kB) [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.03kB) [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.09kB) [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,011.22kB) [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.14kB) [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (120.09kB) [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (363.89kB) [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (960.38kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.14kB) [INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (636.39kB) [INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.06kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.92kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.94kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.31kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.73kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (385.51kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.02kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.8kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.78kB) [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.79kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.64kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.13kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.28kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.19kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.55kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.53kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (100.53kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (229.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (49.79kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.4kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.72kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.86kB) [INFO] Fetching org.eclipse.egit.core_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (188.04kB) [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (124.76kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (127kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.65kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (282.48kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (417.92kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (160.99kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (90.57kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (150.08kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (179.52kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (294.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (151.53kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (24.14kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (116.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (33.16kB) [INFO] Fetching org.eclipse.sirius_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (874.33kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (438.59kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (562.26kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (183.62kB) [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.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (21.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (34.41kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.98kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.48kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.51kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.05kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.8kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.59kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.79kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.22kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.55kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.95kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.87kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.9kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.26kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.03kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.66kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (122.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.7kB) [INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (996.08kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (119.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (261.16kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (124.56kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (42.91kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.8kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (79.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (135.98kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (192.9kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.39kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (97.2kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.06kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.42kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (52.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (223.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (141.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.87kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (201.9kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (220.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (66.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (27.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (122.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.91kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.79kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.33kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB) [INFO] Fetching org.eclipse.help.base_4.3.300.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (163.99kB) [INFO] Fetching org.eclipse.help.ui_4.3.0.v20210409-1726.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (203.18kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (557.46kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (105.65kB) [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (901.98kB) [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.96MB) [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (214.13kB) [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (488.48kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.99kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.74kB) [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.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.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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.98kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (94.11kB) [INFO] Fetching org.eclipse.sirius.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (642.28kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (19.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.43kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (43.27kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (759.54kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (16.03kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (59.3kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.72kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (282.92kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (188.52kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (119.03kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (30.75kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.6kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (18.01kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.76kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.44kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.19MB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (12.83kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (38.19kB) [INFO] Fetching org.eclipse.sirius.table_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (125.11kB) [INFO] Fetching org.eclipse.sirius.table.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (248.03kB) [INFO] Fetching org.eclipse.sirius.tree_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (111.75kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (155.67kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.41kB) [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.77kB) [INFO] Fetching org.polarsys.capella.commandline.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.63kB) [INFO] Fetching org.polarsys.capella.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (83.49kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.73kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (149.03kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.57kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (104kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (36.63kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.08kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (75.25kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.73kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.4kB) [INFO] Fetching org.polarsys.kitalpha.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (63.7kB) [INFO] Fetching org.polarsys.capella.common.model_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (33.29kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (51.49kB) [INFO] Fetching org.polarsys.capella.common.ef_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.23kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (18.93kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.35kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.44kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (55.83kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (152kB) [INFO] Fetching org.polarsys.capella.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (223.72kB) [INFO] Fetching org.polarsys.capella.common.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.62kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (498.68kB) [INFO] Fetching org.polarsys.capella.core.model.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (129.1kB) [INFO] Fetching org.polarsys.capella.common.libraries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.79kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.36kB) [INFO] Fetching org.polarsys.capella.common.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (45.91kB) [INFO] Fetching org.polarsys.capella.common.tools.report_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (50.42kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.25kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (49.19kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.11kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (144.31kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.2kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.54kB) [INFO] Fetching org.polarsys.capella.common.re.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (68.84kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (17.28kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (164.55kB) [INFO] Fetching org.polarsys.capella.common.ui.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.48kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (31.21kB) [INFO] Fetching org.polarsys.capella.core.preferences_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (224.27kB) [INFO] Fetching org.polarsys.capella.common.transition_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (277.01kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (32.05kB) [INFO] Fetching org.polarsys.capella.core.compare_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (64.22kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.15kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.09kB) [INFO] Fetching org.polarsys.capella.core.data.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (2.31MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (74.2kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (33.4kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (72.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (73.15kB) [INFO] Fetching org.polarsys.capella.core.application_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.49kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (51.41kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.11kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (117.9kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (285.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (44.74kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (313.96kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.41MB) [INFO] Fetching org.polarsys.capella.core.libraries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (75.9kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (79.44kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (79.66kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.97kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (273.55kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (202.51kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.29kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.29MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (88.31kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (425.74kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (167.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (112.4kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (235.55kB) [INFO] Fetching org.polarsys.capella.core.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (44.71kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.63kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (47.68kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.24kB) [INFO] Fetching org.polarsys.capella.core.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.67kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (111.07kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.26kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.81MB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (114.5kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (87.22kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.86kB) [INFO] Fetching org.polarsys.capella.core.transition.system_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (263.83kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (264.52kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (480.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (90.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (84.61kB) [INFO] Fetching org.polarsys.kitalpha.report_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.59kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (301.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.91kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (40.91kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (48.35kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.67kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.73kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.75kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.74kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.69kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.45kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26.5kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (88.59kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (295.91kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.36kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (985.78kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (833.44kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.core.transition.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (58.89kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (27.19kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.core.data.core.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (110.43kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (142.13kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@768f2398... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (927.08kB) [INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.1kB) [INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (161.18kB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.08kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (676.21kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.05kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.49kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.35kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (254.74kB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.41kB) [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.78kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.59kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.65kB) [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (121.85kB) [INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.83MB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.05kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.19kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.44kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.54kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (258.83kB) [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (216.24kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (112.66kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.94kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.96kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.42kB) [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.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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.51kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.57kB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.81kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (494.93kB) [INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (2.29MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.11kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.73kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (15.13kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (323.6kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.63kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (2.31MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (18.53kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (174.11kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (25.82kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (120.14kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (19.17kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (40.33kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.13.0.202206290806 from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (177.46kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (20.48kB) [INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.05kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.84kB) [INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (473.93kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.56kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (232.08kB) [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.84kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.94kB) [INFO] Fetching org.eclipse.draw2d_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.74kB) [INFO] Fetching org.eclipse.draw2d.source_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (532.51kB) [INFO] Fetching org.eclipse.draw2d.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.72kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.11kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (103.49kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.68kB) [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.36kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.13kB) [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 http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (319.47kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.66kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-06/202106161001/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 http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.21kB) [INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.32kB) [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.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.34kB) [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.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.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.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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.17MB) [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.56kB) [INFO] Fetching org.eclipse.egit.doc_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.71MB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.64kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (326.34kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.33MB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.12kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.8kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (31.82kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (33.13kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.83kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (79.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.37kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (66.98kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.81kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (32.4kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.17kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.01kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (76.98kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (91.05kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (62.07kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (30.45kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (38.85kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (38.31kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (30.09kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (20.76kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (46.79kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.58kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (57.12kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (34.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (32kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (2.17MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (26.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (86.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (117.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (294.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (27.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (106.62kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (153.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (68.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (20.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (18.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (26.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.08kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (33.38kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (78.81kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (23.8kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.26kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (121.31kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (40.7kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.24kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (90.76kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (151.51kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.02kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (209.94kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.17kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (356.8kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (191.71kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (29.26kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (145.62kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (41.87kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (13.19kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (48.25kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (99.24kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.16kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (21.72kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (39.94kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (13.11kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (40.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (50.44kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (113.7kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (45.16kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.24kB) [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 https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [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_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.19kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.58kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.64kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.17kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.65kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.69kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.97kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.85kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.92kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.08kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.5kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.4kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.62kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (289.31kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.92kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.93kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.54kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.79kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.27kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.7kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.28kB) [INFO] Fetching org.eclipse.gef_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.9kB) [INFO] Fetching org.eclipse.gef.source_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (824.2kB) [INFO] Fetching org.eclipse.gef.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.46kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (28.44kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.92kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.89kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.94kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.54kB) [INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.06kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (756.1kB) [INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (24.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (322.13kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (136.49kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.44kB) [INFO] Fetching org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (20.3kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.75kB) [INFO] Fetching org.apache.batik.anim.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (411.77kB) [INFO] Fetching org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (428.84kB) [INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.05kB) [INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (114.68kB) [INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (16.56kB) [INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.27kB) [INFO] Fetching org.apache.batik.dom.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (179.82kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (244.54kB) [INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.6kB) [INFO] Fetching org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (224.52kB) [INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.04kB) [INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (99.8kB) [INFO] Fetching org.apache.batik.script.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (43.1kB) [INFO] Fetching org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (19.09kB) [INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (270.98kB) [INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.53kB) [INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.49kB) [INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (33.72kB) [INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (679.43kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (102.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (178.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.51kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (36.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.95kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (78.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (82.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (63.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (844.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (133.31kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17.93kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (72.22kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (84.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (83.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (87.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (50.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (233.65kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (46.76kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (166.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (98.31kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (29.34kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (185.02kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (18.1kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (76.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (51.48kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (91.98kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (23.05kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (14.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (60.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (61.98kB) [INFO] Fetching org.eclipse.gmf.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.97kB) [INFO] Fetching org.eclipse.help.webapp_3.10.300.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (314.34kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.06kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (129.79kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.27kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (321.04kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.46kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.5kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.59kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (127.99kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.1kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.57kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.46kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.52kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.04kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1200.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.03MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.63MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.64kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.34kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.91kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.18kB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.4kB) [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.54kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.55kB) [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (186.1kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.05kB) [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.02kB) [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.71kB) [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.11kB) [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.91kB) [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.82kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.79kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.71kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.54kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.99kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.36kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (222.89kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.68kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.35kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.16kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.04kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.63kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.53kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.39kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.64kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.55kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.91kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.68kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.2kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.21kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.7kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.33kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.77kB) [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.02kB) [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.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.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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.31kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.98kB) [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.39kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.65kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.58kB) [INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.45MB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1200.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.86MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.08kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.9kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (79.49kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.77kB) [INFO] Fetching org.eclipse.pde_3.13.1500.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.29kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.35kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (377.36kB) [INFO] Fetching org.eclipse.pde.launching_3.9.300.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.12kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.04kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.29kB) [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.19kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.81kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.32kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.02kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.41kB) [INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (617.88kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.39MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.38MB of 21.39MB at 20.96MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.04MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.43kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.83MB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.58kB) [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.18kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1400.v20210315-1604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.46kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.84kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.69kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.44kB) [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.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (384.82kB) [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.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (36.15kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (20.76kB) [INFO] Fetching org.eclipse.sirius.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.86kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.85kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.47kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (20.54kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.35kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.51kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (390.83kB) [INFO] Fetching org.eclipse.sirius.doc_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (20.98kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (31.92kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.78kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (16.91kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.4kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (21.12kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (22.9kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.56kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (102.67kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (18.65kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (155.48kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.84kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (241.62kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (277.87kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (137.02kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (256.68kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (2.39MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.89kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (406.26kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.04kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (171.59kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (885.91kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (54.3kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.87kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (30.06kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.81kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (97.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.73kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.66kB) [INFO] Fetching org.eclipse.sirius.common.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (201.75kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (82.95kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (657.58kB) [INFO] Fetching org.eclipse.sirius.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (692.89kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (725.32kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (496.87kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (54.5kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (233.92kB) [INFO] Fetching org.eclipse.sirius.table.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (93.11kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (146.13kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (84.89kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (27.5kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (8.53kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (15.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (8.54kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.58kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (66.23kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (42.29kB) [INFO] Fetching org.polarsys.capella.common.id.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.3kB) [INFO] Fetching org.polarsys.capella.common.re_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (254.01kB) [INFO] Fetching org.polarsys.capella.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.17kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (18.82kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.9kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.95kB) [INFO] Fetching org.polarsys.capella.common.re.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (135.26kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.31kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.09kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (40.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (38.92kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (65.53kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.21kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (66.05kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (80.49kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (194.44kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (22.16kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.58kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.92kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (549.32kB) [INFO] Fetching org.polarsys.capella.core.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.04kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (733.66kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (68.13kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.47MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.96kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.8kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (468.36kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.82kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.15kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.36kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (61.91kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.52kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (54.84kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.38kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (106.88kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (63.24kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (120.7kB) [INFO] Fetching org.polarsys.capella.core.tiger_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.57kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (41.61kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.24kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (47.12kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (31.61kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.74kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (23.21kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (127.48kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (144.53kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.09kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (55.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.42kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (23.49kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (55.67kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.95kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (91.85kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.56kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (137.15kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (41.77kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (67.52kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (92.78kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.38kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.41kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.29kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.89kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (218.39kB) [INFO] Fetching org.polarsys.capella.core.data.migration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (155.4kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.43kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (57.15kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.31kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.48kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.56kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.59kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.55kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.23kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (34.58kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.09kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.79kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (63.13kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.5kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (63.14kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (65.21kB) [INFO] Fetching org.polarsys.capella.core.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.73kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.15kB) [INFO] Fetching org.polarsys.capella.core.git.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (52.6kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (37.67kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.2MB) [INFO] Fetching org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (121.97kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (90.99kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.59kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.47kB) [INFO] Fetching org.polarsys.capella.core.projection.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (86.95kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.67kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (54.83kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.31kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (167.23kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.re_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (121.76kB) [INFO] Fetching org.polarsys.capella.core.re.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (37.89kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (62.29kB) [INFO] Fetching org.polarsys.capella.core.re.project_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.67kB) [INFO] Fetching org.polarsys.capella.core.re.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.88kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.17kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (264.5kB) [INFO] Fetching org.polarsys.capella.core.re.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.41kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.49kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.63kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.86kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (72.22kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (81.11kB) [INFO] Fetching org.polarsys.capella.ui.views_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (14.06kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.41kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.91kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.13kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.26kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.93kB) [INFO] Fetching org.polarsys.capella.core.ui.search_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (131.19kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.32kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.14kB) [INFO] Fetching org.polarsys.capella.detachment.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.78kB) [INFO] Fetching org.polarsys.capella.developer.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (375.9kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.66kB) [INFO] Fetching org.polarsys.capella.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (591.64kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.63kB) [INFO] Fetching org.polarsys.capella.preferences.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (991.23kB) [INFO] Fetching org.polarsys.capella.properties.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (89.73kB) [INFO] Fetching org.polarsys.capella.re.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.transitions.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.73MB) [INFO] Fetching org.polarsys.capella.ui.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.2MB) [INFO] Fetching org.polarsys.capella.glossary.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (425.36kB) [INFO] Fetching org.polarsys.capella.validation.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (93.1kB) [INFO] Fetching org.polarsys.capella.th.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (9.24MB) [INFO] Fetching org.polarsys.capella.git.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (3.03MB) [INFO] Fetching org.polarsys.capella.doc.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.08kB) [INFO] Fetching org.polarsys.capella.rcp_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.9kB) [INFO] Fetching org.polarsys.capella.rcp_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.44kB) [INFO] Fetching org.polarsys.capella.test.framework_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/plugins/ (158.54kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (117.91kB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/plugins/ (2.7MB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (80.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (858.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (9.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (49.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (10.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (85.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (50.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (46.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (22.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (85.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (40.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (124.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (65.1kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (38.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.66kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.53kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (454.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.58kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (469kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (109.19kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (52.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (17.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.77kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.89kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.09kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.39kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.2kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.report.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.32kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (69.94kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (35.69kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.96kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.91kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.48kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.16kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.64kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.6kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (77.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (55.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (216.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.11kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (78.9kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (45.41kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (48.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (163.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (37.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (68.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.62kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.26kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.4-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.4-SNAPSHOT [1/16] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.addon.transition.system2subsystem --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.addon.transition.system2subsystem --- [WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.features >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.features 1.6.4-SNAPSHOT [2/16] [INFO] from features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.features --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- eclipse-jarsigner: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.4-SNAPSHOT [3/16] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.bundles --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- eclipse-jarsigner: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.4-SNAPSHOT [4/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.44kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.89kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.61kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.24kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.36kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.34kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.57kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.91kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.04kB) [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Compiling 93 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases 1.6.4-SNAPSHOT [5/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.crossphases... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.ui 1.6.4-SNAPSHOT [6/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.ui... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.4-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.4-SNAPSHOT [7/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.crossphases.ui... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.doc >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.doc 1.6.4-SNAPSHOT [8/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.doc... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases 1.6.4-SNAPSHOT [9/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.interphases... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.4-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.4-SNAPSHOT [10/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.interphases.ui... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases 1.6.4-SNAPSHOT [11/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.multiphases... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.4-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.4-SNAPSHOT [12/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.multiphases.ui... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.feature 1.6.4-SNAPSHOT [13/16] [INFO] from features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Deleting /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.4-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.4-SNAPSHOT [14/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.tests.ju... [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/classes [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.4-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.4-SNAPSHOT [15/16] [INFO] from features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.site >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.site 1.6.4-SNAPSHOT [16/16] [INFO] from releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] The project's OSGi version is 1.6.4.202401151039 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- resources: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/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/org.polarsys.capella.transition.system2subsystem.site-1.6.4-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (create-dropins) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead. [WARNING] p2 repository with URL http://download.eclipse.org/releases/2021-06 is associated with multiple IDs; was 'eclipse', now is 'eclipse-releases-2021-06' [INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.51kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -install, /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/data, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository, -destination, /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse] [INFO] [INFO] --- antrun:3.0.0:run (package-dropins) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse/content.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-dropins-1.6.4.202401151039.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (archive-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-updateSite-1.6.4.202401151039.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.4-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 2.061 s] [INFO] org.polarsys.capella.transition.system2subsystem.features SUCCESS [ 0.021 s] [INFO] org.polarsys.capella.transition.system2subsystem.bundles SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.transition.system2subsystem ... SUCCESS [ 17.704 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SUCCESS [ 5.917 s] [INFO] org.polarsys.capella.transition.system2subsystem.ui SUCCESS [ 4.978 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SUCCESS [ 5.766 s] [INFO] org.polarsys.capella.transition.system2subsystem.doc SUCCESS [ 3.455 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases SUCCESS [ 4.337 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SUCCESS [ 4.587 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SUCCESS [ 7.051 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SUCCESS [ 4.590 s] [INFO] org.polarsys.capella.transition.system2subsystem.feature SUCCESS [ 2.669 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SUCCESS [ 15.263 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SUCCESS [ 3.238 s] [INFO] org.polarsys.capella.transition.system2subsystem.site SUCCESS [ 13.273 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:52 min [INFO] Finished at: 2024-01-15T10:43:42Z [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-QVRrruvkSn0C/agent.1170 SSH_AGENT_PID=1172 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch@tmp/private_key_7045791156311486735.key (/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch@tmp/private_key_7045791156311486735.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/v1.6.4-branch-1/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-dropins-1.6.4.202401151039.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/dropins/nightly/v1.6.4-branch-1/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1172 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-SuQPFVXDnkbM/agent.1199 SSH_AGENT_PID=1201 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch@tmp/private_key_12774442126305049637.key (/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch@tmp/private_key_12774442126305049637.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/v1.6.4-branch-1/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-updateSite-1.6.4.202401151039.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/updates/nightly/v1.6.4-branch-1/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1201 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/releases/6.1.0/ [Pipeline] sh + curl -k -o capella.tar.gz https://download.eclipse.org/capella/core/products/releases/6.1.0/capella-6.1.0.202303291413-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 2 665M 2 15.0M 0 0 59.4M 0 0:00:11 --:--:-- 0:00:11 59.4M 18 665M 18 120M 0 0 95.6M 0 0:00:06 0:00:01 0:00:05 95.6M 34 665M 34 230M 0 0 102M 0 0:00:06 0:00:02 0:00:04 102M 51 665M 51 341M 0 0 105M 0 0:00:06 0:00:03 0:00:03 105M 66 665M 66 443M 0 0 104M 0 0:00:06 0:00:04 0:00:02 104M 82 665M 82 548M 0 0 104M 0 0:00:06 0:00:05 0:00:01 106M 98 665M 98 656M 0 0 104M 0 0:00:06 0:00:06 --:--:-- 107M 100 665M 100 665M 0 0 105M 0 0:00:06 0:00:06 --:--:-- 106M [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.202211151354/ capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/META-INF/ capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/ capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/META-INF/ capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/ capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/META-INF/ capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/ capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/META-INF/ capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/ capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/META-INF/ capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/ capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/META-INF/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.draw2d/ capella/features/org.eclipse.draw2d_3.15.0.202211301913/ capella/features/org.eclipse.draw2d_3.15.0.202211301913/META-INF/ 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.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.egit.feature/ capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/ capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.gmf.feature/ capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sdk.feature/ capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sirius.feature/ capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/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.15.0.202211301913/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.gef/ capella/features/org.eclipse.gef_3.15.0.202211301913/ capella/features/org.eclipse.gef_3.15.0.202211301913/META-INF/ capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/ capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/META-INF/ capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/ capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/META-INF/ capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/ capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/META-INF/ capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/ capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/META-INF/ capella/features/org.eclipse.gmf.source_1.15.3.202211041032/ capella/features/org.eclipse.gmf.source_1.15.3.202211041032/META-INF/ capella/features/org.eclipse.gmf_1.15.3.202211041032/ capella/features/org.eclipse.gmf_1.15.3.202211041032/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.1.0.202303020853/ capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/ capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/ capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/ capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/META-INF/ capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/ capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/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/include/ capella/jre/include/linux/ capella/jre/jmods/ 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.attach/ capella/jre/legal/jdk.charsets/ capella/jre/legal/jdk.compiler/ capella/jre/legal/jdk.crypto.cryptoki/ capella/jre/legal/jdk.crypto.ec/ capella/jre/legal/jdk.dynalink/ capella/jre/legal/jdk.editpad/ capella/jre/legal/jdk.hotspot.agent/ capella/jre/legal/jdk.httpserver/ capella/jre/legal/jdk.incubator.foreign/ capella/jre/legal/jdk.incubator.vector/ capella/jre/legal/jdk.internal.ed/ capella/jre/legal/jdk.internal.jvmstat/ capella/jre/legal/jdk.internal.le/ capella/jre/legal/jdk.internal.opt/ 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.jartool/ capella/jre/legal/jdk.javadoc/ capella/jre/legal/jdk.jcmd/ capella/jre/legal/jdk.jconsole/ capella/jre/legal/jdk.jdeps/ capella/jre/legal/jdk.jdi/ capella/jre/legal/jdk.jdwp.agent/ capella/jre/legal/jdk.jfr/ capella/jre/legal/jdk.jlink/ capella/jre/legal/jdk.jpackage/ capella/jre/legal/jdk.jshell/ capella/jre/legal/jdk.jsobject/ capella/jre/legal/jdk.jstatd/ 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.random/ 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.unsupported.desktop/ 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/jre/man/ capella/jre/man/man1/ 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/p2/org.eclipse.equinox.p2.repository/ capella/p2/org.eclipse.equinox.p2.repository/pgp/ 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.202211151354/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/about.html capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/epl-v10.html capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/feature.properties capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/feature.xml capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/license.html capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/about.html capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/epl-v10.html capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/feature.properties capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/feature.xml capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/license.html capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/epl-v10.html capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/feature.properties capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/feature.xml capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/license.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/about.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/epl-v10.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/feature.properties capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/feature.xml capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/license.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/license.txt capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/META-INF/ECLIPSE_.SF capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/META-INF/MANIFEST.MF capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/epl-2.0.html capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/feature.properties capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/feature.xml capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/license.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/META-INF/ECLIPSE_.SF capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/META-INF/MANIFEST.MF capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/eclipse_update_120.jpg capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/epl-2.0.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/epl-v10.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/feature.properties capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/feature.xml capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/license.html capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/MANIFEST.MF capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.draw2d/pom.properties capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.draw2d/pom.xml capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/epl-v10.html capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/feature.properties capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/feature.xml capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/license.html capella/features/org.eclipse.draw2d_3.15.0.202211301913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.draw2d_3.15.0.202211301913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.draw2d_3.15.0.202211301913/META-INF/MANIFEST.MF capella/features/org.eclipse.draw2d_3.15.0.202211301913/epl-v10.html capella/features/org.eclipse.draw2d_3.15.0.202211301913/feature.properties capella/features/org.eclipse.draw2d_3.15.0.202211301913/feature.xml capella/features/org.eclipse.draw2d_3.15.0.202211301913/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.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/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.1.202303210900/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.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/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.1.202303210900/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.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/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.1.202303210900/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.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/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.1.202303210900/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.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/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.15.0.202211301913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/MANIFEST.MF capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.gef/pom.properties capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.gef/pom.xml capella/features/org.eclipse.gef.source_3.15.0.202211301913/epl-v10.html capella/features/org.eclipse.gef.source_3.15.0.202211301913/feature.properties capella/features/org.eclipse.gef.source_3.15.0.202211301913/feature.xml capella/features/org.eclipse.gef.source_3.15.0.202211301913/license.html capella/features/org.eclipse.gef_3.15.0.202211301913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gef_3.15.0.202211301913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gef_3.15.0.202211301913/META-INF/MANIFEST.MF capella/features/org.eclipse.gef_3.15.0.202211301913/epl-v10.html capella/features/org.eclipse.gef_3.15.0.202211301913/feature.properties capella/features/org.eclipse.gef_3.15.0.202211301913/feature.xml capella/features/org.eclipse.gef_3.15.0.202211301913/license.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/epl-2.0.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/feature.properties capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/feature.xml capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/license.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/modeling32.png capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/epl-2.0.html capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/feature.properties capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/feature.xml capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/license.html capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/modeling32.png capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/epl-2.0.html capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/feature.properties capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/feature.xml capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/license.html capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/modeling32.png capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/epl-2.0.html capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/feature.properties capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/feature.xml capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/license.html capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/modeling32.png capella/features/org.eclipse.gmf.source_1.15.3.202211041032/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.source_1.15.3.202211041032/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.source_1.15.3.202211041032/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.source_1.15.3.202211041032/epl-2.0.html capella/features/org.eclipse.gmf.source_1.15.3.202211041032/feature.properties capella/features/org.eclipse.gmf.source_1.15.3.202211041032/feature.xml capella/features/org.eclipse.gmf.source_1.15.3.202211041032/license.html capella/features/org.eclipse.gmf.source_1.15.3.202211041032/modeling32.png capella/features/org.eclipse.gmf_1.15.3.202211041032/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf_1.15.3.202211041032/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf_1.15.3.202211041032/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf_1.15.3.202211041032/epl-2.0.html capella/features/org.eclipse.gmf_1.15.3.202211041032/feature.properties capella/features/org.eclipse.gmf_1.15.3.202211041032/feature.xml capella/features/org.eclipse.gmf_1.15.3.202211041032/license.html capella/features/org.eclipse.gmf_1.15.3.202211041032/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.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/license.html capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/pom.xml capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/pom.xml capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/license.html capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/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/include/classfile_constants.h capella/jre/include/jawt.h capella/jre/include/jdwpTransport.h capella/jre/include/jni.h capella/jre/include/jvmti.h capella/jre/include/jvmticmlr.h capella/jre/include/linux/jawt_md.h capella/jre/include/linux/jni_md.h capella/jre/jmods/java.base.jmod capella/jre/jmods/java.compiler.jmod capella/jre/jmods/java.datatransfer.jmod capella/jre/jmods/java.desktop.jmod capella/jre/jmods/java.instrument.jmod capella/jre/jmods/java.logging.jmod capella/jre/jmods/java.management.jmod capella/jre/jmods/java.management.rmi.jmod capella/jre/jmods/java.naming.jmod capella/jre/jmods/java.net.http.jmod capella/jre/jmods/java.prefs.jmod capella/jre/jmods/java.rmi.jmod capella/jre/jmods/java.scripting.jmod capella/jre/jmods/java.se.jmod capella/jre/jmods/java.security.jgss.jmod capella/jre/jmods/java.security.sasl.jmod capella/jre/jmods/java.smartcardio.jmod capella/jre/jmods/java.sql.jmod capella/jre/jmods/java.sql.rowset.jmod capella/jre/jmods/java.transaction.xa.jmod capella/jre/jmods/java.xml.crypto.jmod capella/jre/jmods/java.xml.jmod capella/jre/jmods/jdk.accessibility.jmod capella/jre/jmods/jdk.attach.jmod capella/jre/jmods/jdk.charsets.jmod capella/jre/jmods/jdk.compiler.jmod capella/jre/jmods/jdk.crypto.cryptoki.jmod capella/jre/jmods/jdk.crypto.ec.jmod capella/jre/jmods/jdk.dynalink.jmod capella/jre/jmods/jdk.editpad.jmod capella/jre/jmods/jdk.hotspot.agent.jmod capella/jre/jmods/jdk.httpserver.jmod capella/jre/jmods/jdk.incubator.foreign.jmod capella/jre/jmods/jdk.incubator.vector.jmod capella/jre/jmods/jdk.internal.ed.jmod capella/jre/jmods/jdk.internal.jvmstat.jmod capella/jre/jmods/jdk.internal.le.jmod capella/jre/jmods/jdk.internal.opt.jmod capella/jre/jmods/jdk.internal.vm.ci.jmod capella/jre/jmods/jdk.internal.vm.compiler.jmod capella/jre/jmods/jdk.internal.vm.compiler.management.jmod capella/jre/jmods/jdk.jartool.jmod capella/jre/jmods/jdk.javadoc.jmod capella/jre/jmods/jdk.jcmd.jmod capella/jre/jmods/jdk.jconsole.jmod capella/jre/jmods/jdk.jdeps.jmod capella/jre/jmods/jdk.jdi.jmod capella/jre/jmods/jdk.jdwp.agent.jmod capella/jre/jmods/jdk.jfr.jmod capella/jre/jmods/jdk.jlink.jmod capella/jre/jmods/jdk.jpackage.jmod capella/jre/jmods/jdk.jshell.jmod capella/jre/jmods/jdk.jsobject.jmod capella/jre/jmods/jdk.jstatd.jmod capella/jre/jmods/jdk.localedata.jmod capella/jre/jmods/jdk.management.agent.jmod capella/jre/jmods/jdk.management.jfr.jmod capella/jre/jmods/jdk.management.jmod capella/jre/jmods/jdk.naming.dns.jmod capella/jre/jmods/jdk.naming.rmi.jmod capella/jre/jmods/jdk.net.jmod capella/jre/jmods/jdk.nio.mapmode.jmod capella/jre/jmods/jdk.random.jmod capella/jre/jmods/jdk.sctp.jmod capella/jre/jmods/jdk.security.auth.jmod capella/jre/jmods/jdk.security.jgss.jmod capella/jre/jmods/jdk.unsupported.desktop.jmod capella/jre/jmods/jdk.unsupported.jmod capella/jre/jmods/jdk.xml.dom.jmod capella/jre/jmods/jdk.zipfs.jmod 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.internal.le/jline.md capella/jre/legal/jdk.internal.opt/jopt-simple.md capella/jre/legal/jdk.javadoc/jquery.md capella/jre/legal/jdk.javadoc/jqueryUI.md capella/jre/legal/jdk.localedata/thaidict.md capella/jre/lib/classlist capella/jre/lib/ct.sym 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/libattach.so 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/libsaproc.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/src.zip capella/jre/lib/tzdb.dat capella/jre/man/man1/jar.1 capella/jre/man/man1/jarsigner.1 capella/jre/man/man1/java.1 capella/jre/man/man1/javac.1 capella/jre/man/man1/javadoc.1 capella/jre/man/man1/javap.1 capella/jre/man/man1/jcmd.1 capella/jre/man/man1/jconsole.1 capella/jre/man/man1/jdb.1 capella/jre/man/man1/jdeprscan.1 capella/jre/man/man1/jdeps.1 capella/jre/man/man1/jfr.1 capella/jre/man/man1/jhsdb.1 capella/jre/man/man1/jinfo.1 capella/jre/man/man1/jlink.1 capella/jre/man/man1/jmap.1 capella/jre/man/man1/jmod.1 capella/jre/man/man1/jpackage.1 capella/jre/man/man1/jps.1 capella/jre/man/man1/jrunscript.1 capella/jre/man/man1/jshell.1 capella/jre/man/man1/jstack.1 capella/jre/man/man1/jstat.1 capella/jre/man/man1/jstatd.1 capella/jre/man/man1/keytool.1 capella/jre/man/man1/rmiregistry.1 capella/jre/man/man1/serialver.1 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.202206290806 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.1.0.202303291413 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/1680100311348.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1680100311350.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1680100339251.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1680100340481.profile.gz capella/plugins/ca.odell.glazedlists_1.11.0.v20190926-1838.jar capella/plugins/ch.qos.logback.classic_1.2.3.v20200428-2012.jar capella/plugins/ch.qos.logback.core_1.2.3.v20200428-2012.jar capella/plugins/ch.qos.logback.slf4j_1.2.3.v20200428-2012.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.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.anim_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.awt.util_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.bridge.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.bridge_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.codec.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.codec_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.dom.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.dom_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.ext.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.ext_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.gvt_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.parser.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.parser_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.script.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.script_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.svggen_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.transcoder_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.xml.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.xml_1.16.0.v20221027-0840.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_2.12.2.v20220131-0835.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.source_2.7.0.v20221018-0736.jar capella/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar capella/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.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.202211151354.jar capella/plugins/org.eclipse.acceleo.annotations_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.doc.source_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.doc_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.ide.source_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.ide_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.source_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354.jar capella/plugins/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar capella/plugins/org.eclipse.amalgam.explorer.activity.ui.source_1.13.0.202206290806.jar capella/plugins/org.eclipse.amalgam.explorer.activity.ui_1.13.0.202206290806.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.12.0.202211301913.jar capella/plugins/org.eclipse.draw2d_3.12.0.202211301913.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.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.connector.core_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.connector.git.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.connector.git_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.doc_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.generic.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.generic_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.gmf.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.gmf_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.pojo.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.pojo_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.sirius.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.sirius_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.structures.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.structures_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.gmf.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.gmf_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.sirius.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge_0.14.1.202303210900.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.13.0.202211301913.jar capella/plugins/org.eclipse.gef_3.13.0.202211301913.jar capella/plugins/org.eclipse.gmf.runtime.common.core.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.source_1.8.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.source_1.9.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.source_1.9.2.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.core.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.core.source_1.9.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar capella/plugins/org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar capella/plugins/org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.notation.providers_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar capella/plugins/org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar capella/plugins/org.eclipse.gmf_1.15.3.202211041032.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.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.ide_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.interpreter.aql.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.interpreter.aql_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.interpreter.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.interpreter_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.formatdata.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.formatdata_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.edit.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.edit_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.doc.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.doc_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ecore.extender.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ecore.extender_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.base.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.base_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.draw2d.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.draw2d_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.e3.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.e3.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.e3.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.e3_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.edit.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.edit_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.tx.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.tx_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gef.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gef_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gmf.notation.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gmf.notation_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gmf.runtime.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gmf.runtime_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.ide.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.ide_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.jface.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.jface_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.swt.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.swt_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.interpreter.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.interpreter_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.synchronizer.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.synchronizer_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.editor.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.editor_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius_7.1.0.202303020853.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.1.0.202303291413.jar capella/plugins/org.polarsys.capella.commandline.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.activity.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.core.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.core.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.core.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.core.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ef.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ef_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.flexibility.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.flexibility.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.flexibility.wizards.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.flexibility.wizards_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.id.handler.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.id.handler_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.linkedtext.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.linkedtext.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.mdsofa.common.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.mdsofa.common_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.menu.dynamic.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.menu.dynamic_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.model.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.model.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.model.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.model_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.sirius.customization.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.sirius.customization_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.sirius.ted.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.sirius.ted_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.queries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.queries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.console.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.console_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.file.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.transition.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.transition_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.core.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.core_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.menu.dynamic.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.resources.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.resources_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.services.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.services_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.browser.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.toolkit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.af.integration.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.af.integration.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.af.integration.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.af.integration_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.application.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.application_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.commandline.core.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.commandline.core.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.commandline.core.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.commandline.core_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.compare.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.compare_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.business.queries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.business.queries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.wizards.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.wizards_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.decorators.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.editor.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.editor_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.communication.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.communication.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.communication.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.communication.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datavalue.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.ui.wizards.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.ui.wizards_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.menu.contributions.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.menu.contributions_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.migration.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.migration_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.modeller.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.modeller.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.oa.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.oa.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.oa.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.oa.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.requirement.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.requirement.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.res.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.res.editor_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.selection.queries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.selection.queries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.sharedmodel.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.diagram.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.diagram.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.flexibility.wizards.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.flexibility.wizards_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.libraries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.libraries.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.libraries.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.libraries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.linkedtext.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.linkedtext.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.menu.dynamic.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.menu.dynamic_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.handler.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.handler_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.links.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.links.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.obfuscator.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.obfuscator_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.preferences.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.preferences_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.semantic.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.semantic_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.skeleton.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.skeleton_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.adapter.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.clipboard.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.actions.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.menu.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.project.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.services.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.preferences.project.configuration.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.preferences.project.configuration_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.preferences.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.preferences_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.common.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.common.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.common.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.common_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.exchanges.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.exchanges_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.interfaces.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.interfaces_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.scenario.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.scenario_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.project.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.project_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.semantic.queries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.semantic.queries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.services.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.services_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.sirius.analysis.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.sirius.analysis_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.sirius.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.sirius.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.tiger.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.tiger_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.common.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.common.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.diagram.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.diagram.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.diagram.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.diagram_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.fastlinker.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.fastlinker_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.intro.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.intro_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.metric.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.metric_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.properties.richtext.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.properties.richtext_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.reportlog.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.reportlog_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.resources.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.resources_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.search.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.search_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.toolkit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.toolkit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.commandline.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.commandline_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.ui.ide.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.ui.ide_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.detachment.propertyvalue.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.detachment.propertyvalue_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.detachment.version.precondition.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.detachment.version.precondition_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.developer.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.developer.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.diagrams.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.diagrams.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.diffmerge.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.diffmerge.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.git.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.git.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.glossary.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.glossary.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.preferences.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.preferences.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.properties.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.properties.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.rcp.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.rcp_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.re.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.re.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.shared.id.handler.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.shared.id.handler_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.th.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.th.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.tipsandtricks.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.tipsandtricks.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.transitions.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.transitions.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.ui.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.ui.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.ui.views_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.validation.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.validation.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.viewpoint.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.viewpoint.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.common.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.common_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.amalgam.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.amalgam_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.emde.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.emde_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.services.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.services_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.cadence.core.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.cadence.core_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.cadence.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.cadence.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.common.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.common.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.xmi.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.xmi_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.examples.generic.wizard.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.examples.generic.wizard_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.core.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.core_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.doc.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.visualize.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.visualize_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.backup_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.precondition.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.precondition_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.share.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.share_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.common.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.common_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.nebula.widget.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.nebula.widget_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.ext.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.ext_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.tools.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.tools_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.ecore_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.core.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.core_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.emf.toolbox.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.emf.toolbox_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.ecore_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.scheduler.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.scheduler_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.ui_6.1.0.202303220900.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/jar capella/jre/bin/jarsigner capella/jre/bin/java capella/jre/bin/javac capella/jre/bin/javadoc capella/jre/bin/javap capella/jre/bin/jcmd capella/jre/bin/jconsole capella/jre/bin/jdb capella/jre/bin/jdeprscan capella/jre/bin/jdeps capella/jre/bin/jfr capella/jre/bin/jhsdb capella/jre/bin/jimage capella/jre/bin/jinfo capella/jre/bin/jlink capella/jre/bin/jmap capella/jre/bin/jmod capella/jre/bin/jpackage capella/jre/bin/jps capella/jre/bin/jrunscript capella/jre/bin/jshell capella/jre/bin/jstack capella/jre/bin/jstat capella/jre/bin/jstatd capella/jre/bin/keytool capella/jre/bin/rmiregistry capella/jre/bin/serialver 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/lla-sss-transition_v1.6.4-branch/capella/capella [Pipeline] sh + chmod 755 /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/capella/jre/bin/java [Pipeline] sh + /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/capella/capella -repository https://download.eclipse.org/capella/core/updates/releases/6.1.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/lla-sss-transition_v1.6.4-branch/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 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.1.0.202303291413. Operation completed in 10931 ms. [Pipeline] sh + /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/capella/capella -repository file://home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/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/lla-sss-transition_v1.6.4-branch/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 Installing org.polarsys.capella.transition.system2subsystem.feature.feature.group 1.6.4.202401151039. Operation completed in 4441 ms. [Pipeline] sh + /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/capella/capella -repository file://home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/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/lla-sss-transition_v1.6.4-branch/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 Installing org.polarsys.capella.transition.system2subsystem.tests.feature.feature.group 1.6.4.202401151039. Operation completed in 4701 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*" [lla-sss-transition_v1.6.4-branch] $ Xvnc -help Starting xvnc [lla-sss-transition_v1.6.4-branch] $ Xvnc :69 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34 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 Mon Jan 15 10:44:57 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5969 vncext: created VNC server for screen 0 [Pipeline] sh + '[' '!' -d /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco ']' + curl -k -o jacoco.zip https://repo1.maven.org/maven2/org/jacoco/jacoco/0.8.10/jacoco-0.8.10.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 100 3914k 100 3914k 0 0 15.6M 0 --:--:-- --:--:-- --:--:-- 15.6M + unzip jacoco.zip -d /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco Archive: jacoco.zip creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib/ inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib/jacocoant.jar inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib/jacococli.jar inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib/jacocoagent.jar inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib/org.jacoco.core-0.8.10.202304240956.jar inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib/org.jacoco.report-0.8.10.202304240956.jar inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib/org.jacoco.agent-0.8.10.202304240956.jar inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib/org.jacoco.ant-0.8.10.202304240956.jar creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/java/ inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/java/ReportGenerator.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/java/MBeanClient.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/java/ExecutionDataServer.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/java/ExecutionDataClient.java creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/ inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/build-offline.xml creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/test/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/test/java/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/test/java/org/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/test/java/org/jacoco/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/ inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/build.xml inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/pom-it.xml inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/pom-offline.xml inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/pom.xml inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Add.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Const.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Div.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/IExpression.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Mul.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Sub.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ExpressionParser.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/Main.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserIT.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserTest.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/java/ClassInfo.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/java/CoreTutorial.java inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/examples/java/ExecDump.java creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/rt/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/rt/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/instr/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/instr/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/csv/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/csv/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/html/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/html/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/xml/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/xml/class-use/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/resources/ inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/allclasses-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/index-all.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/JaCoCo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/instr/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/IReportVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/Rule.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/ILanguageNames.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/xml/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/resources/inherit.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/allclasses-noframe.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/CounterComparator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/IRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/class-use/Limit.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/csv/class-use/CSVFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/xml/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/package-list inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/deprecated-list.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/class-use/IAgent.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/IClassCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ISourceNode.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/class-use/JaCoCo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/SessionInfo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/class-use/RulesChecker.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/IReportVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/html/class-use/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/xml/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/rt/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/help-doc.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/RT.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ILine.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/instr/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/csv/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/html/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/xml/class-use/XMLFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/overview-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/rt/RT.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/constant-values.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/Analyzer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/RuntimeData.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/Limit.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/JavaNames.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/csv/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/html/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/xml/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/stylesheet.css inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/rt/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/class-use/AgentJar.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/IAgent.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/rt/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ICounter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/IClassCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/NodeComparator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/ExecutionData.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionData.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/instr/class-use/Instrumenter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/JavaNames.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/RulesChecker.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/html/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/overview-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/rt/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/AgentJar.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ILine.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/instr/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/class-use/Rule.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/csv/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/overview-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/com/vladium/emma/rt/package-use.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/agent/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceNode.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/data/package-summary.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/instr/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/ILanguageNames.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/check/class-use/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/class-use/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/csv/package-frame.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/html/package-tree.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/org/jacoco/report/xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api/serialized-form.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/agent.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/ant.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/api.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/build.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/changes.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/classids.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/conventions.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/counters.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/empty.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/environment.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/epl-2.0.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/faq.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/flow.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/implementation.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/integrations.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/license.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/maven.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/mission.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/offline.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/repo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/support.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/team.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/check-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/cli.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/dump-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/help-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/instrument-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/merge-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/prepare-agent-integration-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/prepare-agent-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/report-aggregate-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/report-integration-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/report-mojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/restore-instrumented-classes-mojo.html creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/ inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/doc.css inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/extern.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-cond-probe.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-cond.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-example.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-exit-probe.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-exit.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-goto-probe.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-goto.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-sequence-probe.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/flow-sequence.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/group.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/implementation.png inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/jar.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/report.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/source.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/test.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/doc/resources/testsuite.gif creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/ inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportFormat$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportFormat$2.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportFormat$3.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportFormat.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportFormat.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$NoSourceLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$SourceFileCollection.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/branchfc.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/branchnc.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/branchpc.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/bundle.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/class.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/down.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/greenbar.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/group.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/method.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/package.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/prettify.css inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/prettify.js inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/redbar.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/report.css inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/report.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/session.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/sort.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/sort.js inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/source.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-resources/up.gif inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco-sessions.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco.csv inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/jacoco.xml inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$2.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/AgentModule$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/AgentModule.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/AgentModule.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$JavaLikeTaskEnhancer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$TestNGTaskEnhancer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CSVFormatterElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CheckFormatterElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$FormatterElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$GroupElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$HTMLFormatterElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$SourceFilesElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$XMLFormatterElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$2.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo$Printer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$2.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter$CounterValue.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$CounterEntity.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$ElementType.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams$NoCloseInput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Fix.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Var.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder$Jump.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Fix.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Var.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AssertFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AssertFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AssertFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher$JavacPattern.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$2.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions$OutputMode.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime$Lookup.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime$RuntimeHandler.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$2.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$MemoryClassLoader.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$TestTarget.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$2.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer$Handler.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiGroupVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput$EntryOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter$1Visitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$2.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$3.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn$1.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex$Entry.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table$Column.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.source.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter$1RootVisitor.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.java.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.source.html creating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/test/ inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/test/TESTS-TestSuites.xml inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/test/index.html inflating: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/coverage/report.dtd + echo 'Jacoco downloaded at /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco' Jacoco downloaded at /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco [Pipeline] sh + ls /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/jacoco/lib jacocoagent.jar jacocoant.jar jacococli.jar org.jacoco.agent-0.8.10.202304240956.jar org.jacoco.ant-0.8.10.202304240956.jar org.jacoco.core-0.8.10.202304240956.jar org.jacoco.report-0.8.10.202304240956.jar [Pipeline] sh + sleep 10 + /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/capella/capella -port 8081 -application org.polarsys.capella.test.run.application -data /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/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/lla-sss-transition_v1.6.4-branch/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 Listening on port 8081 for test suite AllSystem2SubsystemTests results ... + java -Xms1024m -Xmx3500m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/memory_dump.log '-XX:OnOutOfMemoryError=dmesg > /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/memory_dump2.log' -ea -da:org.eclipse.emf.common.util.URI -Declipse.p2.data.area=@config.dir/../p2 -Dfile.encoding=Cp1252 -Dlogback.configurationFile=/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/capella/configuration/logback.xml -classpath /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/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/lla-sss-transition_v1.6.4-branch/capella/configuration -buildKey 1.6.4-branch -data /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/AllSystem2SubsystemTests -testpluginname org.polarsys.capella.transition.system2subsystem.tests.ju -classNames org.polarsys.capella.transition.system2subsystem.tests.AllSystem2SubsystemTests testRunStarted:145 [SubSystemSessionHandlerTest] >> require >> load pvmtmodel [SubSystemSessionHandlerTest] >> release >> unload pvmtmodel [AllocatedExchangeItemTest] >> require >> load AllocatedExchangeItemTest [AllocatedExchangeItemTest] >> 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 = 9d1f08eb-17a4-439e-ba63-b98ab690c4e3 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@76eceadb (id: 9d1f08eb-17a4-439e-ba63-b98ab690c4e3, sid: null) (name: AllocatedExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df0889db-0c86-4af2-9e03-f455f10cdc6a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3d176954 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@73a7188a (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = abdfa2ca-79a4-4abd-961b-0bf52393a673 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@503b32e8 (id: abdfa2ca-79a4-4abd-961b-0bf52393a673, sid: null) (name: AllocatedExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d412e424-e5bb-44ce-9a26-00bcb406a3b0 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2db4b11c (id: d412e424-e5bb-44ce-9a26-00bcb406a3b0, sid: d412e424-e5bb-44ce-9a26-00bcb406a3b0) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0291cb2-5188-4a1e-bde5-4d7740e8ee21 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@afd3ee1 (id: d0291cb2-5188-4a1e-bde5-4d7740e8ee21, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c005f45b-aa75-46e9-af52-d32f6e9301b3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3daac5d (id: c005f45b-aa75-46e9-af52-d32f6e9301b3, 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@e05d54c (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@1ad8a7cc (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 642fea46-e66e-492f-b1ce-f08ac0486961 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@67bdcfee (id: 642fea46-e66e-492f-b1ce-f08ac0486961, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c47638f7-cab6-4290-a539-c405ad67c602 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2c829f8d (id: c47638f7-cab6-4290-a539-c405ad67c602, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 016ed42c-b6b0-4d96-bdea-507d2a3dbcc1 org.polarsys.capella.core.data.information.impl.DataPkgImpl@34a9c0db (id: 016ed42c-b6b0-4d96-bdea-507d2a3dbcc1, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 7c388712-0c2a-433b-8cc4-f9e3862e1400 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5c0bcad1 (id: 7c388712-0c2a-433b-8cc4-f9e3862e1400, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2510e73b-c52d-4278-b268-49b8d36014e5 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@542c6bf7 (id: 2510e73b-c52d-4278-b268-49b8d36014e5, 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 = c8e1fce1-16db-451b-8456-1e0311498f57 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@4130ad62 (id: c8e1fce1-16db-451b-8456-1e0311498f57, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = c30f6d5a-abd9-455f-aff8-965e0c1a05cb org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@6a74d0d1 (id: c30f6d5a-abd9-455f-aff8-965e0c1a05cb, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 6739abc8-ac45-47a2-9ffd-8bc7173422e4 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@682bc20c (id: 6739abc8-ac45-47a2-9ffd-8bc7173422e4, 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 = df65e5f0-4527-4cb8-88f7-16f1c0941ea9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5fef6f2d (id: df65e5f0-4527-4cb8-88f7-16f1c0941ea9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 93977bdc-6e34-48fe-a821-c7818eafaa75 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1bf0920f (id: 93977bdc-6e34-48fe-a821-c7818eafaa75, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 954d5048-b884-45b0-b334-826ce06888af org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@57ce2bf8 (id: 954d5048-b884-45b0-b334-826ce06888af, 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 = 6e815e28-5394-4469-8993-815e3ce5c926 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61c3b8af (id: 6e815e28-5394-4469-8993-815e3ce5c926, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 23f25f94-0e70-41a8-a4a7-66a8b9b51dc5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@45f125bd (id: 23f25f94-0e70-41a8-a4a7-66a8b9b51dc5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 5965f5b2-d4b4-4715-9bef-25058b3edab1 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5a8eb7e6 (id: 5965f5b2-d4b4-4715-9bef-25058b3edab1, 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 = 027289a2-d320-46a5-9346-4d7eab57b7ae org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7c39d6a4 (id: 027289a2-d320-46a5-9346-4d7eab57b7ae, 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 = 4db1cb7a-98ef-41b5-9666-fd38466d9ccc org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@430f4c (id: 4db1cb7a-98ef-41b5-9666-fd38466d9ccc, 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 = c4b52fed-ae7d-4b55-9740-50890e2bdc7e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4cd30e34 (id: c4b52fed-ae7d-4b55-9740-50890e2bdc7e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 6b9eb8b2-a0a9-4234-ad99-0b46a22d8948 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@634da1cf (id: 6b9eb8b2-a0a9-4234-ad99-0b46a22d8948, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 302a5cca-df97-4920-b4b2-2e95eb1cccb4 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@51f3d7f4 (id: 302a5cca-df97-4920-b4b2-2e95eb1cccb4, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 4d27e279-8370-4d88-8d72-27721704dcb8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@49528be9 (id: 4d27e279-8370-4d88-8d72-27721704dcb8, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = f2575de2-6ac4-40fb-929a-a1cf7df1b43e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1da49e59 (id: f2575de2-6ac4-40fb-929a-a1cf7df1b43e, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 16bc13cf-6e14-431a-b160-250a50b367b8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@13e917fb (id: 16bc13cf-6e14-431a-b160-250a50b367b8, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 300ecabb-ffd9-442e-b629-ce9f4eabb8f6 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5c6a3e05 (id: 300ecabb-ffd9-442e-b629-ce9f4eabb8f6, 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 = 90b6a516-a2e1-4993-bdc2-76bdf2fd16e8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@13afba2 (id: 90b6a516-a2e1-4993-bdc2-76bdf2fd16e8, 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 = 1c4f96fc-32b3-4038-9dfa-143900b40e0a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@38d5fb8a (id: 1c4f96fc-32b3-4038-9dfa-143900b40e0a, 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 = 3f34042a-2586-4287-9dea-84aab554bbfa org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@635875a4 (id: 3f34042a-2586-4287-9dea-84aab554bbfa, 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 = 50d061a2-d9a6-4aa6-b5b6-2d2da122a963 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6ecff5dc (id: 50d061a2-d9a6-4aa6-b5b6-2d2da122a963, 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 = 407e2687-31d7-4108-9f00-7149daf53595 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@38fef44c (id: 407e2687-31d7-4108-9f00-7149daf53595, 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 = 44d44587-f9ad-4932-b7ed-339398281f73 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@2fe04172 (id: 44d44587-f9ad-4932-b7ed-339398281f73, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1ca096d4-ba8f-40aa-83af-621e0a062599 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@fb5f47f (id: 1ca096d4-ba8f-40aa-83af-621e0a062599, 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 = 1bf5177a-d5d4-4d69-8e56-7588cb565681 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1ec58140 (id: 1bf5177a-d5d4-4d69-8e56-7588cb565681, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4ee115f8-b949-4b96-9523-8ef27ba313d9 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@51d64a40 (id: 4ee115f8-b949-4b96-9523-8ef27ba313d9, 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 = eee7809d-c882-4969-b0ff-7ee0c52c61b5 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7c907ad9 (id: eee7809d-c882-4969-b0ff-7ee0c52c61b5, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 2e55f127-8dd8-4ae1-8024-7ec5ec3b1e75 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5c267f38 (id: 2e55f127-8dd8-4ae1-8024-7ec5ec3b1e75, 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 = 0ce36540-af1c-4763-82ba-0366008e7951 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6edb3a7d (id: 0ce36540-af1c-4763-82ba-0366008e7951, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 671362a2-e14a-492b-9091-b4664ff3c52d org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@6d144696 (id: 671362a2-e14a-492b-9091-b4664ff3c52d, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 51e22897-9889-4f47-95a1-c0943f83d2b8 org.polarsys.capella.core.data.cs.impl.PartImpl@535c77a1 (id: 51e22897-9889-4f47-95a1-c0943f83d2b8, sid: 51e22897-9889-4f47-95a1-c0943f83d2b8) (name: BEHAVIOR 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 = 5892b130-2d27-4b33-aa6b-071ebf8b7b2d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4d7b80f (id: 5892b130-2d27-4b33-aa6b-071ebf8b7b2d, sid: 5892b130-2d27-4b33-aa6b-071ebf8b7b2d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BEHAVIOR PC, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@61379753 (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@edac5a2 (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@3954379b (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@4dfce3cd (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d1f08eb-17a4-439e-ba63-b98ab690c4e3 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@76eceadb (id: 9d1f08eb-17a4-439e-ba63-b98ab690c4e3, sid: null) (name: AllocatedExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df0889db-0c86-4af2-9e03-f455f10cdc6a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3d176954 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = abdfa2ca-79a4-4abd-961b-0bf52393a673 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@503b32e8 (id: abdfa2ca-79a4-4abd-961b-0bf52393a673, sid: null) (name: AllocatedExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d412e424-e5bb-44ce-9a26-00bcb406a3b0 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2db4b11c (id: d412e424-e5bb-44ce-9a26-00bcb406a3b0, sid: d412e424-e5bb-44ce-9a26-00bcb406a3b0) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0291cb2-5188-4a1e-bde5-4d7740e8ee21 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@afd3ee1 (id: d0291cb2-5188-4a1e-bde5-4d7740e8ee21, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c005f45b-aa75-46e9-af52-d32f6e9301b3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3daac5d (id: c005f45b-aa75-46e9-af52-d32f6e9301b3, 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 = 64fd5d3a-0dca-4cbd-a0df-d21c068956a7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5425a030 (id: 64fd5d3a-0dca-4cbd-a0df-d21c068956a7, sid: 64fd5d3a-0dca-4cbd-a0df-d21c068956a7) (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 = 3dd48290-d17a-4173-8d91-a87a055eed4a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@d0d3724 (id: 3dd48290-d17a-4173-8d91-a87a055eed4a, sid: 3dd48290-d17a-4173-8d91-a87a055eed4a) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9eb87c76-fa5b-42c2-b5fa-b09077e13a76 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7fb99462 (id: 9eb87c76-fa5b-42c2-b5fa-b09077e13a76, sid: 9eb87c76-fa5b-42c2-b5fa-b09077e13a76) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5d81b1e3-ceac-4ef8-96e4-410b90da620b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@27c9ff29 (id: 5d81b1e3-ceac-4ef8-96e4-410b90da620b, sid: 5d81b1e3-ceac-4ef8-96e4-410b90da620b) (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 = 0c17a944-894c-464b-8c57-6c3736b65711 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5e14efc0 (id: 0c17a944-894c-464b-8c57-6c3736b65711, sid: 0c17a944-894c-464b-8c57-6c3736b65711) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f7ed13eb-3210-4e41-aabd-c066bd0e8e56 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@3ac44731 (id: f7ed13eb-3210-4e41-aabd-c066bd0e8e56, sid: f7ed13eb-3210-4e41-aabd-c066bd0e8e56) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bb4547d2-bf76-47b9-a299-e216fa557330 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@c3e0df (id: bb4547d2-bf76-47b9-a299-e216fa557330, sid: bb4547d2-bf76-47b9-a299-e216fa557330) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 642fea46-e66e-492f-b1ce-f08ac0486961 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@67bdcfee (id: 642fea46-e66e-492f-b1ce-f08ac0486961, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c47638f7-cab6-4290-a539-c405ad67c602 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2c829f8d (id: c47638f7-cab6-4290-a539-c405ad67c602, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 974ded47-c9a6-4943-90e4-bd7bfedcafb1 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@2034cd1 (id: 974ded47-c9a6-4943-90e4-bd7bfedcafb1, sid: 974ded47-c9a6-4943-90e4-bd7bfedcafb1) (name: Interface 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 8681f44e-6829-424f-ab57-4908406b87be org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@1d599156 (id: 8681f44e-6829-424f-ab57-4908406b87be, sid: 8681f44e-6829-424f-ab57-4908406b87be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 16cc6322-3a12-4a2e-9b6a-b04943bd21c9 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@1412ffac (id: 16cc6322-3a12-4a2e-9b6a-b04943bd21c9, sid: 16cc6322-3a12-4a2e-9b6a-b04943bd21c9) (name: Interface 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = aeed14f1-5870-43fd-a0bc-7c9756d2b413 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@2cd47454 (id: aeed14f1-5870-43fd-a0bc-7c9756d2b413, sid: aeed14f1-5870-43fd-a0bc-7c9756d2b413) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 016ed42c-b6b0-4d96-bdea-507d2a3dbcc1 org.polarsys.capella.core.data.information.impl.DataPkgImpl@34a9c0db (id: 016ed42c-b6b0-4d96-bdea-507d2a3dbcc1, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = fd4e8de4-d839-438c-9da4-3653743bb129 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@652b2439 (id: fd4e8de4-d839-438c-9da4-3653743bb129, sid: fd4e8de4-d839-438c-9da4-3653743bb129) (name: ExchangeItem FOP 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = d335f117-c19a-4466-91f2-e7dc83dd4218 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@664748af (id: d335f117-c19a-4466-91f2-e7dc83dd4218, sid: d335f117-c19a-4466-91f2-e7dc83dd4218) (name: ExchangeItem FIP 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = f3685b18-6179-4aea-b249-91b4dcd537a9 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@693ee6e7 (id: f3685b18-6179-4aea-b249-91b4dcd537a9, sid: f3685b18-6179-4aea-b249-91b4dcd537a9) (name: ExchangeItem FunctionalExchange 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 69d78fb0-3614-485b-9ce6-b9360866175c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@136b5c03 (id: 69d78fb0-3614-485b-9ce6-b9360866175c, sid: 69d78fb0-3614-485b-9ce6-b9360866175c) (name: ExchangeItem ComponentExchange) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = cb34546f-7606-47dc-863b-bb2065f3036a org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@2fdda8bb (id: cb34546f-7606-47dc-863b-bb2065f3036a, sid: cb34546f-7606-47dc-863b-bb2065f3036a) (name: ExchangeItem ITF 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 52b962c9-e551-4e50-b0ef-42eddd648b42 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@73839fdf (id: 52b962c9-e551-4e50-b0ef-42eddd648b42, sid: 52b962c9-e551-4e50-b0ef-42eddd648b42) (name: ExchangeItem ITF 2) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 671362a2-e14a-492b-9091-b4664ff3c52d org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@6d144696 (id: 671362a2-e14a-492b-9091-b4664ff3c52d, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 51e22897-9889-4f47-95a1-c0943f83d2b8 org.polarsys.capella.core.data.cs.impl.PartImpl@535c77a1 (id: 51e22897-9889-4f47-95a1-c0943f83d2b8, sid: 51e22897-9889-4f47-95a1-c0943f83d2b8) (name: BEHAVIOR 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 = a628d254-26a1-4ab1-b41d-04cb814e7bbe org.polarsys.capella.core.data.cs.impl.PartImpl@161daf01 (id: a628d254-26a1-4ab1-b41d-04cb814e7bbe, sid: a628d254-26a1-4ab1-b41d-04cb814e7bbe) (name: BEHAVIOR PC SUB 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 = 7f5b14d1-42ab-45ff-a559-02996f9411a0 org.polarsys.capella.core.data.cs.impl.PartImpl@26cc331c (id: 7f5b14d1-42ab-45ff-a559-02996f9411a0, sid: 7f5b14d1-42ab-45ff-a559-02996f9411a0) (name: BEHAVIOR PC SUB 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 = 5892b130-2d27-4b33-aa6b-071ebf8b7b2d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4d7b80f (id: 5892b130-2d27-4b33-aa6b-071ebf8b7b2d, sid: 5892b130-2d27-4b33-aa6b-071ebf8b7b2d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BEHAVIOR PC, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = c25d548f-1473-4f1a-befc-5f9373eccccc org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@43c43f5a (id: c25d548f-1473-4f1a-befc-5f9373eccccc, sid: c25d548f-1473-4f1a-befc-5f9373eccccc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f723ca6-1f43-470c-9fd3-84e0d65a5966 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@231cb868 (id: 9f723ca6-1f43-470c-9fd3-84e0d65a5966, sid: 9f723ca6-1f43-470c-9fd3-84e0d65a5966) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a05d9d6c-bd07-476d-9e1b-e2a1e1e1d2b6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4070d4d6 (id: a05d9d6c-bd07-476d-9e1b-e2a1e1e1d2b6, sid: a05d9d6c-bd07-476d-9e1b-e2a1e1e1d2b6) (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 = c72bce99-0bdb-4573-a5f6-1c4870005d97 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4c39bb61 (id: c72bce99-0bdb-4573-a5f6-1c4870005d97, sid: c72bce99-0bdb-4573-a5f6-1c4870005d97) (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) [AllocatedExchangeItemTest] >> release >> unload AllocatedExchangeItemTest [AllocatedExchangeItemTest] >> release >> unload output [AllocatedExchangeItemTest] >> require >> load AllocatedExchangeItemTest [AllocatedExchangeItemTest] >> require >> load output ID = 9d1f08eb-17a4-439e-ba63-b98ab690c4e3 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3167ada (id: 9d1f08eb-17a4-439e-ba63-b98ab690c4e3, sid: null) (name: AllocatedExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df0889db-0c86-4af2-9e03-f455f10cdc6a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@78a55c00 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6270d2ab (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = abdfa2ca-79a4-4abd-961b-0bf52393a673 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@21739599 (id: abdfa2ca-79a4-4abd-961b-0bf52393a673, sid: null) (name: AllocatedExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d412e424-e5bb-44ce-9a26-00bcb406a3b0 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@61033b65 (id: d412e424-e5bb-44ce-9a26-00bcb406a3b0, sid: d412e424-e5bb-44ce-9a26-00bcb406a3b0) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0291cb2-5188-4a1e-bde5-4d7740e8ee21 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@5bac79a3 (id: d0291cb2-5188-4a1e-bde5-4d7740e8ee21, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c005f45b-aa75-46e9-af52-d32f6e9301b3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@566ae5b7 (id: c005f45b-aa75-46e9-af52-d32f6e9301b3, 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 = 7a94fa7d-339b-4a99-9549-1937bdcdee62 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6678e5af (id: 7a94fa7d-339b-4a99-9549-1937bdcdee62, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb4db3c9-e378-48ea-bd84-a1ad004f8252 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@4396e3ba (id: fb4db3c9-e378-48ea-bd84-a1ad004f8252, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 642fea46-e66e-492f-b1ce-f08ac0486961 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5168fa74 (id: 642fea46-e66e-492f-b1ce-f08ac0486961, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c47638f7-cab6-4290-a539-c405ad67c602 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@66b2d60a (id: c47638f7-cab6-4290-a539-c405ad67c602, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 016ed42c-b6b0-4d96-bdea-507d2a3dbcc1 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6705a48c (id: 016ed42c-b6b0-4d96-bdea-507d2a3dbcc1, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 671362a2-e14a-492b-9091-b4664ff3c52d org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@46202b06 (id: 671362a2-e14a-492b-9091-b4664ff3c52d, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f9f6e367-b24c-49ab-bf59-d785c66c29b6 org.polarsys.capella.core.data.cs.impl.PartImpl@8e206a7 (id: f9f6e367-b24c-49ab-bf59-d785c66c29b6, sid: f9f6e367-b24c-49ab-bf59-d785c66c29b6) (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 = c1091b6a-b983-48dd-8d41-d9443bdc1846 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@111f806c (id: c1091b6a-b983-48dd-8d41-d9443bdc1846, sid: c1091b6a-b983-48dd-8d41-d9443bdc1846) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 11b485dc-8bfe-486b-89de-62fbe46c16d1 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@11ed8bb6 (id: 11b485dc-8bfe-486b-89de-62fbe46c16d1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1365ea44-5578-4cdd-a89b-56efa91e2d10 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@7b607b5c (id: 1365ea44-5578-4cdd-a89b-56efa91e2d10, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d1f08eb-17a4-439e-ba63-b98ab690c4e3 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3167ada (id: 9d1f08eb-17a4-439e-ba63-b98ab690c4e3, sid: null) (name: AllocatedExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = df0889db-0c86-4af2-9e03-f455f10cdc6a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@78a55c00 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = abdfa2ca-79a4-4abd-961b-0bf52393a673 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@21739599 (id: abdfa2ca-79a4-4abd-961b-0bf52393a673, sid: null) (name: AllocatedExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d412e424-e5bb-44ce-9a26-00bcb406a3b0 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@61033b65 (id: d412e424-e5bb-44ce-9a26-00bcb406a3b0, sid: d412e424-e5bb-44ce-9a26-00bcb406a3b0) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d0291cb2-5188-4a1e-bde5-4d7740e8ee21 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@5bac79a3 (id: d0291cb2-5188-4a1e-bde5-4d7740e8ee21, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c005f45b-aa75-46e9-af52-d32f6e9301b3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@566ae5b7 (id: c005f45b-aa75-46e9-af52-d32f6e9301b3, 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 = 64fd5d3a-0dca-4cbd-a0df-d21c068956a7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5339c794 (id: 64fd5d3a-0dca-4cbd-a0df-d21c068956a7, sid: 64fd5d3a-0dca-4cbd-a0df-d21c068956a7) (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 = 3dd48290-d17a-4173-8d91-a87a055eed4a org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@7101cce9 (id: 3dd48290-d17a-4173-8d91-a87a055eed4a, sid: 3dd48290-d17a-4173-8d91-a87a055eed4a) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 9eb87c76-fa5b-42c2-b5fa-b09077e13a76 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2d2ed31c (id: 9eb87c76-fa5b-42c2-b5fa-b09077e13a76, sid: 9eb87c76-fa5b-42c2-b5fa-b09077e13a76) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 5d81b1e3-ceac-4ef8-96e4-410b90da620b org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1c44f47 (id: 5d81b1e3-ceac-4ef8-96e4-410b90da620b, sid: 5d81b1e3-ceac-4ef8-96e4-410b90da620b) (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 = 0c17a944-894c-464b-8c57-6c3736b65711 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1cdc3d8c (id: 0c17a944-894c-464b-8c57-6c3736b65711, sid: 0c17a944-894c-464b-8c57-6c3736b65711) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f7ed13eb-3210-4e41-aabd-c066bd0e8e56 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@63c5cc7a (id: f7ed13eb-3210-4e41-aabd-c066bd0e8e56, sid: f7ed13eb-3210-4e41-aabd-c066bd0e8e56) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bb4547d2-bf76-47b9-a299-e216fa557330 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2b135306 (id: bb4547d2-bf76-47b9-a299-e216fa557330, sid: bb4547d2-bf76-47b9-a299-e216fa557330) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 642fea46-e66e-492f-b1ce-f08ac0486961 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5168fa74 (id: 642fea46-e66e-492f-b1ce-f08ac0486961, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c47638f7-cab6-4290-a539-c405ad67c602 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@66b2d60a (id: c47638f7-cab6-4290-a539-c405ad67c602, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 974ded47-c9a6-4943-90e4-bd7bfedcafb1 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@474602ee (id: 974ded47-c9a6-4943-90e4-bd7bfedcafb1, sid: 974ded47-c9a6-4943-90e4-bd7bfedcafb1) (name: Interface 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = 8681f44e-6829-424f-ab57-4908406b87be org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@76fce263 (id: 8681f44e-6829-424f-ab57-4908406b87be, sid: 8681f44e-6829-424f-ab57-4908406b87be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 16cc6322-3a12-4a2e-9b6a-b04943bd21c9 org.polarsys.capella.core.data.cs.impl.InterfaceImpl@60510d92 (id: 16cc6322-3a12-4a2e-9b6a-b04943bd21c9, sid: 16cc6322-3a12-4a2e-9b6a-b04943bd21c9) (name: Interface 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (mechanism: null, structural: true) ID = aeed14f1-5870-43fd-a0bc-7c9756d2b413 org.polarsys.capella.core.data.cs.impl.ExchangeItemAllocationImpl@10238514 (id: aeed14f1-5870-43fd-a0bc-7c9756d2b413, sid: aeed14f1-5870-43fd-a0bc-7c9756d2b413) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: null, final: false, sendProtocol: UNSET, receiveProtocol: UNSET) ID = 016ed42c-b6b0-4d96-bdea-507d2a3dbcc1 org.polarsys.capella.core.data.information.impl.DataPkgImpl@6705a48c (id: 016ed42c-b6b0-4d96-bdea-507d2a3dbcc1, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = fd4e8de4-d839-438c-9da4-3653743bb129 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@767bbdf5 (id: fd4e8de4-d839-438c-9da4-3653743bb129, sid: fd4e8de4-d839-438c-9da4-3653743bb129) (name: ExchangeItem FOP 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = d335f117-c19a-4466-91f2-e7dc83dd4218 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@1eae0335 (id: d335f117-c19a-4466-91f2-e7dc83dd4218, sid: d335f117-c19a-4466-91f2-e7dc83dd4218) (name: ExchangeItem FIP 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = f3685b18-6179-4aea-b249-91b4dcd537a9 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@12a92ed1 (id: f3685b18-6179-4aea-b249-91b4dcd537a9, sid: f3685b18-6179-4aea-b249-91b4dcd537a9) (name: ExchangeItem FunctionalExchange 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 69d78fb0-3614-485b-9ce6-b9360866175c org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@58c2c9cc (id: 69d78fb0-3614-485b-9ce6-b9360866175c, sid: 69d78fb0-3614-485b-9ce6-b9360866175c) (name: ExchangeItem ComponentExchange) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = cb34546f-7606-47dc-863b-bb2065f3036a org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@737d4334 (id: cb34546f-7606-47dc-863b-bb2065f3036a, sid: cb34546f-7606-47dc-863b-bb2065f3036a) (name: ExchangeItem ITF 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 52b962c9-e551-4e50-b0ef-42eddd648b42 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@1da451c5 (id: 52b962c9-e551-4e50-b0ef-42eddd648b42, sid: 52b962c9-e551-4e50-b0ef-42eddd648b42) (name: ExchangeItem ITF 2) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 671362a2-e14a-492b-9091-b4664ff3c52d org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@46202b06 (id: 671362a2-e14a-492b-9091-b4664ff3c52d, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f9f6e367-b24c-49ab-bf59-d785c66c29b6 org.polarsys.capella.core.data.cs.impl.PartImpl@8e206a7 (id: f9f6e367-b24c-49ab-bf59-d785c66c29b6, sid: f9f6e367-b24c-49ab-bf59-d785c66c29b6) (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 = 293edf7c-81df-40d2-affc-98dde43154b5 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@2e0ac1f3 (id: 293edf7c-81df-40d2-affc-98dde43154b5, sid: 293edf7c-81df-40d2-affc-98dde43154b5) (name: C 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = c1091b6a-b983-48dd-8d41-d9443bdc1846 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@111f806c (id: c1091b6a-b983-48dd-8d41-d9443bdc1846, sid: c1091b6a-b983-48dd-8d41-d9443bdc1846) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 51e22897-9889-4f47-95a1-c0943f83d2b8 org.polarsys.capella.core.data.cs.impl.PartImpl@1c8ba123 (id: 51e22897-9889-4f47-95a1-c0943f83d2b8, sid: 51e22897-9889-4f47-95a1-c0943f83d2b8) (name: BEHAVIOR 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 = 12e4058c-e916-409a-ab5b-e1d44b9194b8 org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@6476ee18 (id: 12e4058c-e916-409a-ab5b-e1d44b9194b8, sid: 12e4058c-e916-409a-ab5b-e1d44b9194b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77373c9b-1f3a-4719-81a0-9580c193fa8c org.polarsys.capella.core.data.pa.deployment.impl.PartDeploymentLinkImpl@20bea176 (id: 77373c9b-1f3a-4719-81a0-9580c193fa8c, sid: 77373c9b-1f3a-4719-81a0-9580c193fa8c) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a628d254-26a1-4ab1-b41d-04cb814e7bbe org.polarsys.capella.core.data.cs.impl.PartImpl@37b8032 (id: a628d254-26a1-4ab1-b41d-04cb814e7bbe, sid: a628d254-26a1-4ab1-b41d-04cb814e7bbe) (name: BEHAVIOR PC SUB 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 = 7f5b14d1-42ab-45ff-a559-02996f9411a0 org.polarsys.capella.core.data.cs.impl.PartImpl@4238bbc7 (id: 7f5b14d1-42ab-45ff-a559-02996f9411a0, sid: 7f5b14d1-42ab-45ff-a559-02996f9411a0) (name: BEHAVIOR PC SUB 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 = 5892b130-2d27-4b33-aa6b-071ebf8b7b2d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1b285f5f (id: 5892b130-2d27-4b33-aa6b-071ebf8b7b2d, sid: 5892b130-2d27-4b33-aa6b-071ebf8b7b2d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BEHAVIOR PC, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = c25d548f-1473-4f1a-befc-5f9373eccccc org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1cc9397e (id: c25d548f-1473-4f1a-befc-5f9373eccccc, sid: c25d548f-1473-4f1a-befc-5f9373eccccc) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f723ca6-1f43-470c-9fd3-84e0d65a5966 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6104b16a (id: 9f723ca6-1f43-470c-9fd3-84e0d65a5966, sid: 9f723ca6-1f43-470c-9fd3-84e0d65a5966) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bef24808-5b3a-490d-8f4f-f9d4ee21f9ea org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4c4b12eb (id: bef24808-5b3a-490d-8f4f-f9d4ee21f9ea, sid: bef24808-5b3a-490d-8f4f-f9d4ee21f9ea) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BEHAVIOR PC SUB 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 64c38a3a-6d74-4b6e-a18d-b2760755e225 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@15c07e9a (id: 64c38a3a-6d74-4b6e-a18d-b2760755e225, sid: 64c38a3a-6d74-4b6e-a18d-b2760755e225) (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 = c72bce99-0bdb-4573-a5f6-1c4870005d97 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4097a795 (id: c72bce99-0bdb-4573-a5f6-1c4870005d97, sid: c72bce99-0bdb-4573-a5f6-1c4870005d97) (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 = 57a3c8dc-5f97-49f1-bf79-6d9ccc99c692 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@45cd10c (id: 57a3c8dc-5f97-49f1-bf79-6d9ccc99c692, sid: 57a3c8dc-5f97-49f1-bf79-6d9ccc99c692) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: BEHAVIOR PC SUB 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = a05d9d6c-bd07-476d-9e1b-e2a1e1e1d2b6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@10145726 (id: a05d9d6c-bd07-476d-9e1b-e2a1e1e1d2b6, sid: a05d9d6c-bd07-476d-9e1b-e2a1e1e1d2b6) (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 = 3b4a7c50-8dd3-4178-8e64-57596908ce2c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6b6cf10 (id: 3b4a7c50-8dd3-4178-8e64-57596908ce2c, sid: 3b4a7c50-8dd3-4178-8e64-57596908ce2c) (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) [AllocatedExchangeItemTest] >> release >> unload AllocatedExchangeItemTest [AllocatedExchangeItemTest] >> release >> unload output [TransitionMenuTest] >> require >> load Project_test_01 [TransitionMenuTest] >> release >> unload Project_test_01 [FakeExchange] >> require >> load FakeExchange [FakeExchange] >> require >> load output ID = eabc0a97-28ce-41ec-b08b-af75ad267be2 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@73104e5f (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@44057d74 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@63ae740a (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@4025d06b (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@44b3692a (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@70b15d2a (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@6e8c6417 (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@8bb5a6d (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@2d887f7c (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@40a9f299 (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@78ee3e2b (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@418d0a0a (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@2fe135ad (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@774666f5 (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@3a541a0f (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@219ad423 (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@7f0d1e0 (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@43c57e25 (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@59db8030 (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@2e977ce4 (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@2fe9d707 (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@4735b089 (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@426a725f (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@578f56aa (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@36bff2b3 (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@5c64ad15 (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@4d8dc44c (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@601ae151 (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@2979ad8b (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@508ca1b4 (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@7380b04d (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@4427c705 (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@20d63fff (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@15e2bb50 (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@63967379 (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@19739fe1 (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@8cb72f7 (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@8736085 (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@582ed749 (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@5d27c73a (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@ea84aa3 (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@1d4c74bb (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@33f66cc4 (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@500b7397 (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@1efbc37e (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@312b283d (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@db163e2 (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@7cb0232f (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@c4b8907 (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@7eca368f (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@30aaf9b1 (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@73104e5f (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@44057d74 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4025d06b (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@44b3692a (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@70b15d2a (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@6e8c6417 (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@59e48bd6 (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@6c153f9 (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@7c630606 (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@71426941 (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@1ce507b4 (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@356d2e57 (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@68a22e0 (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@2518d573 (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@7a5969d3 (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@2d93c95a (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@4e4322d6 (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@7a2f440d (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@54c6248 (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@78e36448 (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@34d82375 (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@2f6e9add (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@290a10a7 (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@4aa8e0ea (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@71a5cf7e (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@2a75b1c (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@2471be16 (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 = 32143dfe-68f4-4d22-8a3e-ed2049649f4c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@40a9f299 (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@78ee3e2b (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@418d0a0a (id: 9818386f-5999-4859-a585-7f5caf75f90b, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5c0df031-8fe9-475e-9c7c-f68e17346078 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@1efbc37e (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@312b283d (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@718bed55 (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@2e2545a1 (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@db163e2 (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@9bd27b8 (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@21e95218 (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@74de9f13 (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@72f65c19 (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@12963518 (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@7904ccc0 (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@1b0e8d67 (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@51e1d3fa (id: 05528fd1-ec87-4121-b094-30270256b577) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@54bcda3f (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@71f358b5 (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@9818592 (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@67ed38f6 (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@285cbb27 (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@4401c5e9 (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@54ee8a6a (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@70b7d401 (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@45bfb00c (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@544b816e (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@4058da6e (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@396af16c (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@3dbcfe6f (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@7c02efba (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@7a8fc1fe (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@1480be52 (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@4e95652b (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@25813c7c (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@21059903 (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@30e6d15f (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@553f5655 (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@79f1e252 (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@74b1b1ee (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@72dbfa0e (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@5df987fe (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@2b6c0d61 (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@52abe723 (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@7f0d6cf2 (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@6edac29a (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@2516dd25 (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@2889b45b (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@3c772744 (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@481ec42 (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@17edf602 (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@72a3b3c8 (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@77ebf7df (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@7c83e69c (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@4a642e8 (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@6bf49c47 (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@4389dbe9 (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@20dd7202 (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@16dac5f3 (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@387f6dc6 (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@46d693b3 (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@71eb451 (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@5b2af36d (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@5c81e27d (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@1dc9f830 (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@4136d0e5 (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@1b0e8d67 (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@51e1d3fa (id: 05528fd1-ec87-4121-b094-30270256b577) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@71f358b5 (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@9818592 (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@67ed38f6 (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@285cbb27 (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@130f5d69 (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@5a2e9c75 (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@384ac3ec (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@578916d3 (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@3e84fd5e (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@106703cf (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@18519244 (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@505a3bc3 (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@4a1472f4 (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@6b8d5546 (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@6a88efd7 (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@3dcaa90b (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@5420ff94 (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@5586b733 (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@10b760f2 (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@23e7f954 (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@33cad43f (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@1ce4a9e8 (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@49042e0c (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@74e729f1 (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@2628a395 (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@5926ace (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@6d8e403e (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@206b54df (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@43bc7f4c (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@556ea9ef (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@4a7e9ccc (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@3049e4f0 (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@10afbbaa (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@30ae5981 (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@711930f1 (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@5e2687d3 (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@9f659 (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@2c8327dc (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@6afbf194 (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@19c11489 (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@2e68560f (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 = 9c0783d6-15ad-42cd-bfee-40a174479967 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@70b7d401 (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@45bfb00c (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@544b816e (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@387f6dc6 (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@46d693b3 (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@b91f184 (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 = 402726dd-45f4-4ab6-b910-9061e6b37d81 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@71eb451 (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@95e824 (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@725b685b (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@5778c487 (id: 6cd26979-1729-46d7-a6b4-4e1eda8ab7d1, sid: 6cd26979-1729-46d7-a6b4-4e1eda8ab7d1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4049cb62-cf58-4219-8fa5-0aebd74d4fa1 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3863bcb3 (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@13f98476 (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 [CycleMerge] >> require >> load CycleMerge [CycleMerge] >> require >> load output ID = 354df45a-d5e9-4f91-86c3-f8a3eae478f9 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3852e035 (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@48a1b3ef (id: 05528fd1-ec87-4121-b094-30270256b577) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3584a471 (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@6fd2238e (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@32eb8fc9 (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@12c83804 (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@1cc86bca (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@41e1a6b5 (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@51fae9b2 (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@5c85310a (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@44867983 (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@7f83f7b0 (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@5b90b021 (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@2ee8d738 (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@67441552 (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@7e43ce6c (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@55af31bf (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@3852e035 (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@48a1b3ef (id: 05528fd1-ec87-4121-b094-30270256b577) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6fd2238e (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@32eb8fc9 (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@12c83804 (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@1cc86bca (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@62d5727f (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@79392485 (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@69c4db95 (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@6b1f358c (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@2290f41a (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@12bdf1c1 (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@7867b800 (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@1790afb0 (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@ac7a92d (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@13c6d056 (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@1b910b1 (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@1f760d60 (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@284f5162 (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@d2e705d (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@6b69cd37 (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@472d7683 (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@5d42d6ea (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@3b70fef8 (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@4fbdcadf (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@7ca5413c (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@3be04919 (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@633ca701 (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@4276628b (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@140c6758 (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@2d9d5c41 (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@2b9fe25c (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@5a0caf9e (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@2dcd3520 (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@6af50b8c (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@3e2c998c (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@45c3e0b1 (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@5d12337e (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@5d44268b (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@52995041 (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@1181679e (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@483e601b (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@584f8f1e (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 = 9c0783d6-15ad-42cd-bfee-40a174479967 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5c85310a (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@44867983 (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@7f83f7b0 (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@5b90b021 (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@2ee8d738 (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@67441552 (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@f7d4f95 (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@799682bc (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@1da6b21f (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@5a8fda7c (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@3feb275f (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@72a5d17c (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@1874df24 (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@4406c367 (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@432120d1 (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@23f1a677 (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@1dc2d0d2 (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@6fad25f6 (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@2540b77a (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@b2c6fbb (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@2720063d (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@de0a977 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2f5c18d (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@1d3e10d4 (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@583bcb81 (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@6d5997a9 (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@1bf83f75 (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@5a2becd (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@4338b9ff (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@7901ad95 (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@7b9e50f7 (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@5989214a (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@2bc167fc (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@165ebaf6 (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@38e74ab9 (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@3a466961 (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@1a980752 (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@797297fd (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@7b42b8e8 (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@72c6db80 (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@283ef01d (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@459e5798 (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@2b75323b (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@6fabe60e (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@304a4dfe (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@75ffef8 (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@5b9f0c2 (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@3512fded (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@5755630c (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@2f05ff20 (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@65f035e2 (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@47af5124 (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@3b1e07de (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@3b620362 (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@5fd96ec9 (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@62423267 (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@29a9f906 (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@27b9642 (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@16400fe2 (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@6562d647 (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@3656224 (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@5df23d8c (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@4bdb06cf (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@38f8211d (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@57a5556c (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@3a3f351e (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@2d8e482d (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@eff77f9 (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@7357fd56 (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@5f45d51c (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@2915ac1c (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@2720063d (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@de0a977 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1d3e10d4 (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@583bcb81 (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@6d5997a9 (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@1bf83f75 (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@ff79d02 (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@91628be (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@285312ea (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@720a9302 (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@41261fcc (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@79cd8c8e (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@4939051f (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@6f0d1db9 (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@1e24a7eb (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@b98f15d (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@a081ccc (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@d6f38e1 (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@364fdd58 (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@7a91d0d5 (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@36bda46c (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@61316960 (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@34ca11ad (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@1423bec9 (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@4fe6f6e5 (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@25f6fc10 (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@4155d67a (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@4809fd6f (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@30a06b55 (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@22a4072d (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@4dade305 (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@4ac89d5a (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@412c1131 (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@3002f7a3 (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@2f9928da (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@142cffba (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@12b0976e (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@7ab521e (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@747c1f15 (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@62e1ed13 (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@2a8ac801 (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@65dff477 (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@18f9991e (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@73d2471e (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@3326746 (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@1954571b (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 = 32143dfe-68f4-4d22-8a3e-ed2049649f4c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7901ad95 (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@7b9e50f7 (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@5989214a (id: 9818386f-5999-4859-a585-7f5caf75f90b, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 5c0df031-8fe9-475e-9c7c-f68e17346078 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@57a5556c (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@3a3f351e (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@47cc1900 (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@50af296 (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@2d8e482d (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@7f429148 (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@7ec63c92 (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@1ea87177 (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@41388daf (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@2a9b8c11 (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@6576177c (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@3888f16c (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@3dd84627 (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@4b55ae89 (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@1e4d8d68 (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@299f0aa2 (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@49ba2a9c (id: 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@29f95db2 (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@6cb34696 (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@28f263dd (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@49f5c1dd (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@121b8614 (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@1135ed0d (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@276788c5 (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@78d39303 (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@18336782 (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@f6b8336 (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@77471a15 (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@44581578 (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@7d00cd78 (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@41c6986b (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@e9eb5f4 (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@a69828a (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@71f9f5b2 (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@4893e26 (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@7fc31a56 (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@3978baf6 (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@7929c0e (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@4aa7ead4 (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@2dd1587c (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@5102f83a (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@42e36cf8 (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@3767cf3a (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@10d27312 (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@56579a1a (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@f0ab884 (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@69da840 (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@5540162 (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@6f39dc98 (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@352d8763 (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@5e19e62e (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@7b63a39e (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@5a1f6d76 (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@3d0ffc9 (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@1269410b (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@74707f8b (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@5525c8ae (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@518f4b74 (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@9363957 (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@cbbb60f (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@38394e91 (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@7b9fe1e2 (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@4796d73c (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@46198919 (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@11eae469 (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@4b1cadfe (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@299f0aa2 (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@49ba2a9c (id: 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02) ID = 97c2731d-c964-4a43-9346-cc267cb02200 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6cb34696 (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@28f263dd (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@49f5c1dd (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@121b8614 (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@5848a44 (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@3ed3eda2 (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@71f10ad8 (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@37e95434 (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@2df4fdca (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@2a1947a9 (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@24e22b64 (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@682b8036 (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@4e4d3c6b (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@7bc187cd (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@f31781f (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@202f4738 (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@7a68932 (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@667a4671 (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@32ed2c0a (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@9310780 (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@5267f7d0 (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@47b22ffd (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@6e4fc871 (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@37b7b1f (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@2af23845 (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@323becf3 (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@4ba47efc (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@13df4714 (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@5a8027d6 (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@5549dd13 (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@1922195 (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@41984382 (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@15791080 (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@20176078 (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@599e6fdb (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@5a99b339 (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@7b945fa (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@1c36f1d5 (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@367cb53f (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@216bc8b2 (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@47a333fa (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@2990c4da (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@3ec160df (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@6bf4c702 (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@1d1cac3 (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@5f3315e0 (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@66346329 (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@2b35643a (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@243d344d (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@63e6a93f (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@268eb341 (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@3db133db (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@18a253b0 (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@35412ec8 (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@511f12c9 (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@3772966f (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@1ed24312 (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@51036fb5 (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@3e50c14f (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@1d32e904 (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@1174e363 (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@382f51ee (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@74b99e27 (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@51ed4322 (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@1c26a0da (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@45a66c7f (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@3b5b6b70 (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@50f8f7c0 (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 = db5df4ff-0560-40c2-b5b4-832ed5a41562 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@78d39303 (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@18336782 (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@f6b8336 (id: 2a04e228-e52b-4108-93b3-ff71850f565a, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 55594d64-9b07-4ec1-97a5-3e8d2825d507 org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@cbbb60f (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@38394e91 (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@69638c57 (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@7b9fe1e2 (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@eebdbf2 (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@a3fa009 (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@49ae2c (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@5439a004 (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@3397fc66 (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@7ca2816e (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@65d9613 (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@6d8df90b (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@30111a09 (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@7c41c5c2 (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@7696a2c4 (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@736f7688 (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@763146a4 (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@411fa8a8 (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@cfa7b7a (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@47610bd0 (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@5d219764 (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@c9fe62d (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@49c9b2f3 (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@129a9c50 (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@4351b3d0 (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@308c9b19 (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@34d6e9d1 (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@72688b07 (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@3c6969a9 (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@6869696e (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@6b729dd3 (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@5df40309 (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@2aa70d3f (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@9a6331c (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@7645abfe (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@b540274 (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@198828d4 (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@218ed62a (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@7acf83be (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@51a37931 (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@9b52559 (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@5e5d9dc3 (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@580927c5 (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@12a9b704 (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@3296d7e5 (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@17e7f1 (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@1131df39 (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@4eff5b8c (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@4a529449 (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@75c5da9d (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@6a921b0b (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@5e850eee (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@6f7be950 (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@739233c1 (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@25f2249c (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@6d291cd (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@703cd06d (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@3efac4b5 (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@3488c7fb (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@3397fc66 (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@7ca2816e (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6d8df90b (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@30111a09 (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@7c41c5c2 (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@7696a2c4 (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@3ad1ac90 (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@33769e93 (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@23ec30c9 (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@47db4dee (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@1b247c4c (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@1ca1fbbd (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@38fb1f71 (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@25d281bd (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@1d2c5f57 (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@e43335c (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@4451010a (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@7358a9ec (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@729c0e50 (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@140505c1 (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@18ea31be (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@7ceca119 (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@7c4da735 (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@78ea60ac (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@690f148b (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@7db2bec4 (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@349c070d (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@1f58fe32 (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@e620a1e (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@664ed188 (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@32be1623 (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@6a4fd728 (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@74631285 (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@64b14f10 (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@267c42ab (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@329e37db (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@5e05ec37 (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@3022f128 (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@740f849d (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@617571e0 (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@312f4755 (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@7b9fdae1 (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@23c0107f (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@2cb04c88 (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@676eb3a4 (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@6223357a (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@41c382a9 (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@6fb95215 (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@7dd82fd5 (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@6ab4df1 (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@5b204147 (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@7e2c89cc (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@4236b75b (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@1e2ebe29 (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@47ddfed2 (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@5d257d0c (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@2a5e859c (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@416aa908 (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@417e2db6 (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@5fb8884d (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@73a38564 (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@4d9114a9 (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@30dfbe7b (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@59ad06e1 (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@1c5c6521 (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@7bd6c07 (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@4a5c36ed (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@7bf7ab49 (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@4fdbc7b (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@11ef954b (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@430c8d0d (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@567dbc6 (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@6c90a175 (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@6578d0dd (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@42bb4d9a (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@793917e0 (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@10cb8abb (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@33164e47 (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@2b590222 (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@62cfd4b6 (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@56bc491a (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@5a472a61 (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@6e075caa (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@73cc3627 (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@5713ea50 (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@4941fc3b (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@60522ecb (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@723d41e8 (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@3ab47495 (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@7cfeba06 (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@592039df (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@410a1112 (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@5883c57a (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@5b065618 (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@3307266 (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@12236193 (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@54cddeb8 (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@3d12f4af (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@3db11229 (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@3497c3f5 (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@e95e3c1 (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@2488d930 (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@111db7d2 (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@1b1f566f (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@3a352526 (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@58963a09 (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@24c9a5ee (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@45042336 (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@751913a (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 = 0b1e67c9-7f05-4556-b879-460ec5a67445 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2b27fc93 (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@77704209 (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@2ca12bdb (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@6b4bf728 (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@63e33f6f (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@43c8ffc6 (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@17a445d0 (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@9e9f40a (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 = c64b79ca-6580-4c08-bc46-ce8d270b9efa org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3d433e45 (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@22188996 (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@50e4b7dc (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@ef3d7c (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 = df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2dfad83d (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@42aac1fb (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@2eff7080 (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 = 2eb3fe98-a768-4d13-be34-153c61167d9e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6f8ff43d (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@3a21e23c (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@37dd9856 (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 = dba3485f-74a6-4a0b-90ff-7046dfa8ceb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7862bc0a (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@4d818766 (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@59d62921 (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 = e24e8f7e-43fd-4fc8-8d20-307cc10e7e50 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@48cd18f0 (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@330d1ae4 (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 = cfdb498a-8a15-4734-914b-191a857740c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@47c8eca8 (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@6292f879 (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 = 2223bb09-3903-42ee-a3d0-6f4d3b478ae9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@37d2adb0 (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@33604243 (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@145369ea (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 = 551b38c1-7d18-4f6e-b435-1dcd02ccc08c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5a494ea4 (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@6d46739d (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 = e9184dcb-df71-473b-bbdc-f9150c39a534 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@52dc96ce (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@70410e08 (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 = db08d65b-dcc1-4c48-8b26-4c70ffff0289 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@61606bee (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@122c3963 (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 = 3c7da530-86c6-4879-9dec-0f5eb16027ad org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@67eb0a0 (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@7c9cff47 (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@7cb1f1d0 (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 = 496d6f03-cb53-460f-a12c-bdf4f2d46305 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@9158f0f (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@7a9dc53d (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 = eac4d18b-38b2-4260-b827-cd1056291719 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2c435818 (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@41ac3376 (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@573692 (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@186973be (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@6114a912 (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@7138f7fa (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@68a08898 (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@5e159e0c (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 = bb0f549d-39b5-41ee-bfe0-b135e4783a7a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7e02213b (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@47586bcf (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 = c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@32a13b8e (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@13eec880 (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@788813e8 (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@2bd0dff4 (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@59c7d17c (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@272899fa (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 = e59f3940-472e-4914-a7c2-be83c7c33358 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2fbcb8db (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@7c1bca11 (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@72eb39c5 (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 = 8abc3773-2460-43eb-8ad2-2fdbed5431f5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4e1105ea (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@78cd8000 (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@84e05f (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@509652b6 (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@6860936d (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@2376c56 (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@742906d8 (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 = 6baba159-8474-4946-b3ec-bca72e843f2b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6453e0cf (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@2bdc0194 (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@477707a1 (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@3773f834 (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@604e8108 (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@2add8641 (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@2974b96f (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@46da6333 (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@174ad883 (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@29ce2a2 (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@43cbff04 (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@40539326 (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@3e44a460 (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@8121939 (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@fe74dcc (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 = 3c375041-82f9-449a-a24c-10c31791a5a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@411fa8a8 (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@cfa7b7a (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@47610bd0 (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@6f7be950 (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@4393638a (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@739233c1 (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@4a81a9f2 (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@95f8f0 (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@627bdf18 (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@25f2249c (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@6f005fb4 (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@407d78dc (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@7c42ecd4 (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@4820e104 (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@25b0ea4b (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@ea0cdb9 (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@656fb4f5 (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@2a08519d (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@8480425 (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@ddd90 (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@18dd0978 (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@70313747 (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@38907c48 (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@561fd797 (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@267992e5 (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@5f0b1262 (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@644247f7 (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@4cc99787 (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@26cdda41 (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@21d244f8 (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@57ac0209 (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@1ffbd56f (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@2601fcd (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@4371f243 (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@6ad6be37 (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@2679bac4 (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@3124fb12 (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@54f8b919 (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@29560656 (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 [TestComposite568503] >> require >> load 568503 [TestComposite568503] >> require >> load output ID = 12d236ec-5c15-4fc7-81eb-8a95e9491a81 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@115f80db (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@31f429bf (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@c5c98b (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@3345df72 (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@50dfd68f (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@32d13d78 (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@3c8ea19f (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@5db7701b (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@297e497 (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@5f6942c8 (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@1b02b23e (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@49f24b5 (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@37c65d40 (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@222c2672 (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@2c31e34b (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@348b8a98 (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@6083e6d7 (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@115f80db (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@31f429bf (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3345df72 (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@50dfd68f (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@32d13d78 (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@3c8ea19f (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@4a0164b7 (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@160ea3f5 (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@2a2a0dd1 (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@16a8497c (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@62872b49 (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@1f52de7 (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@c59bd27 (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@586ef679 (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@368535e (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@2bdadcc1 (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@4cd55bd5 (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@41115907 (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@17775a42 (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@3366fe7b (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@3a07ef5b (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@340c85f1 (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@33915e2d (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@695a746f (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@50032f5f (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@606b16b6 (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@651340d7 (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@5f50a916 (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@16600c74 (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@2e0676a8 (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@516c8e47 (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@bae9565 (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@1dbb3bc8 (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@95bde1 (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@353e0502 (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@4a44bb7d (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@ee5ac86 (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@23b2720e (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@6661656f (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@1aa18cff (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@44f6472a (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@52a6fd3f (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@13a727b2 (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@1da54741 (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@6b9c8cc8 (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@e36cb81 (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@2486f742 (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@13ae33dc (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@1cdb07ad (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@2489bd74 (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@37267240 (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@557497ab (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@11d614c7 (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@785d6994 (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@7cedb0ad (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@dd5a954 (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@2c04f405 (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@3f0639d8 (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@5ef64ce (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@68237b93 (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@5976bf9c (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@29e1a838 (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@445a354 (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@600fb2fb (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@440b66aa (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@3787725b (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@1e7128fc (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@374c9a3 (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@1c55c151 (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@7d3b581f (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@76d8117 (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@22f16988 (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@101c6bce (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@63cae1ca (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@8c4b19d (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@21502424 (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@52e179db (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@661116fc (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@4b741bfa (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@50dbcbb9 (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@3253f4ba (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@770310d0 (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@5ad8dcae (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@5bd5a96d (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@32adaa46 (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@637b3aac (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@41e633e9 (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@370e6479 (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@682e0744 (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@168f8e60 (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@78cab5a9 (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@3ca32b65 (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@242f0f92 (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@3148478a (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@1c82cbf7 (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@39df3301 (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@65d0e837 (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@16579710 (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@1c803b5e (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@5c8744f4 (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@3e748e03 (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@143171ca (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@976f2d9 (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@6fb0a7e7 (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@752e2884 (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@6a8eb8ca (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@54506f78 (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@3eb5758a (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@5437f83b (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 = fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@78a59598 (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@a9673c5 (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@45ccb678 (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 = c64b79ca-6580-4c08-bc46-ce8d270b9efa org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@543d491 (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@45320a6f (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 = 322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7f10730e (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@7782d4d (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@118a706f (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 = 0b1e67c9-7f05-4556-b879-460ec5a67445 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1f0422a1 (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@1b7da844 (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 = 698bb900-8436-4e43-b54e-5843481ca55a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@ddccac2 (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@5049d0f (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 = dba3485f-74a6-4a0b-90ff-7046dfa8ceb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6e9dee4f (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@317b47a3 (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@fd46a07 (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 = 2eb3fe98-a768-4d13-be34-153c61167d9e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@69e5075b (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@4b27daf2 (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@214ddf (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 = e24e8f7e-43fd-4fc8-8d20-307cc10e7e50 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7f150e6c (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@35cadf1c (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 = 551b38c1-7d18-4f6e-b435-1dcd02ccc08c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4ab87be1 (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@56eb04e0 (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 = df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@368f9349 (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@60b62d4e (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@2a210835 (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@3cfb069 (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@7f3b2b1d (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@478b6214 (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 = cfdb498a-8a15-4734-914b-191a857740c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@53de27d4 (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@7837162 (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 = 496d6f03-cb53-460f-a12c-bdf4f2d46305 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@79a9a171 (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@1b9f4ce1 (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@21818808 (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@2a91eb11 (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 = eac4d18b-38b2-4260-b827-cd1056291719 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@791ddc31 (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@78f3bacb (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@13debc29 (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@5407b82 (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@7bf2cfbb (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@67a0ae93 (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@47ffbb69 (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@65bdc4c5 (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 = 81f801b6-2d47-46c8-8817-b0b635458882 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3d8a5e25 (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@1cc7407e (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@15a95774 (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 = e59f3940-472e-4914-a7c2-be83c7c33358 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1b6b9d25 (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@74ff931b (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@3e49691a (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 = 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3ff67807 (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@281dd79c (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 = c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@493b0a15 (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@19a5b209 (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@33b41772 (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@27bea4e7 (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@61d926bb (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@23b14289 (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 = bb0f549d-39b5-41ee-bfe0-b135e4783a7a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4d5d15b6 (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@2b04d7c0 (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@41b0327b (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@472acda4 (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@2ac85ded (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@4c99c707 (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@163974f2 (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 = cfd6683e-7b35-4d1d-a5b9-16c96fb79f51 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4bd5299c (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 = 34f13a01-438b-4582-8425-490f1861ff93 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1d2cbcc3 (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@14f4c2bb (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@74bd67ec (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@7740fdea (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 = aab00e90-dc68-49a8-8eb0-a189091b053f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@50c0ac80 (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 = beb95fde-8aee-4cd1-94e8-9162fa373ed4 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@14a55110 (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 = 7ef3f67d-8464-4675-a84b-23cff5c2a740 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1eb5abe5 (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@20d45375 (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@2c7f4813 (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@161ed25d (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@40773f5d (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@50e740ae (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_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4d1f3b78 (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 = ID_FakeFunctionalExchange_Physical_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@33880221 (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@73b3d3d3 (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_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@d7647c0 (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 = 3c375041-82f9-449a-a24c-10c31791a5a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5f6942c8 (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@1b02b23e (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@49f24b5 (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@37c65d40 (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@222c2672 (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@2c31e34b (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@51f6d0f4 (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@54dfabd7 (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@17030888 (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@531d8d8d (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@7a35052a (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@75fd05ac (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@1d4a8ec1 (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@22040900 (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@70ca543f (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@6d07efef (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@24f25808 (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@263c099f (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@475cacb (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@565f253d (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@605b05e6 (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@26ed8883 (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@c642d07 (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@23bd977b (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@1b71c2df (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@5112f8a2 (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@7c33fb92 (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@337aad20 (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@2688e6aa (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@6019dd31 (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@39555cb (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@65e0eb34 (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@2a624977 (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@3f06afd (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@3a0148d5 (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@3a266aea (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@31165644 (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@38ee0bb6 (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@680b38 (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@d2aaa82 (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@5a05163 (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@16207f4a (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@53bb9923 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@76c0d07a (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@e7b91db (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@619e3f32 (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@1d5fa8e0 (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@791876dc (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@5ac8943f (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@5a1e1e4f (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@24c58ab6 (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@59e72847 (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@1ca9a610 (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@182f587b (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@fca0004 (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@c5954ed (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@21e71489 (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@43696c4e (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@1c7c9e07 (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@5ac45f59 (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@431e4bd4 (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@4b9d44e5 (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@33e96737 (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@4bafd884 (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@7ade6ace (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@5bc5a31c (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@23eda78c (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@5b2f4644 (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@3b0fbfd5 (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@30bb4fe (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@7ddd2030 (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@5ce154a9 (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@1fb2b09f (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@69192d36 (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@2706365e (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@28be5d7b (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@220226bb (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@2d2df50 (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@14f0ad92 (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@4e7f6ff2 (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@7dfbaf78 (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@6947c7c8 (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@78ca6b4f (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@4d7f9b5b (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@6ddf6de3 (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@436016ba (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@efbc85a (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@6a101eea (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@5adbd28d (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@67bd2934 (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@197257ad (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@2220161b (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@16207f4a (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@53bb9923 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@e7b91db (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@619e3f32 (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@1d5fa8e0 (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@791876dc (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@97dab19 (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@198a62ab (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@79f2c1d2 (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@43e6e6a6 (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@6cbe7814 (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@11ff68e7 (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@1ede3d59 (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@5d3d824a (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@425c2f21 (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@47d51b70 (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@764bee12 (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@64822b19 (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@77713a80 (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@61f864af (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 = 73452e4c-bcf8-49a1-ae91-2371afa0fdcb org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5a1e1e4f (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@24c58ab6 (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@6ba4f9d (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@28c88221 (id: a572f085-ca83-40e3-9765-92590125cc29, sid: a572f085-ca83-40e3-9765-92590125cc29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3715877-2241-404a-9e8d-29f363b565fe org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@150d3fc4 (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@426652b0 (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@fc0757f (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@4c846ca2 (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@308b89e9 (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@4008be9a (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@4cef4069 (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@2361d42a (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@4f49d56e (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@4a305e73 (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@7ceab354 (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@5107f867 (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@5064b58c (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@186faa35 (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@3136ca7f (id: 120f387b-ded7-4181-badc-05ca1f637c18, sid: 120f387b-ded7-4181-badc-05ca1f637c18) (name: ERO714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e350304e-5562-4315-86f7-bf4b7f27518c org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@5e84c7b4 (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@32318fcf (id: 239656d1-827e-422e-beb7-a8400c75fd47, sid: 239656d1-827e-422e-beb7-a8400c75fd47) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f265d55b-097c-42a4-bf3c-041a0d6ff57a org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@2cbe650a (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@155411cb (id: f56a7004-f97c-4889-8f6c-f18ab7480a5a, sid: f56a7004-f97c-4889-8f6c-f18ab7480a5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c86d0349-83d1-4404-8a0e-ccbf83431088 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@7f35c27 (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@3982f4e1 (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@561804de (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@3d295982 (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@20262864 (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@eadf57d (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@18852e82 (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@6f179159 (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@7e63e1d7 (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@1f84e57b (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@2ec42937 (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@7d0af8ef (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@1c86d3c0 (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@24114216 (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@2b135a32 (id: 2b553e36-353d-4787-a7ae-2b9ea8185570, sid: 2b553e36-353d-4787-a7ae-2b9ea8185570) (name: ERO514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 554689a1-bcd5-451e-9088-84ca89494212 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@59e72847 (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@1ca9a610 (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@436016ba (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@efbc85a (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@49c093f1 (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@1a48a217 (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@47029b2d (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@6a101eea (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@949077 (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@780501bf (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@27825742 (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@f4ca0c8 (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@6ab43a4d (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@75c12be (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@5be4a380 (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@3c4a93a0 (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@6839ba49 (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@42d5fb8f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@c7eb155 (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@19eee62 (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@1c3f234c (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@6a8d993f (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@63b4c7ec (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@76599e20 (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@1a6a8434 (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@469dad25 (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@4e2a6ae9 (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@4a67a210 (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@51ff5556 (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@5bc6cba6 (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@46268f15 (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@5b16b44a (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@14999bd9 (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@6839ba49 (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@42d5fb8f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@19eee62 (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@1c3f234c (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@6a8d993f (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@63b4c7ec (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@7344f4af (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@16049cc8 (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@10c6bb56 (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@55888505 (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@6922b1d7 (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@347748ab (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@47f9b4c (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@2da40bc7 (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@5174bbad (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@2795d676 (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@2ae20b70 (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@4cdaa540 (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@5361e95d (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@3911f442 (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 = 73452e4c-bcf8-49a1-ae91-2371afa0fdcb org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@1a6a8434 (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@469dad25 (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@7098e250 (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@15b12e48 (id: a572f085-ca83-40e3-9765-92590125cc29, sid: a572f085-ca83-40e3-9765-92590125cc29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3715877-2241-404a-9e8d-29f363b565fe org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@32147ffa (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@55523d94 (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@63d2e207 (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@32908e6b (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@236adc6c (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@6710eb08 (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@13a6ff37 (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@2573c8fe (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@500ff980 (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@30a70022 (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@14dc1e46 (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@2f53101b (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@3f3f88 (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@89189bd (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@7c4b88c7 (id: 120f387b-ded7-4181-badc-05ca1f637c18, sid: 120f387b-ded7-4181-badc-05ca1f637c18) (name: ERO714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e350304e-5562-4315-86f7-bf4b7f27518c org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@4756df07 (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@5b096acb (id: 239656d1-827e-422e-beb7-a8400c75fd47, sid: 239656d1-827e-422e-beb7-a8400c75fd47) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f265d55b-097c-42a4-bf3c-041a0d6ff57a org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@59285567 (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@49887778 (id: f56a7004-f97c-4889-8f6c-f18ab7480a5a, sid: f56a7004-f97c-4889-8f6c-f18ab7480a5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c86d0349-83d1-4404-8a0e-ccbf83431088 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@7a0fee67 (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@6a409cdf (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@17ad50a1 (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@19c47bf7 (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@1c3dc27e (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@72750342 (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@fa06df5 (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@3501b435 (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@47ddbed9 (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@1de8ca73 (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@112bc3fe (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@29337df2 (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@3b2357b (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@5852dc2c (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@1729d0eb (id: 2b553e36-353d-4787-a7ae-2b9ea8185570, sid: 2b553e36-353d-4787-a7ae-2b9ea8185570) (name: ERO514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 554689a1-bcd5-451e-9088-84ca89494212 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@4e2a6ae9 (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@4a67a210 (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@51ff5556 (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@5bc6cba6 (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@31a6d2e3 (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@46268f15 (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@77ae0762 (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@58270a5 (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@2348b3c (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@5c842d5d (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@4a956930 (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@6cde7635 (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@2043b00 (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@7f1700d8 (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@1eaa3ae3 (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@1da88dd (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@22a56fdd (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@6573aa91 (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@765a43b0 (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@e8548c8 (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@191ae8c2 (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@32ad39e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@49a2d0cb (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@5b6c3404 (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@6d8c8f65 (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@19b4a692 (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@4de1752b (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@29212461 (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@63c0c7e5 (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@5f7c6d39 (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@701e714 (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@621be7fe (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@f79c300 (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@37b4d1cf (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@4bf79e5d (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@11ebba2b (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@50cb1ad5 (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@416083aa (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@3692e8ad (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@7ae436b6 (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@72f1968d (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@374936aa (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@163f776e (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@4d35a299 (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@338e104c (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@4d8c9cf1 (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@20e51629 (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@402449c6 (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@3eb3dfe (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@2aa95266 (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@22754d44 (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@407d5ab5 (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@1aa39b89 (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@7a79d0d9 (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@72eeadbf (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@58ece9a5 (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@5e154ee2 (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@6a5eb2e1 (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@6d5a6940 (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@52c4148f (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@26d2326b (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@398455ea (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@7aa2bf3 (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@753827e5 (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@5e325b21 (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@6bf16429 (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@3ffcb1a7 (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@6aa78b5e (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@24f62953 (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@46470912 (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@3de3dea3 (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@191ae8c2 (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@32ad39e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5b6c3404 (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@6d8c8f65 (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@19b4a692 (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@4de1752b (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@63c0c7e5 (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@5f7c6d39 (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@701e714 (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@621be7fe (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@5e325b21 (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@6bf16429 (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@5f665b0d (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@25f2c186 (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@3431b3fa (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@7f3d49ab (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@14a4f029 (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@183dec11 (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@2ed8c725 (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@c5bd247 (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@409c7755 (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@2772428f (id: 57c7ffbe-32ef-4785-8441-29795d2dff54, sid: 57c7ffbe-32ef-4785-8441-29795d2dff54) (name: PLC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 118f8ee2-43a3-4908-86c0-057f8e139347 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5b52ec5c (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@696bf61a (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@6dbf0a0a (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@3ffcb1a7 (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@571a4dd7 (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@d70bc40 (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@36010cd4 (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@6421cbdc (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@6150567a (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@69ca64ac (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@5713b2ed (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@3d86ecf8 (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@5e069eb4 (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@64536edc (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@2e1d3c61 (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@2476e476 (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@5f5579f5 (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 = dda5629e-e4fc-4d5a-9096-44c2e86f0288 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@55b248a7 (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 = 7d0c0eed-89f4-47de-96c4-22bc00a74205 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2e4b71b8 (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@74e08c5f (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 = 9b628467-b392-4c31-aa25-b3a1b8772010 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6ec72dcf (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@26753a8a (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@1a296b33 (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) [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@14130f4e (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@46577681 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3901e13e (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@64b93b01 (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@11dc9c98 (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@136629bf (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@11df48d1 (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@cd06086 (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@791d05d8 (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@5b14e095 (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@3fbd302c (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@2e9fc1c6 (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@52f39cc8 (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@5787f5e2 (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@1a2c65c7 (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@25195be7 (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@739be3a5 (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@14130f4e (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@46577681 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@64b93b01 (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@11dc9c98 (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@136629bf (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@11df48d1 (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@791d05d8 (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@5b14e095 (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@3fbd302c (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@2e9fc1c6 (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@52f39cc8 (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@5787f5e2 (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@16d836e (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@512ce374 (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@2cad02b5 (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@a7e6a7d (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@42f4a790 (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@7ff3f52a (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@6a7552b (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@6108ba48 (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@1ff73045 (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@3acb4249 (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@7737febc (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@179471aa (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@1a2c65c7 (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@7bb4ba34 (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@48e4a51f (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@4297055f (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@6a6a0487 (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@34d166e4 (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@59f0f13c (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@2337aaa0 (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@19c3cc7d (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@269a6fe7 (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@78bd1319 (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@66c1c404 (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@61665c85 (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@4b3e866b (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@8359a95 (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@3dbf90a7 (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@33e24f0a (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@cd08ac3 (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@281548fe (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@696ecff3 (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@485557cb (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@5d05e638 (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@18040a98 (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@3a131ba1 (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@ebe3468 (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@18a38855 (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@204b0113 (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@2a7d8a8 (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@7d45b1e0 (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@79206f3d (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@11bba93 (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@3d454080 (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@6d5f3c79 (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@177cff68 (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@4b6f0036 (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@5c39089b (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@48914b91 (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@38667a54 (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@b3ba3de (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@1fd20ff2 (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@5ddd125a (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@910b2e (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@f332951 (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@61fa0eab (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@16edaf76 (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@2afb0e9c (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@511692aa (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@4061daf (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@73cda137 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@22036c0c (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@2c9db25f (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@77e81c88 (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@2892929 (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@5ba111aa (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@1d69c1d3 (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@5f4f735d (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@14c4c9fc (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@ef238e9 (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@2a8377f1 (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@740a9eaf (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@9ec2a53 (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@184bcaab (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@890d5ef (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@28cfcdb4 (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@4019d44c (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@6414076 (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@8f0c2fc (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@5e840c3b (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@50311813 (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@5cffb093 (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@52967ed2 (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@2c8d556f (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@7424216d (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@55fe7c52 (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@34ffe8d1 (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@729ff50c (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@27e58d7b (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@1df6939 (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@4a2da0b3 (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@47171b6f (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@4c12d8a3 (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@36fee6b9 (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@1171f0ed (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@6ec24dcf (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@34cf4774 (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@75c5a47a (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@6b2dd4b7 (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@177d5028 (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@59c74154 (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@1f9d862 (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@4f42c86 (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@18bac074 (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@65d99213 (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@198d043b (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@2b7082a9 (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@296281c3 (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@2771a249 (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@4bd8bda8 (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@4061daf (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@73cda137 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2c9db25f (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@77e81c88 (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@2c881740 (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@62ffdbc5 (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@2892929 (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@5ba111aa (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@5f4f735d (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@14c4c9fc (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@ef238e9 (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@2a8377f1 (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@18bac074 (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@65d99213 (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@198d043b (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@2ecee250 (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@6ac86705 (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@122536e1 (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@6246d931 (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@3bc37b4b (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@129ad379 (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@29b37df5 (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@7de8b6a3 (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@5d518376 (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@199482be (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@2bfa08ac (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@139ffede (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@63fe6c7b (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@2b9fa5c2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6426935 (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@4547d719 (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@1269a57 (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@1e8b427d (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@3dec34b0 (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@5cef745 (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@300f2189 (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@7453155f (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@5a404843 (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@130a39eb (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@7f9f3f38 (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@60f0ae64 (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@382af069 (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@23fd2965 (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@3f1a85f0 (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@63fe6c7b (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@2b9fa5c2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4547d719 (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@1269a57 (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@1e8b427d (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@3dec34b0 (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@300f2189 (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@7453155f (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@5a404843 (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@130a39eb (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@7f9f3f38 (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@60f0ae64 (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@382af069 (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@7a2d43e6 (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@7c4dd564 (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@4440fa4b (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@38b09af3 (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@1146f611 (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@1e6e38ae (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@5dbf0b8a (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@616465cc (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@47b4f18f (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@28700a9f (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@d36a740 (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@4fbee92f (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@2fe641de (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@7ea824f (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@7f729dba (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@5bd7493c (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@30d678c2 (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@32db8044 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@35fdffbc (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@6de1ef1c (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@458cf04f (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@5e3f71c0 (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@47a32a24 (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@1dff4148 (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@5e7a763b (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@642bcfd3 (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@7b62c6c6 (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@75ab8199 (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@5cced3cd (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@78d4e18a (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@2c6aad62 (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@7dde7646 (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@57a4928b (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@8a3f144 (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@71db5c8f (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@7f3968b4 (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@c7a9d12 (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@1bc46408 (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@30d06cdb (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@418cebd (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@5c525121 (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@640e8a87 (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@38d9f3ce (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@ea6b906 (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@60a57686 (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@319e1e33 (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@46aedc4d (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@1524c503 (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@5bb155df (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@4bfba69c (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@4058db46 (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@73e71293 (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@22a9ae9d (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@34702312 (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@32f44c31 (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@79ccb376 (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@167e2794 (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@23a3fefa (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@33a6bb7b (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@2fede97a (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@2239b958 (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@63abe9e4 (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@45b34d6e (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@6f2e0332 (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@5fe4c6 (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@3149dc62 (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@731d1466 (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@30d678c2 (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@32db8044 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6de1ef1c (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@458cf04f (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@5e3f71c0 (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@47a32a24 (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@42b09b52 (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@601c05c3 (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@4508c971 (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@1b2429fe (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@5dba6fbc (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@5e7a763b (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@642bcfd3 (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@7b62c6c6 (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@75ab8199 (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@78edeab9 (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@4282f720 (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@2fbb4d40 (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@44f4f2ce (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@1afd689e (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@5ac66c17 (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@39c78703 (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@b17fcf8 (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@7adfdc9c (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@2239b958 (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@63abe9e4 (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@376f574b (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 = 59bda89b-9e0d-4267-8cff-bf11a4c53d92 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@45b34d6e (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@3c3b4f85 (id: fc106950-58a3-4579-a036-66a908f16dc9, sid: fc106950-58a3-4579-a036-66a908f16dc9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e57332d0-5c59-4a83-a4e4-ec716a3246c0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@377d5df1 (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@3e73e602 (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 [DataPkgTest] >> require >> load Project_test_01 [DataPkgTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1fecef69 (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@4a8d0801 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@806f0b1 (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@23d70864 (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@2e4bf7c5 (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@51dea926 (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@66712837 (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@20740921 (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@1c7c6ca5 (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@7b424e07 (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@7bff7d4f (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@745aa688 (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@43239e8 (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@78290467 (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@67008f1f (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@5ab45e58 (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@6bed72f1 (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@1fecef69 (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@4a8d0801 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@23d70864 (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@2e4bf7c5 (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@51dea926 (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@66712837 (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@33340b7 (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@72b76acb (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@56846a22 (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@39dbd055 (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@695cded6 (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@1c7c6ca5 (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@7b424e07 (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@7bff7d4f (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@745aa688 (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@bbce5e2 (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@62e7a0e4 (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@62f2bcf2 (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@707d233e (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@2d4e57f6 (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@108473bb (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@9f9c646 (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@76be03ea (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@29900b2c (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@43239e8 (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@78290467 (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@67008f1f (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@522fbf99 (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@47c7314d (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@77fd0fee (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@14660e79 (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@3b9ab81b (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@45a9bb7c (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@7e0586b1 (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@1031a30a (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@18cb982b (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@607543f4 (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@32976145 (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@2fa3bdee (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@4e290122 (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@6c316855 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3e8bdacb (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@21f16bb4 (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@4cd831d (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@245707ec (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@1bcb78b6 (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@7a4e41e (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@24ebb4fd (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@381fbfeb (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@78516e96 (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@4e33496 (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@17b2db08 (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@8ab4d64 (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@940bde2 (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@41d4afc5 (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@8aa448 (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@52180950 (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@5e3b015c (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@3af537d9 (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@6f086c2b (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@7dc8aa13 (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@7bff7517 (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@68a7ce4e (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@44629e45 (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@7cc22ce8 (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@3f4bd660 (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@79de61d2 (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@9c9e9d7 (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@156c289e (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@74f51485 (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@2a96cdd8 (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@7ad6ee79 (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@179e38a7 (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@46179b07 (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@5a737610 (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@179bfe01 (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@7126a755 (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@b93d5d5 (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@4a91f141 (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@23265e4 (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@46ea66f8 (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@53c22e8d (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@161cc64d (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@1b85217d (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@1cb6754e (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@4cc78b5c (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@738c905a (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@6e74a06b (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@6f3e8164 (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@921372d (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@4e290122 (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@6c316855 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@21f16bb4 (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@4cd831d (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@245707ec (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@1bcb78b6 (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@24ebb4fd (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@381fbfeb (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@78516e96 (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@4849bbbe (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@7af5e503 (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@14dad585 (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@22afd1cc (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@27be0a6c (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@72363e65 (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@3002ab5b (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@6c7f2d26 (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@3bc5b7af (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@784373a4 (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@5dbe4784 (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@48bd4708 (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@5e53f97f (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@3d6e6f42 (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@12438d0c (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@30641d4b (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@71bd8239 (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@3fe7e733 (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@3142262e (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@21dcfb08 (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@3ced0940 (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@3c33af91 (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@1ce08d6f (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@5aa22140 (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@e51945d (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@2fbfed21 (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@37ac964c (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@7ccf09d8 (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@7e3e8960 (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@2e38b563 (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@7df5481e (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@79700fb1 (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@738ffc76 (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@1877dcc9 (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@4f15c261 (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@36e141b5 (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@3a017753 (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@4e33496 (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@7dd624ab (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@38732c1d (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@4b25d05b (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@567f1a2d (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@17b2db08 (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@68a7ce4e (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@44629e45 (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@7cc22ce8 (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@7c15a9aa (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@1a409f35 (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@3bf25ba4 (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@5e30f389 (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@70302410 (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@6e17b414 (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@4791ed09 (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@1ee4e2c9 (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@6f8555a1 (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@3ce1fb51 (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@7450b061 (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@4d9bf688 (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@8f69ac7 (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@3b7ec3fb (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@4adcaf4d (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@58e13f28 (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@64fdb651 (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@2951c02e (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@658b48e (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@5711d312 (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@5ed7a89f (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@79a053db (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@3a9f74a5 (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@63cfb9a7 (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@3f6611 (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@7bfac346 (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@3a01aac0 (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@249d3ea6 (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@5fe9dbca (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@72a4c382 (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@454420bc (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@8e14ebc (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@19c7e3e1 (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@4dab9b88 (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@298e1341 (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@2b982c62 (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@de60a1b (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@1c80a7f4 (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@45cdab3e (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@2f5c64d9 (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@12d705fb (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@b71bf52 (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@23cd7159 (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@6f7ba355 (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@45299b9c (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@43243744 (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@b2bd1c0 (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@3978aafb (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@30843333 (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@52f8ac70 (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@788d23e (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@7bdb9f46 (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@6a5736a5 (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@1b85217d (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@1cb6754e (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@4cc78b5c (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@5433aa0e (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@5fb17081 (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@193d1791 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2528d6fe (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@519e309b (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@6a6e9fca (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@3bf623a0 (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@7f8f6b9c (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@4a3f5852 (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@40de8996 (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@4489c99a (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@180a1b5f (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@28c73dc4 (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@6e0ab671 (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@7b28cb49 (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@1914ef8c (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@54aa71ed (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@611c089b (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@7489db53 (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@3f2b3985 (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@1b7cbd01 (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@1dd0bacc (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@2739b966 (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@41384b15 (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@3f527286 (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@274ca97a (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@290da566 (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@7314ee03 (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@47573 (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@54f64316 (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@7012a42f (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@5fb17081 (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@193d1791 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@519e309b (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@7489db53 (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@3f2b3985 (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@1b7cbd01 (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@2739b966 (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@41384b15 (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@3f527286 (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@274ca97a (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@4d54d67c (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@4e374c20 (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@625dd122 (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@2018a36a (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@4b947623 (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@3fb6653d (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@33ee7728 (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@560891cc (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@3ec5d040 (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@32d6d528 (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@7241b36d (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@60d5da18 (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@70025192 (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@74f9b52f (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@bdcaa06 (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@4597b47f (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@277bf39e (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@1e126a93 (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@70707fcd (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@8bc19f0 (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@70a3fc7a (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@7d68560f (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@e95c078 (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@660e2bc3 (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@9a15b54 (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@3646ac41 (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@16703cf1 (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@1b74dcf (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@2cfcd56 (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@1e84dea (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@16686e92 (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@2d0a80a5 (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@51d34d2f (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@1217cde2 (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@475e3dcc (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@3ea8822a (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@75590ae5 (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@590da171 (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@6f8b47c1 (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@154821c8 (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@28fb0fa6 (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@1cc935e1 (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@2949dcf6 (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@7d5bee76 (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@dad4844 (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@581e022d (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@3f57cbb4 (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@1d5daa76 (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@7a553ef1 (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@52f254fc (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@53f92f7d (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@2387216e (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@70f62159 (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@30e3ce0f (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@2a7b8da9 (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@306d55d9 (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@290da566 (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@7314ee03 (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@47573 (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@3432a241 (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@70d00734 (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@24609bdb (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@76ccdc9 (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@266d47cf (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@56740d91 (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@766aeac7 (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@17096346 (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@5b160d57 (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@2d789b21 (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@c65709b (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@502a3102 (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@3bbdf2e5 (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@52f5d720 (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@7533944d (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@749019c8 (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@20eee765 (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@5c5e788f (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@35260eb5 (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@418c0f80 (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@160e0d1b (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@39bb8555 (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@3ced6771 (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@1dbc8f63 (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@7b3c3f1a (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@1ec89c05 (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@49c9b642 (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@30f7ef8f (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@2a29d264 (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@70db5b90 (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@74a4886f (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@7b209ae3 (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@1f7edd11 (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@35d312b5 (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@65640390 (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@1aec7a5d (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@7313ba44 (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@5ef84829 (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@1bc5a8e5 (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@1008e860 (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@32bbd2e4 (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@249acf43 (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@4292d635 (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5e8fb90-ea7f-4109-8de2-e5b78f574001 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@6a6e9fca (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@3bf623a0 (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@7f8f6b9c (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@4a3f5852 (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@40de8996 (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@4489c99a (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@180a1b5f (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@28c73dc4 (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@6e0ab671 (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@7b28cb49 (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@1914ef8c (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@c5d2c62 (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@54aa71ed (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (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@5e7ca322 (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@2ac23df5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@57506575 (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@7df0e0e2 (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@e8e5e4a (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@2d60ab67 (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@413f8882 (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@2e20f3c2 (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@7fcbd466 (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@5758736b (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@6a9e8a9a (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@343900ec (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@2f4448dc (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@62c42523 (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@6f4b930f (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@58c1bcf3 (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@646ce4c8 (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@2742385b (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@14a21457 (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@41d10414 (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@4298f242 (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@74ae8aaa (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@702a28c4 (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@39926371 (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@3c9d9ce3 (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@3c66aa00 (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@2480f02d (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@7a453b9 (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@3a5fb24e (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@2e054601 (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@d27da74 (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@3708b86f (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@672240e9 (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@6e9dd0a7 (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@2dbf75ed (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@5f066bf5 (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@2a565df4 (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@2a4eb8f1 (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@7c08a048 (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@10bd25ff (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@81c63e1 (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@574adb23 (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@6ef92b62 (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@1792699f (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@6f1d20ae (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@146c037a (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@7b0a98f0 (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@2925dbd3 (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@6a165b4f (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@22f8c56 (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@8642169 (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@5e7ca322 (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@2ac23df5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7df0e0e2 (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@e8e5e4a (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@2d60ab67 (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@413f8882 (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@7fcbd466 (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@5758736b (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@6a9e8a9a (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@5845d99f (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@5e5b8a69 (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@21351de7 (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@781db47b (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@e6203c6 (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@c68c8a1 (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@5bb36ee (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@1010e44e (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@e72a9b9 (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@44154516 (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@18c5073c (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@f60b2fe (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@14c4edca (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@7a1737b1 (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@4a5b2328 (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@40a68fdf (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@73bf80bc (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@30d69bc5 (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@2387ac94 (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@57ab174c (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@589ec765 (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@5c926700 (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@42ef930a (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@4df1fd6c (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@637abe58 (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@2c9f7f50 (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@12d6ce0a (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@500e4ba1 (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@6630a786 (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@318231ef (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@15801f4b (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@37710d19 (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@549e80e6 (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@7433ced3 (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@615ced59 (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@5e7a2dae (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@7e431f37 (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@343900ec (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@15708ae9 (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@1a76007 (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@1ff3f0f3 (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@6331bd81 (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@2f4448dc (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@39926371 (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@3c9d9ce3 (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@3c66aa00 (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@1dabd940 (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@728754cc (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@481ab5c3 (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@486eb05b (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@265dc162 (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@6eb4d051 (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@731dd4e9 (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@4e4c4eb9 (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@6d2c0c3 (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@4eacbe10 (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@530b81b0 (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@7f1e24ee (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@6fda3716 (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@442d48c3 (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@4ba447f7 (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@45933339 (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@7bcfce1a (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@558aeaf0 (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@3cf89449 (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@60ae6214 (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@6594cf05 (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@67cb642d (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@1f69ee41 (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@cc4817a (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@4f6b9b00 (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@73bd64cc (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@2376871c (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@b111d59 (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@183124a0 (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@b2b86e (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@176b9103 (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@1493ad62 (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@5168f74 (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@10f23670 (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@5bda4ee4 (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@522b0040 (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@63f7485e (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@62b7a3e6 (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@6b937c3a (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@61b05808 (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@385c59d8 (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@67ab65a6 (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@1729b7c5 (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@74bacd30 (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@2ef2c8e6 (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@12480ecb (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@480514d8 (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@6a7483a5 (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@52f9d3f5 (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@15a137 (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@60d6d639 (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@2ef1182d (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@328b007d (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@6f1d20ae (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@146c037a (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@7b0a98f0 (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@46ba83c4 (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@50c65ee7 (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@604f63f9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@8c038e7 (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@2bb45062 (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@481728ce (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@1d114e98 (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@6fc13f89 (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@739422eb (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@6466c78f (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@2bd91fd (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@21739f72 (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@732262cd (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@212adf62 (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@520a8c3f (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@3bdcfca (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@6a180f43 (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@3d1ab27f (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@5097738b (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@76f425fa (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@2028048b (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@347a9d80 (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@5f1aabaf (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@8969e43 (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@68fadf86 (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@80cc984 (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@38c7b685 (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@232656b3 (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@6408db2b (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@2275c9a7 (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@7ac4c686 (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@50c65ee7 (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@604f63f9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2bb45062 (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@5097738b (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@76f425fa (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@2028048b (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@5f1aabaf (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@8969e43 (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@68fadf86 (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@80cc984 (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@2414cf9 (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@3e19be74 (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@2140de (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@6e8ff9b7 (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@6621561b (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@15b8beb5 (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@1f153b6c (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@e463b78 (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@623b2525 (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@322662c1 (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@45ee1b2 (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@3bfc87ba (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@d59fed (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@164c55c (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@72c4f7b3 (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@2dda6f06 (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@15ca7a7 (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@26b5ccf5 (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@7399ceff (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@d452dd5 (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@69c0c245 (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@611a79ec (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@5cc9ad06 (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@784608cf (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@17fb2f68 (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@259cf162 (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@342cc94a (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@7ce4bf70 (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@322a4feb (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@70ffaf2d (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@22cb5ee1 (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@7b0d7af7 (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@1bb8276a (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@16b365f7 (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@6ef71d96 (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@7ebd187d (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@24e4e3b7 (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@2975b601 (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@7f381514 (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@69d0847e (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@6aaa2ba8 (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@6e6b4d42 (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@51c4752e (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@3cdae81c (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@7967344 (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@33233fa9 (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@41bc51e6 (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@2acddbc5 (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@1ef5818b (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@34012b8b (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@17117f8c (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@53469d58 (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@610db762 (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@5c6d85bb (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@401c6ca5 (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@27d795a3 (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@38c7b685 (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@232656b3 (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@6408db2b (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@13a22a1d (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@1654c572 (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@7d68ac5 (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@25a5c897 (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@2755fcfc (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@171ad231 (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@24a9f2b5 (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@2f4367c7 (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@2779cccf (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@6633094b (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@d646362 (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@392d4056 (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@505bec08 (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@2edcce19 (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@8dd7d3 (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@53f11864 (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@5c4595be (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@14a13429 (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@7a7c4a21 (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@21155f32 (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@518dc6cb (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@4c90a0af (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@54a5d65e (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@5f42ef37 (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@6046d18a (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@299a90f5 (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@5377a4be (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@1b84d2b0 (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@4d189acb (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@30f8b6a5 (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@5ec4a650 (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@63e8fe6a (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@6aafee1e (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@1f973070 (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@649ae3f4 (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@40254aa3 (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@55ef83a7 (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@735d2dda (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@40ebf506 (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@19034dea (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@7515a992 (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@e1d4781 (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@2a99f14 (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5e8fb90-ea7f-4109-8de2-e5b78f574001 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@481728ce (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@1d114e98 (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@6fc13f89 (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@739422eb (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@6466c78f (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@2bd91fd (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@21739f72 (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@732262cd (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@212adf62 (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@520a8c3f (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@3bdcfca (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@7f9fd9da (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@6a180f43 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (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@1f8c0757 (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@20c31dab (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@128c454b (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@78f9898c (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@707bf77f (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@5c4d7f1a (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@7c72b9f7 (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@43c96cdb (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@767c20d4 (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@7db86f07 (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@1ac92f5d (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@49cf5997 (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@30f74874 (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@2ee3c278 (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@27bcb5e3 (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@1ea2d9e8 (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@141c96a0 (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@24dc7659 (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@660ddc8c (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@6ee8243c (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@1e3106d7 (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@5918c5f6 (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@51f98be5 (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@7e9f9c22 (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@688e2a98 (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@77a6650a (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@313d2aba (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@364049a0 (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@6a729720 (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@2eddddfd (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@766d4a66 (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@68e19155 (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@7122bc3b (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@35e81920 (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@3401c98b (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@508e9d67 (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@34a92029 (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@417d1e85 (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@7b0adab0 (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@5fcb0513 (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@221eceab (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@bbe755b (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@26ccf1c6 (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@21289b91 (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@794d6ac0 (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@12159bdd (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@2cbf782 (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@61b3e3f8 (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@715cb0da (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@78fdc7b3 (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@261a845e (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@1f8c0757 (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@20c31dab (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@78f9898c (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@707bf77f (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@5c4d7f1a (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@57bb8e82 (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@65aecc14 (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@7c72b9f7 (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@531d7909 (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@641f79df (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@77c2d724 (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@1e96652a (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@267b92c0 (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@3935d651 (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@582f5da4 (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@2119baa6 (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@7b038bab (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@767c20d4 (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@7db86f07 (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@1ac92f5d (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@49cf5997 (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@794d6ac0 (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@12159bdd (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@45b5de46 (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 = b09ea616-5821-47a4-9a19-d4c15e67c2a0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6ef9d21a (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@6b4268ed (id: 8e675659-de4a-4b4e-b421-80eadd018cf8, sid: 8e675659-de4a-4b4e-b421-80eadd018cf8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c00b6c0-67f2-47de-93e2-8745fd93045e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2cbf782 (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@60806dd2 (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@3daae1a7 (id: 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393, sid: 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393) (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@1f10e767 (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@68cb22ef (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@26586c9e (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@292f3c8d (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@6d6535a4 (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@4c8c584 (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@66e27a84 (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@1d8cdb9 (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@6c423b4 (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@7891e3cb (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@124f836a (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@47481710 (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@1fadc9a0 (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@70e4c601 (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@439ffcd0 (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@19680ced (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@38785655 (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@1f10e767 (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@68cb22ef (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@292f3c8d (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@6d6535a4 (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@4c8c584 (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@76f11b5c (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@15e81959 (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@66e27a84 (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@226eabe9 (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@6048aec5 (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@353f4144 (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@407c3b3d (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@171af138 (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@32815b98 (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@7dfb09ed (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@2685b7ae (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@5c9adf4d (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@6c423b4 (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@7891e3cb (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@124f836a (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@47481710 (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@1fadc9a0 (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@70e4c601 (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@439ffcd0 (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@44688324 (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@35f9b2c0 (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@637bbeb0 (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@5f3ea773 (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@5fcf6e13 (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@27d8b898 (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@3347358c (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@17dc7a01 (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@75221c1a (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@2c746937 (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@2695c260 (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@526da8c1 (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@374aac5a (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 [ExternalFunctionExchangeItemTransitionnedTest] >> require >> load ExternalFunctionExchangeItemTransition [ExternalFunctionExchangeItemTransitionnedTest] >> require >> load output ID = 172cdf95-e027-4f08-a948-2607ecf36db1 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4f774dca (id: 172cdf95-e027-4f08-a948-2607ecf36db1, sid: null) (name: ExternalFunctionExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 241a57b6-b70c-40da-a967-a276ddff509a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@54f6a3eb (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@18528881 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2c3e09cf (id: a1d400dd-2473-41ac-b23e-a788d877a88d, sid: null) (name: ExternalFunctionExchangeItemTransitionned) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c409f227-d1c9-47eb-bb0a-f7fcfb42aaee org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@c8a4181 (id: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee, sid: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948c856-ca3f-41d2-a464-53437352755d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@14c3de51 (id: 6948c856-ca3f-41d2-a464-53437352755d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebb83cd0-ce64-4800-bb46-bf66e6535b28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@114e1e66 (id: ebb83cd0-ce64-4800-bb46-bf66e6535b28, sid: ebb83cd0-ce64-4800-bb46-bf66e6535b28) (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@3ab79907 (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@773e305 (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 070a7f1c-b035-438d-bfb1-0f5e9d551d5a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5e653c90 (id: 070a7f1c-b035-438d-bfb1-0f5e9d551d5a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@15dd2dc3 (id: 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b6963ba-b437-4218-8ded-897c93e749b7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@54d24e21 (id: 3b6963ba-b437-4218-8ded-897c93e749b7, sid: 3b6963ba-b437-4218-8ded-897c93e749b7) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = d26d8109-95e2-4def-9d0d-58f07a272f27 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4913e4c6 (id: d26d8109-95e2-4def-9d0d-58f07a272f27, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = fde7e502-2789-4981-8b30-2a19dc264383 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@1ff04653 (id: fde7e502-2789-4981-8b30-2a19dc264383, 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 = 2b95f078-5244-439f-bd55-245c7b2b0ffb org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@708761aa (id: 2b95f078-5244-439f-bd55-245c7b2b0ffb, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 1da499c4-5974-4fd1-b9e1-40665a59e3fe org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@3c7c8d3b (id: 1da499c4-5974-4fd1-b9e1-40665a59e3fe, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c1dbdc36-2463-4f8e-8799-80fff1fcbacd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6a9f7ba6 (id: c1dbdc36-2463-4f8e-8799-80fff1fcbacd, 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 = 7c730f3e-0a74-49c5-a30a-c07cfa6f69be org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@77c06a78 (id: 7c730f3e-0a74-49c5-a30a-c07cfa6f69be, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 64bd3a63-0025-4fd9-98ca-2af80560285e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3c01cf1b (id: 64bd3a63-0025-4fd9-98ca-2af80560285e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 11bde62b-8f1e-4596-95f8-a5d8b8519914 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@644c98f5 (id: 11bde62b-8f1e-4596-95f8-a5d8b8519914, 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 = 23a9caa0-cdb4-4229-bff0-fdce6e86b817 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@759f8d91 (id: 23a9caa0-cdb4-4229-bff0-fdce6e86b817, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e72553eb-e4f9-40e6-b32b-6ba89b6738e2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1f8baf0 (id: e72553eb-e4f9-40e6-b32b-6ba89b6738e2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = c2c97f18-09d1-48aa-a686-e37c1d54a0c2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3333c4c3 (id: c2c97f18-09d1-48aa-a686-e37c1d54a0c2, 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 = dd21152d-f521-4c44-9e82-b62d9c062485 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@33387960 (id: dd21152d-f521-4c44-9e82-b62d9c062485, 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 = bf25e559-0d43-4429-836b-507146089368 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3a429993 (id: bf25e559-0d43-4429-836b-507146089368, 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 = 824c9dbd-9ce5-4dff-942f-f592363efc4a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7e298b11 (id: 824c9dbd-9ce5-4dff-942f-f592363efc4a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7b9cc83f-ccdd-430a-a707-7914e88ba5a0 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@53914dcb (id: 7b9cc83f-ccdd-430a-a707-7914e88ba5a0, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 4008f3a5-948e-4107-96c1-da12f0775e76 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@2312dda0 (id: 4008f3a5-948e-4107-96c1-da12f0775e76, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 8ac409cb-f124-420e-afa7-e485723176f7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@db24650 (id: 8ac409cb-f124-420e-afa7-e485723176f7, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 88cfce88-3970-40b0-9381-d3babc7c18f9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ff125f4 (id: 88cfce88-3970-40b0-9381-d3babc7c18f9, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 9431d11a-1dea-4726-8691-ff00147bd59b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6657d8d4 (id: 9431d11a-1dea-4726-8691-ff00147bd59b, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ee409a35-d655-4128-b026-055057ae62c2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@539de663 (id: ee409a35-d655-4128-b026-055057ae62c2, 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 = 02274f94-6568-4c6b-938a-84735a30614d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4c02ba86 (id: 02274f94-6568-4c6b-938a-84735a30614d, 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 = fb1225fc-17d5-4d6c-b521-36bb9f8904b5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7aeaf877 (id: fb1225fc-17d5-4d6c-b521-36bb9f8904b5, 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 = 87181aa3-7a34-49f9-b855-eb2f30afa222 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@22230e86 (id: 87181aa3-7a34-49f9-b855-eb2f30afa222, 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 = 8f2a6fc3-7130-4de5-bf5c-7ca06d9b5212 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@1eb14a5f (id: 8f2a6fc3-7130-4de5-bf5c-7ca06d9b5212, 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 = 07c22f3d-7c54-4e34-8dfd-08bd847d811a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@47be0585 (id: 07c22f3d-7c54-4e34-8dfd-08bd847d811a, 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 = 4f439c3e-2ef1-4459-bd39-ba418b364fd9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6a3a6445 (id: 4f439c3e-2ef1-4459-bd39-ba418b364fd9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e4bbdab0-50b4-49fd-a269-00929f0d044a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@50d710ba (id: e4bbdab0-50b4-49fd-a269-00929f0d044a, 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 = c9034b97-5cab-4901-857b-c0f627f7bfea org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@44204b4d (id: c9034b97-5cab-4901-857b-c0f627f7bfea, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = fb49dee6-92a1-4a75-937a-90072f45a8c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7305fc61 (id: fb49dee6-92a1-4a75-937a-90072f45a8c8, 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 = 7af5bba2-900f-42c1-8f9a-c1b06a50c7e8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4a24b608 (id: 7af5bba2-900f-42c1-8f9a-c1b06a50c7e8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 20691b70-f2d1-4ffd-8969-35fd0368675b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@229e3d36 (id: 20691b70-f2d1-4ffd-8969-35fd0368675b, 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 = 8bce45de-bb46-4669-82f0-9af79ae5316a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@64a2600b (id: 8bce45de-bb46-4669-82f0-9af79ae5316a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 2cbb2303-1b52-49da-8511-8ae9d6e9657a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@342e0831 (id: 2cbb2303-1b52-49da-8511-8ae9d6e9657a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362 org.polarsys.capella.core.data.cs.impl.PartImpl@2657261 (id: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362, sid: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362) (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 = 1345c718-6b74-4968-a445-3b38da65877d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5a5d41b9 (id: 1345c718-6b74-4968-a445-3b38da65877d, sid: 1345c718-6b74-4968-a445-3b38da65877d) (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@7307392 (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@25803fc4 (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@3008922 (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@5b218dd2 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 172cdf95-e027-4f08-a948-2607ecf36db1 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4f774dca (id: 172cdf95-e027-4f08-a948-2607ecf36db1, sid: null) (name: ExternalFunctionExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 241a57b6-b70c-40da-a967-a276ddff509a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@54f6a3eb (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2c3e09cf (id: a1d400dd-2473-41ac-b23e-a788d877a88d, sid: null) (name: ExternalFunctionExchangeItemTransitionned) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c409f227-d1c9-47eb-bb0a-f7fcfb42aaee org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@c8a4181 (id: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee, sid: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948c856-ca3f-41d2-a464-53437352755d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@14c3de51 (id: 6948c856-ca3f-41d2-a464-53437352755d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebb83cd0-ce64-4800-bb46-bf66e6535b28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@114e1e66 (id: ebb83cd0-ce64-4800-bb46-bf66e6535b28, sid: ebb83cd0-ce64-4800-bb46-bf66e6535b28) (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 = c5bb3da3-0f29-497d-a531-422d35a7a4e9 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@770e4647 (id: c5bb3da3-0f29-497d-a531-422d35a7a4e9, sid: c5bb3da3-0f29-497d-a531-422d35a7a4e9) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 78be1d7e-c65e-4b80-98f8-657e6115d000 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2956876e (id: 78be1d7e-c65e-4b80-98f8-657e6115d000, sid: 78be1d7e-c65e-4b80-98f8-657e6115d000) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 527a71bd-957f-49c4-b88e-519261e42687 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@23edf543 (id: 527a71bd-957f-49c4-b88e-519261e42687, sid: 527a71bd-957f-49c4-b88e-519261e42687) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f255ffa-7674-4a1d-8c4e-276e3d58f43d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@42b16276 (id: 1f255ffa-7674-4a1d-8c4e-276e3d58f43d, sid: 1f255ffa-7674-4a1d-8c4e-276e3d58f43d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 38f8e75a-17ec-49ff-9f54-cbd7f11674f4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@47883819 (id: 38f8e75a-17ec-49ff-9f54-cbd7f11674f4, sid: 38f8e75a-17ec-49ff-9f54-cbd7f11674f4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5af8ba71 (id: e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5, sid: e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 885012d9-380e-49c6-8ab3-c3ef2813cad7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@54089395 (id: 885012d9-380e-49c6-8ab3-c3ef2813cad7, sid: 885012d9-380e-49c6-8ab3-c3ef2813cad7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6780ca11 (id: ID_FakeFunctionalChainInvolvement_System_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e, sid: ID_FakeFunctionalChainInvolvement_System_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2896cbc0-b166-4b08-8d21-7d2cd9b6796e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@46e2d889 (id: 2896cbc0-b166-4b08-8d21-7d2cd9b6796e, sid: 2896cbc0-b166-4b08-8d21-7d2cd9b6796e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4338b0b2-d759-411c-9046-64d75857864e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@484374de (id: 4338b0b2-d759-411c-9046-64d75857864e, sid: 4338b0b2-d759-411c-9046-64d75857864e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e935f18e-6235-442c-8e5d-e280cf493d6e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3b6652ae (id: e935f18e-6235-442c-8e5d-e280cf493d6e, sid: e935f18e-6235-442c-8e5d-e280cf493d6e) (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 = aaa41e95-09cf-473d-b30c-dee08c408b69 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6b10f3db (id: aaa41e95-09cf-473d-b30c-dee08c408b69, sid: aaa41e95-09cf-473d-b30c-dee08c408b69) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 67e881e6-06ea-4273-9c49-7a56f3a8848d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@38a68fe3 (id: 67e881e6-06ea-4273-9c49-7a56f3a8848d, sid: 67e881e6-06ea-4273-9c49-7a56f3a8848d) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 972c1a2f-3822-4061-98ca-e9d8b6f62e27 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@28223759 (id: 972c1a2f-3822-4061-98ca-e9d8b6f62e27, sid: 972c1a2f-3822-4061-98ca-e9d8b6f62e27) (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 = 53e0e8dd-540d-4e76-a078-b21e8cbb9e97 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2158f3d1 (id: 53e0e8dd-540d-4e76-a078-b21e8cbb9e97, sid: 53e0e8dd-540d-4e76-a078-b21e8cbb9e97) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26bb97ef-c46c-46cd-91c3-d39007d2dca5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4dba520a (id: 26bb97ef-c46c-46cd-91c3-d39007d2dca5, sid: 26bb97ef-c46c-46cd-91c3-d39007d2dca5) (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 = c4b58a5b-7b59-4878-a3b0-98f81d84a460 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@41ef15c9 (id: c4b58a5b-7b59-4878-a3b0-98f81d84a460, sid: c4b58a5b-7b59-4878-a3b0-98f81d84a460) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 76efc73d-fb3e-44c6-aa11-313be1ed4e1e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@78ce6a52 (id: 76efc73d-fb3e-44c6-aa11-313be1ed4e1e, sid: 76efc73d-fb3e-44c6-aa11-313be1ed4e1e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 08a1c332-e40a-4914-9f8b-f6b2e470a1d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1eeed8e1 (id: 08a1c332-e40a-4914-9f8b-f6b2e470a1d7, sid: 08a1c332-e40a-4914-9f8b-f6b2e470a1d7) (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 = 20543c0a-fb02-47c0-89c9-f288431d83b6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@15be334 (id: 20543c0a-fb02-47c0-89c9-f288431d83b6, sid: 20543c0a-fb02-47c0-89c9-f288431d83b6) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 16345a05-7eb0-47c3-80c6-f128a1029612 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@38a3ff8b (id: 16345a05-7eb0-47c3-80c6-f128a1029612, sid: 16345a05-7eb0-47c3-80c6-f128a1029612) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@6af87b37 (id: ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: out_FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5bf56160 (id: 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (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 = ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2553653a (id: ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: in_FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 458d33d6-7c72-41d1-bcdd-cb2432387526 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@229183e8 (id: 458d33d6-7c72-41d1-bcdd-cb2432387526, sid: 458d33d6-7c72-41d1-bcdd-cb2432387526) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8fc579e3-3e40-4756-a031-8048b1735111 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@f5d7689 (id: 8fc579e3-3e40-4756-a031-8048b1735111, sid: 8fc579e3-3e40-4756-a031-8048b1735111) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 0b85472a-8a4d-44a0-99f2-6cb79e6945ee org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2156bf1d (id: 0b85472a-8a4d-44a0-99f2-6cb79e6945ee, sid: 0b85472a-8a4d-44a0-99f2-6cb79e6945ee) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c1c0e336-1ed8-412e-832a-50fc89e69031 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@69350f66 (id: c1c0e336-1ed8-412e-832a-50fc89e69031, sid: c1c0e336-1ed8-412e-832a-50fc89e69031) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 36284978-5a75-4cfe-ae33-91715655a912 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7d0feb0a (id: 36284978-5a75-4cfe-ae33-91715655a912, sid: 36284978-5a75-4cfe-ae33-91715655a912) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1bfda060 (id: ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 070a7f1c-b035-438d-bfb1-0f5e9d551d5a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@5e653c90 (id: 070a7f1c-b035-438d-bfb1-0f5e9d551d5a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@15dd2dc3 (id: 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b6963ba-b437-4218-8ded-897c93e749b7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@54d24e21 (id: 3b6963ba-b437-4218-8ded-897c93e749b7, sid: 3b6963ba-b437-4218-8ded-897c93e749b7) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 575af067-4597-49d7-8ffe-e97033041a84 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5687b80a (id: 575af067-4597-49d7-8ffe-e97033041a84, sid: 575af067-4597-49d7-8ffe-e97033041a84) (name: DataPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0d775144-be57-4801-993e-4e030fb5ea31 org.polarsys.capella.core.data.information.impl.DataPkgImpl@21f19ff6 (id: 0d775144-be57-4801-993e-4e030fb5ea31, sid: 0d775144-be57-4801-993e-4e030fb5ea31) (name: DataPkg 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b8ef9338-4c6f-4951-8820-cb841b3741bc org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@5d3e1d3e (id: b8ef9338-4c6f-4951-8820-cb841b3741bc, sid: b8ef9338-4c6f-4951-8820-cb841b3741bc) (name: ExchangeItem 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 9263a02a-be7c-4dfa-ae43-c77f7a910b01 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@1bdbf3fe (id: 9263a02a-be7c-4dfa-ae43-c77f7a910b01, sid: 9263a02a-be7c-4dfa-ae43-c77f7a910b01) (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 = 6fc268ed-dd48-412a-8aa5-9cfe86c1b761 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@70775f67 (id: 6fc268ed-dd48-412a-8aa5-9cfe86c1b761, sid: 6fc268ed-dd48-412a-8aa5-9cfe86c1b761) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 7e96938e-5b1b-4ed3-8042-d552754fb053 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5dd460b0 (id: 7e96938e-5b1b-4ed3-8042-d552754fb053, sid: 7e96938e-5b1b-4ed3-8042-d552754fb053) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 97a21031-aa2c-49cb-845c-bd3153143ea6 org.polarsys.capella.core.data.information.impl.ClassImpl@70ae51d9 (id: 97a21031-aa2c-49cb-845c-bd3153143ea6, sid: 97a21031-aa2c-49cb-845c-bd3153143ea6) (name: Class 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 2cbb2303-1b52-49da-8511-8ae9d6e9657a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@342e0831 (id: 2cbb2303-1b52-49da-8511-8ae9d6e9657a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362 org.polarsys.capella.core.data.cs.impl.PartImpl@2657261 (id: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362, sid: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362) (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 = e8293646-8f4a-4f13-8f15-aae14b887df4 org.polarsys.capella.core.data.cs.impl.PartImpl@464e9d9c (id: e8293646-8f4a-4f13-8f15-aae14b887df4, sid: e8293646-8f4a-4f13-8f15-aae14b887df4) (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 = 019eed83-40ee-4eb6-b43e-efc1fb54e94d org.polarsys.capella.core.data.cs.impl.PartImpl@7fb215a4 (id: 019eed83-40ee-4eb6-b43e-efc1fb54e94d, sid: 019eed83-40ee-4eb6-b43e-efc1fb54e94d) (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 = 1345c718-6b74-4968-a445-3b38da65877d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5a5d41b9 (id: 1345c718-6b74-4968-a445-3b38da65877d, sid: 1345c718-6b74-4968-a445-3b38da65877d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 08ee4bd6-cad4-4a1c-b374-b998eb95bf21 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@35ad7063 (id: 08ee4bd6-cad4-4a1c-b374-b998eb95bf21, sid: 08ee4bd6-cad4-4a1c-b374-b998eb95bf21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c1e17b9-2fe9-4681-a863-0ddee5342ed8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@64550879 (id: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8, sid: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2817e3a1-661a-4c35-85bc-119a86d9fc5e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60065839 (id: 2817e3a1-661a-4c35-85bc-119a86d9fc5e, sid: 2817e3a1-661a-4c35-85bc-119a86d9fc5e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 9f043a02-acfd-4bbe-9c66-23125ca6b128 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@50669d09 (id: 9f043a02-acfd-4bbe-9c66-23125ca6b128, sid: 9f043a02-acfd-4bbe-9c66-23125ca6b128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b17d9ecb-3786-4767-a633-3faa346ccee2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@e16c10e (id: b17d9ecb-3786-4767-a633-3faa346ccee2, sid: b17d9ecb-3786-4767-a633-3faa346ccee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5d9f694-ead3-4889-8eb6-4ebfb2f300a4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@42cc0675 (id: f5d9f694-ead3-4889-8eb6-4ebfb2f300a4, sid: f5d9f694-ead3-4889-8eb6-4ebfb2f300a4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = c39df5da-54ae-4b3d-92a1-ad803b09de35 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@10d95985 (id: c39df5da-54ae-4b3d-92a1-ad803b09de35, sid: c39df5da-54ae-4b3d-92a1-ad803b09de35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [ExternalFunctionExchangeItemTransitionnedTest] >> release >> unload ExternalFunctionExchangeItemTransition [ExternalFunctionExchangeItemTransitionnedTest] >> release >> unload output [ExternalFunctionExchangeItemTransitionnedTest] >> require >> load ExternalFunctionExchangeItemTransition [ExternalFunctionExchangeItemTransitionnedTest] >> require >> load output ID = 172cdf95-e027-4f08-a948-2607ecf36db1 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5a48b972 (id: 172cdf95-e027-4f08-a948-2607ecf36db1, sid: null) (name: ExternalFunctionExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 241a57b6-b70c-40da-a967-a276ddff509a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@506badd6 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6dbc9fd1 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@53140724 (id: a1d400dd-2473-41ac-b23e-a788d877a88d, sid: null) (name: ExternalFunctionExchangeItemTransitionned) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c409f227-d1c9-47eb-bb0a-f7fcfb42aaee org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@4c40abfd (id: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee, sid: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948c856-ca3f-41d2-a464-53437352755d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1572fd6d (id: 6948c856-ca3f-41d2-a464-53437352755d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebb83cd0-ce64-4800-bb46-bf66e6535b28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@76a4da02 (id: ebb83cd0-ce64-4800-bb46-bf66e6535b28, sid: ebb83cd0-ce64-4800-bb46-bf66e6535b28) (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 = 209cf9c6-e2df-471d-ad54-add22d9dca43 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@1e203fae (id: 209cf9c6-e2df-471d-ad54-add22d9dca43, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb4db3c9-e378-48ea-bd84-a1ad004f8252 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2f74de16 (id: fb4db3c9-e378-48ea-bd84-a1ad004f8252, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 070a7f1c-b035-438d-bfb1-0f5e9d551d5a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@329c40c4 (id: 070a7f1c-b035-438d-bfb1-0f5e9d551d5a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@631e640 (id: 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b6963ba-b437-4218-8ded-897c93e749b7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5786b3e7 (id: 3b6963ba-b437-4218-8ded-897c93e749b7, sid: 3b6963ba-b437-4218-8ded-897c93e749b7) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2cbb2303-1b52-49da-8511-8ae9d6e9657a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@4846b76b (id: 2cbb2303-1b52-49da-8511-8ae9d6e9657a, sid: 2cbb2303-1b52-49da-8511-8ae9d6e9657a) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db org.polarsys.capella.core.data.cs.impl.PartImpl@132d408 (id: 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db, sid: 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db) (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 = b87ce8fc-1d7f-4251-84b2-fe82826e17c8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6bbe0e24 (id: b87ce8fc-1d7f-4251-84b2-fe82826e17c8, sid: b87ce8fc-1d7f-4251-84b2-fe82826e17c8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = e16c4b4c-c010-4a18-85de-d9031adbfcb2 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@284e52cc (id: e16c4b4c-c010-4a18-85de-d9031adbfcb2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bde07b0a-78a6-4d7a-95d6-56dbec2dbacc org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@3e5bffe1 (id: bde07b0a-78a6-4d7a-95d6-56dbec2dbacc, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 172cdf95-e027-4f08-a948-2607ecf36db1 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5a48b972 (id: 172cdf95-e027-4f08-a948-2607ecf36db1, sid: null) (name: ExternalFunctionExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 241a57b6-b70c-40da-a967-a276ddff509a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@506badd6 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@53140724 (id: a1d400dd-2473-41ac-b23e-a788d877a88d, sid: null) (name: ExternalFunctionExchangeItemTransitionned) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c409f227-d1c9-47eb-bb0a-f7fcfb42aaee org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@4c40abfd (id: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee, sid: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948c856-ca3f-41d2-a464-53437352755d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@1572fd6d (id: 6948c856-ca3f-41d2-a464-53437352755d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebb83cd0-ce64-4800-bb46-bf66e6535b28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@76a4da02 (id: ebb83cd0-ce64-4800-bb46-bf66e6535b28, sid: ebb83cd0-ce64-4800-bb46-bf66e6535b28) (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 = c5bb3da3-0f29-497d-a531-422d35a7a4e9 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@78a3bdd9 (id: c5bb3da3-0f29-497d-a531-422d35a7a4e9, sid: c5bb3da3-0f29-497d-a531-422d35a7a4e9) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 78be1d7e-c65e-4b80-98f8-657e6115d000 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@3175fe73 (id: 78be1d7e-c65e-4b80-98f8-657e6115d000, sid: 78be1d7e-c65e-4b80-98f8-657e6115d000) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 527a71bd-957f-49c4-b88e-519261e42687 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@336ef4a5 (id: 527a71bd-957f-49c4-b88e-519261e42687, sid: 527a71bd-957f-49c4-b88e-519261e42687) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f255ffa-7674-4a1d-8c4e-276e3d58f43d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@634a5c00 (id: 1f255ffa-7674-4a1d-8c4e-276e3d58f43d, sid: 1f255ffa-7674-4a1d-8c4e-276e3d58f43d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 38f8e75a-17ec-49ff-9f54-cbd7f11674f4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6e278c5 (id: 38f8e75a-17ec-49ff-9f54-cbd7f11674f4, sid: 38f8e75a-17ec-49ff-9f54-cbd7f11674f4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@18fa980c (id: e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5, sid: e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 885012d9-380e-49c6-8ab3-c3ef2813cad7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5a32d35c (id: 885012d9-380e-49c6-8ab3-c3ef2813cad7, sid: 885012d9-380e-49c6-8ab3-c3ef2813cad7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Physical_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1fbe4c15 (id: ID_FakeFunctionalChainInvolvement_Physical_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e, sid: ID_FakeFunctionalChainInvolvement_Physical_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2896cbc0-b166-4b08-8d21-7d2cd9b6796e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@34a9d56f (id: 2896cbc0-b166-4b08-8d21-7d2cd9b6796e, sid: 2896cbc0-b166-4b08-8d21-7d2cd9b6796e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4338b0b2-d759-411c-9046-64d75857864e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@444f195c (id: 4338b0b2-d759-411c-9046-64d75857864e, sid: 4338b0b2-d759-411c-9046-64d75857864e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e935f18e-6235-442c-8e5d-e280cf493d6e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5aa95b92 (id: e935f18e-6235-442c-8e5d-e280cf493d6e, sid: e935f18e-6235-442c-8e5d-e280cf493d6e) (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 = aaa41e95-09cf-473d-b30c-dee08c408b69 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@2051ef05 (id: aaa41e95-09cf-473d-b30c-dee08c408b69, sid: aaa41e95-09cf-473d-b30c-dee08c408b69) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 67e881e6-06ea-4273-9c49-7a56f3a8848d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1ce897aa (id: 67e881e6-06ea-4273-9c49-7a56f3a8848d, sid: 67e881e6-06ea-4273-9c49-7a56f3a8848d) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 972c1a2f-3822-4061-98ca-e9d8b6f62e27 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@500c0f58 (id: 972c1a2f-3822-4061-98ca-e9d8b6f62e27, sid: 972c1a2f-3822-4061-98ca-e9d8b6f62e27) (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 = 53e0e8dd-540d-4e76-a078-b21e8cbb9e97 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@40e9bb00 (id: 53e0e8dd-540d-4e76-a078-b21e8cbb9e97, sid: 53e0e8dd-540d-4e76-a078-b21e8cbb9e97) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26bb97ef-c46c-46cd-91c3-d39007d2dca5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6f6f4ddf (id: 26bb97ef-c46c-46cd-91c3-d39007d2dca5, sid: 26bb97ef-c46c-46cd-91c3-d39007d2dca5) (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 = c4b58a5b-7b59-4878-a3b0-98f81d84a460 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3762d25f (id: c4b58a5b-7b59-4878-a3b0-98f81d84a460, sid: c4b58a5b-7b59-4878-a3b0-98f81d84a460) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 76efc73d-fb3e-44c6-aa11-313be1ed4e1e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7246d24 (id: 76efc73d-fb3e-44c6-aa11-313be1ed4e1e, sid: 76efc73d-fb3e-44c6-aa11-313be1ed4e1e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 08a1c332-e40a-4914-9f8b-f6b2e470a1d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@a98e77b (id: 08a1c332-e40a-4914-9f8b-f6b2e470a1d7, sid: 08a1c332-e40a-4914-9f8b-f6b2e470a1d7) (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 = 20543c0a-fb02-47c0-89c9-f288431d83b6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1f8c4242 (id: 20543c0a-fb02-47c0-89c9-f288431d83b6, sid: 20543c0a-fb02-47c0-89c9-f288431d83b6) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 16345a05-7eb0-47c3-80c6-f128a1029612 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3e5d8bc6 (id: 16345a05-7eb0-47c3-80c6-f128a1029612, sid: 16345a05-7eb0-47c3-80c6-f128a1029612) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@c1b2046 (id: ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: out_FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@57da1366 (id: 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (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 = ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@f7220ed (id: ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: in_FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 458d33d6-7c72-41d1-bcdd-cb2432387526 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@78e878a7 (id: 458d33d6-7c72-41d1-bcdd-cb2432387526, sid: 458d33d6-7c72-41d1-bcdd-cb2432387526) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8fc579e3-3e40-4756-a031-8048b1735111 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@508cc204 (id: 8fc579e3-3e40-4756-a031-8048b1735111, sid: 8fc579e3-3e40-4756-a031-8048b1735111) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 0b85472a-8a4d-44a0-99f2-6cb79e6945ee org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2a0666bc (id: 0b85472a-8a4d-44a0-99f2-6cb79e6945ee, sid: 0b85472a-8a4d-44a0-99f2-6cb79e6945ee) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c1c0e336-1ed8-412e-832a-50fc89e69031 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1478b3c2 (id: c1c0e336-1ed8-412e-832a-50fc89e69031, sid: c1c0e336-1ed8-412e-832a-50fc89e69031) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 36284978-5a75-4cfe-ae33-91715655a912 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@dd21477 (id: 36284978-5a75-4cfe-ae33-91715655a912, sid: 36284978-5a75-4cfe-ae33-91715655a912) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@70034d39 (id: ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 070a7f1c-b035-438d-bfb1-0f5e9d551d5a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@329c40c4 (id: 070a7f1c-b035-438d-bfb1-0f5e9d551d5a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@631e640 (id: 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b6963ba-b437-4218-8ded-897c93e749b7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5786b3e7 (id: 3b6963ba-b437-4218-8ded-897c93e749b7, sid: 3b6963ba-b437-4218-8ded-897c93e749b7) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 575af067-4597-49d7-8ffe-e97033041a84 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4a6a74cc (id: 575af067-4597-49d7-8ffe-e97033041a84, sid: 575af067-4597-49d7-8ffe-e97033041a84) (name: DataPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0d775144-be57-4801-993e-4e030fb5ea31 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1a208725 (id: 0d775144-be57-4801-993e-4e030fb5ea31, sid: 0d775144-be57-4801-993e-4e030fb5ea31) (name: DataPkg 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b8ef9338-4c6f-4951-8820-cb841b3741bc org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@132a71c7 (id: b8ef9338-4c6f-4951-8820-cb841b3741bc, sid: b8ef9338-4c6f-4951-8820-cb841b3741bc) (name: ExchangeItem 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 9263a02a-be7c-4dfa-ae43-c77f7a910b01 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@71d1f1ce (id: 9263a02a-be7c-4dfa-ae43-c77f7a910b01, sid: 9263a02a-be7c-4dfa-ae43-c77f7a910b01) (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 = 6fc268ed-dd48-412a-8aa5-9cfe86c1b761 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6804272c (id: 6fc268ed-dd48-412a-8aa5-9cfe86c1b761, sid: 6fc268ed-dd48-412a-8aa5-9cfe86c1b761) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 7e96938e-5b1b-4ed3-8042-d552754fb053 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@76839ca6 (id: 7e96938e-5b1b-4ed3-8042-d552754fb053, sid: 7e96938e-5b1b-4ed3-8042-d552754fb053) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 97a21031-aa2c-49cb-845c-bd3153143ea6 org.polarsys.capella.core.data.information.impl.ClassImpl@36e76ff8 (id: 97a21031-aa2c-49cb-845c-bd3153143ea6, sid: 97a21031-aa2c-49cb-845c-bd3153143ea6) (name: Class 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 2cbb2303-1b52-49da-8511-8ae9d6e9657a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@4846b76b (id: 2cbb2303-1b52-49da-8511-8ae9d6e9657a, sid: 2cbb2303-1b52-49da-8511-8ae9d6e9657a) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db org.polarsys.capella.core.data.cs.impl.PartImpl@132d408 (id: 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db, sid: 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db) (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 = b87ce8fc-1d7f-4251-84b2-fe82826e17c8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6bbe0e24 (id: b87ce8fc-1d7f-4251-84b2-fe82826e17c8, sid: b87ce8fc-1d7f-4251-84b2-fe82826e17c8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362 org.polarsys.capella.core.data.cs.impl.PartImpl@662b3404 (id: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362, sid: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362) (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 = e8293646-8f4a-4f13-8f15-aae14b887df4 org.polarsys.capella.core.data.cs.impl.PartImpl@1b2b2a45 (id: e8293646-8f4a-4f13-8f15-aae14b887df4, sid: e8293646-8f4a-4f13-8f15-aae14b887df4) (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 = 019eed83-40ee-4eb6-b43e-efc1fb54e94d org.polarsys.capella.core.data.cs.impl.PartImpl@cae3fbc (id: 019eed83-40ee-4eb6-b43e-efc1fb54e94d, sid: 019eed83-40ee-4eb6-b43e-efc1fb54e94d) (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 = 1345c718-6b74-4968-a445-3b38da65877d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6af52c82 (id: 1345c718-6b74-4968-a445-3b38da65877d, sid: 1345c718-6b74-4968-a445-3b38da65877d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 08ee4bd6-cad4-4a1c-b374-b998eb95bf21 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@175bbdbf (id: 08ee4bd6-cad4-4a1c-b374-b998eb95bf21, sid: 08ee4bd6-cad4-4a1c-b374-b998eb95bf21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c1e17b9-2fe9-4681-a863-0ddee5342ed8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5619eba0 (id: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8, sid: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2817e3a1-661a-4c35-85bc-119a86d9fc5e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@c9b1b9d (id: 2817e3a1-661a-4c35-85bc-119a86d9fc5e, sid: 2817e3a1-661a-4c35-85bc-119a86d9fc5e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 9f043a02-acfd-4bbe-9c66-23125ca6b128 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4f49a7b0 (id: 9f043a02-acfd-4bbe-9c66-23125ca6b128, sid: 9f043a02-acfd-4bbe-9c66-23125ca6b128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b17d9ecb-3786-4767-a633-3faa346ccee2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5354da3 (id: b17d9ecb-3786-4767-a633-3faa346ccee2, sid: b17d9ecb-3786-4767-a633-3faa346ccee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5d9f694-ead3-4889-8eb6-4ebfb2f300a4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1c68e24e (id: f5d9f694-ead3-4889-8eb6-4ebfb2f300a4, sid: f5d9f694-ead3-4889-8eb6-4ebfb2f300a4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = c39df5da-54ae-4b3d-92a1-ad803b09de35 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@487b55ad (id: c39df5da-54ae-4b3d-92a1-ad803b09de35, sid: c39df5da-54ae-4b3d-92a1-ad803b09de35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [ExternalFunctionExchangeItemTransitionnedTest] >> release >> unload ExternalFunctionExchangeItemTransition [ExternalFunctionExchangeItemTransitionnedTest] >> release >> unload output [ExternalFunctionExchangeItemNotTransitionnedTest] >> require >> load ExternalFunctionExchangeItemTransition [ExternalFunctionExchangeItemNotTransitionnedTest] >> require >> load output ID = 172cdf95-e027-4f08-a948-2607ecf36db1 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@75d8f77f (id: 172cdf95-e027-4f08-a948-2607ecf36db1, sid: null) (name: ExternalFunctionExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 241a57b6-b70c-40da-a967-a276ddff509a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1103f9cc (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@37e0dc47 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@10b2c900 (id: a1d400dd-2473-41ac-b23e-a788d877a88d, sid: null) (name: ExternalFunctionExchangeItemTransitionned) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c409f227-d1c9-47eb-bb0a-f7fcfb42aaee org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2e4a7cd5 (id: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee, sid: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948c856-ca3f-41d2-a464-53437352755d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@198c8a2b (id: 6948c856-ca3f-41d2-a464-53437352755d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebb83cd0-ce64-4800-bb46-bf66e6535b28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2d5fbe0 (id: ebb83cd0-ce64-4800-bb46-bf66e6535b28, sid: ebb83cd0-ce64-4800-bb46-bf66e6535b28) (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@2d3a791f (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@700c677e (id: 333a27fd-f358-48c3-967e-217d90fedac9, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 070a7f1c-b035-438d-bfb1-0f5e9d551d5a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@37bd0f33 (id: 070a7f1c-b035-438d-bfb1-0f5e9d551d5a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@751262fa (id: 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b6963ba-b437-4218-8ded-897c93e749b7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7a35dfed (id: 3b6963ba-b437-4218-8ded-897c93e749b7, sid: 3b6963ba-b437-4218-8ded-897c93e749b7) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = d26d8109-95e2-4def-9d0d-58f07a272f27 org.polarsys.capella.core.data.information.impl.DataPkgImpl@5b389327 (id: d26d8109-95e2-4def-9d0d-58f07a272f27, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = fde7e502-2789-4981-8b30-2a19dc264383 org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@5bdda882 (id: fde7e502-2789-4981-8b30-2a19dc264383, 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 = 2b95f078-5244-439f-bd55-245c7b2b0ffb org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@481bda96 (id: 2b95f078-5244-439f-bd55-245c7b2b0ffb, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = 1da499c4-5974-4fd1-b9e1-40665a59e3fe org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@d03165a (id: 1da499c4-5974-4fd1-b9e1-40665a59e3fe, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = c1dbdc36-2463-4f8e-8799-80fff1fcbacd org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@123d1d76 (id: c1dbdc36-2463-4f8e-8799-80fff1fcbacd, 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 = 7c730f3e-0a74-49c5-a30a-c07cfa6f69be org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@24922e0b (id: 7c730f3e-0a74-49c5-a30a-c07cfa6f69be, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 64bd3a63-0025-4fd9-98ca-2af80560285e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@32cb9f65 (id: 64bd3a63-0025-4fd9-98ca-2af80560285e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 11bde62b-8f1e-4596-95f8-a5d8b8519914 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@276feea0 (id: 11bde62b-8f1e-4596-95f8-a5d8b8519914, 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 = 23a9caa0-cdb4-4229-bff0-fdce6e86b817 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5dc39196 (id: 23a9caa0-cdb4-4229-bff0-fdce6e86b817, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = e72553eb-e4f9-40e6-b32b-6ba89b6738e2 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@68140e53 (id: e72553eb-e4f9-40e6-b32b-6ba89b6738e2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = c2c97f18-09d1-48aa-a686-e37c1d54a0c2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@64a8483 (id: c2c97f18-09d1-48aa-a686-e37c1d54a0c2, 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 = dd21152d-f521-4c44-9e82-b62d9c062485 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5e087004 (id: dd21152d-f521-4c44-9e82-b62d9c062485, 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 = bf25e559-0d43-4429-836b-507146089368 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@1f061572 (id: bf25e559-0d43-4429-836b-507146089368, 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 = 824c9dbd-9ce5-4dff-942f-f592363efc4a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@57a8e657 (id: 824c9dbd-9ce5-4dff-942f-f592363efc4a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 7b9cc83f-ccdd-430a-a707-7914e88ba5a0 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@5940ebd (id: 7b9cc83f-ccdd-430a-a707-7914e88ba5a0, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = 4008f3a5-948e-4107-96c1-da12f0775e76 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@1801c65b (id: 4008f3a5-948e-4107-96c1-da12f0775e76, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 8ac409cb-f124-420e-afa7-e485723176f7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3783fdac (id: 8ac409cb-f124-420e-afa7-e485723176f7, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = 88cfce88-3970-40b0-9381-d3babc7c18f9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@27892f55 (id: 88cfce88-3970-40b0-9381-d3babc7c18f9, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = 9431d11a-1dea-4726-8691-ff00147bd59b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@24d2cff (id: 9431d11a-1dea-4726-8691-ff00147bd59b, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = ee409a35-d655-4128-b026-055057ae62c2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@14e801f3 (id: ee409a35-d655-4128-b026-055057ae62c2, 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 = 02274f94-6568-4c6b-938a-84735a30614d org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3c2ee05f (id: 02274f94-6568-4c6b-938a-84735a30614d, 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 = fb1225fc-17d5-4d6c-b521-36bb9f8904b5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@52b39308 (id: fb1225fc-17d5-4d6c-b521-36bb9f8904b5, 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 = 87181aa3-7a34-49f9-b855-eb2f30afa222 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@39f26775 (id: 87181aa3-7a34-49f9-b855-eb2f30afa222, 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 = 8f2a6fc3-7130-4de5-bf5c-7ca06d9b5212 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@6dc11e21 (id: 8f2a6fc3-7130-4de5-bf5c-7ca06d9b5212, 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 = 07c22f3d-7c54-4e34-8dfd-08bd847d811a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@26a637de (id: 07c22f3d-7c54-4e34-8dfd-08bd847d811a, 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 = 4f439c3e-2ef1-4459-bd39-ba418b364fd9 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6843dbd1 (id: 4f439c3e-2ef1-4459-bd39-ba418b364fd9, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = e4bbdab0-50b4-49fd-a269-00929f0d044a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@4220d063 (id: e4bbdab0-50b4-49fd-a269-00929f0d044a, 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 = c9034b97-5cab-4901-857b-c0f627f7bfea org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@27f5ee10 (id: c9034b97-5cab-4901-857b-c0f627f7bfea, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = fb49dee6-92a1-4a75-937a-90072f45a8c8 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@307a35f7 (id: fb49dee6-92a1-4a75-937a-90072f45a8c8, 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 = 7af5bba2-900f-42c1-8f9a-c1b06a50c7e8 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4691ed7a (id: 7af5bba2-900f-42c1-8f9a-c1b06a50c7e8, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 20691b70-f2d1-4ffd-8969-35fd0368675b org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2f69e03 (id: 20691b70-f2d1-4ffd-8969-35fd0368675b, 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 = 8bce45de-bb46-4669-82f0-9af79ae5316a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@afb7523 (id: 8bce45de-bb46-4669-82f0-9af79ae5316a, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 2cbb2303-1b52-49da-8511-8ae9d6e9657a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@1ebafe1c (id: 2cbb2303-1b52-49da-8511-8ae9d6e9657a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362 org.polarsys.capella.core.data.cs.impl.PartImpl@30ddb672 (id: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362, sid: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362) (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 = 1345c718-6b74-4968-a445-3b38da65877d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2c6dcf83 (id: 1345c718-6b74-4968-a445-3b38da65877d, sid: 1345c718-6b74-4968-a445-3b38da65877d) (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@32cfb26e (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@1b30ab29 (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@7953d2b6 (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@ed6fca4 (id: 8b0e6f7c-feb9-4608-b117-c47ec554e795, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 172cdf95-e027-4f08-a948-2607ecf36db1 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@75d8f77f (id: 172cdf95-e027-4f08-a948-2607ecf36db1, sid: null) (name: ExternalFunctionExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 241a57b6-b70c-40da-a967-a276ddff509a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1103f9cc (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@10b2c900 (id: a1d400dd-2473-41ac-b23e-a788d877a88d, sid: null) (name: ExternalFunctionExchangeItemTransitionned) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c409f227-d1c9-47eb-bb0a-f7fcfb42aaee org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@2e4a7cd5 (id: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee, sid: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948c856-ca3f-41d2-a464-53437352755d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@198c8a2b (id: 6948c856-ca3f-41d2-a464-53437352755d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebb83cd0-ce64-4800-bb46-bf66e6535b28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2d5fbe0 (id: ebb83cd0-ce64-4800-bb46-bf66e6535b28, sid: ebb83cd0-ce64-4800-bb46-bf66e6535b28) (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 = c5bb3da3-0f29-497d-a531-422d35a7a4e9 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@2283d686 (id: c5bb3da3-0f29-497d-a531-422d35a7a4e9, sid: c5bb3da3-0f29-497d-a531-422d35a7a4e9) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 78be1d7e-c65e-4b80-98f8-657e6115d000 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5f52bad7 (id: 78be1d7e-c65e-4b80-98f8-657e6115d000, sid: 78be1d7e-c65e-4b80-98f8-657e6115d000) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 527a71bd-957f-49c4-b88e-519261e42687 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@22f2aec4 (id: 527a71bd-957f-49c4-b88e-519261e42687, sid: 527a71bd-957f-49c4-b88e-519261e42687) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f255ffa-7674-4a1d-8c4e-276e3d58f43d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@fd54b81 (id: 1f255ffa-7674-4a1d-8c4e-276e3d58f43d, sid: 1f255ffa-7674-4a1d-8c4e-276e3d58f43d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 38f8e75a-17ec-49ff-9f54-cbd7f11674f4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@335e8b1b (id: 38f8e75a-17ec-49ff-9f54-cbd7f11674f4, sid: 38f8e75a-17ec-49ff-9f54-cbd7f11674f4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@79900ba5 (id: e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5, sid: e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 885012d9-380e-49c6-8ab3-c3ef2813cad7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@168d23d8 (id: 885012d9-380e-49c6-8ab3-c3ef2813cad7, sid: 885012d9-380e-49c6-8ab3-c3ef2813cad7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_System_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@2a98ea76 (id: ID_FakeFunctionalChainInvolvement_System_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e, sid: ID_FakeFunctionalChainInvolvement_System_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2896cbc0-b166-4b08-8d21-7d2cd9b6796e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@557a6eed (id: 2896cbc0-b166-4b08-8d21-7d2cd9b6796e, sid: 2896cbc0-b166-4b08-8d21-7d2cd9b6796e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4338b0b2-d759-411c-9046-64d75857864e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@379d779 (id: 4338b0b2-d759-411c-9046-64d75857864e, sid: 4338b0b2-d759-411c-9046-64d75857864e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e935f18e-6235-442c-8e5d-e280cf493d6e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4eb4456e (id: e935f18e-6235-442c-8e5d-e280cf493d6e, sid: e935f18e-6235-442c-8e5d-e280cf493d6e) (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 = aaa41e95-09cf-473d-b30c-dee08c408b69 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@483f5753 (id: aaa41e95-09cf-473d-b30c-dee08c408b69, sid: aaa41e95-09cf-473d-b30c-dee08c408b69) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 67e881e6-06ea-4273-9c49-7a56f3a8848d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5308332 (id: 67e881e6-06ea-4273-9c49-7a56f3a8848d, sid: 67e881e6-06ea-4273-9c49-7a56f3a8848d) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 972c1a2f-3822-4061-98ca-e9d8b6f62e27 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7adce3af (id: 972c1a2f-3822-4061-98ca-e9d8b6f62e27, sid: 972c1a2f-3822-4061-98ca-e9d8b6f62e27) (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 = 53e0e8dd-540d-4e76-a078-b21e8cbb9e97 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@162f56af (id: 53e0e8dd-540d-4e76-a078-b21e8cbb9e97, sid: 53e0e8dd-540d-4e76-a078-b21e8cbb9e97) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26bb97ef-c46c-46cd-91c3-d39007d2dca5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@24180ef6 (id: 26bb97ef-c46c-46cd-91c3-d39007d2dca5, sid: 26bb97ef-c46c-46cd-91c3-d39007d2dca5) (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 = c4b58a5b-7b59-4878-a3b0-98f81d84a460 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@25303054 (id: c4b58a5b-7b59-4878-a3b0-98f81d84a460, sid: c4b58a5b-7b59-4878-a3b0-98f81d84a460) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 76efc73d-fb3e-44c6-aa11-313be1ed4e1e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@38ec6ec6 (id: 76efc73d-fb3e-44c6-aa11-313be1ed4e1e, sid: 76efc73d-fb3e-44c6-aa11-313be1ed4e1e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 08a1c332-e40a-4914-9f8b-f6b2e470a1d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@549add5a (id: 08a1c332-e40a-4914-9f8b-f6b2e470a1d7, sid: 08a1c332-e40a-4914-9f8b-f6b2e470a1d7) (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 = 20543c0a-fb02-47c0-89c9-f288431d83b6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@30111681 (id: 20543c0a-fb02-47c0-89c9-f288431d83b6, sid: 20543c0a-fb02-47c0-89c9-f288431d83b6) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 16345a05-7eb0-47c3-80c6-f128a1029612 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@14073247 (id: 16345a05-7eb0-47c3-80c6-f128a1029612, sid: 16345a05-7eb0-47c3-80c6-f128a1029612) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@1f51ff91 (id: ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: out_FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4db480f0 (id: 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (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 = ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@3db28ea4 (id: ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: in_FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 458d33d6-7c72-41d1-bcdd-cb2432387526 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@5891b321 (id: 458d33d6-7c72-41d1-bcdd-cb2432387526, sid: 458d33d6-7c72-41d1-bcdd-cb2432387526) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8fc579e3-3e40-4756-a031-8048b1735111 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6acddc19 (id: 8fc579e3-3e40-4756-a031-8048b1735111, sid: 8fc579e3-3e40-4756-a031-8048b1735111) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 0b85472a-8a4d-44a0-99f2-6cb79e6945ee org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1c50d5be (id: 0b85472a-8a4d-44a0-99f2-6cb79e6945ee, sid: 0b85472a-8a4d-44a0-99f2-6cb79e6945ee) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c1c0e336-1ed8-412e-832a-50fc89e69031 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2075fbbe (id: c1c0e336-1ed8-412e-832a-50fc89e69031, sid: c1c0e336-1ed8-412e-832a-50fc89e69031) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 36284978-5a75-4cfe-ae33-91715655a912 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3a92272b (id: 36284978-5a75-4cfe-ae33-91715655a912, sid: 36284978-5a75-4cfe-ae33-91715655a912) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4cc61456 (id: ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionalExchange_System_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 070a7f1c-b035-438d-bfb1-0f5e9d551d5a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@37bd0f33 (id: 070a7f1c-b035-438d-bfb1-0f5e9d551d5a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@751262fa (id: 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b6963ba-b437-4218-8ded-897c93e749b7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@7a35dfed (id: 3b6963ba-b437-4218-8ded-897c93e749b7, sid: 3b6963ba-b437-4218-8ded-897c93e749b7) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 575af067-4597-49d7-8ffe-e97033041a84 org.polarsys.capella.core.data.information.impl.DataPkgImpl@513504ff (id: 575af067-4597-49d7-8ffe-e97033041a84, sid: 575af067-4597-49d7-8ffe-e97033041a84) (name: DataPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0d775144-be57-4801-993e-4e030fb5ea31 org.polarsys.capella.core.data.information.impl.DataPkgImpl@e2e4d7d (id: 0d775144-be57-4801-993e-4e030fb5ea31, sid: 0d775144-be57-4801-993e-4e030fb5ea31) (name: DataPkg 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b8ef9338-4c6f-4951-8820-cb841b3741bc org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@684dfbf0 (id: b8ef9338-4c6f-4951-8820-cb841b3741bc, sid: b8ef9338-4c6f-4951-8820-cb841b3741bc) (name: ExchangeItem 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 9263a02a-be7c-4dfa-ae43-c77f7a910b01 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@3c538ba3 (id: 9263a02a-be7c-4dfa-ae43-c77f7a910b01, sid: 9263a02a-be7c-4dfa-ae43-c77f7a910b01) (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 = 6fc268ed-dd48-412a-8aa5-9cfe86c1b761 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4538722a (id: 6fc268ed-dd48-412a-8aa5-9cfe86c1b761, sid: 6fc268ed-dd48-412a-8aa5-9cfe86c1b761) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 7e96938e-5b1b-4ed3-8042-d552754fb053 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@39018a55 (id: 7e96938e-5b1b-4ed3-8042-d552754fb053, sid: 7e96938e-5b1b-4ed3-8042-d552754fb053) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 97a21031-aa2c-49cb-845c-bd3153143ea6 org.polarsys.capella.core.data.information.impl.ClassImpl@3e9474fe (id: 97a21031-aa2c-49cb-845c-bd3153143ea6, sid: 97a21031-aa2c-49cb-845c-bd3153143ea6) (name: Class 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 2cbb2303-1b52-49da-8511-8ae9d6e9657a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@1ebafe1c (id: 2cbb2303-1b52-49da-8511-8ae9d6e9657a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362 org.polarsys.capella.core.data.cs.impl.PartImpl@30ddb672 (id: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362, sid: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362) (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 = e8293646-8f4a-4f13-8f15-aae14b887df4 org.polarsys.capella.core.data.cs.impl.PartImpl@79dee46b (id: e8293646-8f4a-4f13-8f15-aae14b887df4, sid: e8293646-8f4a-4f13-8f15-aae14b887df4) (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 = 019eed83-40ee-4eb6-b43e-efc1fb54e94d org.polarsys.capella.core.data.cs.impl.PartImpl@4aceb6ed (id: 019eed83-40ee-4eb6-b43e-efc1fb54e94d, sid: 019eed83-40ee-4eb6-b43e-efc1fb54e94d) (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 = 1345c718-6b74-4968-a445-3b38da65877d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2c6dcf83 (id: 1345c718-6b74-4968-a445-3b38da65877d, sid: 1345c718-6b74-4968-a445-3b38da65877d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 08ee4bd6-cad4-4a1c-b374-b998eb95bf21 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@132b7d3d (id: 08ee4bd6-cad4-4a1c-b374-b998eb95bf21, sid: 08ee4bd6-cad4-4a1c-b374-b998eb95bf21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c1e17b9-2fe9-4681-a863-0ddee5342ed8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2fa4283 (id: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8, sid: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2817e3a1-661a-4c35-85bc-119a86d9fc5e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@54623ef9 (id: 2817e3a1-661a-4c35-85bc-119a86d9fc5e, sid: 2817e3a1-661a-4c35-85bc-119a86d9fc5e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 9f043a02-acfd-4bbe-9c66-23125ca6b128 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@16b1e221 (id: 9f043a02-acfd-4bbe-9c66-23125ca6b128, sid: 9f043a02-acfd-4bbe-9c66-23125ca6b128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b17d9ecb-3786-4767-a633-3faa346ccee2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5ebbb75f (id: b17d9ecb-3786-4767-a633-3faa346ccee2, sid: b17d9ecb-3786-4767-a633-3faa346ccee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5d9f694-ead3-4889-8eb6-4ebfb2f300a4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@e851851 (id: f5d9f694-ead3-4889-8eb6-4ebfb2f300a4, sid: f5d9f694-ead3-4889-8eb6-4ebfb2f300a4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = c39df5da-54ae-4b3d-92a1-ad803b09de35 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4bd57a8e (id: c39df5da-54ae-4b3d-92a1-ad803b09de35, sid: c39df5da-54ae-4b3d-92a1-ad803b09de35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [ExternalFunctionExchangeItemNotTransitionnedTest] >> release >> unload ExternalFunctionExchangeItemTransition [ExternalFunctionExchangeItemNotTransitionnedTest] >> release >> unload output [ExternalFunctionExchangeItemNotTransitionnedTest] >> require >> load ExternalFunctionExchangeItemTransition [ExternalFunctionExchangeItemNotTransitionnedTest] >> require >> load output ID = 172cdf95-e027-4f08-a948-2607ecf36db1 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5ec02945 (id: 172cdf95-e027-4f08-a948-2607ecf36db1, sid: null) (name: ExternalFunctionExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 241a57b6-b70c-40da-a967-a276ddff509a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@36bfe8a2 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6c386d36 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@70f96bc8 (id: a1d400dd-2473-41ac-b23e-a788d877a88d, sid: null) (name: ExternalFunctionExchangeItemTransitionned) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c409f227-d1c9-47eb-bb0a-f7fcfb42aaee org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1c62d202 (id: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee, sid: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948c856-ca3f-41d2-a464-53437352755d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@5f30aa21 (id: 6948c856-ca3f-41d2-a464-53437352755d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebb83cd0-ce64-4800-bb46-bf66e6535b28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3cb755f3 (id: ebb83cd0-ce64-4800-bb46-bf66e6535b28, sid: ebb83cd0-ce64-4800-bb46-bf66e6535b28) (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 = 209cf9c6-e2df-471d-ad54-add22d9dca43 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@73d9d2d6 (id: 209cf9c6-e2df-471d-ad54-add22d9dca43, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fb4db3c9-e378-48ea-bd84-a1ad004f8252 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6c1df819 (id: fb4db3c9-e378-48ea-bd84-a1ad004f8252, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 070a7f1c-b035-438d-bfb1-0f5e9d551d5a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7bd55dea (id: 070a7f1c-b035-438d-bfb1-0f5e9d551d5a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@44a238ac (id: 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b6963ba-b437-4218-8ded-897c93e749b7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@a754c72 (id: 3b6963ba-b437-4218-8ded-897c93e749b7, sid: 3b6963ba-b437-4218-8ded-897c93e749b7) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 2cbb2303-1b52-49da-8511-8ae9d6e9657a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@77478490 (id: 2cbb2303-1b52-49da-8511-8ae9d6e9657a, sid: 2cbb2303-1b52-49da-8511-8ae9d6e9657a) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db org.polarsys.capella.core.data.cs.impl.PartImpl@84fb091 (id: 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db, sid: 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db) (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 = b87ce8fc-1d7f-4251-84b2-fe82826e17c8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@33899c08 (id: b87ce8fc-1d7f-4251-84b2-fe82826e17c8, sid: b87ce8fc-1d7f-4251-84b2-fe82826e17c8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = e16c4b4c-c010-4a18-85de-d9031adbfcb2 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@3c33732 (id: e16c4b4c-c010-4a18-85de-d9031adbfcb2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bde07b0a-78a6-4d7a-95d6-56dbec2dbacc org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@2e7839ec (id: bde07b0a-78a6-4d7a-95d6-56dbec2dbacc, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 172cdf95-e027-4f08-a948-2607ecf36db1 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5ec02945 (id: 172cdf95-e027-4f08-a948-2607ecf36db1, sid: null) (name: ExternalFunctionExchangeItemTransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 241a57b6-b70c-40da-a967-a276ddff509a org.polarsys.capella.common.libraries.impl.ModelInformationImpl@36bfe8a2 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@70f96bc8 (id: a1d400dd-2473-41ac-b23e-a788d877a88d, sid: null) (name: ExternalFunctionExchangeItemTransitionned) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c409f227-d1c9-47eb-bb0a-f7fcfb42aaee org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@1c62d202 (id: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee, sid: c409f227-d1c9-47eb-bb0a-f7fcfb42aaee) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6948c856-ca3f-41d2-a464-53437352755d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@5f30aa21 (id: 6948c856-ca3f-41d2-a464-53437352755d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ebb83cd0-ce64-4800-bb46-bf66e6535b28 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3cb755f3 (id: ebb83cd0-ce64-4800-bb46-bf66e6535b28, sid: ebb83cd0-ce64-4800-bb46-bf66e6535b28) (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 = c5bb3da3-0f29-497d-a531-422d35a7a4e9 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@7cfa606d (id: c5bb3da3-0f29-497d-a531-422d35a7a4e9, sid: c5bb3da3-0f29-497d-a531-422d35a7a4e9) (name: FunctionalChain 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: SIMPLE) ID = 78be1d7e-c65e-4b80-98f8-657e6115d000 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@76825f32 (id: 78be1d7e-c65e-4b80-98f8-657e6115d000, sid: 78be1d7e-c65e-4b80-98f8-657e6115d000) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 527a71bd-957f-49c4-b88e-519261e42687 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2cb98261 (id: 527a71bd-957f-49c4-b88e-519261e42687, sid: 527a71bd-957f-49c4-b88e-519261e42687) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1f255ffa-7674-4a1d-8c4e-276e3d58f43d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2aa742c8 (id: 1f255ffa-7674-4a1d-8c4e-276e3d58f43d, sid: 1f255ffa-7674-4a1d-8c4e-276e3d58f43d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 38f8e75a-17ec-49ff-9f54-cbd7f11674f4 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5f1a6f9 (id: 38f8e75a-17ec-49ff-9f54-cbd7f11674f4, sid: 38f8e75a-17ec-49ff-9f54-cbd7f11674f4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@616e12ba (id: e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5, sid: e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 885012d9-380e-49c6-8ab3-c3ef2813cad7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@150274c7 (id: 885012d9-380e-49c6-8ab3-c3ef2813cad7, sid: 885012d9-380e-49c6-8ab3-c3ef2813cad7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ID_FakeFunctionalChainInvolvement_Physical_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@388a7a21 (id: ID_FakeFunctionalChainInvolvement_Physical_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e, sid: ID_FakeFunctionalChainInvolvement_Physical_e54776a3-1b5b-4b2a-9f2a-3246e7b0f8f5_2896cbc0-b166-4b08-8d21-7d2cd9b6796e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2896cbc0-b166-4b08-8d21-7d2cd9b6796e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@8a10d64 (id: 2896cbc0-b166-4b08-8d21-7d2cd9b6796e, sid: 2896cbc0-b166-4b08-8d21-7d2cd9b6796e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4338b0b2-d759-411c-9046-64d75857864e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@28d615c2 (id: 4338b0b2-d759-411c-9046-64d75857864e, sid: 4338b0b2-d759-411c-9046-64d75857864e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e935f18e-6235-442c-8e5d-e280cf493d6e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@55309b4d (id: e935f18e-6235-442c-8e5d-e280cf493d6e, sid: e935f18e-6235-442c-8e5d-e280cf493d6e) (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 = aaa41e95-09cf-473d-b30c-dee08c408b69 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@55fa76a2 (id: aaa41e95-09cf-473d-b30c-dee08c408b69, sid: aaa41e95-09cf-473d-b30c-dee08c408b69) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 67e881e6-06ea-4273-9c49-7a56f3a8848d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4d9a01da (id: 67e881e6-06ea-4273-9c49-7a56f3a8848d, sid: 67e881e6-06ea-4273-9c49-7a56f3a8848d) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 972c1a2f-3822-4061-98ca-e9d8b6f62e27 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4bb8e0e2 (id: 972c1a2f-3822-4061-98ca-e9d8b6f62e27, sid: 972c1a2f-3822-4061-98ca-e9d8b6f62e27) (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 = 53e0e8dd-540d-4e76-a078-b21e8cbb9e97 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1a83e02b (id: 53e0e8dd-540d-4e76-a078-b21e8cbb9e97, sid: 53e0e8dd-540d-4e76-a078-b21e8cbb9e97) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 26bb97ef-c46c-46cd-91c3-d39007d2dca5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1c4acabf (id: 26bb97ef-c46c-46cd-91c3-d39007d2dca5, sid: 26bb97ef-c46c-46cd-91c3-d39007d2dca5) (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 = c4b58a5b-7b59-4878-a3b0-98f81d84a460 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@1439c3d (id: c4b58a5b-7b59-4878-a3b0-98f81d84a460, sid: c4b58a5b-7b59-4878-a3b0-98f81d84a460) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 76efc73d-fb3e-44c6-aa11-313be1ed4e1e org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@df0d307 (id: 76efc73d-fb3e-44c6-aa11-313be1ed4e1e, sid: 76efc73d-fb3e-44c6-aa11-313be1ed4e1e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 08a1c332-e40a-4914-9f8b-f6b2e470a1d7 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@877e82a (id: 08a1c332-e40a-4914-9f8b-f6b2e470a1d7, sid: 08a1c332-e40a-4914-9f8b-f6b2e470a1d7) (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 = 20543c0a-fb02-47c0-89c9-f288431d83b6 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@42a2c4a9 (id: 20543c0a-fb02-47c0-89c9-f288431d83b6, sid: 20543c0a-fb02-47c0-89c9-f288431d83b6) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 16345a05-7eb0-47c3-80c6-f128a1029612 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@5f1d0ab4 (id: 16345a05-7eb0-47c3-80c6-f128a1029612, sid: 16345a05-7eb0-47c3-80c6-f128a1029612) (name: FIP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@4fbf62be (id: ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionPortOut_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: out_FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@637f16b6 (id: 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: 2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (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 = ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@23f4b999 (id: ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionPortIn_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d_ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: in_FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 458d33d6-7c72-41d1-bcdd-cb2432387526 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@53e507 (id: 458d33d6-7c72-41d1-bcdd-cb2432387526, sid: 458d33d6-7c72-41d1-bcdd-cb2432387526) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 8fc579e3-3e40-4756-a031-8048b1735111 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@15004775 (id: 8fc579e3-3e40-4756-a031-8048b1735111, sid: 8fc579e3-3e40-4756-a031-8048b1735111) (name: FunctionalExchange 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 0b85472a-8a4d-44a0-99f2-6cb79e6945ee org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6358af6e (id: 0b85472a-8a4d-44a0-99f2-6cb79e6945ee, sid: 0b85472a-8a4d-44a0-99f2-6cb79e6945ee) (name: FunctionalExchange 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = c1c0e336-1ed8-412e-832a-50fc89e69031 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4ef01d2f (id: c1c0e336-1ed8-412e-832a-50fc89e69031, sid: c1c0e336-1ed8-412e-832a-50fc89e69031) (name: FunctionalExchange 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 36284978-5a75-4cfe-ae33-91715655a912 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@68f5e840 (id: 36284978-5a75-4cfe-ae33-91715655a912, sid: 36284978-5a75-4cfe-ae33-91715655a912) (name: FunctionalExchange 6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4033fe17 (id: ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d, sid: ID_FakeFunctionalExchange_Physical_08a1c332-e40a-4914-9f8b-f6b2e470a1d7_2e7c03d8-2a3a-4df4-a26f-3f0977c4457d) (name: FakeFE_PhysicalFunction 4_PhysicalFunction 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 070a7f1c-b035-438d-bfb1-0f5e9d551d5a org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7bd55dea (id: 070a7f1c-b035-438d-bfb1-0f5e9d551d5a, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@44a238ac (id: 70a98659-e4bf-4eaf-9bc2-d9303ffbf4da, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3b6963ba-b437-4218-8ded-897c93e749b7 org.polarsys.capella.core.data.information.impl.DataPkgImpl@a754c72 (id: 3b6963ba-b437-4218-8ded-897c93e749b7, sid: 3b6963ba-b437-4218-8ded-897c93e749b7) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 575af067-4597-49d7-8ffe-e97033041a84 org.polarsys.capella.core.data.information.impl.DataPkgImpl@4d050294 (id: 575af067-4597-49d7-8ffe-e97033041a84, sid: 575af067-4597-49d7-8ffe-e97033041a84) (name: DataPkg 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0d775144-be57-4801-993e-4e030fb5ea31 org.polarsys.capella.core.data.information.impl.DataPkgImpl@1c6e3cd3 (id: 0d775144-be57-4801-993e-4e030fb5ea31, sid: 0d775144-be57-4801-993e-4e030fb5ea31) (name: DataPkg 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = b8ef9338-4c6f-4951-8820-cb841b3741bc org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@495c00aa (id: b8ef9338-4c6f-4951-8820-cb841b3741bc, sid: b8ef9338-4c6f-4951-8820-cb841b3741bc) (name: ExchangeItem 1) (final: false, visibleInDoc: true, visibleInLM: true, summary: null, review: null, abstract: false, exchangeMechanism: UNSET) ID = 9263a02a-be7c-4dfa-ae43-c77f7a910b01 org.polarsys.capella.core.data.information.impl.ExchangeItemElementImpl@696ac32f (id: 9263a02a-be7c-4dfa-ae43-c77f7a910b01, sid: 9263a02a-be7c-4dfa-ae43-c77f7a910b01) (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 = 6fc268ed-dd48-412a-8aa5-9cfe86c1b761 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@c1e7d34 (id: 6fc268ed-dd48-412a-8aa5-9cfe86c1b761, sid: 6fc268ed-dd48-412a-8aa5-9cfe86c1b761) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 7e96938e-5b1b-4ed3-8042-d552754fb053 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@61fb50c0 (id: 7e96938e-5b1b-4ed3-8042-d552754fb053, sid: 7e96938e-5b1b-4ed3-8042-d552754fb053) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 97a21031-aa2c-49cb-845c-bd3153143ea6 org.polarsys.capella.core.data.information.impl.ClassImpl@480b5505 (id: 97a21031-aa2c-49cb-845c-bd3153143ea6, sid: 97a21031-aa2c-49cb-845c-bd3153143ea6) (name: Class 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (final: false, visibility: UNSET) (isPrimitive: false) ID = 2cbb2303-1b52-49da-8511-8ae9d6e9657a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@77478490 (id: 2cbb2303-1b52-49da-8511-8ae9d6e9657a, sid: 2cbb2303-1b52-49da-8511-8ae9d6e9657a) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db org.polarsys.capella.core.data.cs.impl.PartImpl@84fb091 (id: 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db, sid: 8f4f68a4-ef5a-4c69-9a2d-2b93c49550db) (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 = b87ce8fc-1d7f-4251-84b2-fe82826e17c8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@33899c08 (id: b87ce8fc-1d7f-4251-84b2-fe82826e17c8, sid: b87ce8fc-1d7f-4251-84b2-fe82826e17c8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362 org.polarsys.capella.core.data.cs.impl.PartImpl@21b85401 (id: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362, sid: 4c895a3e-3f5b-4d6c-8f2d-f9d7d1767362) (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 = e8293646-8f4a-4f13-8f15-aae14b887df4 org.polarsys.capella.core.data.cs.impl.PartImpl@6a1037a2 (id: e8293646-8f4a-4f13-8f15-aae14b887df4, sid: e8293646-8f4a-4f13-8f15-aae14b887df4) (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 = 019eed83-40ee-4eb6-b43e-efc1fb54e94d org.polarsys.capella.core.data.cs.impl.PartImpl@1faed949 (id: 019eed83-40ee-4eb6-b43e-efc1fb54e94d, sid: 019eed83-40ee-4eb6-b43e-efc1fb54e94d) (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 = 1345c718-6b74-4968-a445-3b38da65877d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6805adcf (id: 1345c718-6b74-4968-a445-3b38da65877d, sid: 1345c718-6b74-4968-a445-3b38da65877d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 08ee4bd6-cad4-4a1c-b374-b998eb95bf21 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1884517 (id: 08ee4bd6-cad4-4a1c-b374-b998eb95bf21, sid: 08ee4bd6-cad4-4a1c-b374-b998eb95bf21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1c1e17b9-2fe9-4681-a863-0ddee5342ed8 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@22e8b971 (id: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8, sid: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2817e3a1-661a-4c35-85bc-119a86d9fc5e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@380870b9 (id: 2817e3a1-661a-4c35-85bc-119a86d9fc5e, sid: 2817e3a1-661a-4c35-85bc-119a86d9fc5e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 2, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 9f043a02-acfd-4bbe-9c66-23125ca6b128 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7da6c9a2 (id: 9f043a02-acfd-4bbe-9c66-23125ca6b128, sid: 9f043a02-acfd-4bbe-9c66-23125ca6b128) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b17d9ecb-3786-4767-a633-3faa346ccee2 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3e458bfc (id: b17d9ecb-3786-4767-a633-3faa346ccee2, sid: b17d9ecb-3786-4767-a633-3faa346ccee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5d9f694-ead3-4889-8eb6-4ebfb2f300a4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@59818e74 (id: f5d9f694-ead3-4889-8eb6-4ebfb2f300a4, sid: f5d9f694-ead3-4889-8eb6-4ebfb2f300a4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = c39df5da-54ae-4b3d-92a1-ad803b09de35 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2277b045 (id: c39df5da-54ae-4b3d-92a1-ad803b09de35, sid: c39df5da-54ae-4b3d-92a1-ad803b09de35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [ExternalFunctionExchangeItemNotTransitionnedTest] >> release >> unload ExternalFunctionExchangeItemTransition [ExternalFunctionExchangeItemNotTransitionnedTest] >> 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@5e264e90 (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@428dd31e (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = bdf83bdb-a0f5-4444-8e5e-17d5504190e6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@18cf0a39 (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@f8a37a4 (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@1d3864ed (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@6d1ad304 (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@de4925c (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@530da353 (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@d4cbad3 (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@36f5ca8d (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@7eb44b3a (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@491c0e55 (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@5ad7b1aa (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@5fb909e1 (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@3f12478a (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@1655989b (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@7168311a (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@6609d8d7 (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@457215dd (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@18524531 (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@1765231e (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@d1ce84a (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@fb23a4b (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@6586dd4f (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@300ff0df (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@3a7e4022 (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@24804544 (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@4c3b9642 (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@3879071e (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@71e48a77 (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@56c2fe5b (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@35c2a651 (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@5942ebae (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@59a12b51 (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@6340a48f (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@75a6d84 (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@6d82671c (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@7f0c1bcb (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@1a3205c9 (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@1882e320 (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@29558256 (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@5b630966 (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@5175538e (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@5e612163 (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@5ba34fcb (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@18c855e0 (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@63da9c54 (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@3467d375 (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@75fb1f25 (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@2fc6232f (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@18c922bf (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@123fa6a8 (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@3f9091fd (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@2151027b (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@70dc1034 (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@1f39e261 (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@241d8702 (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@d761b20 (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@1d3bf70a (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@4dc13426 (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@52c9f0b (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@383e2b95 (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@7a7f183f (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@3edb7352 (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@5f6e7745 (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@16458dbe (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@1479c1a9 (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@715d6197 (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@5d25e4a6 (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@67b7aac1 (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@2fa74cd8 (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@1acc912e (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@f18df23 (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@5d18963f (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@67072146 (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@7e37faf7 (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@26570b74 (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@5dd6e65e (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@bb37867 (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@5dd96f4c (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@30a68a0 (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@422bca74 (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@484839a6 (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@4d3b7438 (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@5e264e90 (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@428dd31e (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7eb44b3a (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@491c0e55 (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@5ad7b1aa (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@5fb909e1 (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@3f12478a (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@1655989b (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@7168311a (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@6609d8d7 (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@457215dd (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@6e4e33 (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@d1ce84a (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@18524531 (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@fb23a4b (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@6586dd4f (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@300ff0df (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@3a7e4022 (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@24804544 (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@32132625 (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@3879071e (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@377bef7c (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@56c2fe5b (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@5942ebae (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@59a12b51 (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@4ab7d458 (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@75a6d84 (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@6d82671c (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@7f0c1bcb (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@2fa74cd8 (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@1acc912e (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@f18df23 (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@5d18963f (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@67072146 (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@7e37faf7 (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@bb37867 (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@5dd96f4c (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@30a68a0 (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@422bca74 (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@50933a26 (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@100d9b03 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = bdf83bdb-a0f5-4444-8e5e-17d5504190e6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@cd21851 (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@366a3525 (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@1bf90c71 (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@4e1dd963 (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@52915061 (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@35b5940b (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@66fc8c48 (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@468a8735 (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@4f930d53 (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@1da8dc92 (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@20ef021a (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@9f6032 (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@a7f531c (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@207ae27a (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@79d957ff (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@6afde74e (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@2bf9dd12 (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@5ce78325 (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@6fb241e9 (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@78a6980b (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@66264f2e (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@50933a26 (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@100d9b03 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4f930d53 (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@1da8dc92 (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@20ef021a (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@9f6032 (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@43bfd5e9 (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@1828cd40 (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@400fe38d (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@3bea954e (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@6db4fedc (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@33f4ce75 (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@32847ce8 (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@20f303ca (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@4fceecdc (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@5ebcbaf1 (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@14b4ede4 (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@2c6151eb (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@14f1f0b7 (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@7d55a929 (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@1c49a827 (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@39c435c1 (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@216e77e3 (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@62637ff2 (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@7696fa71 (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@355d42a6 (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 = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@207ae27a (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@79d957ff (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@6afde74e (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@2bf9dd12 (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@5ce78325 (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@6fb241e9 (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@6af01cc6 (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@f045dc7 (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@6f9a09a9 (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@556108bd (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@6a0984f9 (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@2d11b662 (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@61bb150b (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@3c42cd61 (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@1a4aa85c (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@61757455 (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@1cf8939c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@be3d9b (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@258bc93 (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@70f1afa7 (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@b2bf2a7 (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@12614381 (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@14134a0c (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@3a0babff (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@3b50c06b (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@5d6ef1ac (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@3addfdad (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@4be1ca29 (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@2961f606 (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@1307ab15 (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@51d21fb0 (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@14272721 (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@32503265 (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@1ca17839 (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@5d4fcb82 (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@707ce125 (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@438c2655 (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@54fbeead (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@774b3c6b (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@60298e6e (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@4235b2b0 (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@49b0a2dd (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@673677e4 (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@4b40cf92 (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@248f4478 (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@6865bc7e (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@3cb87fc1 (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@71490b9b (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@2f3b2d4e (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@6a78f29b (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@1541ce62 (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@2c6d0a82 (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@5a4a031c (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@770bcee4 (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@6c223cb9 (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@285f02a5 (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@2207a651 (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@bd2201b (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@76e8122c (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@7b32105 (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@8d7d105 (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@2464cc8f (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@7d61bd98 (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@2b76b368 (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@24ab7d15 (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@1b2d00b (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@61757455 (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@1cf8939c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@258bc93 (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@70f1afa7 (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@b2bf2a7 (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@12614381 (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@293175b8 (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@4e23f75c (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@1897e082 (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@38ef67e3 (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@1ad159f3 (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@4b19d4e2 (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@2fbe1cfa (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@3f30d63f (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@3a0babff (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@3b50c06b (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@5d6ef1ac (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@3addfdad (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@7b32105 (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@8d7d105 (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@5699782c (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 = 06da8bcf-fe54-4452-9567-467c0667949e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2464cc8f (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@67a07eb6 (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@68928a04 (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@51fa526c (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@22f1971d (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@7790190c (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@bae6f50 (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@844357b (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@26231211 (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@510c27a0 (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@29a0063e (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@e6119c (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@3eeb380b (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@e6a3951 (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 = a1cc6c0c-21c8-4509-a084-9e1689c6e5fd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@50e5c854 (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@1bfb05f1 (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 [FunctionalChainLoopTest] >> require >> load Project_test_01 [FunctionalChainLoopTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@364402ff (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@6c074a59 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4aded898 (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@4ea7b973 (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@1bd6b112 (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@16242ad1 (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@743a8993 (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@5ed0923e (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@3f64208c (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@65ff043c (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@5ca2e40a (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@42dcdf52 (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@5f1ffdd1 (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@6b68d2e3 (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@2021f930 (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@6c9c3772 (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@7fb49ff (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@364402ff (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@6c074a59 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4ea7b973 (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@1bd6b112 (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@16242ad1 (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@743a8993 (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@487642af (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@4e7f1614 (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@5b4a5a70 (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@1ba0e418 (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@6139bef9 (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@5740db7c (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@424c3dd8 (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@6eae8d1e (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@3f64208c (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@65ff043c (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@5ca2e40a (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@42dcdf52 (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@5f1ffdd1 (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@6b68d2e3 (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@2021f930 (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@74a2b702 (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@6c3584f0 (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@76d7a670 (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@37923450 (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@56e98f07 (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@163b932e (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@5d1443bf (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@7b82ccf9 (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@6109f539 (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@2be1a8d5 (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@54170fad (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@391fe4d2 (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@26994bd8 (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@226afe55 (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@49a1683d (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@37f8ddcd (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@5bd38761 (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@2ebe4218 (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@1dfb9999 (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@5ad4fdc8 (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@626ca08 (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@b8c5a19 (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@4a7a3da0 (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@373da39a (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@63f7a9b0 (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@5c116059 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@64ff6375 (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@331ab7d4 (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@7e0293e9 (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@5c81065b (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@776fd149 (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@3043f283 (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@40e16d18 (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@6c341d78 (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@7c209d46 (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@3762b677 (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@65f72146 (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@62c1785d (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@660999e9 (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@1f698f69 (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@43c860d3 (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@2aa2fb67 (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@4ee90b (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@530f3cac (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@53c100e6 (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@6e85b03a (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@19f40a50 (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@3334bf9e (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@68a94f2e (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@2bee2661 (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@12f10fc6 (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@4af9a49 (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@265d75cd (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@7cda8249 (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@664f3d2b (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@1e4a9e79 (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@53747360 (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@7b146b8d (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@64ada7a1 (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@2e5e441b (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@5ec1ddc3 (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@6519d95 (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@fc8b251 (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@536a412f (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@315a144 (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@9a22986 (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@433248d9 (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@42500aa9 (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@7bf1a23e (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@2ac799c7 (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@3d832e17 (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@1389efce (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@74df5c6c (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@26c905f4 (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@20ffe269 (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@63f7a9b0 (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@5c116059 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@331ab7d4 (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@7e0293e9 (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@5c81065b (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@776fd149 (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@4fb333a3 (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@25c47c67 (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@7123055a (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@78cf67ae (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@2e377d3f (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@28961bda (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@4176d247 (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@42073fd0 (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@574c7c2a (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@4f1cf5d2 (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@380ff29c (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@430da3f2 (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@77942a95 (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@5f8ef3d0 (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@18d261af (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@36ee4374 (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@60f807be (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@48407802 (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@4314b7bc (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@7a5b949 (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@27409bf4 (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@6c8b6776 (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@a44840c (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@3bdab23 (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@34badcf5 (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@1a705a8a (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@3eb30f13 (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@260fa645 (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@27ee26b3 (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@1ab773f8 (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@10386cfd (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@7deeb9ac (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@7e120133 (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@4091d280 (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@139d01eb (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@1b36f9ed (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 = 93bc9530-8f2b-4795-9ded-bd507de72041 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@40e16d18 (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@6c341d78 (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@7c209d46 (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@3762b677 (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@7bf1a23e (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@2ac799c7 (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@72341d9e (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@785715cf (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@685a959b (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 = d5d229cf-35e1-4889-87c3-35116c427473 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3d832e17 (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@da0225c (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@3bd79bf6 (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@4d7d419e (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@15719ed2 (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@64ceeaf (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@33fb9ced (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@c72d2d (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@19d9b4e9 (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@780118eb (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@17f2eff2 (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@2ee50664 (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@7a4f91ad (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@a79184f (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@a74fb8d (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@c240a81 (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 = 9273b429-a34c-4538-985f-b2440db10023 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@b1c5f65 (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@2609bdc0 (id: 622006b8-743f-49b7-808e-43749e40bb82, sid: 622006b8-743f-49b7-808e-43749e40bb82) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f51e21c8-5623-4acc-9a08-d26420b282cd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@401d3ce5 (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@2db8ef14 (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@3bca5a54 (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 [FunctionalChainScopeTest] >> require >> load Project_test_01 [FunctionalChainScopeTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2301b639 (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@18653031 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@46515806 (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@66609a40 (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@2e954716 (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@243a9c0a (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@5affa06d (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@68b2ceb7 (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@642b9ba1 (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@562d5680 (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@6e20f37e (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@56ee9b88 (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@6acb5e83 (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@4f1f5aa (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@6d235d49 (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@1ec90954 (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@75e1612a (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@2301b639 (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@18653031 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@66609a40 (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@2e954716 (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@243a9c0a (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@5affa06d (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@6771c357 (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@63589558 (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@13729ff5 (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@34a9a93e (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@5d2bbf87 (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@7afe032f (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@7df4a6b2 (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@46d106b (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@43a40e6 (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@ed7cc35 (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@56ce2a6b (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@3a4c8691 (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@6c27cc4e (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@5ca1139b (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@7b1bf716 (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@253d8eea (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@772a73bf (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@23438b0a (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@7446b33 (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@4ec7efef (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@6a54da03 (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@55701798 (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@71c9f3f6 (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@4c489476 (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@195186b0 (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@27b9802f (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@3cb847ed (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@57eb10ad (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@216f2b06 (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@41c55569 (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@3b7a0d5 (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@5bff4d5d (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@458d26f (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@7ae17325 (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@446ed5a4 (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@655afdd1 (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 = 93bc9530-8f2b-4795-9ded-bd507de72041 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@642b9ba1 (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@562d5680 (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@6e20f37e (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@56ee9b88 (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@6acb5e83 (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@4f1f5aa (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@6d235d49 (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@61a61835 (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@3fa48136 (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@26bae95c (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@6d855e39 (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@3cb3840c (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@27851f9d (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@5684f238 (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@11b71a47 (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@31846f99 (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@3e72f7c3 (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@4f16d707 (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@66da9980 (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@358ce070 (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@77082372 (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@4c553711 (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@2f329b74 (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@7def6182 (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@4bcadefe (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@2e429529 (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@159052ae (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@13f5d2ef (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@e55c341 (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@3404e47f (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@2316c573 (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@3ea69e07 (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@2d92b2b0 (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@383ac72c (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@6e6fead6 (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@64b307ba (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@5c8c3eae (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@326191b4 (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@23c9e474 (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@5fbbb960 (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@62ff9577 (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@5cad54ad (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@302bf108 (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@32593ed4 (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@2c1341c5 (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@7b5534eb (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@228ad070 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1d32472f (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@7e7b1468 (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@4e39af82 (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@4c81ba62 (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@1b6a4ac2 (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@6d4eb3eb (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@4b31ec42 (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@2538cb32 (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@4c1e3561 (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@dc85f73 (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@5f79d8cf (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@1d4db7fb (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@594df98 (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@59b0e746 (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@489ef31f (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@381c7798 (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@1bd7171c (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@458349f7 (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@7aba5c53 (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@2141542b (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@28dd8e8 (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@5d9ee5bf (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@75ee629b (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@5ea59001 (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@328349a5 (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@181ae157 (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@1e66a275 (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@6c310c20 (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@44d7be62 (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@b08eff6 (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@20d691e8 (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@44e2d9de (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@3dbf4b8e (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@71847490 (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@65c9e299 (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@3737fbd7 (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@70932584 (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@2261fff2 (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@8161c0d (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@77b79b (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@69211d14 (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@4412e1ad (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@49dff174 (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@17d27a6c (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@9d6e4ad (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@44a2cf38 (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@19eeec (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@36039270 (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@5314cbb1 (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@7b5534eb (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@228ad070 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7e7b1468 (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@4e39af82 (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@4c81ba62 (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@1b6a4ac2 (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@3e3e8bd2 (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@349f769f (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@543a2a15 (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@305778ed (id: 91a8b7eb-e83b-4994-b30f-7672f698173f, sid: 91a8b7eb-e83b-4994-b30f-7672f698173f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4b49f86-1f9f-45a2-8e75-1610b07891f8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@28b066a7 (id: b4b49f86-1f9f-45a2-8e75-1610b07891f8, sid: b4b49f86-1f9f-45a2-8e75-1610b07891f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5966bf7b-299c-4f40-9aba-5a2a529187c1 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@1836dc8 (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@21823d46 (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@63dc159c (id: d5b64d24-ee79-4ef3-a236-30414cd62b23, sid: d5b64d24-ee79-4ef3-a236-30414cd62b23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f389a36-b4c0-4d31-a4ad-e2939534c774 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7fb25dbc (id: 3f389a36-b4c0-4d31-a4ad-e2939534c774, sid: 3f389a36-b4c0-4d31-a4ad-e2939534c774) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2d1567b2 (id: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e, sid: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e315d59-d3b8-467f-b698-eb4103405138 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@705986ec (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@a41a9bd (id: 94b678a0-ce51-4b55-bf34-f8c40292f5b6, sid: 94b678a0-ce51-4b55-bf34-f8c40292f5b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1d3afa6-fba0-482e-b354-58dc130c6411 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@35ea1a9b (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@8df3ba3 (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@2abff8b5 (id: db12611d-c30e-46b0-a425-0d0878122635, sid: db12611d-c30e-46b0-a425-0d0878122635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6500212e (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@69fb5350 (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@385cc64 (id: dea27519-91f6-41c0-bc16-4729d607a3ae, sid: dea27519-91f6-41c0-bc16-4729d607a3ae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3ec773b-11dd-4127-92c1-72fa285348f7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4ce17905 (id: d3ec773b-11dd-4127-92c1-72fa285348f7, sid: d3ec773b-11dd-4127-92c1-72fa285348f7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fb747b6-3894-4315-bb90-dd433622dfe9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@4b458065 (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@6494e9ff (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 = dfc25e1d-8f94-4810-9eb0-049537c37a44 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@7beebd2c (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@6db501db (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@1f31b1e9 (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@a80ee54 (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@40935f5 (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@2859f7f2 (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@3af5b5e9 (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@370a0ead (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@7a613324 (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@1ebef75a (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@aad0945 (id: 233a30b8-5df4-41e9-99f9-b9588408e392, sid: 233a30b8-5df4-41e9-99f9-b9588408e392) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7face320-4331-4568-8a18-f86177c64ead org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@64ac7884 (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@48bf3144 (id: 27d4369a-53d4-4291-a8e8-8914f8b3ad68, sid: 27d4369a-53d4-4291-a8e8-8914f8b3ad68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b424f398-7e6b-4195-b100-260629c50cba org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6a9be35 (id: b424f398-7e6b-4195-b100-260629c50cba, sid: b424f398-7e6b-4195-b100-260629c50cba) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bab0ac39-1471-4781-b6df-29a2307a7c73 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3ac7670 (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@44346d9 (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@494982b (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@64eb713f (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@7a0086f5 (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@4a769523 (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@2b17ec00 (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@55b6abcc (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@116f82f6 (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@71e7a3dc (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@9aa140 (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@4c2f0bcc (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@1be9b4b4 (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@945d7a2 (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@5c80f76b (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@6845f65c (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@3e5fa3f4 (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@19009b5a (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@42e01cbe (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@550f5a8 (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@46d3b6f5 (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@5b943f3e (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@19d3dd1e (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@1bac9639 (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@4093ffa7 (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@3a044544 (id: bd236894-8276-40e6-a6e4-d28719d7cffd, sid: bd236894-8276-40e6-a6e4-d28719d7cffd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cd508435-a02f-435c-99bc-3857ec410a35 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6ee6d5bc (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@dc87233 (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@4b51f67c (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@74434d45 (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@43b5047c (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@53652d14 (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@2453c6e4 (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 = 4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3a6f4146 (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@31c68e10 (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@29cb42b3 (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@2b169fd0 (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 = 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@525d58f2 (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@342ccdac (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 = 7e62bf3a-352b-4855-a5ce-db54bf1649cf org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2df2402a (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@56a5323 (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@1de617aa (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 = f18c54d6-6daf-45d9-98de-e9dc3907754c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@769b768e (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@49d79b67 (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@1ef33a35 (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@33052506 (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@6cbfb5a0 (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@22281bee (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@1e871aee (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@6bfeb6fa (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@6c5b0b22 (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@76ec2eba (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@509a1ae3 (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@4e4d3f6c (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@7a7b3f9c (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@6df54797 (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@6d3815c8 (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@4a29f15c (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@698db05a (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@2e039b03 (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@3384d5e (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@61eff74 (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@30fcd85f (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@354e736d (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@426c49b6 (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@68cb00ec (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@31a4a58d (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 = bb397f2d-4eee-4104-b6f8-8cf910478427 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@545258c (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 = eac1df28-9ac6-423b-96ed-88a3c7db53b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@55ec4de5 (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@276e5698 (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@618b7eb2 (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@2fd91633 (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@76d214f (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@42180645 (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@64a1add1 (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@6a3123d0 (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@77d5d94b (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 = 6da7b7db-204f-462e-bae8-a7a1ee316334 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@4b31ec42 (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@2538cb32 (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@4c1e3561 (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@dc85f73 (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@49dff174 (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@2a438442 (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@17d27a6c (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@2a55b28 (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@58a9a96f (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@7b01696 (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@2be16a53 (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@22a00042 (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@7c091527 (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@1a0dabdf (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@755761ef (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@7efadb26 (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@2e61dbc9 (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@c3da36b (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@9d6e4ad (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@29c5b436 (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@1168224e (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@33688231 (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@da5fb7d (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@9c59afb (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@596fb3df (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@153672d8 (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@4fa2e479 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7147d4da (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@633a77e2 (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@65ae5e08 (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@56c10a7c (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@1a8fff06 (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@7ffc3e6c (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@699ae0a6 (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@c98c9b0 (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@25078186 (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@40b9c4a5 (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@7e9893c4 (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@348700ee (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@193b68a5 (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@4aaba433 (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@6bdd8c86 (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@153672d8 (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@4fa2e479 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@633a77e2 (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@65ae5e08 (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@56c10a7c (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@1a8fff06 (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@1fd944d6 (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@6e08be2f (id: c4c762ff-a00d-4f77-a740-5c5c082635fe, sid: c4c762ff-a00d-4f77-a740-5c5c082635fe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5966bf7b-299c-4f40-9aba-5a2a529187c1 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6ec52bde (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@5b5999bf (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@1e371d4d (id: d5b64d24-ee79-4ef3-a236-30414cd62b23, sid: d5b64d24-ee79-4ef3-a236-30414cd62b23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1d3afa6-fba0-482e-b354-58dc130c6411 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@d9ffea1 (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@1a86b8e7 (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@76d0e10b (id: db12611d-c30e-46b0-a425-0d0878122635, sid: db12611d-c30e-46b0-a425-0d0878122635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@16b3c295 (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@759ba9c0 (id: c5958ba6-5843-4983-b89b-69746c2a9d6f, sid: c5958ba6-5843-4983-b89b-69746c2a9d6f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a98f550b-e98d-4fbe-9df1-89cba4e72cf2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@111984bc (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@19b65b60 (id: 91a8b7eb-e83b-4994-b30f-7672f698173f, sid: 91a8b7eb-e83b-4994-b30f-7672f698173f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dea27519-91f6-41c0-bc16-4729d607a3ae org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@31cb343f (id: dea27519-91f6-41c0-bc16-4729d607a3ae, sid: dea27519-91f6-41c0-bc16-4729d607a3ae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3ec773b-11dd-4127-92c1-72fa285348f7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1a190def (id: d3ec773b-11dd-4127-92c1-72fa285348f7, sid: d3ec773b-11dd-4127-92c1-72fa285348f7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4b49f86-1f9f-45a2-8e75-1610b07891f8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@5698c0c9 (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@4c32fe2a (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@3e7cb584 (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@14804657 (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@1ea093e (id: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e, sid: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e315d59-d3b8-467f-b698-eb4103405138 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6198e725 (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@792ee6f1 (id: 94b678a0-ce51-4b55-bf34-f8c40292f5b6, sid: 94b678a0-ce51-4b55-bf34-f8c40292f5b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfc25e1d-8f94-4810-9eb0-049537c37a44 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@64357138 (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@1138344c (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@33ff39ad (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@40959c9a (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@fe68901 (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@12712fae (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@58894e1c (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@349468db (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@f0151c9 (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@1432b0bb (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@6fd46f8 (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@309e6936 (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@5c38335b (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@dc42889 (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@4e5027de (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@53ef67a4 (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@649c8634 (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@2b3d33ae (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@3c7b32a (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@48425a3e (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@346d8e5c (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@6ea4b145 (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@63831ed6 (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@28e6a57a (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@74a11cd6 (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@6971aa4d (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@408a714e (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@3166ea1a (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@4d5d174c (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@299aef68 (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@3a09eb14 (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@3cb9f075 (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@197b67d9 (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@67642a31 (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@12c02c82 (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@61094cf7 (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@238ebaa0 (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@657d2942 (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@76caad53 (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@5d0f2989 (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@3b6721f5 (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@17b165da (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@616a3961 (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@18a48dda (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 = 27fa8491-d033-452b-9792-5111d2936a2e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4a7193c6 (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@7d8a8ec1 (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@2b4f573f (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@582ffb92 (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@5810f912 (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 = cd508435-a02f-435c-99bc-3857ec410a35 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@73604977 (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@406f6fab (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 = 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@76445896 (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@502279da (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 = 7e62bf3a-352b-4855-a5ce-db54bf1649cf org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@29a2811 (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@6dca8eb0 (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@30c6f4c9 (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 = 73a4ca32-290b-462f-b574-7df0a73bde96 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@21f8b958 (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@1a5198fb (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 = f18c54d6-6daf-45d9-98de-e9dc3907754c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@6161ab41 (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@3268dddc (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@bee7a2f (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@c89b727 (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 = 116d7f04-a134-40b9-ac68-cb3e4f386fa2 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@60de3e54 (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@14ac99ae (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@6c6ba616 (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@2d9a0433 (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@3ca7b34a (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@4cb63c99 (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@7d5c780f (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@1a400b (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@1269ea1 (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@7c8938e8 (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@620bbb76 (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@30c3a524 (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@525e60b (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@30ded03f (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@2276730e (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@5e352a22 (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@79e48196 (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@4235e882 (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@4c5b9066 (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@6da2f1c7 (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@7734a6f0 (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@53c9b292 (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@18a825fe (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 = daa2e915-08da-4e8e-9f2d-bf30e3e673d9 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3aa96202 (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@67d973e7 (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@6fc7366 (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 = e3c77ae8-b0bd-4da5-8fdd-a7db1718d065 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@60d9a71 (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 = 2a9881f8-41b4-437f-95f1-6aac4e31384e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6c48afda (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 = ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@428bda3 (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 = 6da7b7db-204f-462e-bae8-a7a1ee316334 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@699ae0a6 (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@c98c9b0 (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@25078186 (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@40b9c4a5 (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@7e9893c4 (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@348700ee (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@2387d9a2 (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@193b68a5 (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@15378b1c (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@15c01a17 (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@8978bc4 (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@636db911 (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@42157b7b (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@5ba34bb7 (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@6dc3d945 (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@464a925 (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@17d67dfa (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@56696244 (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@2593803d (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@41f282b (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@2002acff (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@3de481f9 (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@4cf7c10 (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@39ce7ed8 (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@346efc45 (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@49c46f71 (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@188c421 (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@114c2362 (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@3682e32c (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@46e16bad (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@103f0d1b (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@5ca19b4c (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@766d3d09 (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@290312a4 (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@148c648b (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@59e21efc (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@7470fd20 (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@64df6128 (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@69c8a2cd (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@b036d1b (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@5eae18a3 (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@114e566a (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@4d6fc706 (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@5d141005 (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@73517004 (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@104f8502 (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@232b37fa (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@5e428fa2 (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@266b053e (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@4ae0e364 (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@308e9925 (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@7afb2f09 (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@447879d (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@49f1bfb2 (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@d724018 (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@2ed2b5d8 (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@1691b4f0 (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@525985bf (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@4d347d6c (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@76737d67 (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@6d5e716d (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@73b47504 (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@1d85a903 (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@70f07791 (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@6ebba5fb (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@3ef7e17d (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@e0a9a11 (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@7d3528be (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@4e12ce9e (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@4f6f2228 (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@15efe3c6 (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@5267ba67 (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@12b62411 (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@1b253cbc (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@2efdbad4 (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@2fff00d5 (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@33b73381 (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@541438d4 (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@114c2362 (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@3682e32c (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@103f0d1b (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@5ca19b4c (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@766d3d09 (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@290312a4 (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@5d076675 (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@daced62 (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@12360cab (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@2311ba7b (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@56019bb5 (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@4cc92be2 (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@204ce867 (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@6b666675 (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@7d220c3 (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@42d5f9b (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@64bdca0 (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@7fff4186 (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@30945578 (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@5f9dec1e (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@401eaeb (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 = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@323d6a86 (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@27552446 (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@4d0c2248 (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 = 419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@31275ab (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@2730a580 (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@5b1c1112 (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 = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7470fd20 (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@64df6128 (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@69c8a2cd (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@5267ba67 (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@12b62411 (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@7d6d10a2 (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@3208d19d (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@1b253cbc (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@6f55827c (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@2dac7681 (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@6512f80c (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@57e0f8ce (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@14e5c62c (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@56dc7c0a (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@153a10f3 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@41fbee15 (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@37b68b68 (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@4d8a77e7 (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@179dd546 (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@2bb41f28 (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@75294c36 (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@22f76a9e (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@656394ec (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@cefc600 (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@45d69788 (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@1ea3e294 (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@679ec158 (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@15b3d46d (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@58d30940 (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@7438b536 (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@56dc7c0a (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@153a10f3 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@37b68b68 (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@4d8a77e7 (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@179dd546 (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@2bb41f28 (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@19a73641 (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@78c5fdd (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@7ec29d8f (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@75049020 (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@1f13f9c8 (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@41f809d0 (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@5004f44a (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@2156202a (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@278407d (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@6dae73ac (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@4868ad39 (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@4602c576 (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@44f85e10 (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@44c380a9 (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@28247729 (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 = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@7b02cf78 (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@4e5ec637 (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@bc0dc78 (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 = 419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3e7af3eb (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@33e41d5 (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@70757b75 (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 = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@656394ec (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@cefc600 (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@45d69788 (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@1ea3e294 (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@679ec158 (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@15b3d46d (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@64287b84 (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@651e82d7 (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@741b0b2d (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@49ca30b7 (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@652418c0 (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@1f151e4a (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@5f4c9de1 (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@471b5137 (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@23ca30c (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@28573ccf (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@58b58c16 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@16a07db5 (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@45351c06 (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@2680b501 (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@74c9a3bd (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@21790667 (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@3e6e5cc7 (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@78ef12fa (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@4830a21b (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@52c9f3f (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@5a57bf09 (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@32efc328 (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@2e7de6b5 (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@2f0af151 (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@590bdd02 (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@1531a388 (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@5438b7d5 (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@2c40547a (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@2ba47f3d (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@3391b422 (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@22062b9a (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@ccb4824 (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@49e8317 (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@3a101702 (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@2959a121 (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@394a05db (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@3043fdf7 (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@64cafa1b (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@6f467376 (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@64bc798 (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@ff3f49a (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@35615a61 (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@5155a545 (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@4b7fe4f (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@14709d67 (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@2bfd7fda (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@577e886d (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@6c00514b (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@7c0b7209 (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@3cc8d1fd (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@1fd61be9 (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@71b28b51 (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@560e2454 (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@5a2f0e7b (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@367db8c5 (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@21d94eb2 (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@11bf7539 (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@7b9e62b1 (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@709ffa27 (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@4d97fc16 (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@28573ccf (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@58b58c16 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@45351c06 (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@2680b501 (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@74c9a3bd (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@21790667 (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@840a925 (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@2b4b2d91 (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@1226a70e (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@7b85d113 (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@760146c7 (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@4d4ca33 (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@23ed1370 (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@76354357 (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@a7e0428 (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@28d9d206 (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@636432fe (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@3f97fa3e (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@4532e6a0 (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@616a30ac (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@333fddc7 (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@7ac4ac07 (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@78ef12fa (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@4830a21b (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@52c9f3f (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@5a57bf09 (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@5a2f0e7b (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@367db8c5 (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@77b5b0f2 (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@21d94eb2 (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@7ab961dc (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@11bea9df (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@33c03145 (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@20d16c59 (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@3b177a96 (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@50500f98 (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@61d623cf (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@4a4e2808 (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@40dbae5b (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@6504f738 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@75b4ce8c (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@6a97c83b (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@73c14972 (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@3490aa30 (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@1a6bf136 (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@bf0cca2 (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@59f77fda (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@5e77ba20 (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@13a9069d (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@3e0afeb5 (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@5ce15f01 (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@3fa45807 (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@64622c80 (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@1a23b71b (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@17889eba (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@40dbae5b (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@6504f738 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6a97c83b (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@73c14972 (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@3490aa30 (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@1a6bf136 (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@200b87a1 (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@5978d00b (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@6888203e (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@2d2f9e58 (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@516532d3 (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@4e82587c (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@67a21842 (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@36ae97b0 (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@4ea5d81c (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@1238280c (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@652f5201 (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@27fe4a03 (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@47fb13d8 (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@5e8b218d (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@41719c57 (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@546f3c29 (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@59f77fda (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@5e77ba20 (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@13a9069d (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@3e0afeb5 (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@5ce15f01 (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@3fa45807 (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@64622c80 (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@df489ef (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@5b3bc607 (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@4642d907 (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@3331eb63 (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@1f2d41a6 (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@4f7729a5 (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@7321a9db (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@74bd43cb (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@1e80c8b (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@77a42712 (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@935274c (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@4bb0caf9 (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@5c4bc222 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@36219467 (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@6bfb996c (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@5465c9fd (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@11e175e7 (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@181fedd7 (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@2c258331 (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@4a486fcc (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@586a8038 (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@5c48c788 (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@409fab9a (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@3056aa0 (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@3b72867c (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@54b65652 (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@e2ec0fd (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@26d6ebf2 (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@938c832 (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@6f5a1b81 (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@178b07bf (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@693f7c7 (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@49a5c67f (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@761c4ad9 (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@39e51d5a (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@20d1e86e (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@47a05435 (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@d410a48 (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@64057ae5 (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@57060f40 (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@3c849ea (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@6de0091 (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@42605c72 (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@6ddd4ec8 (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@2899aeba (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@f64a577 (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@4f27eb25 (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@488b5707 (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@2d02dcd2 (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@7679b18 (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@77e93612 (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@65486487 (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@5e17d0b0 (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@65133f31 (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@5b74dc27 (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@49a09a4a (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@5717de1c (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@729f4d1b (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@39bf3fd4 (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@22b9dcf4 (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@14a7eb96 (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@1d7cf531 (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@4bb0caf9 (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@5c4bc222 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6bfb996c (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@5465c9fd (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@11e175e7 (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@181fedd7 (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@703b6c79 (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@49cc3276 (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@24f9a9a1 (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@a9163ab (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@72a45435 (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@48be3e06 (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@21e32211 (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@5946f7b1 (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@2396f745 (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@39c2e09d (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@5e54d327 (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@e438e6b (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@26345257 (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@6c6e04a7 (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@4a486fcc (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@586a8038 (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@5c48c788 (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@409fab9a (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@49a09a4a (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@5717de1c (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@42b62b84 (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@729f4d1b (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@1b919a6a (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@6257e0b5 (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@2f68547f (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@68086897 (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@3eae54e8 (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@36d131b3 (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@2184afc9 (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@d22855f (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@389cacf (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@40300abe (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@49c85f45 (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@8a52b44 (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@4be91fe6 (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@616c2f29 (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@5886a939 (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@4c3d9fee (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@417db2b5 (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@20d0e034 (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@783bcab6 (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@5859f8b0 (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@741d0114 (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@536b8ee3 (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@18fa788b (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@4e2ec312 (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@d22855f (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@389cacf (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@49c85f45 (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@8a52b44 (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@4be91fe6 (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@616c2f29 (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@66a6a66a (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@1a635bce (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@3d0132ba (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@6820b11e (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@1646bb41 (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@1c7c08b8 (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@28dc7d6f (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@493c09d9 (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@6862e4b1 (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@6b77d074 (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@6b62af54 (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@b40c1b5 (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@b7d5638 (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@219f3585 (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@4c3d9fee (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@417db2b5 (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@20d0e034 (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@783bcab6 (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@5859f8b0 (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@741d0114 (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@536b8ee3 (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@75239042 (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@62287a2e (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@7e21d2de (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@7132476f (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@39a298b0 (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@49e50a78 (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@2a8f2514 (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@61fa2eee (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@4cb04d79 (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@2de7285d (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@5ab394e0 (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@f12db69 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1be205fe (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@668e409e (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@7b4e366 (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@4a655526 (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@c80101d (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@5ecdf9ed (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@4d0267a9 (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@59ca794e (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@6382e6e8 (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@11758ccc (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@3e1a6b18 (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@1c6474eb (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@3d65a141 (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@5b639161 (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@364c63be (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@9309ab0 (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@194f5d7e (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@5e602faf (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@be4f64e (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@68c0898 (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@654b119a (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@3a8947cb (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@16f39052 (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@70dd92dc (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@6f6de086 (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@1771bfc1 (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@714d3c87 (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@6747d6dd (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@67ae7363 (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@3d602bfc (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@379b5d02 (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@2bcc725f (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@5a4efed0 (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@664d11ae (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@b533328 (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@43c5f697 (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@6ed03841 (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@609e8454 (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@7246311c (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@1e5b008d (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@71262137 (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@650eb763 (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@4f948e64 (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@5624d65b (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@12d8e998 (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@4c8d01d2 (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@65c53a83 (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@1e790285 (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@568580e0 (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@5ab394e0 (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@f12db69 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@668e409e (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@7b4e366 (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@4a655526 (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@c80101d (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@47274150 (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@67283501 (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@78480a7 (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@b8868b2 (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@9995ea8 (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@28738ab0 (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 = d05d1b4d-b657-49bf-aa82-211e8278954e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@49ce775e (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@a610cd1 (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 = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@73dc05b5 (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@3bd92e84 (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@3184bb1c (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@33012e79 (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@14dcdb37 (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@4d0267a9 (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@59ca794e (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@6382e6e8 (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@11758ccc (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@4f948e64 (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@5624d65b (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@1b1fdf46 (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@12d8e998 (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@623e7396 (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@c716c27 (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@677d2463 (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@7be7578 (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@5f2c87e1 (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@a6d31b5 (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@1b5e41ad (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@673743a9 (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@4315f31e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7bb47e46 (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@6ac2c2ba (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@4d263ac9 (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@14a44866 (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@c80cfbc (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@d5f4fed (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@53305eed (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@279ae18b (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@4650a6ac (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@58443158 (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@9d2db8b (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@7934e583 (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@3a1259cf (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@42421f35 (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@45afe066 (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@673743a9 (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@4315f31e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6ac2c2ba (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@4d263ac9 (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@14a44866 (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@c80cfbc (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@6256d31e (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@145f139c (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@51a4fb6b (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@3bc0a0c2 (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@221ddb77 (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@78fdbe8f (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 = 57adac82-c4ff-40c4-8fbc-0ed45e82112e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@14cb0005 (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@68478027 (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@5e161231 (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@5461db60 (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@59c5a37b (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@356a982c (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@24e75dbb (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@53305eed (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@279ae18b (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@4650a6ac (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@58443158 (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@9d2db8b (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@7934e583 (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@3a1259cf (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@43257124 (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@5c34f448 (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@2721ab0 (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@2a86e710 (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@392f3581 (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@2b1a1f8e (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@36b9c39a (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@6450c9cf (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@24137bf9 (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@5f0ee69a (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@2bb8edbe (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@2983f4c9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4ebb115a (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@7011a227 (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@4f7e1526 (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@2dc4ff95 (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@2c61f298 (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@74e46fdc (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@6adc3f5f (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@7e0bf9f3 (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@1147bf47 (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@71fd6885 (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@2a0717f (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@32e8cd4 (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@3ca05f7e (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@13369daa (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@129c2d3a (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@65a34b91 (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@5b46b3f4 (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@7cbabefb (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@fbca9ab (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@703c940e (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@1e0b50ee (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@376f68b2 (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@5d747e05 (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@497c0d41 (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@54e65acb (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@55dbcee7 (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@792a35b9 (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@7f6c011f (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@19ba3c3b (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@41d26b4c (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@3fa8a125 (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@1697b594 (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@3ecefe5e (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@6c146ac0 (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@16cf5fee (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@3d5f63b6 (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@74aa564d (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@3ba76072 (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@577b68c7 (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@11fff34d (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@3741c701 (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@3765956b (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@44a3b9f5 (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@8db3545 (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@8033486 (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@4947e28b (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@20aa5844 (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@54f53721 (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@1d402a60 (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@2bb8edbe (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@2983f4c9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7011a227 (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@4f7e1526 (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@2dc4ff95 (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@2c61f298 (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@5ccabeb (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@3aa45951 (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@301621c7 (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@1340e06f (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@6b4533e9 (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@6adc3f5f (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@7e0bf9f3 (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@1147bf47 (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@53df1cfd (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@58f2f71e (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@79175992 (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@3190f812 (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@7288ec7b (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@471b481c (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@71fd6885 (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@44a3b9f5 (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@8db3545 (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@2fcad5d7 (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@22c62918 (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@31a5cf2a (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@8033486 (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@330e096f (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@7c4f2c1f (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@12e79ff5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6ca628d6 (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@71e5fe3a (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@461de840 (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@1300651 (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@6b877522 (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@626dc9eb (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@7f15fd9d (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@6f2199be (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@630f2720 (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@12f2097a (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@19c69429 (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@2b7bd4a8 (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@5d405101 (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@7107161d (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@7a0b18b3 (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@7c4f2c1f (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@12e79ff5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@71e5fe3a (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@461de840 (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@1300651 (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@6b877522 (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@29534ab4 (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@25f836 (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@12674ed (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@51d83f8e (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@4da669d8 (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@7f15fd9d (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@6f2199be (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@630f2720 (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@1d996a30 (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@4db0850b (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@2e3f196a (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@2bdc6065 (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@7d7ed83d (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@5ae5950b (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@12f2097a (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@19c69429 (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@2b7bd4a8 (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@5d405101 (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@5ffb3a0a (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@72b18a00 (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@79ace6a (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@580d4fc1 (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@5ea015a0 (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@20bf75fe (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@43c63cbb (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@1d952c76 (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@46debabf (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@fa0fb87 (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@7df12d2c (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@49b35878 (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@7b347807 (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@4dd6966b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4293c05c (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@2718574 (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@d662f53 (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@2b7aa327 (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@658f89a4 (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@f5e98fb (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@30cb2539 (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@3e2fc605 (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@b9996a1 (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@62128806 (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@224d65af (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@77640192 (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@f822489 (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@49961fe7 (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@72205d7a (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@7b347807 (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@4dd6966b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2718574 (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@d662f53 (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@2b7aa327 (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@658f89a4 (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@572d65f8 (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@6b0dd4f9 (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@15903124 (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@ccb589b (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@355a5eb4 (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@21d7402a (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@770ecb0b (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@14135f2a (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@4ba9e5f7 (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@30cb2539 (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@3e2fc605 (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@b9996a1 (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@62128806 (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@224d65af (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@77640192 (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@300fbd41 (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@462b51fe (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@58bdcc7a (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@3f58c2af (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@f822489 (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@10aa9b28 (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@234d9b58 (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@18afe6b0 (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@59c3ec18 (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@1d745fd3 (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@52ac907e (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@355166fd (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@7334ef63 (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@4c01bc11 (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@7a18fa8f (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@44c01dbf (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@10dbbdb3 (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@39f13da4 (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@39de64d7 (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@17029a34 (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@3058dc16 (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@f4cba4 (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@4ac6efb1 (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@1957870b (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@641148f7 (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@1d810ab5 (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@6435ee10 (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@417f5242 (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@2fc7fc6a (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@3a869f85 (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@7108b3ab (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@4a5e028a (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@5aea8307 (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@549e5568 (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@60bf31bb (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@5a4f2574 (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@54337781 (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@7b347807 (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@4dd6966b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@360b298c (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@2718574 (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@d662f53 (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@2b7aa327 (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@658f89a4 (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@572d65f8 (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@6b0dd4f9 (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@15903124 (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@ccb589b (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@355a5eb4 (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@21d7402a (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@770ecb0b (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@f5e98fb (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@14135f2a (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@4ba9e5f7 (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@30cb2539 (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@3e2fc605 (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@b9996a1 (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@62128806 (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@224d65af (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@77640192 (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@300fbd41 (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@462b51fe (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@58bdcc7a (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@3f58c2af (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@f822489 (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@10aa9b28 (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@234d9b58 (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@18afe6b0 (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@59c3ec18 (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@1d745fd3 (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@52ac907e (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@355166fd (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@7334ef63 (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@4c01bc11 (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@7a18fa8f (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@44c01dbf (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@10dbbdb3 (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@39f13da4 (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@39de64d7 (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@17029a34 (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@3058dc16 (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@f4cba4 (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@4ac6efb1 (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@49961fe7 (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@1957870b (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@641148f7 (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@1d810ab5 (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@6435ee10 (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@417f5242 (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@2fc7fc6a (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@3a869f85 (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@7108b3ab (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@4a5e028a (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@5aea8307 (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@549e5568 (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@60bf31bb (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@5a4f2574 (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@54337781 (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@72205d7a (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@7b347807 (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@4dd6966b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2718574 (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@d662f53 (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@2b7aa327 (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@658f89a4 (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@572d65f8 (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@6b0dd4f9 (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@15903124 (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@ccb589b (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@355a5eb4 (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@21d7402a (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@770ecb0b (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@14135f2a (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@4ba9e5f7 (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@30cb2539 (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@3e2fc605 (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@b9996a1 (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@62128806 (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@224d65af (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@77640192 (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@300fbd41 (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@462b51fe (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@58bdcc7a (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@3f58c2af (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@f822489 (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@10aa9b28 (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@234d9b58 (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@18afe6b0 (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@59c3ec18 (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@1d745fd3 (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@52ac907e (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@355166fd (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@7334ef63 (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@4c01bc11 (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@7a18fa8f (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@44c01dbf (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@10dbbdb3 (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@39f13da4 (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@39de64d7 (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@17029a34 (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@3058dc16 (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@f4cba4 (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@4ac6efb1 (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@1957870b (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@641148f7 (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@1d810ab5 (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@6435ee10 (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@417f5242 (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@2fc7fc6a (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@3a869f85 (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@7108b3ab (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@4a5e028a (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@5aea8307 (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@549e5568 (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@60bf31bb (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@5a4f2574 (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@54337781 (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@687676fd (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@4f9ca83 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3786cb68 (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@5b3ff8f7 (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@699e740a (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@69b9d5df (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@627f997a (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@77823a08 (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@4f9602d8 (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@511b16b3 (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@3d5925e4 (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@5bf230e (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@7ac061a3 (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@73675ec6 (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@7e5334b (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@39b6353b (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@55b20970 (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@687676fd (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@4f9ca83 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5b3ff8f7 (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@699e740a (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@69b9d5df (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@627f997a (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@3c93b232 (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@26b7af8e (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@18791aa (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@1fad6ca9 (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@3e0e5f4c (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@255e4cdc (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@1869931c (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@6c556c9c (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@20edaa65 (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@23a7b697 (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@64511ff3 (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@29a22f9e (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@4f9602d8 (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@511b16b3 (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@3d5925e4 (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@5bf230e (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@7ac061a3 (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@73675ec6 (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@7bbec7ea (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@28a6c47 (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@4bd293be (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@7e5334b (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@65839ee4 (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@680f9429 (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@66a60ed0 (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@1f2bd85e (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@b11a94e (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@3064afa (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@550004c4 (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@14a8cf12 (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@12f54f10 (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@2315862e (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@766690ac (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@24e4012d (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@1cd1576e (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@13fa862c (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@51db970f (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@687676fd (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@4f9ca83 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@561c3761 (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@5b3ff8f7 (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@699e740a (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@69b9d5df (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@627f997a (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@3c93b232 (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@26b7af8e (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@18791aa (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@1fad6ca9 (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@3e0e5f4c (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@255e4cdc (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@1869931c (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@6c556c9c (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@20edaa65 (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@77823a08 (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@23a7b697 (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@64511ff3 (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@29a22f9e (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@4f9602d8 (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@511b16b3 (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@3d5925e4 (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@5bf230e (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@7ac061a3 (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@73675ec6 (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@7bbec7ea (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@28a6c47 (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@4bd293be (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@7e5334b (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@65839ee4 (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@680f9429 (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@39b6353b (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@66a60ed0 (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@1f2bd85e (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@b11a94e (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@3064afa (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@550004c4 (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@14a8cf12 (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@12f54f10 (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@2315862e (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@766690ac (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@24e4012d (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@1cd1576e (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@13fa862c (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@51db970f (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@55b20970 (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@687676fd (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@4f9ca83 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5b3ff8f7 (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@699e740a (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@69b9d5df (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@627f997a (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@3c93b232 (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@26b7af8e (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@18791aa (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@1fad6ca9 (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@3e0e5f4c (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@255e4cdc (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@1869931c (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@6c556c9c (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@20edaa65 (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@23a7b697 (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@64511ff3 (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@29a22f9e (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@4f9602d8 (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@511b16b3 (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@3d5925e4 (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@5bf230e (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@7ac061a3 (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@73675ec6 (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@7bbec7ea (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@28a6c47 (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@4bd293be (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@7e5334b (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@65839ee4 (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@680f9429 (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@66a60ed0 (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@1f2bd85e (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@b11a94e (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@3064afa (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@550004c4 (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@14a8cf12 (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@12f54f10 (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@2315862e (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@766690ac (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@24e4012d (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@1cd1576e (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@13fa862c (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@51db970f (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@3839502a (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@4284ccf3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@77cb9be4 (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@25b63a94 (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@10eab72d (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@368ad7cf (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@25530e6d (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@3ec0a9fc (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@6478718c (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@643e295a (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@21a409da (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@5c4970de (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@728a0565 (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@595e4689 (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@45f7a9ec (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@10a9631 (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@23890a58 (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@8c87aae (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@70881a92 (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@25e6b1ac (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@4ed6b482 (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@500aafc (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@356c6c44 (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@2597c094 (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@5e1e1200 (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@5ec91475 (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@8115da4 (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@1319bf52 (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@3db92123 (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@2bc5f05d (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@293b74fc (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@7706bda6 (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@3422a5c (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@7017571 (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@756f7df9 (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@3746057f (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@2544d901 (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@29e28a25 (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@27ecba55 (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@20863e2a (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@230977ea (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@1e87720c (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@5c7b4d9b (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@4d9d5f50 (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@7b9a9eca (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@fce98b0 (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@6c22c2fc (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@29d58e6 (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@91d73d3 (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@6ae6bfe2 (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@17e471ad (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@3839502a (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@4284ccf3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@25b63a94 (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@10eab72d (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@368ad7cf (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@25530e6d (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@6297dcb6 (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@27815c16 (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@47d5c386 (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@7a488d77 (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@26e68ce4 (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@baa05c2 (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@628a3ec2 (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@5c1734d1 (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@4e84121b (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@2694da5b (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@43c0c3e4 (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@2dba154d (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@6478718c (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@643e295a (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@21a409da (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@5c4970de (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@7b9a9eca (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@fce98b0 (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@34be6203 (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@7848706a (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@578bcd67 (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@61261040 (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@6c22c2fc (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@17d2ccd0 (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@2d186e18 (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@2579806a (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@67291040 (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@56e29e03 (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@27dca22f (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@495a7062 (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@20c9d3f3 (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@f4d7cba (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@4dc27aa6 (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@3839502a (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@4284ccf3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@41d83fab (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@25b63a94 (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@10eab72d (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@368ad7cf (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@25530e6d (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@6297dcb6 (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@27815c16 (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@47d5c386 (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@7a488d77 (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@26e68ce4 (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@baa05c2 (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@628a3ec2 (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@5c1734d1 (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@4e84121b (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@282a0690 (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@2694da5b (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@43c0c3e4 (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@2dba154d (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@6478718c (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@643e295a (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@21a409da (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@5c4970de (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@728a0565 (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@595e4689 (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@45f7a9ec (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@10a9631 (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@23890a58 (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@8c87aae (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@70881a92 (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@25e6b1ac (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@4ed6b482 (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@500aafc (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@356c6c44 (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@2597c094 (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@5e1e1200 (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@5ec91475 (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@8115da4 (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@1319bf52 (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@3db92123 (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@2bc5f05d (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@293b74fc (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@7706bda6 (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@3422a5c (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@7017571 (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@756f7df9 (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@3746057f (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@2544d901 (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@29e28a25 (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@27ecba55 (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@20863e2a (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@230977ea (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@1e87720c (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@5c7b4d9b (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@4d9d5f50 (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@7b9a9eca (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@fce98b0 (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@34be6203 (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@7848706a (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@578bcd67 (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@61261040 (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@6c22c2fc (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@17d2ccd0 (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@2d186e18 (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@23c49afb (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@2408c058 (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@2579806a (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@67291040 (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@56e29e03 (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@27dca22f (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@495a7062 (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@20c9d3f3 (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@f4d7cba (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@4dc27aa6 (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@6d6cd5d0 (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@1f2184e7 (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@3839502a (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@4284ccf3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@25b63a94 (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@10eab72d (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@368ad7cf (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@25530e6d (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@6297dcb6 (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@27815c16 (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@47d5c386 (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@7a488d77 (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@26e68ce4 (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@baa05c2 (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@628a3ec2 (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@5c1734d1 (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@4e84121b (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@2694da5b (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@43c0c3e4 (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@2dba154d (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@6478718c (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@643e295a (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@21a409da (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@5c4970de (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@7b9a9eca (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@fce98b0 (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@34be6203 (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@7848706a (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@578bcd67 (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@61261040 (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@6c22c2fc (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@17d2ccd0 (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@2d186e18 (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@2579806a (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@67291040 (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@56e29e03 (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@27dca22f (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@495a7062 (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@20c9d3f3 (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@f4d7cba (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@4dc27aa6 (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@372ccb7c (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@39294f9d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2ffa14f8 (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@667d4309 (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@32c3b105 (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@6310fda3 (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@53ce2203 (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@2e352282 (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@c3af4b8 (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@bfddb97 (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@666afbef (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@3dae4cae (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@769fade9 (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@2a8991a4 (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@7917e97b (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@93ced36 (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@2c7e91d (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@64a54c50 (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@223f3d8e (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@4c0431a2 (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@7136b63e (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@3f3fa384 (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@64373aa0 (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@9d38ea5 (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@4d105ee7 (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@ff1e742 (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@524e3e26 (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@47fd346c (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@855bd12 (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@81e80ad (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@2b822086 (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@5723fce (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@206aaf5f (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@5c0d4817 (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@6631c500 (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@72290a47 (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@7cc530a (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@3137ee14 (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@59c624f7 (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@630766ba (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@6362dd3 (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@87f344f (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@60f6582b (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@381cc039 (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@586a19ef (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@5e469804 (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@3de06eb0 (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@616af772 (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@2b36157f (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@7db9ae91 (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@67049d08 (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@372ccb7c (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@39294f9d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@667d4309 (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@32c3b105 (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@6310fda3 (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@53ce2203 (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@7debdd30 (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@528f1011 (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@36161206 (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@14eae0fd (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@1dee3c6d (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@1b6e8bf4 (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@58407d6c (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@3136ced6 (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@14340f85 (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@c3af4b8 (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@bfddb97 (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@666afbef (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@3dae4cae (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@586a19ef (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@5e469804 (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@4132503d (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@fee332a (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@40eac545 (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@26d7b48f (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@76627dfa (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@37797394 (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@5e292b8b (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@50a20a2f (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@6eea55b1 (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@707fcf5e (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@3b31205 (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@b82783b (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@3de06eb0 (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@3aa52100 (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@10bb0af8 (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@5d7bde00 (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@7a58a748 (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@a6d61b9 (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@42c946c6 (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@41411b41 (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@7e1c96c6 (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@1f1d5015 (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@17eada46 (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@5e3850e9 (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@4408574e (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@31602a22 (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@6deac38 (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@1e055f78 (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@17331616 (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@372ccb7c (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@39294f9d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4d4fec7b (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@667d4309 (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@32c3b105 (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@6310fda3 (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@53ce2203 (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@7debdd30 (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@528f1011 (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@36161206 (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@14eae0fd (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@1dee3c6d (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@1b6e8bf4 (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@58407d6c (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@78107764 (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@3136ced6 (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@14340f85 (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@c3af4b8 (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@bfddb97 (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@666afbef (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@3dae4cae (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@769fade9 (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@2a8991a4 (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@7917e97b (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@93ced36 (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@2c7e91d (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@64a54c50 (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@223f3d8e (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@4c0431a2 (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@7136b63e (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@3f3fa384 (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@64373aa0 (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@9d38ea5 (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@4d105ee7 (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@ff1e742 (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@524e3e26 (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@47fd346c (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@855bd12 (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@81e80ad (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@2b822086 (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@5723fce (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@206aaf5f (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@5c0d4817 (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@6631c500 (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@72290a47 (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@7cc530a (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@3137ee14 (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@59c624f7 (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@630766ba (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@6362dd3 (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@87f344f (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@60f6582b (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@381cc039 (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@586a19ef (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@5e469804 (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@4132503d (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@fee332a (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@40eac545 (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@26d7b48f (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@76627dfa (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@37797394 (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@5e292b8b (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@50a20a2f (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@6eea55b1 (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@707fcf5e (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@3b31205 (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@b82783b (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@3de06eb0 (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@3aa52100 (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@232eec83 (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@1a95fb3f (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@10bb0af8 (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@5d7bde00 (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@7a58a748 (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@a6d61b9 (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@42c946c6 (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@41411b41 (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@7e1c96c6 (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@1f1d5015 (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@17eada46 (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@5e3850e9 (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@4408574e (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@31602a22 (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@6deac38 (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@1e055f78 (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@17331616 (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@6a97880b (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@6c299149 (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@372ccb7c (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@39294f9d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@667d4309 (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@32c3b105 (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@6310fda3 (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@53ce2203 (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@7debdd30 (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@528f1011 (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@36161206 (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@14eae0fd (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@1dee3c6d (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@1b6e8bf4 (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@58407d6c (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@3136ced6 (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@14340f85 (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@c3af4b8 (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@bfddb97 (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@666afbef (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@3dae4cae (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@586a19ef (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@5e469804 (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@4132503d (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@fee332a (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@40eac545 (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@26d7b48f (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@76627dfa (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3de06eb0 (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@3aa52100 (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@10bb0af8 (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@5d7bde00 (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@7a58a748 (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@a6d61b9 (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@42c946c6 (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@41411b41 (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@7e1c96c6 (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@1f1d5015 (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@17eada46 (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@5e3850e9 (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@4408574e (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@31602a22 (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@6deac38 (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@1e055f78 (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@17331616 (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 = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@37797394 (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@5e292b8b (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@50a20a2f (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@6eea55b1 (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@707fcf5e (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@3b31205 (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@b82783b (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) [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@57c936d9 (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@5316b620 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6238fa0e (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@6a5ecfcf (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@46d370bf (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@bdac22d (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@42b830eb (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@313849d5 (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@504c3b08 (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@53f07682 (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@f0592a2 (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@1dfe638e (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@3b2e958e (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@19050aaa (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@38ae7f65 (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@7a44ebfd (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@358993de (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@4e88f9f (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@4ff69d30 (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@12309c30 (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@6bdeeacb (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@2b8a1458 (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@50ee1304 (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@46a9d435 (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@5a3df699 (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@216e1152 (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@27a5673c (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@b885eed (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@4faddd6e (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@1cfbf42c (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@10ebfc08 (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@9b82426 (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@3c0492b6 (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@6d31f0e5 (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@2e48d70b (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@66194ff0 (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@7e90f0a7 (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@1c449148 (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@745ced44 (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@58965af0 (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@217a8c8d (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@198c873b (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@aa96f83 (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@6002e5fc (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@4acb3077 (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@f7d8398 (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@4071873e (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@5e4c3160 (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@24bd15a5 (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@3f6c9fbb (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@1bff3b2 (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@57c936d9 (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@5316b620 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6a5ecfcf (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@46d370bf (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@bdac22d (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@42b830eb (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@50d18f19 (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@504c3b08 (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@53f07682 (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@f0592a2 (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@1dfe638e (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@4acb3077 (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@f7d8398 (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@4071873e (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@5480d68f (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@488c22ba (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@27b8fde (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@42c982df (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@17181721 (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@3c4e7a86 (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@7d70788f (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@7df89dbd (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@d5fef98 (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@73154abc (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@4ab92416 (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@5998804b (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@24a3919e (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@6c3330fa (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@6726debb (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@456144f2 (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@47490e01 (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@3be8b6d7 (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@488c22ba (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@27b8fde (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@17181721 (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@3c4e7a86 (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@7d70788f (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@7df89dbd (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@428a2705 (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@73154abc (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@4ab92416 (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@5998804b (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@24a3919e (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@6c3330fa (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@6726debb (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@456144f2 (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@2c031230 (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@59c243aa (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@8409d2f (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@73ef064a (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@387bc48e (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@34de8f4b (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@d3f7d4c (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@65ec4001 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1595c7ad (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@2165e30e (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@7241dd6b (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@2f752874 (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@670635f9 (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@5278f4b5 (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@3fa5fd7b (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@39955473 (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@3293acc1 (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@224dc1cd (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@15850065 (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@78557ba3 (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@3d171ebe (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@7c5c5410 (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@41e7e5d6 (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@12bc162a (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@175b182d (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@9b93202 (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@778eafb6 (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@571fa2b (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@4a2410d8 (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@acd02bc (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@8bcef4c (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@296fcd2 (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@68de8e88 (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@a64a9cd (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@65cdf142 (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@5008f145 (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@4cbe9f02 (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@633b7d99 (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@69f6c75d (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@7e6391ff (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@469d57be (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@7e722d41 (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@2161d1fd (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@43ef5047 (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@6fe3df23 (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@94efbb (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@2f55386d (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@160138a8 (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@676ae78c (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@402435ed (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@31682f3b (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@23be5fc1 (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@4f93d57b (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@44d554bd (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@3cf9f91c (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@663089d8 (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@5181cb40 (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@d3f7d4c (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@65ec4001 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2165e30e (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@7241dd6b (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@2f752874 (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@670635f9 (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@3fa5fd7b (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@39955473 (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@3293acc1 (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@6dd27886 (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@1d3393f0 (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@2db7828c (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@6091323d (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@1e7970e1 (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@1fd4cccd (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@e668e59 (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@670f5572 (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@3224df0a (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@b2fdf27 (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@31018c5d (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@2cb8ebca (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@38f0bdd8 (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@4d539b06 (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@700d8595 (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@1b00c6e5 (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@2623a620 (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@77f98249 (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@6b44800e (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@766e446d (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@4d47ee26 (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@7617d60d (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@399c6c31 (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@3d551a43 (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@4f91f511 (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@7fef550 (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@5d59ec7a (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@484b6290 (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@8323ff5 (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@78960fd6 (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@6a3e0682 (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@79f2a6b7 (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@6026f3eb (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@2806a886 (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@3216a112 (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@5e3d6ef9 (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@224dc1cd (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@15850065 (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@78557ba3 (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@3d171ebe (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@7c5c5410 (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@41e7e5d6 (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@12bc162a (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@175b182d (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@4a2410d8 (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@acd02bc (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@31682f3b (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@23be5fc1 (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@4f93d57b (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@4db2e8e7 (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@1dea50bb (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@5c69df2f (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@5dc8ac39 (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@76792b7 (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@48476568 (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@5ac54be8 (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@42f49ded (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@79bd4d2e (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@a221b54 (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@7a488bf3 (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@1cb57aa2 (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@15c4f082 (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@687175d2 (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@206de6a8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3b914167 (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@1dbff7b9 (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@474af829 (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@f1dd70a (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@128feb5f (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@706fd488 (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@60f4f11c (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@1b0cf8f (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@6c0809f5 (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@624d5b68 (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@25762a2c (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@223d45ba (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@e56a7a9 (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@6482b10 (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@127b56bf (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@5aa3c1df (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@2acb14bf (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@51b5320d (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@73c19622 (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@7aa7faa2 (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@6dc90dcc (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@11872151 (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@762fbfda (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@55847deb (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@7006bdfa (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@58a39702 (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@25646602 (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@60c8e639 (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@249776a5 (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@3e6124ae (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@38331116 (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@6ca6922b (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@ddc78c (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@687175d2 (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@206de6a8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1dbff7b9 (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@474af829 (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@f1dd70a (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@128feb5f (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@706fd488 (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@60f4f11c (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@1b0cf8f (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@6c0809f5 (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@624d5b68 (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@25762a2c (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@223d45ba (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@e56a7a9 (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@6482b10 (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@127b56bf (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@5aa3c1df (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@2acb14bf (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@51b5320d (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@73c19622 (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@6dc90dcc (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@11872151 (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@762fbfda (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@7006bdfa (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@58a39702 (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@25646602 (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@60c8e639 (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@249776a5 (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@3e6124ae (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@38331116 (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@1fedd107 (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@50be01 (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@37a3aef1 (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@1738a2b2 (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@66ac3cbb (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@638926d9 (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@49f7c87f (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@1b88dec1 (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@1cc670ef (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@36d32240 (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@4190b0d5 (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@1cb310f0 (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@33dd5a81 (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@1c33bf98 (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@58e1b2d3 (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@5c510daf (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@5815df6 (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@4cffda1 (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@516da0c1 (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@585f336 (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@a64709d (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@713db685 (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@4dea6bcb (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@67dc3d03 (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@4e9549fd (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@52004734 (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@4caada8c (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@4a18d23f (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@2ea6a020 (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@7e4f7b27 (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@64aba0d8 (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@68ae0f58 (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@731215cd (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@7601decb (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@4f951db3 (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@57d90fd6 (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@73d780a7 (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@505e19ba (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@437bccfa (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@31deed51 (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@7e438175 (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@5ef0d4ce (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@43f1dff6 (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@58306bc (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@67a97750 (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@3f2799cf (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@72e4ffb2 (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@6fcfb1b4 (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@37017b45 (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@61cd097b (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@3c3a481d (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@4978c3d7 (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@6dce47a6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@40b02d47 (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@728bab55 (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@6e96d5a6 (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@6958f313 (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@511a4c74 (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@3974c104 (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@30d4b047 (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@626c4aaf (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@401f67de (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@34eac539 (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@758feb62 (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@64e08a37 (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@6f03478c (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@61307025 (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@6bee439a (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@b3fdde2 (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@7ef5d42e (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@1c26328d (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@54d5000 (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@70e85d86 (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@206cb311 (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@df35fcb (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@62d1c325 (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@5067b694 (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@448a6c87 (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@5f73625 (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@7c43935a (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@9f551a1 (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@1e8cfa4c (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@24c7bc4 (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@6ee84843 (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@356901c (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@25bb2827 (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@44c8e50f (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@68ce0785 (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@5f2facf0 (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@23294d22 (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@204a24d5 (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@38a0fd76 (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@1aca9ebe (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@73638098 (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@27e7ead (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@ff065ed (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@664e193f (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@3a2f17f4 (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@2515fafe (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@4d8c590d (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@5042162f (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@367df9a2 (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@4978c3d7 (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@6dce47a6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@728bab55 (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@6e96d5a6 (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@77b3773e (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 = 0cdae9cf-cc39-4d9a-935b-16481711e92c org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@37b4d584 (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@64a65154 (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@12e6a285 (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@66a28590 (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@772b7435 (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@2151a775 (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@604db50 (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@74784005 (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@58de1863 (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@74187602 (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@5466ed8a (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@62a8f76b (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@3b5d36e4 (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@1e5790cc (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@72327b9d (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@51301ed6 (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@22a4f1bd (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@6a2a6278 (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@5e08dbea (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@f1fb853 (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@ab39914 (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@33b30398 (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@2b7c598f (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@59d3a193 (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@4f3ee884 (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@643a9d38 (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@2d430011 (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@6958f313 (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@511a4c74 (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@6179c832 (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@548f1f84 (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@7ae1be6d (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@791b34a9 (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@560c5be0 (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@7a531d9a (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@db6d66b (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@2da80508 (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@194f8806 (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@7b12f978 (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@402c6dff (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@48ab12b1 (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@30d4b047 (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@626c4aaf (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@401f67de (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@6e5492d8 (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@211002d3 (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@34d3d83e (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@34eac539 (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@ff065ed (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@664e193f (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@3a2f17f4 (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@5e56aa7f (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@3b986a16 (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@6e8cdadf (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@2c55441c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@383e8a4a (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@72495b35 (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@db31076 (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@1f6b084b (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@7c336490 (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@45715a8d (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@21f3b38 (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@65efd80f (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@418a2e9f (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@342ec06f (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@1e23b8b1 (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@be93b30 (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@7f2c76b1 (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@228a6ffd (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@31956cb2 (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@172eda94 (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@19a56589 (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@2669f466 (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@47726045 (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@56941321 (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@8ccd17d (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@77c6810f (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@63a2a117 (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@2e4227dd (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@1767869a (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@4c877204 (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@103abebe (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@2af42d00 (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@6ffeb9ae (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@7ac05f64 (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@435980b (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@516a0aa7 (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@586b1846 (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@6e8cdadf (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@2c55441c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@72495b35 (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@8ccd17d (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9f123f40-ea1d-46a1-87b3-6af021891ba0 org.polarsys.capella.core.data.capellacore.impl.PropertyValueGroupImpl@6a9635bf (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@7645449e (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@4b15a4a8 (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@15a293c3 (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@3f0ea43a (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@13026b8 (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@7e083a85 (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@7f35920c (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@35d0d6a4 (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@78cf7fd4 (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@66b60a41 (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@2ff579c1 (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@441dc37e (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@472f25f6 (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@111dcb50 (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@2f804286 (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@1d438964 (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@66cc5464 (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@48df28b4 (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@6566c75b (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@64ef6a3a (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@60846db7 (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@51af639b (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@2a02aea (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@1d812e3e (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@5eab01ec (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@74320219 (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@77c6810f (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@63a2a117 (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@650078ee (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@1c68c9d (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@424bbb53 (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@34170014 (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@5236d970 (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@67a115cf (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@782fab4b (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@743413fa (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@102db955 (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@7f4dc9f2 (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@7a3d50a3 (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@5358d451 (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@1767869a (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@4c877204 (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@103abebe (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@766c68f5 (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@5d1463f4 (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@2af42d00 (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@6ffeb9ae (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@7ac05f64 (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@435980b (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@fa239a0 (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@150bd233 (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@5b64f2c0 (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@2d6400b8 (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@2c8df2ca (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@21614623 (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@21ee120 (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de4f98cf-fa5a-408c-9b52-f35496168a48 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@db31076 (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@4d4885b5 (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@1f6b084b (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@7c336490 (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@45715a8d (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@21f3b38 (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@65efd80f (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@418a2e9f (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@342ec06f (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@be93b30 (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@7f2c76b1 (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@228a6ffd (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@31956cb2 (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@172eda94 (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@19a56589 (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@3c83efb8 (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@2669f466 (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@47726045 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (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@2af10694 (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@415fac18 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4aa4ee42 (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@1cbc0b95 (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@584ff519 (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@7472b783 (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@55c42bdd (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@3110734c (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@546e06ae (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@52b43d0f (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@25c692a7 (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@3361ecb5 (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@5742bec5 (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@4e296964 (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@6448fbf5 (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@2be93e42 (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@691f196c (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@6c783f62 (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@4fccf64b (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@2db5cade (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@3cf0627d (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@11ded9ae (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@39880b70 (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@3ae8d5a5 (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@534ab0f (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@62c001ae (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@1e56b787 (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@7862b091 (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@39bae316 (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@3241cf2 (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@2865699e (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@67d3ee38 (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@479f4d1e (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@2530e932 (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@6cbb02a4 (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@14619325 (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@29abcb0a (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@bf0de74 (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@3f6a438c (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@270a17ff (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@500e7b8f (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@5d001c84 (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@309b528b (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@47590e88 (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@222313d4 (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@43b3650c (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@77b5e19a (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@319f27a2 (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@1245327 (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@60e31fa8 (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@249df637 (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@2af10694 (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@415fac18 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1cbc0b95 (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@6484b1fd (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@5e39a204 (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@584ff519 (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@a983d8e (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@a35f283 (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@34078fe5 (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@2d5a402b (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@37f172cb (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@124dd513 (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@7472b783 (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@55c42bdd (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@8847a59 (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@48a523e7 (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@5406ff23 (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@6cc480ae (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@59a4f179 (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@546e06ae (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@52b43d0f (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@25c692a7 (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@6e71b1d5 (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@6431ccb8 (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@40ceede6 (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@3361ecb5 (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@222313d4 (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@43b3650c (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@77b5e19a (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@1ab6d8b9 (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@20b04b57 (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@74b72a37 (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@286cc301 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@62ab6bae (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@4603ab25 (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@7ddcace3 (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@703145df (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@33e84f62 (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@61b14a20 (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@339600a4 (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@49f3b4b4 (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@37276876 (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@32de26e9 (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@317ea62f (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@7f161d5a (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@4d81552 (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@1854288 (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@578d37d5 (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@13bbdaf3 (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@38015b0e (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@25599897 (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@2efb6413 (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@7ece3529 (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@3ac5b01b (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@7033ccb8 (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@3a3700c3 (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@789ba14b (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@4199cd3b (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@3e7ecb2 (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@1e9b8c16 (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@11646aeb (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@692f5988 (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@5eb67f80 (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@cdd3340 (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@276bdddf (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@73a2bdce (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@254ab4ec (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@7d16e5a0 (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@2d607f18 (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@500c3dc8 (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@7eba106e (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@1293befb (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@671d379b (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@19dfab99 (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@2042c10d (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@74b72a37 (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@286cc301 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4603ab25 (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@2dfb64fb (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@783ef54c (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@7ddcace3 (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@72c7b281 (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@1aab2635 (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@703145df (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@33e84f62 (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@61b14a20 (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@339600a4 (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@49f3b4b4 (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@37276876 (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@7f161d5a (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@76cb9715 (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@36a66fde (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@4d81552 (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@1854288 (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@578d37d5 (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@13bbdaf3 (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@38015b0e (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@25599897 (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@2efb6413 (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@3ac5b01b (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@3f8516fc (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@26ed8471 (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@7033ccb8 (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@3a3700c3 (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@789ba14b (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@4199cd3b (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@3e7ecb2 (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@3b2fe3c1 (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@1e9b8c16 (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@11646aeb (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@5eb67f80 (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@cdd3340 (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@276bdddf (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@52990730 (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@41f6063f (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@5d100f75 (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@37f9bc8a (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@2149a7b (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@254ab4ec (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@7d16e5a0 (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@2d607f18 (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@6ae0d4a6 (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@1a7de0c2 (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@500c3dc8 (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@7eba106e (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@1293befb (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@671d379b (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@56ceb4cd (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@7859f71a (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@5ad6013c (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@73ea867f (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@4051a505 (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@67af0a0e (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@643d01a0 (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@38623b17 (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@40a283e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1f157d99 (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@5c40f244 (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@7f7bba66 (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@250a7487 (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@75976e33 (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@29bd16c3 (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@65f87bd0 (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@5e499a41 (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@48859bf9 (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@441631d4 (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@2e9ca4ac (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@2e778e30 (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@4a7937bf (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@6d7c5482 (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@260e3445 (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@341a38ba (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@375d3549 (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@388abf64 (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@6f71182c (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@a4b3290 (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@54e2b9ed (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@397e5d8a (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@5ea982f1 (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@d25f406 (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@7292d37a (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@6ba4436d (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@7ee3af98 (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@b11f44d (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@6ffcef56 (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@7909f90 (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@15bc3b99 (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@379b78ec (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@339a0268 (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@30f57794 (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@4461e2e0 (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@2851be98 (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@4b3b60b8 (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@50e9f79c (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@1b547983 (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@3ed4a10f (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@2e7a38cd (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@31b06f89 (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@202820fc (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@75fcb263 (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@2fa61061 (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@719824c4 (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@2f2a5f6e (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@354f1641 (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@1a77e181 (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@38623b17 (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@40a283e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5c40f244 (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@7f7bba66 (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@250a7487 (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@75976e33 (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@145edf3a (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@22672480 (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@7e294f2e (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@6063f63 (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@484bbf01 (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@65f87bd0 (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@5e499a41 (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@48859bf9 (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@6175604 (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@709ff1fc (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@561f32c4 (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@441631d4 (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@202820fc (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@75fcb263 (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@2fa61061 (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@67cfd58e (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@97739c4 (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@100dfec1 (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@1c7132f1 (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@1ddaa2d4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@25e3bc19 (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@24617a98 (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@6eba8dfb (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@6709c9a9 (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@68b525c5 (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@41b23b78 (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@33d27355 (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@76cf61d (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@49c2e2fd (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@692a784b (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@4bb53ce5 (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@4f69aa1b (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@24a39d (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@4860168b (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@25a3dfa7 (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@82f21a8 (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@7b57ea8c (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@3c290e32 (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@6ed08279 (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@1a7c590f (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@63758c7a (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@718100cf (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@4700cb93 (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@10dc80be (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@1c7132f1 (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@1ddaa2d4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@24617a98 (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@4f69aa1b (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@24a39d (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@4860168b (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@6cc9c7b3 (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@1c23a38a (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@324399e0 (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@6be88859 (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@241d076a (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@82f21a8 (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@7b57ea8c (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@3c290e32 (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@5b44469c (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@2a170e3d (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@6ed08279 (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@1a7c590f (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@63758c7a (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@718100cf (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@1b2897cc (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@63641187 (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@a8ad66e (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@1be54cbb (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@5a31d4d8 (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@357cab9e (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@4cda91e (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@500e3a4b (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@6eba8dfb (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@6709c9a9 (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@68b525c5 (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@41b23b78 (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@33d27355 (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@76cf61d (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@197b6351 (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@49c2e2fd (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@692a784b (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@55f53170 (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@6f088eaf (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@207a287a (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@7353bd69 (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@26a1a93b (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@309dda25 (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@5eadd916 (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@16be4fca (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@5c4ba39a (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@39aa5cfa (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@30009b0a (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@3162b52d (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@64d83a9e (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@639f2290 (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@3f063673 (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@4b7a24b4 (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@6ed3eb8f (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@7442df67 (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@7a79da32 (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@60bc0e4d (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@11420e46 (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@731942ee (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@4705aef5 (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@47cb1e3e (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@467a08bf (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@7fcd3cac (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@3c301df6 (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@30e6c403 (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@4210256c (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@42cabaf0 (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@7e29d0f2 (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@af081dc (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@1c595fcd (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@ae728b6 (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@35b0b62b (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@3b402f20 (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@6d31b8b2 (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@5e209f3a (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@6e917b3b (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@549270e6 (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@3406b6ee (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@6e85361b (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@ba8c053 (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@4cfa8480 (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@4bb7de7e (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@49e23fbe (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@c3b7870 (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@3f2e7786 (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@37d711ea (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@1b221550 (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@3c038db8 (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@55f53170 (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@6f088eaf (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7353bd69 (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@26a1a93b (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@309dda25 (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@5eadd916 (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@4ec3872b (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@650007b9 (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@3b92a5ce (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@bc7aec3 (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@59ef8a4f (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@12250d99 (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@1ba4381 (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@6122ff1 (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@3ce1b36f (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@8328b03 (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@5b4777cf (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@4c3db6f1 (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@7d760ed2 (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@20b2b6f0 (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@6d7f3caa (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@bde6e71 (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@2d7e0a9f (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@4ed22596 (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@7d15d065 (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@206207aa (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@6040b899 (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@5c4ba39a (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@39aa5cfa (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@8868912 (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@41dc355f (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@408a098d (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@2bacd0ea (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@17de1294 (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@3788abfd (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@27de0ae0 (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@6a38b571 (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@7f30c51c (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@28ee5910 (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@7d2e241 (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@2060b76b (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@3fd7ab7 (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@13ad4063 (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@5fa86316 (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@17fe5b26 (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@30b73439 (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@51553d8d (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@4d794462 (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@28bb0180 (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@21a4fe52 (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@596506be (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@5eb813a4 (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@2e7faef2 (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@28af9301 (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@590e205c (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@408dbdc7 (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@68a9694a (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@69d43d8 (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@62093048 (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@4fc7ca4b (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@6c8719c0 (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@68040b (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@2b48ef3e (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@5aaced8e (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@bceaa17 (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@7ba170fc (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@2c7bc3c (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@252a1476 (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@5b4a9cd6 (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@2b9c31d3 (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@14054ec0 (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@61f97192 (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@6edaed57 (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@1acf72f8 (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@3090e5d2 (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@99906c2 (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@3ff221ec (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@69c20c26 (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@282ca8ca (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@67f0162 (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@6d6a4f9 (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@7f8c3b39 (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@7fe351cd (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@6128f8fb (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@edb1e42 (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@4c16b5e0 (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@291ee896 (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@f57226e (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@592814c8 (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@206803b8 (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@7eec057b (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@489e0c9a (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@17075c74 (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@8e9d8e6 (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@5a3d442f (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@5e02cb9d (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@734bc8d5 (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@35a300b2 (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@50f3615 (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@4d994b0a (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@60b93f0c (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@4db21539 (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@31713d04 (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@36b7e13b (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@1fdff9be (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@185f00aa (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@6a3f2202 (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@773b2ab3 (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@3c021a0a (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@1242c18b (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@4947d5d4 (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@6695cbe (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@5eec7a1a (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@2972ed66 (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@6532c85a (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@66af3239 (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@5baea85c (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@65096792 (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@160a1371 (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@92bc573 (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@27e97042 (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@972a6da (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@44cf078d (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@11644b42 (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@64953f37 (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@58daaf47 (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@15441fcd (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@26c9787c (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@6b688715 (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@66c5bda8 (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@534a7cca (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@3eade447 (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@5a1dd077 (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@b4398af (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@ef1e2a3 (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@5e4e7fc9 (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@6ae4821f (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@7d75e90c (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@518d6087 (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@1f37f4d3 (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@4dd853b0 (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@3674add0 (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@c477ac1 (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@2cf696f6 (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@233c150b (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@30b52691 (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@793d334 (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@1fcab416 (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@5c9d6ea9 (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@45055a05 (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@5c963be2 (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@16b65e62 (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@2169923b (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@4e533161 (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@23f74a62 (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@7164530 (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@6a83e7a3 (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@3d0c1bab (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@2431f232 (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@113b0c41 (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@397cc15c (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@5be74b28 (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@12770423 (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@3d88d6f1 (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@6221863d (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@29827c6e (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@52c608f1 (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@3c386cfa (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@1ac154db (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@201a3ae1 (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@2dae3876 (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@5c12d210 (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@579c7bb6 (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@241298cb (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@78a379b7 (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@326bb6e1 (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@69e2ad1 (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@36fa3e09 (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@557787a0 (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@3a44ef51 (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@5e166e9f (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@4f6f4ff5 (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@52d94a95 (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@38785cc6 (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@55f7afc0 (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@6052426c (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@78472111 (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@223ccb3 (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@6ac2ea98 (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@1871848e (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@59ff7138 (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@45a568e0 (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@384edce6 (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@2c0f7a95 (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@443fc0ca (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@6fd18366 (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@1d883cf3 (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@1ce07535 (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@3b17bd06 (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@797ca447 (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@6b84eca1 (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@2d935971 (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@233ff4c1 (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@26b2c38 (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@11487253 (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@4a9996ae (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@5aa33835 (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@7f7d3ed8 (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@2bdfce78 (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@68fe29a6 (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@7e63419f (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@7b1f46bc (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@53c78405 (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@52ec0267 (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@1ef1e797 (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@7179afe0 (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@7c44a344 (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@68552f47 (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@44915447 (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@126c6c93 (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@2045e2c2 (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@236415bd (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@521dfdb6 (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@6439e24a (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@77090e67 (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@fee88a3 (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@2079e80d (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@7fd84ee4 (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@4886a2c (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@5b360de (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@3821a1e2 (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@7fbf75c0 (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@3b3e0314 (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@2515313d (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@100eaacc (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@72870caf (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@185f4dbe (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@2f7dbcd1 (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@26a85b48 (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@1ea88efc (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@24bf3c5f (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@56acbc92 (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@6c48e44 (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@6262a3f7 (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@7188368a (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@5e0ddc1a (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@3edd03cf (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@7938d978 (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@1e66e40a (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@48f34f72 (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@41d29b8b (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@7e9e69d0 (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@577194bd (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@5d9dc943 (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@d1d1eef (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@184b9ceb (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@7dc4036b (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@28cfa658 (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@7fcf8ba2 (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@3ba7ec74 (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@66a57f30 (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@338de8da (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@301cf792 (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@345c69a9 (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@794dcced (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@72ade378 (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@46f99a2d (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@5bd207a9 (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@20afff93 (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@2043c888 (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@2ae1165f (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@6145a3e5 (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@3ec98b39 (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@5735ff2b (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@1934d003 (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@1917ec97 (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@57a6b94 (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@7d4e00b7 (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@424563d5 (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@64904c5e (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@3260bd93 (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@3fa648d0 (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@5694cf3a (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@30009b0a (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@7bb24bc (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@ad61c53 (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@7a4bef2c (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@2a6912d3 (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@f7eaa3d (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@53ffca0b (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@4f5a53a8 (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@4229d8a (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@76d52509 (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@660b3894 (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@714bcfcf (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@65365cc1 (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@3a94d003 (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@5e4905d (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@1a066a79 (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@2bd401e1 (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@404f1c54 (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@329a8153 (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@3162b52d (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@4bb7de7e (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@49e23fbe (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@4843628d (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@122a338e (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@5bd21c3d (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@255da596 (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@c3b7870 (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@7c7cd915 (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@4b2487fa (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@77320888 (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@651b0a5f (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@34557a03 (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@5ba13024 (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@3cb01590 (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@1c4b9ab (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@1ede4ef2 (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@1b6660db (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@10b6b15f (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@28a3a2a1 (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@4e553eff (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@661dff56 (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@43849683 (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@768782f8 (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@1142f811 (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@18ac4220 (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@7ffbef38 (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@35a1227d (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@33a5d6a8 (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@7e4297b3 (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@4ef2a02c (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@4bd0ca27 (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@727222a8 (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@18e7dc5a (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@434fecaa (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@2a13ecd2 (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@2e2a139d (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@7dac5f52 (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@2a03406f (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@1fc35c81 (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@618b121f (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@4c2c7d1d (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@4e8e165d (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@700ced9d (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@38e4666e (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@178f20fa (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@71944121 (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@784793 (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@e839716 (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@4ecce6be (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@29f129fa (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@47175912 (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@6bf7b788 (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@368f3be0 (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 = 32a23f58-b962-42cc-9fe6-3fbaff7a805e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@5619e0ec (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@242604b9 (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@421f79f6 (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@2f3f36d5 (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@58925b80 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@28dbbc1b (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@6883bf4f (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@3b1e33c0 (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@d270e26 (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@390e6766 (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@4811ee9c (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@55712da1 (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@5b2b5d01 (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@249c5052 (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@743ba616 (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@244684b4 (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@1ae33b42 (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@b92ac5f (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@17e42a7d (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@1243cfd2 (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@2f3f36d5 (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@58925b80 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6883bf4f (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@3b1e33c0 (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@d270e26 (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@390e6766 (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@292ff6d0 (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@63e55006 (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@56062462 (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@1cf94c93 (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@4ab6b0aa (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@6458bdaf (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@4d5f2d7b (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@1bf7b626 (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@3a63c532 (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@179ee2ed (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@231e2190 (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@5fef553 (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@2190ea8b (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@611f6d99 (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@477d1783 (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@49e485af (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@4e8994e6 (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@17406916 (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@5062106c (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@52ce8022 (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@27252e20 (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@55712da1 (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@5b2b5d01 (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@273694cc (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@17fd9736 (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@4b3dbc4d (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@4aff237e (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@59fc4e19 (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@22c33637 (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@4ba29f6 (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@37ed1ecc (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@3793ef9c (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@62b38501 (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@3d77fce5 (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@6164c697 (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@37c62580 (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@35d47749 (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@5aa665d5 (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@72271ec8 (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@3af550bf (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@2624adc8 (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@4f45ec14 (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@5de7a6a (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@153eb2c6 (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@16771744 (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@76b27cd2 (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@c94544 (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@60817f19 (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@4ee2897a (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@ae87952 (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@509b882c (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@623eed4f (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@56ae7668 (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@1fc5b706 (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@1313863a (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@6524582 (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@236a6e16 (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@112590fa (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@47118453 (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@3520cdf (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@274dca45 (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@377c320b (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@7c841bab (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@6f23c410 (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@26753453 (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@704fb6fc (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@2ccab21d (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@52e08098 (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@5f95346e (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@26b63fdb (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@3c1275ad (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@1ce0b999 (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@b3f0539 (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@24afa6ee (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@48d4cbf2 (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@51619f00 (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@1520cb71 (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@4864df4a (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@48163a00 (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@1ba54726 (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@84d7c60 (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@66bd7cac (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@1f829c41 (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@2e2f74e0 (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@4d62a339 (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@4037fe25 (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@399becbc (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@127b82db (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@3d30622 (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@52043c7f (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@341cd48f (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@7abfe58d (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@61460eee (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@1252317d (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@40382714 (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@45ae2113 (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@144e7636 (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@1714741b (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@1615e16a (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@28527323 (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@1b55190e (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@1b55190e (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@19d52739 (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@19d52739 (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@7614a0 (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@302a0778 (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@24d35665 (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@4073c9f (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@2a03304c (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@145d3b17 (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@29030ec7 (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@4eea520c (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@7dd89acd (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@2093e2 (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@3164d017 (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@2d829e05 (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@1435778a (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@108e496d (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@de811f1 (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@27ce87db (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@7e1022f3 (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@333ac359 (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@3d3640d6 (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@6e15f8f4 (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@116d487f (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@74286100 (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@7b17afa3 (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@3a042a6d (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@30ea3975 (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@2b262a47 (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@6724c272 (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@2676ff8d (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@47364ba7 (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@5dd82514 (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@d354510 (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@78ab4c62 (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@644736e6 (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@adbebc2 (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@2de1324c (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@f0ba3ce (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@52a654cf (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@7f620a2 (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@23a11142 (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@71e6c32b (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@1186f1f4 (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@27432056 (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@cc31efd (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@4bfb7bd5 (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@6d543a0f (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@53abe663 (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@478b3e1d (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@57bed0ea (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@1bf60c50 (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@17e269b3 (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@907d684 (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@281f6ece (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@70b3d37 (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@63350965 (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@308f78a4 (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@630d56e9 (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@3db13d3a (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@3d8579e2 (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@3436daa5 (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@da69f4 (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@77de2237 (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@61820f47 (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@366c11c8 (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@47e5d875 (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@3c6cb0bb (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@26404b0d (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@70f4fc5c (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@19bba447 (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@408b26a3 (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@64b7059c (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@3376134a (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@772b10ff (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@1ea7064c (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@14d5cba9 (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@799aee09 (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@6a0eca79 (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@4cbd2412 (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@768f36af (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@58cb74d1 (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@440a30b3 (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@61b21194 (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@6e876943 (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@6d69f5be (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@78f3cf08 (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@93c5f33 (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@5ca4e226 (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@e7cc672 (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@7c6e974e (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@4e39ff33 (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@4e39ff33 (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@1ede8d9a (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@17c3086c (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@478bc89a (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@4beaa0f6 (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@66ccbf07 (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@8c46510 (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@163799ee (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@3a3a7d99 (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@12cac78a (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@3898d4d4 (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@51a7a0eb (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@6b7d4b8 (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@5089a808 (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@6823a4b5 (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@7e23aef (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@1408bcef (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@7c2f940c (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@6a8cec24 (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@3bb2da5e (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@567f8259 (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@765d895e (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@5c9aa086 (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@502f181c (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@4aa27c3e (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@4c855f71 (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@3dd8823f (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@55de6073 (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@3346c36e (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@457a667a (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@1a31ef92 (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@1fe90209 (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@637a14d3 (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@76a23a51 (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@218c87c6 (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@1f75fae1 (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@4b8d6e20 (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@efa6220 (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@3ee823ec (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@47c1dd48 (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@671d57fe (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@cc1cfd4 (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@16ecb15 (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@6533485d (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@3bc33317 (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@4e3fb68d (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@31316eb7 (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@1348b80d (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@6ee6e81c (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@541877a1 (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@2c635ff (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@2a07ca55 (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@73f87101 (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@644ab5a0 (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@259008fd (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@5cc38341 (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@b3d1144 (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@7ed1b490 (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@5b238c57 (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@1b3ad5f9 (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@786e40eb (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@be80e42 (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@4cee6a5c (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@136fb25 (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@b559af0 (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@40040fc6 (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@7f073110 (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@49de1206 (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@6e7b93d7 (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@4388417a (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@4336b429 (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@4c352447 (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@4336b429 (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@4c352447 (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@53fbf201 (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@3bb2d4bf (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@75e506ad (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@479feefb (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@6a25cd9b (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@777c563f (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@2af1e613 (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@12213d80 (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@48c55ba3 (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@2b828c5f (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@6561ea54 (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@5abe62d3 (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@5f01cfff (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@54adc51 (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@6f93b5e6 (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@4612ea3d (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@17bdab37 (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@44c645c5 (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@3608f43e (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@679aa3c0 (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@6b9ade1f (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@170f6b84 (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@2ad8255c (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@2361ce9f (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@294c4fbc (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@4573425a (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@2eea6d6d (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@3d25b19 (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@1ec1c0f6 (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@c0a36a9 (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@555103f0 (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@520a4bfa (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@425ce73d (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@1f3e2ea1 (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@42adf035 (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@42783601 (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@67b8447c (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@99d250c (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@249c5052 (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@2757a2fe (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@26999cc (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@623c79c8 (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@7057f4df (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@71242124 (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@3b855cb5 (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@743ba616 (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@244684b4 (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@1ae33b42 (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@2230b02d (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@2f1755fe (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@88139e9 (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@25705f39 (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@b92ac5f (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@5b493b7a (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@4e643d48 (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@7a8568d6 (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@156484b3 (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@2000ee8 (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@4227dd5b (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@1335de11 (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@22c581d8 (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@4ac8be52 (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@1d1d25e5 (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@338f2adf (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@3fcf76b7 (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@30fa6532 (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@44bc5cc5 (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@e2f5f5f (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@4a11eae3 (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@2921c566 (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@fddfef3 (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@7b7c8df0 (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@3eff368e (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@1952dec2 (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@7998917d (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@661490b3 (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@211891b9 (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@2e33ff96 (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@131d8054 (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@514e0b8c (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@343ecd45 (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@5c05b1b (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@7aa074d7 (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@5b931264 (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@1985b8b6 (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@1e1a301e (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@67e5f9c6 (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@56b825a (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@1e7210a (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@609df9e7 (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@561c904b (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@fbca180 (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@376b3e0c (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@3836abc7 (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@a9afa42 (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@60c0ea30 (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@e35337a (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@3d0d9e8 (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@5e457b3a (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@39339ba8 (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@1ebad117 (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@1b2054b1 (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@6e497044 (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@4b0248fe (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@3f80ae0 (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@1ae453f2 (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@3f0adbba (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@6696311d (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@25fa9825 (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@1d3934ab (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@7407ebbd (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@23ce32f9 (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@5284bd15 (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@6cc4782 (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@4d5d0ee5 (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@1f56a44d (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@684ddea7 (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@c59747b (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@29d66933 (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@308d488 (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@580eaa4a (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@1d35ffea (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@3c39703a (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@3995b54f (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@2d14d7d2 (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@3b024b3b (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@68257057 (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@638480c6 (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@4af6541e (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@561907bc (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@157d72e0 (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@55de8976 (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@1a0d87a2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@243d3951 (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@7d54f61b (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@10bbc530 (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@22aa08d1 (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@76f57308 (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@21dc8022 (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@4704a978 (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@7b06cfb (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@1e1f2797 (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@6bfa9c3 (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@5380fd33 (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@43d1e535 (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@72febd89 (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@7b063507 (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@2f3b2631 (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@630f86ae (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@649a6db3 (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@2efed22a (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@5882736a (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@47a7b422 (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@7067be90 (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@28d05d34 (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@63827267 (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@19fecc91 (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@4aa5c215 (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@15424d18 (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@251e0d83 (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@505eaefd (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@340f6b89 (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@7e33ac4d (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@ed2e8a6 (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@612737a9 (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@3640f9ff (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@55727abe (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@4c7c2f6e (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@14bec337 (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@25804f5e (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@636176da (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@4ecb3287 (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@2c8ee712 (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@bd3b762 (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@63ecc764 (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@43dc875b (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@63a4d19d (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@1b8d229a (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@26f475e0 (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@30d889df (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@4a022400 (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@60c74bfc (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@55de8976 (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@1a0d87a2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7d54f61b (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@10bbc530 (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@22aa08d1 (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@76f57308 (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@11ed434f (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@5f319607 (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@2daff1b0 (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@701faa3e (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@b937849 (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@ab11e4b (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@17b36afe (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@45144b4c (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@47d546e3 (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@50eb34a3 (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@5c8340da (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@3b2a3e2d (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@56a585f5 (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@73106d57 (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@9e0d4ed (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@4127d7e2 (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@469bd5b6 (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@e661176 (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@37dac8e4 (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@2f748dcc (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@133a69da (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@4704a978 (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@7b06cfb (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@1e1f2797 (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@325f8a29 (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@40678509 (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@7182be66 (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@24355ba9 (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@4020b0c7 (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@8595372 (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@481f0c4e (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@76b2b35c (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@32e2cf0e (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@51a9a25d (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@434b73c7 (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@3febb151 (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@1bd5831d (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@7f27170 (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@3e0cbfad (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@268c6c3d (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@5c5a39dd (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@5e17c9e7 (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@6bfa9c3 (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@43dc875b (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@63a4d19d (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@2c04ae13 (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@b061f3a (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@6e3a1524 (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@441288a0 (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@1b8d229a (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@37d2138 (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@277652fe (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@1c1be5a7 (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@7f7174d9 (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@18950325 (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@d61536b (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@4e14a9bd (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@3a37db1a (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@a8b7b52 (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@5ab3f7c6 (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@1b56a858 (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@560c03db (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@24677272 (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@61afbcff (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@4f95dcfa (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@79310c08 (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@66da15be (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@7a0e15de (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@1b1d7469 (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@6abd7a4e (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@5c7ce542 (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@77a72c (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@ecab4fa (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@42f75aa0 (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@7d3b3dd3 (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@4048ab9f (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@1b7eba08 (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@53de45f (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@40959d41 (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@4d0cc05f (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@2db470e8 (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@47c1761d (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@2bd29431 (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@df68b63 (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@13eed97f (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@66c48221 (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@33afcc04 (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@a3bf481 (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@524946e8 (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@482caa6d (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@5656bbf6 (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@6a26dba7 (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@4985b89f (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@1ccfc87b (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@64570c00 (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@27225284 (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@5c6270e8 (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@66a91ba1 (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@5962b506 (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@2215e1e6 (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@69f47ce3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3e90fc64 (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@9b17a7f (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@33e1d848 (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@195872fb (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@6e9f0f41 (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@1034e56f (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@593c9ec (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@114fd7fa (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@4772cad1 (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@49522c77 (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@18ef4127 (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@23060ad9 (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@47de0af5 (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@609ef64 (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@20741211 (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@2215e1e6 (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@69f47ce3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@9b17a7f (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@33e1d848 (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@195872fb (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@6e9f0f41 (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@458d4342 (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@7893f023 (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@22069a60 (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@34f57c66 (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@1b4dbee9 (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@6a7b1726 (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@33e12e2 (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@3d828fd1 (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@f726d60 (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@68e55485 (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@1bbfe279 (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@326a1ad8 (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@2eef6898 (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@6afabc64 (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@3f84a20b (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@31e36ce7 (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@197c68d5 (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@704cd39e (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@47644f65 (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@3d24ad9c (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@6eff56e2 (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@593c9ec (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@114fd7fa (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@4772cad1 (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@445c0957 (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@17a611c9 (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@3d8b70b5 (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@6fc3d367 (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@92b18f2 (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@38fb88e4 (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@49522c77 (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@18ef4127 (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@23060ad9 (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@1f37b7ed (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@59ce8061 (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@7be4cc6a (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@1fe9a9c0 (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@47de0af5 (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@74450bb3 (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@592550d2 (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@a4edf07 (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@799ebd5c (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@79f0d2f (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@3e61ed4 (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@7f2c4f48 (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@73d469ac (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@1166f261 (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@5c0ee603 (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@561fcb6a (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@40fc953e (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@66af82ba (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@4d3a4e92 (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@655688c4 (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@4127a435 (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@5b8754f9 (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@44d6dfc5 (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@15977f33 (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@696d67b8 (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@8acd6f0 (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@7af618d7 (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@54b68e5d (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@56e463d4 (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@381134ae (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@726ba3db (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@12cf0fad (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@67c034e3 (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@56c5d8f1 (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@799fdc89 (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@13470670 (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@75c64fd7 (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@dbc03ce (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@a40fd64 (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@5fb948a1 (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@3b138002 (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@4c0eb500 (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@5b5012a (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@10dcad7d (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@37e82cf4 (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@e7739bc (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@23e6d509 (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@56a4234d (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@205d3ae1 (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@17504d8f (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@20b9cf1 (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@754269b6 (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@3c81cfcd (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@2928d1e7 (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@779a2c27 (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@1173f4bb (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@233ebeff (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@4cf6f496 (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@6aab123b (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@6473f5f9 (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@326c66ce (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@49c57651 (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@7b4d9f98 (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@ea7135 (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@51e13df0 (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@3374be63 (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@24d246ca (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@77e2e8bc (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@2fb4450d (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@3925713e (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@ff794c6 (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@6fb02a8c (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@437d5cc0 (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@6797e1ec (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@75216bd5 (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@676fcb48 (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@383db47b (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@bde5d24 (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@5d57b651 (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@89c5fec (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@71d204a6 (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@3ffe7f1e (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@5f7bb38e (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@63b94a49 (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@abe6ca2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@21be8501 (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@1e772dd2 (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@2f31244d (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@77840d48 (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@500ce463 (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@39712af7 (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@7febc12a (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@3955418e (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@6654422 (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@60ee2205 (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@13ece6d5 (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@4f753b9e (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@5fb827ac (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@40dac2fe (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@34f44e7e (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@52bb2ab5 (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@4ca0f209 (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@5a7b0451 (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@4c6a36de (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@478f4364 (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@cf4d126 (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@e2f1565 (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@136e0eb8 (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@2e47ebd2 (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@72c04a5d (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@533ec7aa (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@68aed9ee (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@683422e3 (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@18d61f1a (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@72e2cb07 (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@111a102d (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@1260a7 (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@7136ce2 (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@63cd25f4 (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@2217cad8 (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@31138165 (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@2dfb8fd9 (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@2713fd17 (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@3bcea227 (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@167b1492 (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@678fc4c3 (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@5f4c6660 (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@2cc5efcf (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@6bf5fbc3 (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@6d07acc6 (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@3bbd6cd (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@b7ef194 (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@7d06a5c8 (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@f4d47be (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@63b94a49 (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@abe6ca2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1e772dd2 (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@2f31244d (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@386b17fe (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@b7ee538 (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@77840d48 (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@500ce463 (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@12467ec3 (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@25608230 (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@8b47a65 (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@54ca5412 (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@7f867bbc (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@56b5d24c (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@1a2208bd (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@365862f0 (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@2d2e6754 (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@5571f70f (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@2e7f42d7 (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@1208067e (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@ed27686 (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@7febc12a (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@3955418e (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@63bcc6e9 (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@7df0200d (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@5c335c08 (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@4af723a9 (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@36fb92b2 (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@70ee4b79 (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@76e8f2e2 (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@5f17dfd (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@6ff501f3 (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@6d422af7 (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@15a1439f (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@50afd76a (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@63558e43 (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@7c77940d (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@53a2c76b (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@7d185ef2 (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@3270f084 (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@7267cd3b (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@37bbc583 (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@86be248 (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@3daac711 (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@71e8db8a (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@18969fe9 (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@4fb85711 (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@244193b8 (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@13423831 (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@3f079467 (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@705ccbc6 (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@2caf4c82 (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@570a6e21 (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@68fe2b67 (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@624cd36 (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@593e4b9c (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@3c873730 (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@25bb96d4 (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@556a228 (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@2b24f7e1 (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@52d0d967 (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@3730ebc5 (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@6fe864df (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@36a1a71b (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@6ff1cc9 (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@116935a (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@2d74d13b (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@165632f1 (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@68316da6 (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@5d88bfb9 (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@56fe503a (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@711821ae (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@12272e76 (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@aca2efc (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@4efb84d (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@1c969ece (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@19382187 (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@30eac30a (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@429450e4 (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@5c535b3e (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@3b42ea95 (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@59fe7340 (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@383be9f3 (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@648f374b (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@305677b4 (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@1a18768d (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@7d8b604c (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@60a335d9 (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@6565c6e9 (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@5e38d99e (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@1193ad16 (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@4bd4926 (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@faed576 (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@6dfc30fb (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@3bac27f4 (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@6c17f130 (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@15eb8ca1 (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@199c1d0f (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@43550a4f (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@1098ed64 (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@595fe552 (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@20d2ff13 (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@1c1aa9fa (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@32a400c3 (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@7bb83a14 (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@cd47477 (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@26295af6 (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@2113aa97 (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@4d81aaa9 (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@b282353 (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@193efd2d (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@6d79afb6 (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@78a54c2f (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@72243fcd (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@6fe33a5e (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@14f78dba (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@7f3596a7 (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@32c0a38c (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@1f16da45 (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@78873e14 (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@30dcbbe0 (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@680669c3 (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@47d28b36 (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@6bbabaa2 (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@30a98e67 (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@556ffaa3 (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@29c99cdf (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@258d2cd6 (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@79ab8cfc (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@148737f3 (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@4e9eba6e (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@639d982f (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@46f424cc (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@6b61bb4e (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@375e6cf2 (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@4cdbdb8d (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@7c4ba06f (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@54ace13 (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@17df7a84 (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@1c887e57 (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@719e6a75 (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@69420b9e (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@60c4f552 (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@628be6fd (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@69e93a46 (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@108ec21e (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@5727db38 (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@6aa6632f (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@4a3d5f37 (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@2c45ea5c (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@6b73cdaf (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@3ff2c3ad (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@4ded629d (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@654c95c7 (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@580a38aa (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@7ed540bc (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@6fc5843a (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@33e4004e (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@2888ad7a (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@4ce931d9 (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@5f1cbe7a (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@32808293 (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@5f0e1ac4 (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@79d2a616 (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@5e7ce2a7 (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@48c5d56a (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@4d5b304e (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@21d5dde5 (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@5616e0ac (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@441b8f59 (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@2e1577cc (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@2cbc14db (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@72c93670 (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@6d4cd404 (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@6864ce5f (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@53a51f95 (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@1c6263f8 (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@4304c933 (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@2fd31ecf (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@4cf9d306 (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@4b9a428b (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@21f63047 (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@4cd1b178 (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@301b89f5 (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@13b09053 (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@7304a13c (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@1c7d58f7 (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@bd87123 (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@56442ff8 (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@371f1ab1 (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@712bae91 (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@408143a9 (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@53eddb1b (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@7f1ea8d1 (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@35c82090 (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@6d7de334 (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@6654422 (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@60ee2205 (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@2cc5efcf (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@6bf5fbc3 (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@4902a2 (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@1fb98afb (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@1d8915f6 (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@29f2f35c (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@6d07acc6 (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@6d8fc617 (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@66f69516 (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@ac23b98 (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@7363a590 (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@20487007 (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@70799954 (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@5a7903a5 (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@4b6a7bf0 (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@691d3d53 (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@6b7c6238 (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@49dae2a3 (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@5177b593 (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@5100fd4b (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@24ccf74b (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@3a1dd68b (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 [Scope1] >> require >> load Project_test_01 [Scope1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@33b343ba (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@6cd7c5d0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1d7b2511 (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@6a2eda8b (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@16f0f72e (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@542031e0 (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@6ce35498 (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@5a6ca72f (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@2026dccf (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@17ddaea6 (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@1e6b78f0 (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@7dfdbd76 (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@7dfee34b (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@4c082b01 (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@5a3aefb6 (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@770a3d94 (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@5ef20cc3 (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@33b343ba (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@6cd7c5d0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6a2eda8b (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@16f0f72e (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@125e835a (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@4eb95337 (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@542031e0 (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@6ce35498 (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@34d1f27 (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@7c96e0d0 (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@2c8abb5 (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@249e8d8c (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@63cc1fa9 (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@243a5cb9 (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@27882ec0 (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@6d1f4f45 (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@5bdbb528 (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@2d72f57e (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@600f6019 (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@7afe57f6 (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@67a0b8eb (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@2026dccf (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@17ddaea6 (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@65590e34 (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@596580d9 (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@4fb3ef9e (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@18645066 (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@6d7278fb (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@3d6da5d4 (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@6b50179 (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@3c6896a9 (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@4223947f (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@12b0daea (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@1adb4f6c (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@37c9a751 (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@5efab804 (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@1e9a2c98 (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@55739405 (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@2f7a42d5 (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@244bf5a6 (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@6b7af35b (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@2260918d (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@5f7103fe (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@246c3b73 (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@1830f48e (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@3e7af2fc (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@6943683e (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@2cb171c6 (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@333a645a (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@5a3e9dd3 (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@3c12a39c (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@7d172a4f (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@5dd81b23 (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@e8149fb (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@282e2713 (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@1da568b4 (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@640cb231 (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@6046f1da (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@3909547e (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@ec3ddd3 (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@595c25f0 (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@5e774011 (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@7681ecc5 (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@7507cf2c (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@11947e55 (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@edbd745 (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@77c5f59f (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@3cf03ae4 (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@ea49df9 (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@5e151297 (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@6a47dc7 (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@3bbe50ed (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@115f5936 (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@67287020 (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@3713cac1 (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@78fffe1b (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@94e3ec5 (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@3245958 (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@42c6001 (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@10909a93 (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@31dfff40 (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@5614bd12 (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@4c905fe1 (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@65a412bf (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@2b8526bd (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@739af43f (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@7e87eecb (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@7c358f68 (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@582aa7dd (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@7aec7a1a (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@3bdc223a (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@6bc2a4e6 (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@665bf20c (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@62806f7f (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@6e318e98 (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@1756056 (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@4b213ba2 (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@2a3b4e2e (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@489c40bf (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@3432d617 (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@7d7a77cc (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@35e05db5 (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@69982f0b (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@4bb8de41 (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@65d204ed (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@52e8e017 (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@7a206d36 (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@77e7eee5 (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@2677998 (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@171ac99b (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@6eaa4f93 (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@5ef746fc (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@621d4c66 (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@547aad7c (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@4b91112b (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@26532136 (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@6508649e (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@6149cb4a (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@5df9da9d (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@629c0a85 (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@4416aedc (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@6b2a2e8f (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@78143c45 (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@7aded9e0 (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@b4ff829 (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@1cfc4e5a (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@13862a19 (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@3af68f75 (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@4579f703 (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@60668657 (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@7952b4ba (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@1b62c684 (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@71faca44 (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@1de147a5 (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@170e4602 (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@4aa90a96 (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@1960088d (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@7cbb63f5 (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@7386565b (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@54052715 (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@1ea53aad (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@1495db64 (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@4b421473 (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@6c54267f (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@458ce8ca (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@7f7845e4 (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@24c227f4 (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@6eb17e86 (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@22d12a27 (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@2e87158 (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@316ad64b (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@1ac14253 (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@3ead3164 (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@61544d95 (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@7c996140 (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@23510614 (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@602adf0e (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@931b250 (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@3e154157 (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@15df9127 (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@233bee3d (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@271c7b38 (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@33178975 (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@3be586fc (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@a2db7a9 (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@16b6adba (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@2c38be7d (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@536060d2 (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@7018dc79 (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@65d1eaa6 (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@6a88086e (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@175ba2ab (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@648925ef (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@4ee88a68 (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@7c66eca5 (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@36624778 (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@67332958 (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@5a90b245 (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@d1d19c6 (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@69d03768 (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@17d7bae3 (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@76006152 (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@3dee49b9 (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@6beefde (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@3b89ff68 (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@17fe758f (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@69b397ed (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@1e5e4cf5 (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@7a6800bc (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@6e5d78b5 (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@15fed255 (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@54cb912d (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@57b9c5f3 (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@448354d1 (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@341733a7 (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@5c7f9768 (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@60067a9d (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@4ea18394 (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@28038d49 (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@88a6d41 (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@4af5e2e7 (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@6a144aed (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@774767c9 (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@24978146 (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@7e6aa5fc (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@74357916 (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@6c305b67 (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@47de4658 (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@7ea0a1fb (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@1e6b78f0 (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@7dfdbd76 (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@7dfee34b (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@4c082b01 (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@2256b95e (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@2838e2e4 (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@25e584c1 (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@28af9894 (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@5a3aefb6 (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@50e4b244 (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@592ee715 (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@d11af9c (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@106ca650 (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@65ef408b (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@4b3a2ed5 (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@3e115fc4 (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@2165ab95 (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@5c28bc5d (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@1f744725 (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@79104cc9 (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@5f5028e2 (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@4603bd01 (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@7b73878b (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@7eea28 (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@5eb7d5fd (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@587809f (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@62af007b (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@15f799ac (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@750faed2 (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@4c355b94 (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@560336b1 (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@7f10ff24 (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@7761b72a (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@11eeaba9 (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@5e17a19b (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@26069ca2 (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@5ca4b7af (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@3873fc71 (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@227b51da (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@7665161d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@332f90e (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@3a557745 (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@10e1ad63 (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@3e218678 (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@c1af856 (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@3fad0fc8 (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@2806587f (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@5971562d (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@3586295f (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@31553f66 (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@56f15b9a (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@538fb9e (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@69b0d906 (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@28c2c564 (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@74b3666d (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@3615876e (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@59021043 (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@67d517e2 (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@8ba957b (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@120e5df5 (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@5bc7d7ff (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@1462b162 (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@482fffd8 (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@28aef2dd (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@2ac07e06 (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@13faac79 (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@17b62826 (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@438508d7 (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@6a1c7eef (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@4cdbe16d (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@7bbd0611 (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@245a3ba1 (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@74397c42 (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@677a2b21 (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@74e43451 (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@1969e5f (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@3ef22943 (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@8e73e9f (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@5d74d56e (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@68a5dcf9 (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@4732489f (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@76908520 (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@d735963 (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@2de1c41e (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@1758b000 (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@6c86f42f (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@44a2ba9a (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@3a16868e (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@d1645fc (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@227b51da (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@7665161d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3a557745 (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@10e1ad63 (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@165f9996 (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@28f5d9dd (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@3e218678 (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@c1af856 (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@42e5e375 (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@7906381f (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@7260b3cd (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@1bd982e2 (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@6cd0b48f (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@4b3dfee8 (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@22a05fcc (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@202cf924 (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@19b910fc (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@3d57679d (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@d090ebf (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@587b19fb (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@5b0723b6 (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@2806587f (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@5971562d (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@b0a72b5 (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@7f54f03b (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@658b9a0e (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@6e5f2b00 (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@3652cbd8 (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@f307cf6 (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@7a9828b4 (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@6d881bcc (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@4d2401ae (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@417f1330 (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@3a263ef4 (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@33a16209 (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@77e134ee (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@7c3b7578 (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@356b3738 (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@de2bab6 (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@73daa9a0 (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@54ed9216 (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@38d3bd44 (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@207c97e2 (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@6cdade4 (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@3e88f209 (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@1b945101 (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@5f931616 (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@345a228d (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@4d3b96b5 (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@749eca4a (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@48b12398 (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@84c6858 (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@2ec1cda7 (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@469a1ee7 (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@776a64c6 (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@656a5ca6 (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@3173fe1f (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@2708b3f0 (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@360af83 (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@1a75dfb7 (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@7880783a (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@8d58e8c (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@47d39e49 (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@6f01d081 (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@4b049203 (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@3c183075 (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@6762c069 (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@68691dc (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@69fd8f85 (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@149b9157 (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@658b7a25 (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@57b10f39 (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@523523ed (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@1aec11d5 (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@2fdacc73 (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@2855236c (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@47e08ab2 (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@4dc4bed3 (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@26f3bf73 (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@3401115b (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@3f4b0568 (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@1f887b6 (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@2549bd91 (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@56ead044 (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@4dfc4943 (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@87cb27d (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@60b123d6 (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@60d9b774 (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@664ba4ac (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@2ba53fac (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@1ed78d9a (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@73fb6fcf (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@5a9f6ac4 (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@3140fc5d (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@16a925e5 (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@6b843e3 (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@2750c0ba (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@11c47219 (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@4e9dfbc9 (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@afe1ea2 (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@2b0a5a57 (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@196ca195 (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@42ff506f (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@d905e1a (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@35541bef (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@7dd69d8a (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@2a203f5e (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@79a2d9e6 (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@5253c343 (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@60e3667 (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@459d25a1 (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@7d679ea1 (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@25337dde (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@4435afd6 (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@6dc58f2d (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@736c77b2 (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@43993396 (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@532e4d2c (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@269b48bd (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@1fa0192f (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@721c43af (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@50884433 (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@398c3b67 (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@54489ee7 (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@46f3f181 (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@1d54d4e2 (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@44724130 (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@356119da (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@1d9ab417 (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@4c33642a (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@2686c036 (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@62b4f7a1 (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@2a46cdec (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@7d03feba (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@1b926886 (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@74c8a339 (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@2b1d1bf6 (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@38b6c28f (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@9d67fcb (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@363301b6 (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@7e3984d3 (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@1082665f (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@14e3e93b (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@26cee868 (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@f012405 (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@cb20b24 (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@71391b8 (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@56cfb49a (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@50e8934a (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@4c9f5958 (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@7c082fb5 (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@7c53a7ae (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@203d60d0 (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@5a70f729 (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@d996bc1 (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@4669a142 (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@6debaddd (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@7d96a877 (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@325c069 (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@6fc20fa (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@4ee1e542 (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@18ae6a4c (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@3525d7b8 (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@1119ab5c (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@3b86c1e3 (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@4c047cc6 (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@7d5b9039 (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@21449785 (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@4d3d02e4 (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@651c5286 (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@306be622 (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@2abb7f2c (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@7b070a9c (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@3bd0fb (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@5a2a22f4 (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@193a90c7 (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@343d54cd (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@5ab56bd7 (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@7f1f915d (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@64343932 (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@12f6af96 (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@5fd282bd (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@26425598 (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@585d268f (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@4f039e55 (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@25fa2d0a (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@2ca15274 (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@7f039083 (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@7417b3cb (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@1c339a35 (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@4e3d175d (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@1f8386cf (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@f81df93 (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@2920b6c1 (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@2a96e8d4 (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@3d91b320 (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@3586295f (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@31553f66 (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@d735963 (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@2de1c41e (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@678655aa (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@a2afd86 (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@65954799 (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@45e5e30a (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@6fc0971b (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@5db39af4 (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@394e6691 (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@3045e353 (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@4e6fccaa (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@f4a9ba9 (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@1758b000 (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@76cdf52a (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@1ff1f098 (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@495095a2 (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@221ed962 (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@707a8ddd (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@22f0eb62 (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@3affa3ff (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@42c16ad (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@27c5c8fb (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) [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@67c35219 (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@e3cdc06 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5765ee1 (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@4d2c6cbe (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@522ac336 (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@9f3e0fc (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@59e29a57 (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@1b1b80f8 (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@3e6dae52 (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@7b4ae494 (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@3254590b (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@79a7852 (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@8f701cb (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@52204a3f (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@1fd43878 (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@5caba1e9 (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@74d63245 (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@67c35219 (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@e3cdc06 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4d2c6cbe (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@522ac336 (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@3560ae1a (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@21e81ad0 (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@9f3e0fc (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@59e29a57 (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@74ee8866 (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@5601b66c (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@7519c881 (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@28ab765d (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@13cdee09 (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@83f14fb (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@74fe0e53 (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@6a19fcf2 (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@3d794aef (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@4d110977 (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@5e84685d (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@5f4c2007 (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@27fb0dba (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@3e6dae52 (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@7b4ae494 (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@128eceed (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@4eeee729 (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@1da2cf98 (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@557dbf8b (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@6c93cda2 (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@674611a7 (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@51a7ccb5 (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@699ea0ed (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@1b929ea1 (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@4c0e7f5d (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@30ce738f (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@321b8c09 (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@391cf373 (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@7a8dbdd4 (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@5d1d633f (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@3308c751 (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@6dd13d28 (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@7aa55e5b (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@4c97deab (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@3950ba27 (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@5d0cf858 (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@d8b2224 (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@7f9bd7b8 (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@43a6cbee (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@795235fa (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@2d1ca2f6 (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@c1b86fa (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@1e091462 (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@7a92d852 (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@15aedea5 (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@a5e0da3 (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@6990d8ee (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@3931696c (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@65e52b4b (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@1fac0141 (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@7094fdf2 (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@eaf54f6 (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@7176ea6b (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@a4162c (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@323b7378 (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@43069bd7 (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@6333f0ed (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@5089df0b (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@3940c6d1 (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@4eef3a0d (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@32a71fa5 (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@2cc8ff7d (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@1381d27b (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@2489ad54 (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@2e59d457 (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@4581f5f6 (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@6074c8d2 (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@6a988204 (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@22168f (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@2dbc7cda (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@31a53cb (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@51d72a62 (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@3821d58f (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@2384c784 (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@4b687dac (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@38a2d1b (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@b07a5db (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@597d308a (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@404a302e (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@623d2504 (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@c0a1a3e (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@1ec7af20 (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@f1d3796 (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@4033674 (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@78b62bad (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@4b71b5e1 (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@2765888e (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@76a06d59 (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@303810d1 (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@6794dfd6 (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@3a98c7f9 (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@3444398b (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@747553f3 (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@82ee58b (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@459455b (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@11c4bc3a (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@4f708f3a (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@300d29e2 (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@7e30d125 (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@4aa187b5 (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@b364332 (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@52ca3a4d (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@52adff7a (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@5c4e84e8 (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@38e6f415 (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@58d8a5c (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@2a708c3a (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@644e9ace (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@41e935c3 (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@dafb1af (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@1d27c23e (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@594bba68 (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@5184cbaf (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@7eef055d (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@151c5b96 (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@7a292d86 (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@8194d3c (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@eda748f (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@4605be55 (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@544080fb (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@1245fc1b (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@79a5177a (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@29b217ed (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@142a83e4 (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@1822df0b (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@2116be9d (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@4053f618 (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@4e07a39e (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@5af10e95 (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@228dedcf (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@5c8e5933 (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@11a034f8 (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@65804ed0 (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@e2bf472 (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@1e3c06bb (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@792d3d62 (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@4a687279 (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@1bb19722 (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@65464331 (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@7510b4d6 (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@4cb34757 (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@27e72235 (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@27469c4c (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@34b0c795 (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@626fb7ab (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@7c07c759 (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@1d687809 (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@7ea3d1a8 (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@3141aa1d (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@4d75f345 (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@130362d2 (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@734dcf8b (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@4fe082bd (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@2dedbfdf (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@25704d42 (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@38dceff0 (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@7362673c (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@33b12dc8 (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@2b4b777a (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@112ec0b6 (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@66b0df56 (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@289bfc75 (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@5f7dccbd (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@28f2eb73 (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@2d19e6a0 (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@2d3dc973 (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@1c94f04d (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@230239df (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@41cce7f9 (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@279c8e2 (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@39545678 (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@b2a4c4c (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@a2bef69 (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@2a4f969b (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@53bc6852 (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@5e02b87 (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@50e5ccf5 (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@3686755f (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@4cc22cdd (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@956e7fa (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@cff4702 (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@5dfa2cd5 (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@399f2af4 (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@4bdd501d (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@3d2f2c7e (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@43cd3f10 (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@2d1812d5 (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@448e2321 (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@54cacbfb (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@188f3e1 (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@31a88db4 (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@562acd35 (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@10fb2bea (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@7e7e23cd (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@3785590a (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@5c6d0071 (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@7ba8a120 (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@2c656a58 (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@18bf892d (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@26209abb (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@3ece38c2 (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@3254590b (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@79a7852 (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@8f701cb (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@52204a3f (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@5c2cb82f (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@6c650338 (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@3c44cd39 (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@2ed2531 (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@1fd43878 (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@7f81a00f (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@65b687c3 (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@e99e2e9 (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@7d178eb9 (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@fe4d8cc (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@1f72f1f8 (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@5ed1c6e9 (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@77da5747 (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@1c50f44a (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@3ff20ae2 (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@11fe7f56 (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@105b3069 (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@bb2648c (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@24b8da02 (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@465e050c (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@f4fadd6 (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@17412eb7 (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@754b8e97 (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@438b9357 (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@3158b7ed (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@2f7213e7 (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@6641fa8 (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@19ea2518 (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@6df90e17 (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@52abc564 (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@741419c6 (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@3c1e20b9 (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@1932189b (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@153e6e3c (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@401bac02 (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@22b6ad9b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@61bdb168 (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@2e76250e (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@39af901b (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@14a3640 (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@20bc5b5f (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@3165c22e (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@6b528c4a (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@348633b5 (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@7de858bb (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@5b7cf69a (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@1de51781 (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@337d5858 (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@33af22ec (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@66e399d5 (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@538fc397 (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@a69fe26 (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@409b15c5 (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@3a4c1132 (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@1772fe97 (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@522fba91 (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@4a02b82c (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@109df5df (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@101b371d (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@3fcffcbd (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@18c6109f (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@30fb5cf9 (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@68bd734 (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@3779a4cd (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@1f131855 (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@1f9fd268 (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@56f5bd59 (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@169f892e (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@6936bd2d (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@85b3ef1 (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@73bf45d6 (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@19836476 (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@45007dbe (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@14fd7f59 (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@1de509e5 (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@1fc77efb (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@59ec0d30 (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@2694b6e3 (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@183e5167 (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@6d1b344f (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@78b48b13 (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@40cde2c6 (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@76c09267 (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@47fad4a5 (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@47870c1d (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@401bac02 (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@22b6ad9b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2e76250e (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@39af901b (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@37588ce1 (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@aea534e (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@14a3640 (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@20bc5b5f (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@26704d08 (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@216e2300 (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@3098890f (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@31eed81d (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@454affde (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@46b6f908 (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@54105a0f (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@208b8d98 (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@5e92e990 (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@2f9d25f3 (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@af3c64c (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@2dce7795 (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@2be6735a (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@6b528c4a (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@348633b5 (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@50e2b8f6 (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@ab0cac0 (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@75ff3700 (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@35019a73 (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@39ebb0d9 (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@35a0c7d3 (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@48f04dd7 (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@711b84b8 (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@15128f3a (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@26bf5c14 (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@401268da (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@29d09f78 (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@2a8f0216 (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@7988eb25 (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@6b123f77 (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@46944632 (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@14597344 (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@2ab67329 (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@50a5088f (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@3464717f (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@6bf8e7e4 (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@72cefe89 (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@a57612f (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@1daf0693 (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@31c40505 (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@34fb9f02 (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@514ceab (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@3870b3cc (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@71031e5e (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@2c15c554 (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@1763b732 (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@78cc5741 (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@333d8da7 (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@517c9747 (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@5bac607d (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@41c04216 (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@2b3cd51d (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@13abf78f (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@33eda46a (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@32ef8ce1 (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@24f92d85 (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@7ae90384 (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@245ac24d (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@6a9cdaa3 (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@7645770 (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@35a3913b (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@47996568 (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@4bdcf6fa (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@6ea6e726 (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@47258980 (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@4b9b0629 (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@19339c98 (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@e4c2487 (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@57d03001 (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@43c15a5d (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@48c4c2c4 (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@17d61029 (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@2d7f1e23 (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@163ddf9d (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@5fef9b7a (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@34ec5645 (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@4505b7e3 (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@3d3c49e9 (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@1eab217f (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@48230291 (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@68dda46e (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@4072e86a (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@54fa6c5b (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@3cdbb128 (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@1a7dc1db (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@30e13904 (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@3cd1439 (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@16a04fee (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@62a727f8 (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@5b371bb1 (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@30b0b032 (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@247b56f5 (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@7fb82d65 (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@1c315bb0 (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@57876e19 (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@7c6f0260 (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@10f45c52 (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@2c36da3f (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@579bf906 (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@7bba8440 (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@736101f8 (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@24d4674 (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@529222e4 (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@156c0aa1 (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@4e08030 (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@12dcaf5b (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@2242255a (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@14158a31 (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@45a9ff7a (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@539cdcc7 (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@1d17d654 (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@473922f2 (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@5fb63f54 (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@123f9911 (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@4bb5facc (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@6e6e231e (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@77c8d3 (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@78ca643a (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@46c50aa0 (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@6462abe5 (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@31a70552 (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@aa8250 (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@2ba052d7 (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@14d90d37 (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@1d5d076b (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@49b1ae92 (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@1e317eb4 (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@31cc3dfe (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@723bc3b9 (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@6fc3676c (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@3fb094a7 (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@e5f9e33 (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@73fa5b08 (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@60e432e9 (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@5c1e56a8 (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@7d1d6438 (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@2b37d740 (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@6a05cbb5 (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@44006b4b (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@52aafb57 (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@4732bb95 (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@3ae98a5 (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@a276fac (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@7da9b7f2 (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@5b30aa5b (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@30376f54 (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@6f492e48 (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@31f53388 (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@61c42ee7 (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@54eefb5a (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@6b62d671 (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@580ffd47 (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@7b98f937 (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@5dabe86 (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@78f62112 (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@391df8cb (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@1e204978 (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@7124087 (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@6351c4bb (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@35dcb3ba (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@72c7a8e4 (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@ff3036a (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@5401b88f (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@327836e3 (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@39dffb04 (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@40bb76c7 (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@5cec8076 (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@1a2d4734 (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@468bf369 (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@270a52bb (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@6fbdc1d4 (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@212f3e7a (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@211f72db (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@210ce3a2 (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@5ef2cd68 (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@15878d27 (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@4a0a091b (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@39c6bb3f (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@4c02e828 (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@565a7262 (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@1622fb0 (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@12bb14e1 (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@56f87af (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@68ac588b (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@3b284828 (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@4283e21d (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@48e192c6 (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@4babc436 (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@7de858bb (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@5b7cf69a (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@183e5167 (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@6d1b344f (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@14918919 (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@65b62fa2 (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@49a3624f (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@79d5e464 (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@78b48b13 (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@431b1b90 (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@75d440cb (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@76e1f8bb (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@28159d9e (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@68a92c7 (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@5a3a7d16 (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@7c0f41aa (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@1547152d (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@77a54406 (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@23e762ca (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@5159d66e (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@7c9a4f15 (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@21c2b1f4 (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@5a8a5fb (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@1adde986 (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 [Scope3] >> require >> load Project_test_01 [Scope3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@25da3f79 (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@16d97225 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@61f01cf5 (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@7d3ae164 (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@5acd3e5a (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@188e9c6d (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@779880e0 (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@55c6160b (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@21741f56 (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@619e4b95 (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@7dec1885 (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@79d06498 (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@5af92568 (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@3661b277 (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@3309725b (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@f815311 (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@5a4e0622 (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@25da3f79 (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@16d97225 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7d3ae164 (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@5acd3e5a (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@6686e441 (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@938a26e (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@188e9c6d (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@779880e0 (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@64644ce3 (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@660bdd88 (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@4a51956 (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@4b950465 (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@6756dbe8 (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@68a275a1 (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@39fa7ac6 (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@7e6e9714 (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@4ad9d591 (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@312dae16 (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@9474fbb (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@c5c760a (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@6424db5c (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@21741f56 (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@619e4b95 (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@50e57324 (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@4570d934 (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@44fff063 (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@2ca9ec08 (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@6fd339d0 (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@5414a0a1 (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@75d75120 (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@16fd3a3e (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@60168c88 (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@11763983 (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@75126386 (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@32ae792f (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@3552ede7 (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@53bab698 (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@4194d6af (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@b2b8b3 (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@222d5097 (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@24253c3c (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@43e3a7b9 (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@5601f856 (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@1e60a3e9 (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@1329b8c5 (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@4da91b76 (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@14b389dd (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@fd71f49 (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@51e661e6 (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@5411a207 (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@120f1a04 (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@294f09ef (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@2e95889f (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@5ba1d35c (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@e61657b (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@1e1abe81 (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@54ee12ce (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@180003c (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@4cfe7ca (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@6bb6ac25 (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@6ab6c08f (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@b370778 (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@9d0452f (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@7c449e0a (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@4f7b4a3d (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@68cffdd0 (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@63bd34db (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@3bd15268 (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@2eeedd8d (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@39d884fd (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@33c974f1 (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@23a22f2 (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@5a60858d (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@27620d50 (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@3b27cf35 (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@21e40191 (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@29c2cbf7 (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@3cac932a (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@3dc5e5a7 (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@76d00a50 (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@41bb8e6d (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@47f08f9c (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@31048fb8 (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@8766e16 (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@1d1a59ef (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@2ec32018 (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@a55917b (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@3f0da4dd (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@1263df34 (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@292d1727 (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@fd59530 (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@5dace35b (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@86a2f13 (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@650cc9f8 (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@50340f3c (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@62cd82a6 (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@618dc40e (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@15e9b4fb (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@83ec153 (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@351eb177 (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@726ddc67 (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@ca7af20 (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@25745273 (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@65a1daa3 (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@79b3ac94 (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@485cd22d (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@4fbcf69f (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@24234909 (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@143006b3 (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@70b9bbd8 (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@7d509ce3 (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@655bdc4a (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@718798a0 (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@8c9a5f7 (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@330e7eb2 (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@a06566 (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@2a9579dd (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@73fe28c5 (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@70f6e889 (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@6bf7eca9 (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@6aad2b9b (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@3ed373b7 (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@5e9b863c (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@5335b8be (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@268c22b8 (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@367a315 (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@7c1201dc (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@d9dc785 (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@48dd102b (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@5401e798 (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@37c3a372 (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@173fb1e9 (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@7c7564bd (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@56878072 (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@257aa3 (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@57a2b696 (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@3d4c2800 (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@6fde3c48 (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@5a818f80 (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@44a3c4e4 (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@2dd4f121 (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@707e2307 (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@2aa05d08 (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@2077ec84 (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@2c80c68d (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@2de7be01 (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@507eea8 (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@1a8b2140 (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@5918f4b9 (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@40559300 (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@740fd22a (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@3ca17577 (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@2202e366 (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@4e23a9b5 (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@3fea0d69 (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@7438cb9d (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@3c6d3da (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@7a1a6a59 (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@15f4b136 (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@2722e436 (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@124fbb0b (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@3b2e53b9 (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@b6328eb (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@3b507ee5 (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@54a80d67 (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@1d522fd0 (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@23ac6803 (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@2f0cff09 (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@3832979 (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@68d66fcf (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@7a949d97 (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@21e73d1d (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@5e97f849 (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@b44650c (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@556229d6 (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@4d75e9b2 (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@2cc115e5 (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@4057974 (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@40eddcbb (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@22b7956d (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@6fce947e (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@37c5b710 (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@16add6a2 (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@39178fd (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@18676195 (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@7a60f69a (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@517693a0 (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@523004e8 (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@2f99fc12 (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@7b8bec9f (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@19dde266 (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@6d7eae50 (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@6134078e (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@8d3dab6 (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@7df04dc6 (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@23670c52 (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@44ed13b7 (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@66d60ea8 (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@37235adf (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@39cd7c6e (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@6f3886b1 (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@21c993e1 (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@21eda625 (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@18fe7aeb (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@12a0268b (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@2669f137 (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@4dabfe33 (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@5eac0d73 (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@7904af53 (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@7dec1885 (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@79d06498 (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@5af92568 (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@3661b277 (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@1e063794 (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@dc79359 (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@368e7a9c (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@4eed4dbc (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@3309725b (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@5014735f (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@150ba95b (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@312f96eb (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@13becac5 (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@6043dd66 (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@651fa278 (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@92a4fc (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@7ec4e165 (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@6e07cc95 (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@1da7b1ee (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@7c142fb (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@2dd80c9 (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@52ee8763 (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@72666411 (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@7fbd363c (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@11883aca (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@377b7207 (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@76fcde15 (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@60e61a20 (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@30e8329c (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@5cef85cc (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@4cf3f432 (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@1c14d096 (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@6d996d5a (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@4d7844c0 (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@1ef97b39 (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@24539810 (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@206c27d (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@dd7d8b9 (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@7ed43a77 (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@72a582c5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2664c42b (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@246d5cf7 (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@7740ec16 (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@597cc224 (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@689c9d1d (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@192e6191 (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@2ba7e31b (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@52ab1d67 (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@4a402aa4 (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@16c1957d (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@2d7d7fce (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@7486d5ca (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@211428cc (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@480c893e (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@236134c5 (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@7ed43a77 (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@72a582c5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@246d5cf7 (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@7740ec16 (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@69fc338d (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@344ea8a4 (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@597cc224 (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@689c9d1d (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@7ed8a46f (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@19c53666 (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@5586695e (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@5e1a676a (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@3830396e (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@f0e3cc8 (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@36cc9f0e (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@bcf2452 (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@1828e3c8 (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@663e6479 (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@ca6c361 (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@7d95cbe1 (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@4ca0e9d (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@2ba7e31b (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@52ab1d67 (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@3038fb0b (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@548337a5 (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@40a8b915 (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@3d759eb6 (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@7006a8a2 (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@75e3c7a6 (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@29ffdd8c (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@386e662b (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@7de88a3c (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@165dacd0 (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@330dab1b (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@415cebe5 (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@2078bf5b (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@7ef39d3c (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@5b4f81fe (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@7d6a5ab1 (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@180da020 (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@7a75c460 (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@5d92faa1 (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@72828c70 (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@7fb2ea0 (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@5379bcfb (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@197413c7 (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@7ff3ed95 (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@21a352e5 (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@3f23ac4e (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@6f06a46 (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@5f3e2e49 (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@13adc49 (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@7717569b (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@398c85eb (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@4ada92b3 (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@68d6ec4 (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@673d99d1 (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@3ac3fb00 (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@2412a9e1 (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@427cf319 (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@67c21bad (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@3f04e269 (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@6dad453d (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@4c7aedce (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@54755982 (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@6756a1c5 (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@60d594bf (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@7b5a01f6 (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@51dfe56 (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@57173fb9 (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@1b2b3988 (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@30d5ceaa (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@5a5069a8 (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@34d47fac (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@2333a7d2 (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@21975bdf (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@546e273c (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@24b3cf2 (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@1919d6c7 (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@4063674b (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@1b946f19 (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@4cec2d42 (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@2ac9ca7d (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@64b45e9b (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@cafa52 (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@2c67c222 (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@5c2ebf75 (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@b61c6c8 (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@19856354 (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@40259b5b (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@69d9413d (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@6c8b8d48 (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@5ea6cc4e (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@49bb563d (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@50cb5de3 (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@718ea7ae (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@6956bb30 (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@7acf0299 (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@70e17c66 (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@5f36667a (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@217026cf (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@cd660a1 (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@64b00da (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@6aa2b3df (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@4ac4b61a (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@7528148b (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@2b3b9724 (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@54f8f5d7 (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@3b63ed34 (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@e5a3a9f (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@79af0ec7 (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@119505d9 (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@104df81a (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@2a4e0921 (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@46e46a94 (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@5a49a8a0 (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@3f9cc9b7 (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@7017eeec (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@55d2bec2 (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@42490070 (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@1bc1a8ff (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@54ee45e5 (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@148ac514 (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@1eca0d75 (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@85ad803 (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@fb1ff25 (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@440baf9b (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@69d8da1a (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@6ee0a7e8 (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@6e2a5ce7 (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@3b58b669 (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@55f11cf (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@6a393182 (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@142c3952 (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@40bfc832 (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@5760485b (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@34a53183 (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@a65917d (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@6f70233a (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@49b8b9d0 (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@72ef6f21 (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@5ec4446b (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@18d633a9 (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@5088bc (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@6ef647b3 (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@126da11a (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@3b0f8385 (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@1358fc28 (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@3fa8b06e (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@3c2debf4 (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@9ae6cd5 (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@737f964e (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@1cfe5b9e (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@463be211 (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@2c65961b (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@5c341915 (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@458643e8 (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@4f1e967c (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@4fcb04ca (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@334b4097 (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@44a5dc15 (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@7fb30f8b (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@6849a9e3 (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@7367e1f3 (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@58aaec37 (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@49a40663 (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@25e9242e (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@67452fae (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@ebbba3b (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@188123cd (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@696adad1 (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@21fd4845 (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@5a4e46d (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@3aa70a5a (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@620021b7 (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@2974e2d2 (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@8045a84 (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@2ee9ff4a (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@769c7885 (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@4539eb20 (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@6fc34979 (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@65985428 (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@199376b5 (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@3b69ccb5 (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@6e2825c6 (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@58e12417 (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@1cfc12ad (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@5abb408d (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@bab1651 (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@3fbddca6 (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@41f68ba3 (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@6bf2a9d2 (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@3de41a25 (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@fe6979c (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@320982dc (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@8292e20 (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@7f034e37 (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@3e20a817 (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@36488405 (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@7a13bd23 (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@41c8c266 (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@177f634b (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@4193e872 (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@28b463f4 (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@5191fc70 (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@6e35f210 (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@651597e1 (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@3bb9854f (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@5108ed01 (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@4a402aa4 (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@16c1957d (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@2d7d7fce (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@7486d5ca (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@44bc7f4b (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@279eb1d (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@4093561d (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@40c1448b (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@211428cc (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@2acc0315 (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@70359bef (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@3a9a7c7e (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@5c337107 (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@16ad153f (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@230be257 (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@64f70478 (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@1a0df134 (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@bcc9103 (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@54e90616 (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@70c59871 (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@5cacba2e (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@33876c31 (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@2f4215e1 (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@73981668 (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@4a5cafff (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@4232b461 (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@7d604cdb (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@4ef82e49 (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@61f4533e (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@36b272dd (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@494bf644 (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@464e1342 (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@5e0c516 (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@20e17bed (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@360e5063 (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@6c81e3 (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@3a72c8d (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@28b21107 (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@7bf919a3 (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@2c35b6cc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@12086e73 (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@3f4b12a7 (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@63cce3bf (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@56bca287 (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@78cabddd (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@247dca20 (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@77efd681 (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@5070063f (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@311cd20c (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@76518e0c (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@69815d1f (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@34ea8441 (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@5c1d5304 (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@e706bcd (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@6dfab6b9 (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@d52ffcb (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@3b610816 (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@364232b4 (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@eb515bb (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@14831f01 (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@2711943f (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@61d5fb (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@26df1081 (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@2a28784c (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@678b312c (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@5628f9d (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@74eea221 (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@206ed60c (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@1e52917c (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@f73728a (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@51f620fd (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@38f5d897 (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@24d017b2 (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@3023d680 (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@5032e9b1 (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@4615a240 (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@62dc50b7 (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@4c651dba (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@b5d0ae6 (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@6031ae6f (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@60e81336 (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@4044a5c (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@5e1a1714 (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@70fdd8c8 (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@474e7be4 (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@2919be68 (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@3f402884 (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@7cc6bf3b (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@100370ec (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@7bf919a3 (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@2c35b6cc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3f4b12a7 (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@63cce3bf (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@57cd1cbe (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@46b91626 (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@56bca287 (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@78cabddd (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@6d7e73d6 (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@1fec0595 (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@734ead1 (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@185694aa (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@38149713 (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@7bbb3951 (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@678b853a (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@6e2a655f (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@199fb645 (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@3bcc7596 (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@1991259 (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@2d4cfe6f (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@509b09d6 (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@77efd681 (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@5070063f (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@14fb9582 (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@33aa8b1a (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@3a780830 (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@22767fe4 (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@45e3c2eb (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@3fa06bef (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@186bc0f5 (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@9f30543 (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@52dc7a0c (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@6e9f9cab (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@8405594 (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@1eb65efe (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@4dbd2939 (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@47db29ef (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@1af9bc85 (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@3614408a (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@12c45390 (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@cce9476 (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@5b840cfe (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@4f001714 (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@7f6895b7 (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@7fdd308 (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@7ce5dcf5 (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@3312dcca (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@8ec3232 (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@61e0c5b4 (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@33b0bf09 (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@4f02553 (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@22ca460d (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@1bb8b2b4 (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@57d351b0 (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@516b062 (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@29313ff0 (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@23e28c8b (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@6e711796 (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@5e542f9a (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@498b0897 (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@2fa06b97 (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@7c499cba (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@41c7cee2 (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@2c15e045 (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@1c090531 (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@4e2c3df8 (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@31e34a01 (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@327783b0 (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@66832842 (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@49ef0a97 (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@62f7f2e9 (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@6c138704 (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@132d73fc (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@22a768bc (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@3b157423 (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@50cafceb (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@2e1f0617 (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@158c4b87 (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@71fb5701 (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@46a92a02 (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@38bd5bfc (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@4b451746 (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@795a5f6d (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@2fd182e9 (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@187aae99 (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@7b6665f7 (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@506cfcc1 (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@7389eaef (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@7d943b3d (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@1757997a (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@39ce238d (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@4b31b645 (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@6d676dbf (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@6ecb983f (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@70b317d5 (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@15b33c8b (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@43efb117 (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@71d7c335 (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@19b26f65 (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@15e94fbc (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@2b30331f (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@64b19327 (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@3139274e (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@dfbbb33 (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@7580ee95 (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@34eff422 (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@19abe98b (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@705aedeb (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@367ba5da (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@40ac102f (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@1d288efc (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@737e64f3 (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@7df5c75 (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@79a50aef (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@1881319e (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@140c177f (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@335889cd (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@697317cd (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@4270c42f (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@3847eafa (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@1cef1e94 (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@310fd3c3 (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@1688b061 (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@6653d678 (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@290d90ba (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@614d37c9 (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@2480e31a (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@5ecfacf (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@1d702ebf (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@2ffa1eaa (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@6356749f (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@85e8f52 (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@14c75d30 (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@6b370e4c (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@2a37d2de (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@75f736f (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@3c6d43c (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@712ea4c6 (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@d167587 (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@b3089a (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@27d35af2 (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@47591b1f (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@4615016d (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@7b2cd797 (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@1589e43e (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@1a878473 (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@74f7e027 (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@69fa0141 (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@3308b054 (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@150a0e5a (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@2124d8cc (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@477ec61a (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@599eaf17 (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@74454107 (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@13932cca (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@3fd9cfb8 (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@64f06511 (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@41496eaf (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@6da1e90 (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@5008815b (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@5a3eb1e3 (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@4ec7445d (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@18bffd8b (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@4b089745 (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@1a61d83f (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@53a97269 (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@46851980 (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@49381caa (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@1b44e307 (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@2aa82381 (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@4f763bae (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@627b1f3b (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@72499c7 (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@4a7d25fb (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@7aeb518 (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@24e7ee8b (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@3504a1e7 (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@f05ff0 (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@1b5cc9a6 (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@5192170f (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@15fc98ac (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@2a72f4ab (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@7eb54ed5 (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@52069f69 (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@2b0f31e0 (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@1418e0d3 (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@75b70259 (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@27e5bd3e (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@6db709a9 (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@5b467ec6 (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@3a7fcbe1 (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@788f6bd (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@48295861 (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@c4da246 (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@4cb0906c (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@61fbf507 (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@311cd20c (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@76518e0c (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@5e1a1714 (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@70fdd8c8 (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@7e809952 (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@509cd36a (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@5ded22c0 (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@1ec28031 (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@474e7be4 (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@69cd68e0 (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@2ab88f14 (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@75917333 (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@936ba03 (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@5db8d08 (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@31fe470c (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@693d7b68 (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@48b8e4c2 (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@53f998dd (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@4f08b2eb (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@77ba7f66 (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@782b0ba7 (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@670b5b0f (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@3d2107f4 (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@19441e79 (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@1c4768b7 (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@2c6d5934 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@64aa866a (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@75d92866 (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@4abed8fb (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@61f8215a (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@3adb33ad (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@ec1a322 (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@e14feed (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@3a48cc64 (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@5924f2db (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@66745693 (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@1db4455e (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@4664481d (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@15fab09 (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@73d5459b (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@4cf4700a (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@2834fd29 (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@54cf0cc5 (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@d6f625a (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@62f437dd (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@6d26431f (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@41a3d35a (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@37a80486 (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@74a18771 (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@2b401c41 (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@5a33811a (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@7a907a35 (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@1d809c7e (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@446e8937 (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@293ebf1 (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@3dd8556 (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@7bbf1053 (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@5036b971 (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@154ebda4 (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@7a567d6e (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@7968d7ff (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@1cf00492 (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@7c332935 (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@35c786d0 (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@aaf68b8 (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@166729eb (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@7378d093 (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@7a00292a (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@25f06b39 (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@1cb21e94 (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@11f38b06 (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@462636d0 (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@4d8eca54 (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@5cc5fd2d (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@7854fc12 (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@1c4768b7 (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@2c6d5934 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@75d92866 (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@4abed8fb (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@26f92987 (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@3ea2b9db (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@61f8215a (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@3adb33ad (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@64a8b60e (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@8cc5bac (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@548b3821 (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@8f3b41a (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@5b4cf15 (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@7f115682 (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@5c7ef212 (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@6869eba9 (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@390a984e (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@4c5a7cab (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@3289d434 (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@2a447e5c (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@97ed897 (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@e14feed (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@3a48cc64 (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@7e0f0978 (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@6b902493 (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@425a4c9a (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@38cf0929 (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@5211061f (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@423fae5b (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@107a6a1e (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@50bcbf79 (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@a477a8f (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@35b540ea (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@720c41f5 (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@7c5a2c04 (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@49017d22 (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@59929e1e (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@3b3b43ef (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@162c7280 (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@5486f50a (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@19a9f3ea (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@786cef0b (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@da13af4 (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@6eeca0ef (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@388c287b (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@27079cd6 (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@23f57458 (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@28955311 (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@71836988 (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@6a79ba42 (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@3864130f (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@1669c305 (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@622f27f3 (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@50ddb135 (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@3d95d1a (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@6c3551ec (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@17203df6 (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@2a49623e (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@6331cbe0 (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@33141a89 (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@52adc647 (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@704e4513 (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@5f3eb40b (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@1395f974 (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@11f140c8 (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@1c2fc0e6 (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@361ba184 (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@af9a06a (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@119546fd (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@735f9cd9 (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@18a314b7 (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@5f1e1d39 (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@64071a89 (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@6bb1eb84 (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@104ef4ee (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@6f1730d1 (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@439e2274 (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@3d398a2 (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@3b9b9163 (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@6cfb98e5 (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@39fe8bd8 (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@3e17e93f (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@2a438034 (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@626ee84e (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@41516c54 (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@400e3b50 (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@76fa4145 (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@6343fb4c (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@406eed01 (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@39e8e248 (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@5a474be7 (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@396dd9b8 (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@24de0334 (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@ae93ded (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@4224be98 (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@761a61c (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@5372c267 (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@10b78bb1 (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@77002741 (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@7d5b3efb (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@387faacd (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@14394470 (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@467d15ca (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@15f4c164 (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@3b894555 (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@37a4c588 (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@43c388e8 (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@1044d39a (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@4f9f9db2 (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@822aef9 (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@7a6337cb (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@48fc8013 (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@427d53bb (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@677669a4 (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@451ba159 (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@198fc29 (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@27084ae9 (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@73e72ce5 (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@2d518a59 (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@2214fe4 (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@1b03e61b (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@3a21b460 (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@1718554b (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@59cbf03c (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@2ed78e37 (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@658d2dc0 (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@c115c6f (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@463b5f40 (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@55c798fe (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@6e2de705 (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@1ce38617 (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@7339211d (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@55524b53 (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@5581bcd0 (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@64f90b5f (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@5166210f (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@7eb03ba5 (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@14d877c9 (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@7bce0fcf (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@4dc7e00 (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@53ed276d (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@49689142 (id: eabc04c4-53d8-4e79-b320-eab36f00bf5a, sid: eabc04c4-53d8-4e79-b320-eab36f00bf5a) (name: ERO64) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ed5abed8-2185-44ee-9566-73dd1edecb6b org.polarsys.capella.core.data.interaction.impl.ScenarioImpl@560c68ff (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@58d0360b (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@3ec3a7fe (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@5e794e8 (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@3beef3ef (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@603ff7c8 (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@4f9cff1b (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@3a10c8c (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@2a3187ed (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@21ff2b4b (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@23144fb0 (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@72c8c3db (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@51120a32 (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@44db712a (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@153c5a62 (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@215e8505 (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@60dc5886 (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@29eb9d59 (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@6d4c16c5 (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@62d6f1e6 (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@49292749 (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@445eea97 (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@466df332 (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@77551c19 (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@6c7a8292 (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@3ce7a154 (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@638dc705 (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@1ebca2b6 (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@26eadde1 (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@27063569 (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@2a3e6b63 (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@516cc580 (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@21191f99 (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@1a832013 (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@491e6765 (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@318d6bd (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@1b8f2c6 (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@5662b45 (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@400eb86a (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@68ea3e4a (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@2f72d316 (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@2e939d02 (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@637a6158 (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@5aa9e442 (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@5177ea9b (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@63be063a (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@4d0702b3 (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@901dce4 (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@7da465fe (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@4aba27e9 (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@3fddb697 (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@727655f2 (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@5924d056 (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@1e36426d (id: dec865fc-7eb8-470f-9c79-ab629a60b206, sid: dec865fc-7eb8-470f-9c79-ab629a60b206) (name: EE326) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 070f2a0f-2b82-4fc0-9d43-287833539653 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@5924f2db (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@66745693 (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@25f06b39 (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@1cb21e94 (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@4decb616 (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@72d0565d (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@2d13456e (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@42452d42 (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@11f38b06 (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@45a4806c (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@541046c5 (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@19897161 (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@4f20c742 (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@6fd84305 (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@627e5e43 (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@440c9642 (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@3bc59c64 (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@ef1b893 (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@302e2914 (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@5fbd996b (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@480c0844 (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@4b3a04f6 (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@1b2b3ab6 (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@28ee8e79 (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 [Scope6] >> require >> load Project_test_01 [Scope6] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2075cc3f (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@5ca0b8c0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1654b8a6 (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@67b4a709 (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@560f6e64 (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@5feb5426 (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@722794c1 (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@2fdcbf7d (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@6a7857da (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@41b78e2a (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@7f53652a (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@85d4f7a (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@5d4de816 (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@a812c5a (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@2499381b (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@5c07f9c3 (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@6b6a20c7 (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@2075cc3f (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@5ca0b8c0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@67b4a709 (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@560f6e64 (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@135324d5 (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@552463b (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@5feb5426 (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@722794c1 (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@61ca7aac (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@9de2b9a (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@1ded7e60 (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@7579c475 (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@311bac4 (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@62953bf8 (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@6c5c7af4 (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@362a06f5 (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@4f11bc01 (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@41014e0 (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@2b6f1972 (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@2781766 (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@10be1c93 (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@6a7857da (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@41b78e2a (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@271fb58b (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@77804c53 (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@5f6e03fe (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@783c5acb (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@dab634b (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@22f5e0f3 (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@282d1e62 (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@325df3ae (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@64ba6f95 (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@69c5f989 (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@43376d11 (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@75f56cf1 (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@3262182e (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@4ac5b496 (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@9948a24 (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@5758ed03 (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@75593cae (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@125f5797 (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@3fb73a52 (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@2f97f852 (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@13970d42 (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@7b9c1348 (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@7d7fd3c3 (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@6dbaf156 (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@466c1cbe (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@5df14168 (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@5e1370de (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@44a237c7 (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@485d0b8c (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@40c9d819 (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@e75ee07 (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@2f6af57b (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@134a9d8a (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@417b214 (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@25b36147 (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@5d0a99a7 (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@23557f0a (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@1dd28b7e (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@51f83cf1 (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@50dd4dc5 (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@2344c3f2 (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@33cb7cdf (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@7856ca1 (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@3d8caaf1 (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@3852a5e1 (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@50171bb0 (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@7c5b8577 (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@24d8732f (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@988a7f8 (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@612af7e2 (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@41fab68d (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@2c0cb82d (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@59e66ba2 (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@67e11482 (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@3fefd148 (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@55be066c (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@6e2ee223 (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@8588a22 (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@3f9f4c8c (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@26399ea6 (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@7105116 (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@6d3633fc (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@3bef9d70 (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@180b69eb (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@7d1adb10 (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@6f50c26e (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@2219162a (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@619e77b3 (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@4a77e2cb (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@657e2d79 (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@5355bc08 (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@79781cee (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@1413bd27 (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@6ad8e651 (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@48601f5b (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@46beec1c (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@54e3cf2a (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@d8eb31c (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@3c6170bd (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@2cc95e90 (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@66194ebc (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@1ef71730 (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@29a468cb (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@4f7f9eb1 (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@633f554c (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@63cccf47 (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@4bb04a9a (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@34fddb3 (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@1c6883e3 (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@430267d3 (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@3edd8845 (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@1f8e8cd2 (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@4500959f (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@6274ecc1 (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@1807593c (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@59ea9bce (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@6c13bde3 (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@29444644 (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@60c9b7fb (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@316c099b (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@2a7077ea (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@57fe92d8 (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@7a2591b3 (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@7fa6bd99 (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@69925225 (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@541e859 (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@633607 (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@7b9b4f54 (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@7112735e (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@3a6c7a1e (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@1bac63e8 (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@6f6de2b0 (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@3608c9c9 (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@4e435fc3 (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@4152130 (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@20b218aa (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@d83b12d (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@60583dd6 (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@7b0aeda7 (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@6b903132 (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@4a07171b (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@6fb621cc (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@43fd8e48 (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@298e2ea4 (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@5bc34b41 (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@337ecc3a (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@1bbe2bf8 (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@1efa3151 (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@5cddaf8a (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@1987a737 (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@730cae14 (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@69e4d2f3 (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@4929bd9f (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@91398d5 (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@7a37032c (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@358b25d3 (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@31caa3b8 (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@240a5064 (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@666609aa (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@aaf0d08 (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@6e9ca886 (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@18e35c41 (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@4e1e3dae (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@35fbba49 (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@ab71215 (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@6b8c3795 (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@1b496e26 (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@4b279203 (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@1b4ffd1f (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@2dc65794 (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@55a13e3 (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@729a2ec1 (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@16598288 (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@93c0d20 (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@5c2cc2ef (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@7f63138d (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@25f4932b (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@39687d75 (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@42e2faa8 (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@4ee5b01c (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@e529965 (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@74abde0f (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@424f6cfd (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@723dbad0 (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@19730c12 (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@2062a345 (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@31dcfaa3 (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@11a85491 (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@804fd6b (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@4564375 (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@6502e77b (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@6cb62915 (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@66e0e5d5 (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@78fb08d2 (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@18ae051f (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@1251ff53 (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@3cc17d85 (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@542f11ff (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@78a6b21d (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@df1bcbf (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@17e56db8 (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@126d2aa1 (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@732c26da (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@4f980daa (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@345b1eda (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@4912adf (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@7f53652a (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@85d4f7a (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@5d4de816 (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@a812c5a (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@1fd083e (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@33c25d4f (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@30224491 (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@5d96fb6e (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@2499381b (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@15caafe8 (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@37ee670c (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@5dc9a714 (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@74033bc3 (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@34f66f44 (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@608540ce (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@d35b23e (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@a3e7093 (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@4b49f0ba (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@5b225de2 (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@284f1be0 (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@4b6536cb (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@4fadc33d (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@6295a67 (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@56e9c159 (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@34d86621 (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@15cdffac (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@59fb7510 (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@4180947f (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@369e0b00 (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@4c54a2e0 (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@4e851d8f (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@b635b4c (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@4d63872b (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@24496fc5 (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@424667a6 (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@536eed99 (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@2657200 (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@6d3d12ce (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@6b6b1eed (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@4dc8532d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1c4105ad (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@51a6fa80 (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@1889cd24 (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@1573346f (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@5d67ea15 (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@1546a7aa (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@54c80114 (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@600dbcd4 (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@d00b306 (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@2e39581c (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@76b0ed6b (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@5d5e7e5e (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@498fb39a (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@35ba96f4 (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@4387146d (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@6b6b1eed (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@4dc8532d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@51a6fa80 (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@1889cd24 (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@1573346f (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@5d67ea15 (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@267c4e74 (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@2a20c698 (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@48f5b68b (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@2e3b1998 (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@2030ec1 (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@6727a1e4 (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@3c0c0435 (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@31072f47 (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@430adbb0 (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@a10e2d9 (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@7c11ddda (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@667ea19f (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@4ef0850 (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@11ad8426 (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@1e096d54 (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@415003fd (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@3d812e0f (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@c9a6393 (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@50ebe817 (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@40f0112d (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@54c80114 (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@600dbcd4 (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@2034a081 (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@6f38da (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@143b4962 (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@195dbc2d (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@1c68372f (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@65386590 (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@2b86400c (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@5f4e3d85 (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@242b80c (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@24f04931 (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@3deffb83 (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@13e34bae (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@4760306 (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@22e96b78 (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@6098af45 (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@69af36c3 (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@5df566c3 (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@34ae74ae (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@116907f9 (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@1602239 (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@77558fa8 (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@30998ee8 (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@691601cd (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@69e7973c (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@32146d67 (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@4e864b03 (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@17473377 (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@42cc08d4 (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@53222abf (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@2f80bd8b (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@1f2ff87 (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@235addc5 (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@61ef7cc3 (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@4b29e990 (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@5db129b5 (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@28f07333 (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@32631b8a (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@3602013f (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@62aa6acb (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@4968f446 (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@637d09aa (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@45d0e703 (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@749d2140 (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@7a593151 (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@716247e9 (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@33484e39 (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@2ec2fe31 (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@1d229101 (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@7e9cc043 (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@fd4602f (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@36de3492 (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@3f7d11d1 (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@27fb40a5 (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@b02996d (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@4c3f563b (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@1b9b25f4 (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@6618a04a (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@794e8415 (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@4ff68b89 (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@d00b306 (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@2e39581c (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@235a1fe2 (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@580b72c3 (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@509b7247 (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@348629f0 (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@47d0858d (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@44ce6ade (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@4fcc214a (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@4a0048ea (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@9bf50ca (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@3e1053b9 (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@10f8e340 (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@58f7bead (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@2b3d8c79 (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@170c8f3c (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@40398c7e (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@25de4002 (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@62c75e84 (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@11c1488f (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@1d976cb5 (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@4a9ee155 (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@12f5b5fc (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@96b121d (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@2f3f3541 (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@1296edba (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@2df3e041 (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@7cd9e418 (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@2a9a53ff (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@fc4902b (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@3d87987a (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@e4d42f6 (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@76b0ed6b (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@5d5e7e5e (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@5c1b79c7 (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@3825da40 (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@678d987b (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@60df100c (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@763e318d (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@42194fb3 (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@7932c77c (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@38a12091 (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@498fb39a (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@49dc49cb (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@511b7f8c (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@562e9e7b (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@5ec237da (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@757bbfd8 (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@7f1649e4 (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@5d69cd3b (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@125a5dab (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@3a77a547 (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@77638284 (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@64708946 (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@24072766 (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@235de33c (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@48c13271 (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@289ba896 (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@4d0bf00b (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@2c67d268 (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@4381e9bf (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@7295ecf6 (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@608cd107 (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@72eabbec (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@3e6a781f (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@63c5c178 (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@65c730ee (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@2f12e0b4 (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@3e8d36c3 (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@5227adb9 (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@1237f25 (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@39ea5fe9 (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@144f6865 (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@e0fe79e (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@233af4a9 (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@4844e230 (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@2727b71d (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@56e58770 (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@220eaeb9 (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@4db49daa (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@57b1445e (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@2d1597df (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@7a398fa2 (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@13091482 (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@4e473109 (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@4f6dec71 (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@799f3ea1 (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@22698814 (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@55512a29 (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@757f4a96 (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@751518ae (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@1bd21730 (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@470e6601 (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@48aabf8c (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@15a71e5f (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@1ec7e04c (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@2acdb3fb (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@37063ff1 (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@1a7e9aa8 (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@3b9acc2b (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@7c8fe2c8 (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@7af0b31f (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@1435cd33 (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@79a3a00a (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@7ab99454 (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@52ea857 (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@3fc8a194 (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@5b0fe597 (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@1d3eb075 (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@2b256dac (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@32a6662f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@18741dff (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@7271d5 (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@6bdf418 (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@5331a2e8 (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@f8f1386 (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@1811e1e0 (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@55b95abf (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@2f1bffa4 (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@5bf1eb4d (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@77ce5b47 (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@6a382852 (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@6189d684 (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@367bc6e5 (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@8b35480 (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@23e2877c (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@cf05872 (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@6454ebe7 (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@7651a4b9 (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@413f1468 (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@4f02f7f5 (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@cca3621 (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@77452f6d (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@4ee0f9b9 (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@168502cf (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@4ba34500 (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@1543355e (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@5ca73b7e (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@620ad95f (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@33d01b5b (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@3fb531ba (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@5aac91f9 (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@6e586bd2 (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@5de1bf81 (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@4bcf6d66 (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@75521ebf (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@5879fd3c (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@8344c05 (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@38a0a438 (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@5d62f275 (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@4ae564f8 (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@609b4dc5 (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@5da7b48a (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@582fbca6 (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@4912f486 (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@588a61fc (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@40d759d (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@4bdfd6f5 (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@2d3726ed (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@4e184673 (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@2b256dac (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@32a6662f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7271d5 (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@6bdf418 (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@5331a2e8 (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@f8f1386 (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@17a6333a (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@49dee5c4 (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@3ebacc5a (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@76b184f8 (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@487fbf2f (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@20cf7266 (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@32642d39 (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@4808e9c9 (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@7d3ba120 (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 = 20f7ceee-a308-45c4-ab7b-930a37990bdd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@263ca0a3 (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@35a25cb8 (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@3aebbd64 (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 = 689fac05-5b63-4169-bedf-60b16a35ae9c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7ee37be8 (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@1984e9cd (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@4ae3b7ac (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@1af929b8 (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@6b222f5b (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@5983abfc (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@e7b3947 (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@55d67973 (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@55b95abf (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@2f1bffa4 (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@496016d5 (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@34977f31 (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@2b64b7be (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@5bf29ba9 (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@135bfe7f (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@5c3b006e (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@21eeab5d (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@5f85710c (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@13e1c485 (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@175d8ee7 (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@43bd6b12 (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@37446f78 (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@2a9c40f9 (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@51cdd9fb (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@7900cd2b (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@6d2b52dc (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@25784c08 (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@1a455b5d (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@6553b4ab (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@52d9a76f (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@35a6a930 (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@589936a (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@7d07899c (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@62fabb8c (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@629571ca (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@2bcebc31 (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@6ac48bbd (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@5d556bb2 (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@14075af3 (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@4af64376 (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@4a1a0f6 (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@725f532b (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@5ca15f51 (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@24345a40 (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@2d9bf820 (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@255520b3 (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@73d8b89f (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@75380afe (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@710a681 (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@b4c4e68 (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@3de613de (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@83c9166 (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@a9a1a4e (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@63cc3a7b (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@6e39bd3f (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@262a63f (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@58709457 (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@5aed72c0 (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@799eece7 (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@6e5afeb5 (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@32d40d05 (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@5bf1eb4d (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@77ce5b47 (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@7f953108 (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@31126132 (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@65ed5fde (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@60fc3447 (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@36b74421 (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@148eb834 (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@1b1216d4 (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@1a4d47fd (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@16d79ed9 (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@7779cb2f (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@7c56c7a2 (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@c54157a (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@26df637f (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@1fc6e438 (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@55674bb5 (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@79347ba6 (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@24ad3b64 (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@ce2eced (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@63b73427 (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@39049abc (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@74bff0e3 (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@6f21ef1d (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@35ede8d2 (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@282145a9 (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@231290a6 (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@43abcade (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@195a0101 (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@3b74138e (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@c5433e6 (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@1134f588 (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@582fbca6 (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@4912f486 (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@6ebafcd0 (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@5fe76caf (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@660257ff (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@1809a209 (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@39db431b (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@606296ca (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@6b3c94cf (id: 41f66aca-ab4b-406a-acf6-57257d6f5f70, sid: 41f66aca-ab4b-406a-acf6-57257d6f5f70) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 071c1f9d-01a7-4028-8cdb-ae98ed05782b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@40f18787 (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@4f456bc (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@41722b6 (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@ccba63c (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@5b29f475 (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@7dce181a (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@11da33e3 (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@8c7319b (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 = 79a6d4eb-ec2a-45c8-8968-df9389297588 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@588a61fc (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@109f82b5 (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@780701c1 (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@62d6861 (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@6c62acf9 (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@5dbdc29b (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@2974db7c (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@7cb82db1 (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@1f186aa6 (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@2c02cac4 (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@23225b03 (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@1eca3f73 (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@42db3b56 (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@78b59d23 (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@49fe3b75 (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@600a49e (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@1d1a3e83 (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@4e21eb31 (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@d3e6d48 (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@74c21d72 (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@70db741c (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@1cbdca98 (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@5f7ea435 (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) [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@6b703bd9 (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@2e45c4a6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2d8c2014 (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@23cde698 (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@1242b6e1 (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@5d7e3833 (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@212bb9cb (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@5c4b5070 (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@4d7fad02 (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@14806708 (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@6a9c54a7 (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@66adbb66 (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@636d19fd (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@3cb9fe24 (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@1fdd7e00 (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@152c4840 (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@1e8509e9 (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@6d3e8cc3 (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@19e7d21a (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@6e7ee72e (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@58026149 (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@41c3b61e (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@6613cb3e (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@7fcd0745 (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@340e29dc (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@68210a05 (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@10136604 (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@7f3ac6c (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@42763587 (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@22e76eee (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@29cf1ff0 (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@33455669 (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@406c978b (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@59651176 (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@884a535 (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@11eb4c52 (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@351f412b (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@4400185f (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@6980b0e7 (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@22c2e859 (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@6d9bf333 (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@291dcc3f (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@45765673 (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@7043eea4 (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@506ad2dc (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@57ad4ad0 (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@3856c3a2 (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@66965978 (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@4c924f55 (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@364ebde7 (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@7d4a469f (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@6b703bd9 (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@2e45c4a6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@23cde698 (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@1242b6e1 (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@5d7e3833 (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@212bb9cb (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@158eb91 (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@1291ad18 (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@353cc834 (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@62cfd7ed (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@248dac46 (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@25e750cf (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@22255005 (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@71503713 (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@1e13b8f0 (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@4d7fad02 (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@14806708 (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@64983224 (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@72d12537 (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@427691d2 (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@555906b3 (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@70f5072e (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@7d789427 (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@600979a5 (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@1238909b (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@44044e17 (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@7f36e8f8 (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@7ef20861 (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@2898e36c (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@4e0a649e (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@78098da (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@1a332220 (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@9726aff (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@a376543 (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@210dd2c6 (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@7182340c (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@725f9935 (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@39da16b6 (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@28ffb2b9 (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@5576ce05 (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@5bee63af (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@3268a1c2 (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@67d7a74c (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@4324b55 (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@7207a579 (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@2f7398a3 (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@5268f646 (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@6a9c54a7 (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@66adbb66 (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@7027589e (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@bcdacef (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@37ce85d (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@88115df (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@4fd19adf (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@5326d09c (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@5fafb846 (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@39f0807d (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@7a34f2fe (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@1ff36f14 (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@3dbc8924 (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@2876ee69 (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@6e6b3bf2 (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@506ad2dc (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@d42c67b (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@57ad4ad0 (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@1aad83a3 (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@372fdc84 (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@7c132de (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@539efb08 (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@1b08c7c0 (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@1292d276 (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@2744adc (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@7867b248 (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@5371c080 (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@2b6f17cf (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@1afb6c5c (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@34ec738c (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 = 071c1f9d-01a7-4028-8cdb-ae98ed05782b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@9c7ea66 (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@d632e6c (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@6e33501a (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@12158be1 (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@691d781 (id: cea4b24c-4232-41bf-b321-ddcfbdc49578, sid: cea4b24c-4232-41bf-b321-ddcfbdc49578) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f4ad0e1a-205a-4788-9940-ab6bc68f7c04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3856c3a2 (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@20d0057e (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@716085e4 (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@5c6d8cf2 (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@788f7acc (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@256494da (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@50de7a37 (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@60e476c2 (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@633e2908 (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@62fda3f1 (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@41d1625b (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@2405ec5 (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@10a451ec (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@1fc99a22 (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@1161df4b (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@2ba1d9b3 (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@4967f5e9 (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@69bcf24e (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@4073b713 (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@50fbde9 (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) [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@4f631f45 (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@6857dcf3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5818eed1 (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@38a3d6d0 (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@26718615 (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@2f739d5d (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@210fcd46 (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@263b4af8 (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@7d880953 (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@5cb3cc0c (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@828d50d (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@571ed8ea (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@7278292a (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@e2f7834 (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@74c4fec5 (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@64b66a3d (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@7534498d (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@4f631f45 (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@6857dcf3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@38a3d6d0 (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@26718615 (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@2f739d5d (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@210fcd46 (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@4c2efc31 (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@49b8bd98 (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@4738253d (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@5f8fd7b0 (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@64fb6704 (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@38f1c1d6 (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@5e3354cd (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@62eaff54 (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@487b1141 (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@7d880953 (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@5cb3cc0c (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@69168891 (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@150673c1 (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@28f932a3 (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@6ae8581c (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@37e707d0 (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@70d4b624 (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@58d4389a (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@25c8f995 (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@61e0c43e (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@67b0fe91 (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@33160296 (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@51f04130 (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@3656be04 (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@6d9029c (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@5fc3add (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@ba41e01 (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@45a7200b (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@6510a576 (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@36921636 (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@7cbcbc2f (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@27867d02 (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@d906686 (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@1eadbb2e (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@7693110 (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@13133292 (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@1db9c220 (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@6e3e7e72 (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@687c8e9e (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@64100c46 (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@30bbb759 (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@7d81a4c7 (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@7105cd97 (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@787fe159 (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@828d50d (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@571ed8ea (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@5eeada21 (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@59189d8c (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@1756ab1f (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@36aee897 (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@31881219 (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@7765b51d (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@261bfde9 (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@797d4c5c (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@89491b0 (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@528300e2 (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@2b8e5bee (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@3bd5f6e (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@16743787 (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@7278292a (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@e2f7834 (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@60856190 (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@4746be7e (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@385a5c98 (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@6bbbaf80 (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@63b4c497 (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@74c4fec5 (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@142e9618 (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@33638800 (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@59b7bc68 (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@6fc6cf71 (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@fb80ac7 (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@2034b0b8 (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@44041c2a (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@1de0ee9c (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@524131d5 (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@5775fa55 (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@33f449dd (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@297ac531 (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@72ee8652 (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@a316d08 (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@1b9a6732 (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@2b5f9c24 (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@7ceffcf0 (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@7be33c46 (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@69dfca9f (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@6ad4b328 (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@8b7b338 (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@f7ada8 (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@6df2ee7b (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@1f51094d (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@aece2ca (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@c1a2fdc (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@76011f69 (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@36dbd9d9 (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@70b74273 (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@4ab2b9c9 (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@9dd8364 (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@22bf1da5 (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@6851775b (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@37f2e769 (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@52d18450 (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@8d9f99a (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@6b51ac75 (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@4b38d7d9 (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@159529ea (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@52c717eb (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@34932bc2 (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@5fe0036 (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@6fec372d (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@4bc6b4b5 (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@459db7bf (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@46bba570 (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@6e33c257 (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@291560ee (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@4c0975ad (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@d3825e7 (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@df295a9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6cd159a9 (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@68405c32 (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@70e4b412 (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@56ca7889 (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@1bfe93d7 (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@1c2eb255 (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@7ceec420 (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@53fc5fc2 (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@5999945c (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@18ce5750 (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@7a8ad6e3 (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@6409d86b (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@64f54b5c (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@510af620 (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@7d1b1f2c (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@577b4a64 (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@199a447c (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@1fa70a99 (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@3a60843e (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@37c5d17c (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@7cb7ca5c (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@5be3e491 (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@651cdaa7 (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@7c4bb949 (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@6bd6cfbd (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@3ecaf482 (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@2cf786bc (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@6bebaf84 (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@361d2e63 (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@7a6fd596 (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@79a5e19e (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@58858e12 (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@5f9fd6d (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@1be4b21 (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@57c1f399 (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@2340026d (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@691891fd (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@1a0c28bc (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@42894d5f (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@61796c09 (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@4cc38ea2 (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@37f1064e (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@3e8ad0e5 (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@2d54520f (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@4f49c29 (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@247147ed (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@1678f44b (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@1a3ef1cb (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@4ef4b077 (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@d3825e7 (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@df295a9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@68405c32 (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@70e4b412 (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@56ca7889 (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@1bfe93d7 (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@53c9d014 (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@3f902022 (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@27ba1ce3 (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@1408921a (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@1011849c (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@7ceec420 (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@53fc5fc2 (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@5999945c (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@18ce5750 (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@3e8ad0e5 (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@2d54520f (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@817d415 (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@4f49c29 (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@68c4d6f5 (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@7f720ae4 (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@5da4c911 (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@44f6f19 (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@4af2721b (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@2538748b (id: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4, sid: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4) (name: FPS4112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00126d97-60bc-4bd1-927d-e95d633250fc org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@70eff361 (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@188a1861 (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@3447ef4b (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@243b1678 (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@2bc08d65 (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@6341d16c (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@687747f8 (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@14830458 (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@3b071808 (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@562074b5 (id: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d, sid: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d) (name: FPS212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 221294d6-2d92-4477-af4f-831e8b063365 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3601217 (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@cabec5e (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@e5a820f (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@2e6f5239 (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@2d1c1d49 (id: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c, sid: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c) (name: FPS11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c83929a4-4f07-4175-a201-b5716b77bd78 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@287154c7 (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@6ea6e2af (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@62187f82 (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@56cbd4df (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@74be65ad (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@7e06cda8 (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@5f4d708e (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@5e37db7f (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@73216d59 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@403baa10 (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@261334f0 (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@2b00efe9 (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@7c3c7b2 (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@359f1eb7 (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@14b99517 (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@7e3f2cf5 (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@119fda64 (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@235670c8 (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@41385a99 (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@fc2bbac (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@11ebd90d (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@2587cc2d (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@3e826d35 (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@9d88e5b (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@5e37db7f (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@73216d59 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@261334f0 (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@2b00efe9 (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@7c3c7b2 (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@359f1eb7 (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@49667768 (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@4b0eae3e (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@4b0b407b (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@6e9e629b (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@26f60411 (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@7e3f2cf5 (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@119fda64 (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@235670c8 (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@41385a99 (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@fc2bbac (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@11ebd90d (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@2587cc2d (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@2668a696 (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@3ced762c (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@7301e30d (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@687cbfe4 (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@bc3f86b (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@5cc8a329 (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@202d2a36 (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@2d233248 (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@39b78727 (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@20ffbad3 (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@69ca4860 (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@5dcf9663 (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@58c4ac42 (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@5b0bcab (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@1fdf9808 (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@6284810d (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@62d12c12 (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@4f171eb8 (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@2cebc08a (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@6aa1a0f3 (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@17bb009 (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@76ee9c40 (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@473fd87 (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@633273c2 (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@3f957c55 (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@3d1beb7b (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@269fa69a (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@56c37de8 (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@4220d4b1 (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@2fb0b729 (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@2c95e8d (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@6542bd8e (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@459c675d (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@42851ad6 (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@6d0e98e0 (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@3d2a91ce (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@4831bc2a (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@3e378a59 (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@27e7dce7 (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@4eaa9d34 (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@b3fb827 (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@41445f79 (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@7a26f02e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@69e42669 (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@6e1a4380 (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@4e6374c9 (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@4757303d (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@68ffc3d1 (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@8b986a9 (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@44454935 (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@553962d7 (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@24fdcd98 (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@520c5256 (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@43e0a2ba (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@13426000 (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@69c13b49 (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@7e66184a (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@3855904e (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@3897a524 (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@586cca0c (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@16863d03 (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@245187d (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@77e3394 (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@39fca5dd (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@1e35f9c4 (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@34198c8f (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@420deb0b (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@2201e791 (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@cadf0c2 (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@e715715 (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@5434e1c2 (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@79a4b9ba (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@2fc95d17 (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@57ccc195 (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@7ab43dd4 (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@7fd4ebf4 (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@1a1030fc (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@2b619a42 (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@70604867 (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@28b396d4 (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@33bfc4ee (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@14abfb51 (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@667abad3 (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@524b85fe (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@1f1ea3ed (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@70496f2f (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@2813f65e (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@2f560d0a (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@2aaf5dcb (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@47431f78 (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@e054164 (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@202477a4 (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@41445f79 (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@7a26f02e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6e1a4380 (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@4e6374c9 (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@4757303d (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@68ffc3d1 (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@4cd643 (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@5c901a20 (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@2ce73b94 (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@4c998940 (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@63e10657 (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@44454935 (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@553962d7 (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@24fdcd98 (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@520c5256 (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@70496f2f (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@2813f65e (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@5fd2700f (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@2f560d0a (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@e2bf3cc (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@76b30af6 (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@7a9ab2eb (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@7fd66d7e (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@2eb254db (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@40b80f41 (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@19474e26 (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@2e51ea56 (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@33b04666 (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@2c113347 (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@f047e9d (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@2e262671 (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@4c967360 (id: f01fd724-63d3-47c4-973c-586d6b23c5b4, sid: f01fd724-63d3-47c4-973c-586d6b23c5b4) (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@51c5d1b3 (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@4e9a30b0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2841fc36 (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@5f2791f9 (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@51607e36 (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@36520e2b (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@48e2da33 (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@ac20879 (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@380597b3 (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@4b5f44e3 (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@737094f8 (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@30e77f20 (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@65b80e73 (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@242c21d4 (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@65275aae (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@3468132e (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@7d0a49d4 (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@51c5d1b3 (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@4e9a30b0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5f2791f9 (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@51607e36 (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@36520e2b (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@48e2da33 (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@264ec6c (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@6ac27f2b (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@69d269da (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@2f609675 (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@229ed259 (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@380597b3 (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@4b5f44e3 (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@737094f8 (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@30e77f20 (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@65b80e73 (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@242c21d4 (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@65275aae (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@4fcb9eaa (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@38c09b3f (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@286c1187 (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@2745e7a2 (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@8cd6fff (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@53870194 (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@6a741ae1 (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@39ab2232 (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@1224a3c6 (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@79c48bb7 (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@332d357c (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@53f73b99 (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@64fa98b2 (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@393e3ea9 (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@152a292f (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@481ea2c5 (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@402b1c89 (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@3b635c46 (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@33df6a66 (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@465b6c63 (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@39cc334a (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@280da468 (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@494fafd8 (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@546aeae6 (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@c64d542 (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@490f1e42 (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@729e310f (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@2e3adc11 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@649359d2 (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@22dab81c (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@1527217c (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@59c3ff48 (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@6f47ae6f (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@2789d2df (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@2f9b741c (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@3a619a06 (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@45a63b43 (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@18ea0ecf (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@2dbeab00 (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@4b3cc214 (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@3783cf0c (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@56f21a30 (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@e4c4d45 (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@23cd12fa (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@a9f4220 (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@4cfaead9 (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@2030b066 (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@6b212c58 (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@1bdfed5e (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@6860de (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@257e5335 (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@475fe82e (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@6f49ec19 (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@7a1539ba (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@5186fb4e (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@517e1e9f (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@7177198d (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@6023a2a9 (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@3793b263 (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@fb53227 (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@5e2e913f (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@236546b9 (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@9cfe81c (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@2f4dd708 (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@5c01cb7 (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@c99c238 (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@7ae044bf (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@3b54397c (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@3e74af05 (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@7c3e32f1 (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@6c25a25a (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@1cb9cd0c (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@2443c131 (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@7734502b (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@1ff8fdf6 (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@3cbade3e (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@43c5629 (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@729e310f (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@2e3adc11 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@22dab81c (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@1527217c (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@59c3ff48 (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@6f47ae6f (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@12a4e93a (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@3e2406d3 (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@785b97e0 (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@2abd6a52 (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@1f65bb06 (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@1e934a7 (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@252957ed (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@1e0c2697 (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@71759c84 (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@2f9b741c (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@3a619a06 (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@45a63b43 (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@18ea0ecf (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@6c25a25a (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@1cb9cd0c (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@716ecdbd (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@2443c131 (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@76c0b918 (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@71c49158 (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@270846cd (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@6846e76a (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@111712f4 (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@7064833 (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@62dd4830 (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@3dff8eb6 (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@14d6bb4f (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@21243e36 (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@29306eea (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@687bcf44 (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@49560dc7 (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@49835f55 (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@63ee2fb1 (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@5559cd67 (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@2c98da3e (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@7fb2510f (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@6d336aef (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@761aa0db (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@13f115d0 (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@298114d6 (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@5afa6087 (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@fe174d1 (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@1425bf68 (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@35232e9e (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@b49e4f1 (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@3a36cfb1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@32eafd10 (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@3e2f2e (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@7969e5bd (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@5c477a89 (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@ec94703 (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@17e49b04 (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@1028f201 (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@232777bb (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@506cc564 (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@114003f (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@56fb42e6 (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@4e797d2d (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@7808d663 (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@42f7f914 (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@1216a955 (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@b49e4f1 (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@3a36cfb1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3e2f2e (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@7969e5bd (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@5c477a89 (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@ec94703 (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@7366c8b0 (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@45149f6c (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@22602675 (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@66d58c65 (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@2333eb47 (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@42bdefb2 (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@61cd2a1e (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@3a092635 (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@321c66b0 (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@1028f201 (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@232777bb (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@506cc564 (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@114003f (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@56fb42e6 (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@4e797d2d (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@7808d663 (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@55dcb106 (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@50c93e85 (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@6e4c5131 (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@566d4941 (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@6689860b (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@7f2da149 (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@7364a244 (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@4fffca28 (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@656cb402 (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@77d9660f (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@21f99c32 (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@1066bcaf (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@102ad605 (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@2c7f3311 (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@418a22a0 (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@642c7dfa (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@22700584 (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@77425d60 (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@674dfe0a (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@60099cb4 (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@27bb0577 (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@2f0e0224 (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@34ec74d (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@7e8ca169 (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@1639372 (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@5ea3be58 (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@2ba26e6e (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@30be059a (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@2ddbe8fc (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@1c832e67 (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@80c4dc (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7f99a615 (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@66714929 (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@3d421712 (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@5cd1478f (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@24dd191a (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@1c6e6807 (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@613d6fc4 (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@29c3cedf (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@651a1734 (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@6da88281 (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@4a986ebb (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@5446f2da (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@40d5a857 (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@57a654a6 (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@5ec2055f (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@3d71ec7f (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@508b7c96 (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@35ed0145 (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@7bcb025a (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@49eb0b48 (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@420fa12f (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@1f357702 (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@3ccf7f6c (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@2d6f82f6 (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@12d658ad (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@26efa092 (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@619c8f3c (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@30b5c9cb (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@1086ec40 (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@4b3635f2 (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@4e56b6c7 (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@5033c557 (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@77f0c7fd (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@d93f554 (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@76088aaf (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@38dff044 (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@49e1178d (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@5bca62b0 (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@6925d694 (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@2ebf5624 (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@6f236101 (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@677451b7 (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@10c9f66c (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@15b4c7d7 (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@5f965896 (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@44148e2d (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@1923400e (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@7d1259a9 (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@bb7a40d (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@1c832e67 (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@80c4dc (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@66714929 (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@3d421712 (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@5cd1478f (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@24dd191a (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@522f6440 (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@29c3cedf (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@651a1734 (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@4cbe62b3 (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@73650c37 (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@44e781b2 (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@71719dad (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@4e65c2ca (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@153a6b85 (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@6099676a (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@7f348b7 (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@608a7843 (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@77ac86b9 (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@41fc8863 (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@6da88281 (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@10c9f66c (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@15b4c7d7 (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@30aefa92 (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@1f6f0e24 (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@534a478b (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@3e2f6ce0 (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@7295e738 (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@5f965896 (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@18ab539c (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@4c9f0809 (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@5da4d349 (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@56a43ef8 (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 = 529fb0fb-6e84-408b-8e5d-a6f4899cbff4 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@726ee0bf (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@468561bb (id: 329ef257-283f-4ef6-8a10-36b9fa125907, sid: 329ef257-283f-4ef6-8a10-36b9fa125907) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) [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@6a81a552 (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@531b806a (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2bd2b620 (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@782c9ac6 (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@72d64ff6 (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@56289a1e (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@37a738d4 (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@3d85a6a6 (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@418a11fc (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@2fef2362 (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@2100dfd3 (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@50e27af3 (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@21ec0a34 (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@3ce27db3 (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@44f604e (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@8d121ae (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@3fcd8bb8 (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@6a81a552 (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@531b806a (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@782c9ac6 (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@72d64ff6 (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@56289a1e (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@37a738d4 (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@7d6cef02 (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@2fef2362 (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@2100dfd3 (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@3b8e200e (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@2bae014f (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@7d0cd36b (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@5a55755e (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@1091a04a (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@4bee7f6e (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@50e27af3 (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@21ec0a34 (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@3ce27db3 (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@4739a7d6 (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@44f604e (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@29654231 (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@56d71a43 (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@5cda1058 (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@6fecfced (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@1aed6268 (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@2870091a (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@597fd05e (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@2041c177 (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@79b0801 (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@12aa7a69 (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@13f7e5c3 (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@3d13d4b3 (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@62971810 (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@232f4f19 (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@f5a6f42 (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@2ccf8456 (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@76c25e47 (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@2fcc9001 (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@238d1dd1 (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@3e5883c9 (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@29d056cc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@52fe0361 (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@685e6830 (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@4c622129 (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@77d855b5 (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@221dfb38 (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@f4fa72b (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@50572ee6 (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@6517aca4 (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@2c133e71 (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@45da150b (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@250fcfa5 (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@2c26e016 (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@530f324b (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@68da83b0 (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@33f30be9 (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@284e6bd1 (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@27999f9 (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@3e824d05 (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@1505b57f (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@4e4e54ed (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@b6aa8c (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@2cf035fa (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@14e6d356 (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@28b3141b (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@1d64394b (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@309680f8 (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@124889df (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@22eb5441 (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@1e798f36 (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@1aec4d41 (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@4cbc29b2 (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@340d2538 (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@665f1cb0 (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@1e21d37f (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@33fd88b0 (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@6e845f12 (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@70a064ee (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@608afbae (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@3f6d5707 (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@73ddf337 (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@296eb6 (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@37c9b296 (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@1d70e398 (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@59eac58f (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@6eb0fbb2 (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@1286022f (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@28184143 (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@3ff6fbbb (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@49501566 (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@3e5883c9 (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@29d056cc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@685e6830 (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@4c622129 (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@77d855b5 (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@221dfb38 (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@50572ee6 (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@6517aca4 (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@2c133e71 (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@45da150b (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@1d70e398 (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@59eac58f (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@62b34337 (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@1b5d403c (id: 519a6d3a-cd23-45b6-9b00-b92114e675f1, sid: 519a6d3a-cd23-45b6-9b00-b92114e675f1) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f35a6478-63d6-4c1d-9a5f-78e3e44092eb org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2a9d6257 (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@5bb08b98 (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) ID = 7500ee96-37de-47ea-9689-6752ce6b4c52 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6eb0fbb2 (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@739dde60 (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@5e53d3fb (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@69ef2839 (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@3dec65e4 (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@15e98d5 (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@712ececb (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@4540ce35 (id: a3729d4c-7400-4fa9-881d-7fc0759efb47, sid: a3729d4c-7400-4fa9-881d-7fc0759efb47) (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 [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@63790ca1 (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@22c9a2c0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@432e9c9d (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@73db9ee5 (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@71ff21cc (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@4eec0727 (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@2475f5c2 (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@303bb978 (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@d9cf2d0 (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@23e7197b (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@7ea0e9d (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@6d0a76c2 (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@5a69bd3d (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@4e6e98a7 (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@4db096a2 (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@6cef8c45 (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@7bf844b0 (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@416940c8 (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@8a5cbc1 (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@18b8f334 (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@21dce957 (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@2ab892a4 (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@ce5bff1 (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@531bcc0a (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@15cb116f (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@7b889cc0 (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@5ab3ae77 (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@57c552b7 (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@1a486149 (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@2599905c (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@621e528e (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@1fb3f490 (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@46a89c06 (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@2fdaffff (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@3f4052a8 (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@3fd736a4 (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@3d9dc5f4 (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@4540f0bf (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@78a83fad (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@7ecc440a (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@2d2d9c42 (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@6faa5450 (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@56c65b5f (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@4a36a999 (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@76bd86d9 (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@4b4ae2f2 (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@72230882 (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@2d8fd63c (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@59a72278 (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@5eeae1a3 (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@235b0c74 (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@63790ca1 (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@22c9a2c0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@73db9ee5 (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@71ff21cc (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@4eec0727 (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@2475f5c2 (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@d9cf2d0 (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@23e7197b (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@7ea0e9d (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@6d0a76c2 (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@76bd86d9 (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@4b4ae2f2 (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@72230882 (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@2673aee (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@65bb31d2 (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@5955b5a6 (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@256b0699 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@65d7df8e (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@50aa7970 (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@4ddc65bf (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@4c2b4737 (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@208f65ce (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@5c9e17ae (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@6e6b2a3d (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@78efda38 (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@4133b713 (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@76be47ca (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@5b7e4709 (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@1c2813ab (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@417dab4c (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@3b2aa3b4 (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@1245edd7 (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@4e2c117f (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@62a7e43d (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@cfedcde (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@31e8a3c3 (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@1fe1eb68 (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@423a72a5 (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@38d85e10 (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@4c5a1473 (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@5c700c3b (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@4dcee24a (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@371c0d3d (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@2b797e21 (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@7734aea1 (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@4d52debf (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@1af047cd (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@7a18aac4 (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@280b5280 (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@7377c618 (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@6ba12994 (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@54d0e0ae (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@26bd27e6 (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@6b37722f (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@9b81b54 (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@5abe5f5d (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@1573d1fb (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@45056f70 (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@caebe3f (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@70867d3f (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@1858aefe (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@52bffcdb (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@33ad8517 (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@340ba344 (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@1edbe332 (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@5e4e1d6f (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@5955b5a6 (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@256b0699 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@50aa7970 (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@4ddc65bf (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@4c2b4737 (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@208f65ce (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@6e6b2a3d (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@78efda38 (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@4133b713 (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@76be47ca (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@70867d3f (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@1858aefe (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@26f9449a (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@52bffcdb (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@4ab5c9e4 (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@182b474e (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 [CopyImagesAndUpdatePathsInterphasesTest] >> require >> load Project_test_01 [CopyImagesAndUpdatePathsInterphasesTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1dea7e2f (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@2e807166 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@69984a09 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 5205a91c-0d1e-403e-be0f-7a65d6aa2aae org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@455226a4 (id: 5205a91c-0d1e-403e-be0f-7a65d6aa2aae, sid: null) (name: ImagesIntransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58cce324-cd7a-46da-8b47-a87ba6d616e0 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@72711d2e (id: 58cce324-cd7a-46da-8b47-a87ba6d616e0, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b09a46b7-0d76-49b6-8ce6-1437d8c2711d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@13d08687 (id: b09a46b7-0d76-49b6-8ce6-1437d8c2711d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 905896cb-7c25-43bc-8ac6-3a937fd6662a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@70830222 (id: 905896cb-7c25-43bc-8ac6-3a937fd6662a, 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 = 49d72585-5682-44f0-80b9-5561f3a7cae1 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@4d17905c (id: 49d72585-5682-44f0-80b9-5561f3a7cae1, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d7db1e72-c736-42eb-996e-63db963737d8 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@37f56cbd (id: d7db1e72-c736-42eb-996e-63db963737d8, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 83b450e7-a260-4183-b67f-d56c2cc1c6fb org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2086307a (id: 83b450e7-a260-4183-b67f-d56c2cc1c6fb, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8efbbb22-7dd9-402e-872a-d95dae5ecae6 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@39185879 (id: 8efbbb22-7dd9-402e-872a-d95dae5ecae6, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1ec7906f-bd3a-42d2-89b1-7ee5abd390aa org.polarsys.capella.core.data.information.impl.DataPkgImpl@25144b63 (id: 1ec7906f-bd3a-42d2-89b1-7ee5abd390aa, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 02cd2e83-05eb-449c-8b82-712ab5711e3a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3480ba5b (id: 02cd2e83-05eb-449c-8b82-712ab5711e3a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f6944e97-747f-4a82-b2f8-4a0c4b9ca3bb org.polarsys.capella.core.data.cs.impl.PartImpl@19f396e5 (id: f6944e97-747f-4a82-b2f8-4a0c4b9ca3bb, 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 = 5269fa4e-f06d-424f-a779-59a5680c6344 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@62d3de32 (id: 5269fa4e-f06d-424f-a779-59a5680c6344, 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 = 9498683d-0710-4072-97d9-a203a55160c9 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@2d67744d (id: 9498683d-0710-4072-97d9-a203a55160c9, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 23b87e8c-b84a-470b-951c-2f3a7cfa9bef org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@54808d1 (id: 23b87e8c-b84a-470b-951c-2f3a7cfa9bef, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1dea7e2f (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@2e807166 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5205a91c-0d1e-403e-be0f-7a65d6aa2aae org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@455226a4 (id: 5205a91c-0d1e-403e-be0f-7a65d6aa2aae, sid: null) (name: ImagesIntransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 58cce324-cd7a-46da-8b47-a87ba6d616e0 org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@72711d2e (id: 58cce324-cd7a-46da-8b47-a87ba6d616e0, sid: 8afe39f0-139a-4d7a-a3f9-7f8f4519cff5) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b09a46b7-0d76-49b6-8ce6-1437d8c2711d org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@13d08687 (id: b09a46b7-0d76-49b6-8ce6-1437d8c2711d, sid: null) (name: Physical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 905896cb-7c25-43bc-8ac6-3a937fd6662a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@70830222 (id: 905896cb-7c25-43bc-8ac6-3a937fd6662a, 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 = d7db1e72-c736-42eb-996e-63db963737d8 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@37f56cbd (id: d7db1e72-c736-42eb-996e-63db963737d8, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 83b450e7-a260-4183-b67f-d56c2cc1c6fb org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@2086307a (id: 83b450e7-a260-4183-b67f-d56c2cc1c6fb, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8efbbb22-7dd9-402e-872a-d95dae5ecae6 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@39185879 (id: 8efbbb22-7dd9-402e-872a-d95dae5ecae6, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1ec7906f-bd3a-42d2-89b1-7ee5abd390aa org.polarsys.capella.core.data.information.impl.DataPkgImpl@25144b63 (id: 1ec7906f-bd3a-42d2-89b1-7ee5abd390aa, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 02cd2e83-05eb-449c-8b82-712ab5711e3a org.polarsys.capella.core.data.pa.impl.PhysicalComponentPkgImpl@3480ba5b (id: 02cd2e83-05eb-449c-8b82-712ab5711e3a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = f6944e97-747f-4a82-b2f8-4a0c4b9ca3bb org.polarsys.capella.core.data.cs.impl.PartImpl@19f396e5 (id: f6944e97-747f-4a82-b2f8-4a0c4b9ca3bb, 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 = 5269fa4e-f06d-424f-a779-59a5680c6344 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@62d3de32 (id: 5269fa4e-f06d-424f-a779-59a5680c6344, 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@792a219b (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@5a71e2f0 (id: 82df1f32-c511-4484-a3e4-f031dceb28d6, sid: 82df1f32-c511-4484-a3e4-f031dceb28d6) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 31812aac-6e30-4464-bf3d-e1ba82d99f07 org.polarsys.capella.core.data.cs.impl.PartImpl@51391216 (id: 31812aac-6e30-4464-bf3d-e1ba82d99f07, sid: 31812aac-6e30-4464-bf3d-e1ba82d99f07) (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 = 92e20a23-fb3f-45d8-aa2f-8aaecdafa7b4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@163506a7 (id: 92e20a23-fb3f-45d8-aa2f-8aaecdafa7b4, sid: 92e20a23-fb3f-45d8-aa2f-8aaecdafa7b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC 1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) [CopyImagesAndUpdatePathsInterphasesTest] >> release >> unload Project_test_01 [CopyImagesAndUpdatePathsInterphasesTest] >> release >> unload output [CopyImagesAndUpdatePathsCrossphasesTest] >> require >> load Project_test_01 [CopyImagesAndUpdatePathsCrossphasesTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5c64cfb1 (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@4b72df1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@39fc0f95 (id: 23e8bc9f-a87b-43d9-aa27-98c272642bf7, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, key: projectApproach, value: SingletonComponents) ID = 5205a91c-0d1e-403e-be0f-7a65d6aa2aae org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7f23309a (id: 5205a91c-0d1e-403e-be0f-7a65d6aa2aae, sid: null) (name: ImagesIntransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f46f5ff5-7be0-426c-80ed-c7447f139042 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@32d74635 (id: f46f5ff5-7be0-426c-80ed-c7447f139042, sid: f46f5ff5-7be0-426c-80ed-c7447f139042) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 709fd7a0-fe61-44ff-a877-25bc7e3e5ba8 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@4e1bf5f2 (id: 709fd7a0-fe61-44ff-a877-25bc7e3e5ba8, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1996ed5-aa04-4fe4-aa9a-1ede9502e56d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@375a34b1 (id: c1996ed5-aa04-4fe4-aa9a-1ede9502e56d, 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@3ff7307d (id: b6a20bdb-d48f-4632-864c-603e365b88f0, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f65b7c1b-5075-4671-adda-1f06b66ad95c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5a03252b (id: f65b7c1b-5075-4671-adda-1f06b66ad95c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7872c0d7-0096-4cdf-92d5-c3e925276076 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4b26effc (id: 7872c0d7-0096-4cdf-92d5-c3e925276076, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab2b780f-77bf-43a0-ac94-c1061d8f26ce org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2d3fa595 (id: ab2b780f-77bf-43a0-ac94-c1061d8f26ce, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8fb41651-6622-42ec-9477-25879f047c58 org.polarsys.capella.core.data.information.impl.DataPkgImpl@16542f40 (id: 8fb41651-6622-42ec-9477-25879f047c58, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = de01b908-1247-436a-a3c2-55cb9679f2d6 org.polarsys.capella.core.data.information.impl.DataPkgImpl@51cbe603 (id: de01b908-1247-436a-a3c2-55cb9679f2d6, sid: null) (name: Predefined Types) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 0a92c0a3-8239-4356-aeac-0cee31bddc1b org.polarsys.capella.core.data.information.datatype.impl.BooleanTypeImpl@19b0bf47 (id: 0a92c0a3-8239-4356-aeac-0cee31bddc1b, 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 = 715e2953-b569-48d5-9363-446f96f8d4e3 org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@70a81056 (id: 715e2953-b569-48d5-9363-446f96f8d4e3, sid: null) (name: True) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: true) ID = ba57434f-ba06-4230-a2e2-3df3fc8802bd org.polarsys.capella.core.data.information.datavalue.impl.LiteralBooleanValueImpl@5f27fd64 (id: ba57434f-ba06-4230-a2e2-3df3fc8802bd, sid: null) (name: False) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: false) ID = 70a21430-e488-428c-adcb-05d4dbd7c0c5 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@51d2e37d (id: 70a21430-e488-428c-adcb-05d4dbd7c0c5, 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 = 6de18092-ff0d-4beb-ba1e-305093625b5e org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4d043487 (id: 6de18092-ff0d-4beb-ba1e-305093625b5e, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 1ee4bb0f-48dd-4209-801d-0c38bc6e76ea org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@7d9eb7d1 (id: 1ee4bb0f-48dd-4209-801d-0c38bc6e76ea, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 255) ID = 4d5631c0-fff6-4574-997b-18b4529f9782 org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@1db2b9db (id: 4d5631c0-fff6-4574-997b-18b4529f9782, 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 = 8448a452-7d2a-4c55-a582-eeae018e743b org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@5b3d781b (id: 8448a452-7d2a-4c55-a582-eeae018e743b, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = bcec185d-cc21-4c25-b283-06f62ddc1846 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@37f1dff7 (id: bcec185d-cc21-4c25-b283-06f62ddc1846, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = 18034ead-f897-4e8a-a16e-1ba10d5513f2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@3fd9c6e7 (id: 18034ead-f897-4e8a-a16e-1ba10d5513f2, 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 = 78bed885-886e-40ea-a931-7252ac766104 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@372ddca6 (id: 78bed885-886e-40ea-a931-7252ac766104, 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 = 8ec3bb16-1c1a-4059-a6ab-1fe8fabb57e0 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@76097f8 (id: 8ec3bb16-1c1a-4059-a6ab-1fe8fabb57e0, 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 = 9b5eb9de-280a-4bfe-9f29-5ec80b14f9b7 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3ed7fe84 (id: 9b5eb9de-280a-4bfe-9f29-5ec80b14f9b7, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 5ec52345-cbe2-4485-928a-044c29eeb7a2 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@4fc8f947 (id: 5ec52345-cbe2-4485-928a-044c29eeb7a2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = d0a552eb-74a4-4c4b-8b90-915ab5ec4950 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@16d9d4f4 (id: d0a552eb-74a4-4c4b-8b90-915ab5ec4950, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 46ed647d-8243-4e09-8f97-b3c894c33e1c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@15054e80 (id: 46ed647d-8243-4e09-8f97-b3c894c33e1c, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = c3afc904-3f29-42ca-88d7-6f5935d83ea4 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1427a17a (id: c3afc904-3f29-42ca-88d7-6f5935d83ea4, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = da86aa0e-3774-47fa-a2e6-278471048423 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@1c2d7078 (id: da86aa0e-3774-47fa-a2e6-278471048423, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 1) ID = c0578c8b-8044-4aaf-b669-f840578dbe9f org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@440b697d (id: c0578c8b-8044-4aaf-b669-f840578dbe9f, 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 = 59d9dada-0751-4fdb-ab8c-701d7d25870a org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@7bc54e32 (id: 59d9dada-0751-4fdb-ab8c-701d7d25870a, 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 = 4e1ab296-b9d7-4f57-8a6b-3eab3bdcbc65 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@52401c41 (id: 4e1ab296-b9d7-4f57-8a6b-3eab3bdcbc65, 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 = 814431c5-cc1b-4b06-9c77-bbdf856decea org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@251918c1 (id: 814431c5-cc1b-4b06-9c77-bbdf856decea, 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 = 650ae525-da14-40d0-8d2e-a600a1fa609d org.polarsys.capella.core.data.information.datatype.impl.StringTypeImpl@3ac6dd9e (id: 650ae525-da14-40d0-8d2e-a600a1fa609d, 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 = 3b4befcd-b325-4fa9-a3d4-cc55efb6d104 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@6b23a02a (id: 3b4befcd-b325-4fa9-a3d4-cc55efb6d104, 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 = 1ead8dd8-4e65-4d0f-8f98-6b517dab5afb org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@39530b1b (id: 1ead8dd8-4e65-4d0f-8f98-6b517dab5afb, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b52cfc8c-54d8-49ba-a864-527b532bf3ca org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@5461c3e0 (id: b52cfc8c-54d8-49ba-a864-527b532bf3ca, 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 = 33d884f4-8e47-40af-8235-c3f494de3554 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@58c7dedf (id: 33d884f4-8e47-40af-8235-c3f494de3554, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = b7ee7698-cc0b-4227-9a5d-9f5e77fa1c4e org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@2e13071d (id: b7ee7698-cc0b-4227-9a5d-9f5e77fa1c4e, 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 = 5cf0b13a-a151-4e3b-a6c3-55a7ef98a872 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@fb9ca17 (id: 5cf0b13a-a151-4e3b-a6c3-55a7ef98a872, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = 4d19e828-4ebc-4871-8a49-c4a6b41296e2 org.polarsys.capella.core.data.information.datatype.impl.NumericTypeImpl@551d76c3 (id: 4d19e828-4ebc-4871-8a49-c4a6b41296e2, 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 = de179c0a-85a5-46a3-ae66-cafbe8687d54 org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@334a7b99 (id: de179c0a-85a5-46a3-ae66-cafbe8687d54, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = cd06b4cf-706a-40ce-87a1-cca53647c82f org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@55bd6adc (id: cd06b4cf-706a-40ce-87a1-cca53647c82f, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f31a2c3e-77ca-4ba2-9b48-b007dcea46d3 org.polarsys.capella.core.data.cs.impl.PartImpl@4ec22367 (id: f31a2c3e-77ca-4ba2-9b48-b007dcea46d3, sid: f31a2c3e-77ca-4ba2-9b48-b007dcea46d3) (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 = 8da8b3c5-9ed3-4bf7-93da-f53cc4ba95ab org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@18538f95 (id: 8da8b3c5-9ed3-4bf7-93da-f53cc4ba95ab, sid: 8da8b3c5-9ed3-4bf7-93da-f53cc4ba95ab) (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@772ba4d8 (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@484f4c06 (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@43d758e4 (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@4bee2f14 (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@5c64cfb1 (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@4b72df1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5205a91c-0d1e-403e-be0f-7a65d6aa2aae org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7f23309a (id: 5205a91c-0d1e-403e-be0f-7a65d6aa2aae, sid: null) (name: ImagesIntransition) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f46f5ff5-7be0-426c-80ed-c7447f139042 org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@32d74635 (id: f46f5ff5-7be0-426c-80ed-c7447f139042, sid: f46f5ff5-7be0-426c-80ed-c7447f139042) (name: Logical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 709fd7a0-fe61-44ff-a877-25bc7e3e5ba8 org.polarsys.capella.core.data.la.impl.LogicalFunctionPkgImpl@4e1bf5f2 (id: 709fd7a0-fe61-44ff-a877-25bc7e3e5ba8, sid: null) (name: Logical Functions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c1996ed5-aa04-4fe4-aa9a-1ede9502e56d org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@375a34b1 (id: c1996ed5-aa04-4fe4-aa9a-1ede9502e56d, 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 = f65b7c1b-5075-4671-adda-1f06b66ad95c org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@5a03252b (id: f65b7c1b-5075-4671-adda-1f06b66ad95c, sid: null) (name: Requirements) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (additionalInformation: null, level: null) ID = 7872c0d7-0096-4cdf-92d5-c3e925276076 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@4b26effc (id: 7872c0d7-0096-4cdf-92d5-c3e925276076, sid: null) (name: Capabilities) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ab2b780f-77bf-43a0-ac94-c1061d8f26ce org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@2d3fa595 (id: ab2b780f-77bf-43a0-ac94-c1061d8f26ce, sid: null) (name: Interfaces) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8fb41651-6622-42ec-9477-25879f047c58 org.polarsys.capella.core.data.information.impl.DataPkgImpl@16542f40 (id: 8fb41651-6622-42ec-9477-25879f047c58, sid: null) (name: Data) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = cd06b4cf-706a-40ce-87a1-cca53647c82f org.polarsys.capella.core.data.la.impl.LogicalComponentPkgImpl@55bd6adc (id: cd06b4cf-706a-40ce-87a1-cca53647c82f, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f31a2c3e-77ca-4ba2-9b48-b007dcea46d3 org.polarsys.capella.core.data.cs.impl.PartImpl@4ec22367 (id: f31a2c3e-77ca-4ba2-9b48-b007dcea46d3, sid: f31a2c3e-77ca-4ba2-9b48-b007dcea46d3) (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 = 8da8b3c5-9ed3-4bf7-93da-f53cc4ba95ab org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@18538f95 (id: 8da8b3c5-9ed3-4bf7-93da-f53cc4ba95ab, sid: 8da8b3c5-9ed3-4bf7-93da-f53cc4ba95ab) (name: LC 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false, actor: false, human: false) [CopyImagesAndUpdatePathsCrossphasesTest] >> release >> unload Project_test_01 [CopyImagesAndUpdatePathsCrossphasesTest] >> release >> unload output [CopyImagesAndUpdatePathsMultiphasesTest] >> require >> load Project_test_01 [CopyImagesAndUpdatePathsMultiphasesTest] >> require >> load output [CopyImagesAndUpdatePathsMultiphasesTest] >> release >> unload Project_test_01 [CopyImagesAndUpdatePathsMultiphasesTest] >> release >> unload output [BehaviorComponentTest] >> require >> load Project_test_01 [BehaviorComponentTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@c199ccd (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@77b2ea24 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@630aa4b (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@6c127bad (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@4f89ed9f (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@76a824f8 (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@195aef74 (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@1cf5f61a (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@ba60355 (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@75c7a5b4 (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@1fa5444c (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@75645252 (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@1dab0e0c (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@73433688 (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@6966c456 (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@357ca518 (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@706216d5 (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@1aff8927 (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@45e4aa5a (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@1560839b (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@7554eb5c (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@1384f260 (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@73d22c30 (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@62bf058a (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@30e30c8a (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@440ef04 (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@4255aeab (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@6324e934 (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@73e832ec (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@271080d3 (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@48df526c (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@7c182a0d (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@54b7ee58 (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@570c0305 (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@3ef47894 (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@3816505 (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@682f9e03 (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@5f0cbc28 (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@42214f85 (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@4a00b389 (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@5e4be34c (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@641ce951 (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@2c89df30 (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@635aadd3 (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@6c88369a (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 29c64d47-1432-4d34-b9d8-994a89393786 org.polarsys.capella.core.data.cs.impl.PartImpl@56687f6c (id: 29c64d47-1432-4d34-b9d8-994a89393786, sid: 29c64d47-1432-4d34-b9d8-994a89393786) (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 = 3395feb6-133a-4010-b704-087d552f16d6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3d4b000d (id: 3395feb6-133a-4010-b704-087d552f16d6, sid: 3395feb6-133a-4010-b704-087d552f16d6) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3700f3d7 (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@5f2bbe83 (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@14e3ef50 (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@62fac9a1 (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@c199ccd (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@77b2ea24 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6c127bad (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@4f89ed9f (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@76a824f8 (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@195aef74 (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@79b43930 (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@7951d68c (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@4e69a2ba (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@6c54c (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@582301c5 (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@30e31689 (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@50d08428 (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@1df95392 (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@91ce0ef (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@5f588b15 (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@3712d452 (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@2cce52c5 (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@1ad4deb5 (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@5ab9d903 (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 = 8f7745e4-ffda-47b3-9c86-9f7bb1358747 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@7f622d2e (id: 8f7745e4-ffda-47b3-9c86-9f7bb1358747, sid: 8f7745e4-ffda-47b3-9c86-9f7bb1358747) (name: FOP 2) (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@50a35d8a (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@4fb8452a (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@1fa1f943 (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@6f5131d9 (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@62cdb80c (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@12923a04 (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@64508499 (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@6b524dc7 (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 = 35dc6215-d755-4f2d-baf0-13d8ffe09c33 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@681308b3 (id: 35dc6215-d755-4f2d-baf0-13d8ffe09c33, sid: 35dc6215-d755-4f2d-baf0-13d8ffe09c33) (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 = fc8e221b-7ee1-4f07-a908-ec255f337e12 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@27226947 (id: fc8e221b-7ee1-4f07-a908-ec255f337e12, sid: fc8e221b-7ee1-4f07-a908-ec255f337e12) (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@3e731422 (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@7a89e513 (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@5465c7a8 (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@289ac0bd (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@60715f27 (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 = 2bee6bb4-3538-4190-8272-29c00eec0953 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7104d25a (id: 2bee6bb4-3538-4190-8272-29c00eec0953, sid: 2bee6bb4-3538-4190-8272-29c00eec0953) (name: FunctionalExchange 12) (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@6ffd1af5 (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@3d6eb9b0 (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@ba60355 (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@75c7a5b4 (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@1fa5444c (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@7d71ce75 (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@60bdc31 (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@56568bc5 (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@68130d42 (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@1be27453 (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@51331a2e (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@597bbcb7 (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@1ca4b44b (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@6ebe9543 (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@279500d0 (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@238f9e91 (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@1ab06047 (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@beeadf (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@fa2e998 (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@500685eb (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@49ad75f4 (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@3e32960c (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@26c4467b (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@4209a695 (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@60a979f5 (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@4a01111a (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@4e7261bf (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@41405bea (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@6a8de4e6 (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@28c6b16c (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@75645252 (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@36b8d81f (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@3f75924b (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@6c7544cb (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@61bfc767 (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@3c9afceb (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@2f6ed6f9 (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@69fb9cc3 (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@7660fa64 (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@b3a4f37 (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@25f98198 (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@70f8045a (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@6c88369a (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 29c64d47-1432-4d34-b9d8-994a89393786 org.polarsys.capella.core.data.cs.impl.PartImpl@56687f6c (id: 29c64d47-1432-4d34-b9d8-994a89393786, sid: 29c64d47-1432-4d34-b9d8-994a89393786) (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 = 3bd548de-2849-4672-a3b6-aa4e6f797458 org.polarsys.capella.core.data.cs.impl.PartImpl@5c8e3da0 (id: 3bd548de-2849-4672-a3b6-aa4e6f797458, sid: 3bd548de-2849-4672-a3b6-aa4e6f797458) (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 = 4b2ca85e-490d-4317-bb9b-4d7d3163a243 org.polarsys.capella.core.data.cs.impl.PartImpl@b0d8017 (id: 4b2ca85e-490d-4317-bb9b-4d7d3163a243, sid: 4b2ca85e-490d-4317-bb9b-4d7d3163a243) (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 = 956f727e-85f5-4f60-abb3-83a8e7d9267d org.polarsys.capella.core.data.cs.impl.PartImpl@531be75b (id: 956f727e-85f5-4f60-abb3-83a8e7d9267d, sid: 956f727e-85f5-4f60-abb3-83a8e7d9267d) (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 = e6c824f1-c61c-4b88-863d-ed0cb495b539 org.polarsys.capella.core.data.cs.impl.PartImpl@dec008b (id: e6c824f1-c61c-4b88-863d-ed0cb495b539, sid: e6c824f1-c61c-4b88-863d-ed0cb495b539) (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 = 2bb92b38-5144-4f6b-bc7b-229a0bfb78fd org.polarsys.capella.core.data.cs.impl.PartImpl@18ea8d45 (id: 2bb92b38-5144-4f6b-bc7b-229a0bfb78fd, sid: 2bb92b38-5144-4f6b-bc7b-229a0bfb78fd) (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 = 08ffc4da-5b9b-4b68-8f89-5200bf764508 org.polarsys.capella.core.data.cs.impl.PartImpl@7f00ab77 (id: 08ffc4da-5b9b-4b68-8f89-5200bf764508, sid: 08ffc4da-5b9b-4b68-8f89-5200bf764508) (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 = f86ec8c2-7fca-4ae5-9ce8-78ae3100011b org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@41f5ef4f (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@60b85c7d (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@27475a54 (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@679fabfd (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@1bf1c570 (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@18b521f6 (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@31fe223a (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@6286c9e5 (id: fed0da13-8702-4a32-8dd2-084ae056e085, sid: fed0da13-8702-4a32-8dd2-084ae056e085) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2d84305-24c6-4def-8fe9-0a55231a6c62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6c6438bf (id: b2d84305-24c6-4def-8fe9-0a55231a6c62, sid: b2d84305-24c6-4def-8fe9-0a55231a6c62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = fb6677f2-fbaf-4b60-a15f-b33add8ee0f8 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@72d0383b (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@43db0d06 (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@5ed36ad3 (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@4489f2b7 (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@37eb0bfd (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@2cc3833b (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@6903e182 (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@6214aa5f (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@dcfe103 (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@3da571da (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@4b5c881d (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@c5d857b (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@7e68aa0a (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@f826406 (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@4f2d783e (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@1b3059df (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@36d82048 (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@2a66c0c1 (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@eaeb13b (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@1749ff90 (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@60e45751 (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@7c18e344 (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@7c4a295 (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@5fa97882 (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@1d35f2f9 (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@268c20d8 (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@4fefe96 (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@1087ebe3 (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@22176130 (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@65da1f4a (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@16a34729 (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@39d47eed (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@20d38606 (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@15c6ed19 (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@19d07a87 (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@3695c46 (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@3f36099b (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@1dba9541 (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@7a4c033 (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@4e6637ed (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@4113856b (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 = f260bb57-7652-4541-9f15-65498acc003a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3eee60d8 (id: f260bb57-7652-4541-9f15-65498acc003a, sid: f260bb57-7652-4541-9f15-65498acc003a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 2, abstract: false, actor: true, human: false, kind: UNSET, nature: NODE) ID = e64e7e87-0431-448e-879e-4609471a28f6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7e44e983 (id: e64e7e87-0431-448e-879e-4609471a28f6, sid: e64e7e87-0431-448e-879e-4609471a28f6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3395feb6-133a-4010-b704-087d552f16d6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3d4b000d (id: 3395feb6-133a-4010-b704-087d552f16d6, sid: 3395feb6-133a-4010-b704-087d552f16d6) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 6a66b293-8f7a-4a90-a5b2-8d5097436865 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@356e3776 (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@52c9bb91 (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@68e7571b (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@1cb60864 (id: 7e7c5fba-e23d-45cb-a133-d00aa0b19fe6, sid: 7e7c5fba-e23d-45cb-a133-d00aa0b19fe6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 15c70a51-540f-4f8e-97a6-0d66ebb515bf org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@524e0946 (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@dc97962 (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 = 1ce2c378-e7c2-4507-89d4-d7e8903dc280 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@30918570 (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 = 4386e9d3-2e2d-4f31-9c5b-d86185e78bd9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@565215b3 (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 = c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@45fcfed (id: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7, sid: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52249b27-24ac-4413-9ff0-629255cb6c04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4a9a5f7e (id: 52249b27-24ac-4413-9ff0-629255cb6c04, sid: 52249b27-24ac-4413-9ff0-629255cb6c04) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 87004304-d278-4b59-8938-1389f6c04679 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@ca32413 (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@69de48a3 (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 = 4e872ac2-85d1-4ac3-a0d3-f01108f24c5f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5f658353 (id: 4e872ac2-85d1-4ac3-a0d3-f01108f24c5f, sid: 4e872ac2-85d1-4ac3-a0d3-f01108f24c5f) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = e2dda5f2-42ef-4cce-8902-e42690760dae org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@44e5434c (id: e2dda5f2-42ef-4cce-8902-e42690760dae, sid: e2dda5f2-42ef-4cce-8902-e42690760dae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1560b73b-71ae-4fd0-8053-4ceafef9acd8 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1357d15b (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 = 386a6905-ac6b-4604-b87f-3044a871b79a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5f1b4a99 (id: 386a6905-ac6b-4604-b87f-3044a871b79a, sid: 386a6905-ac6b-4604-b87f-3044a871b79a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 5d077961-e572-4968-a9f9-ca14fbd68679 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6235bb1b (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@4f45630f (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 = 0afa9fa3-5a4f-4136-8ff5-2561f9baea26 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@48dc7a8c (id: 0afa9fa3-5a4f-4136-8ff5-2561f9baea26, sid: 0afa9fa3-5a4f-4136-8ff5-2561f9baea26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 0936f7ea-f9c5-4e54-a075-8087cf212e52 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2c653583 (id: 0936f7ea-f9c5-4e54-a075-8087cf212e52, sid: 0936f7ea-f9c5-4e54-a075-8087cf212e52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4522ffeb-2d60-45ab-8cd3-445a413cefb6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@f385740 (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) [BehaviorComponentTest] >> release >> unload Project_test_01 [BehaviorComponentTest] >> 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@9241068 (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@7723eff9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@50489beb (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@70d4f7c2 (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@613a2334 (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@2f989f70 (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@561d7d43 (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@6bb850f9 (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@adab42e (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@560a1340 (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@23b738b1 (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@2ae7a824 (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@6a29abfd (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@899a3a6 (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@7f3285bf (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@5c04bcee (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@7b5592d0 (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@3e949a8f (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@55e0ef9f (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@2cfada01 (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@7b6e0e5c (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@6134a35c (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@337a24f2 (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@49aaca4e (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@42bd31c9 (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@6575481 (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@1a411456 (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@66b89d55 (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@23e7cb17 (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@6d0871ed (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@7f793bbe (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@7b8ff374 (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@5017a6b5 (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@6cd8036a (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@4d79cb39 (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@49e995b1 (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@2426b037 (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@849348a (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@b6a16b9 (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@e2b4e78 (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@1f1de082 (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@5eb17a8f (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@535603e (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@5139a66e (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@c3628c9 (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@6c146cb8 (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@15327985 (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@301802ec (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@5d53f19a (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@4475d8fc (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@1333b7ab (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@9241068 (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@7723eff9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@70d4f7c2 (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@613a2334 (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@2f989f70 (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@561d7d43 (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@1b14c556 (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@2b077683 (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@400f1f8c (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@7dc595ab (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@40c6c130 (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@152151e (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@6afa724c (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@2bb63e0c (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@2bf30cd1 (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@25259c56 (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@343bb4d3 (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@68ae822a (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@39173a59 (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@4f2eb30a (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@59180cc4 (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@6b7d851 (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@4f222084 (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@45614d2e (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@7dac7083 (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@51a7ca (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@11eebf92 (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@fd8ed44 (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@100be620 (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@3c07b88a (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@6042a159 (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@390c8789 (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@cab28e8 (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@487a7ae9 (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@1ac5faea (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 = d1554c3a-0488-4bb3-bd04-d48240594c4b org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6fdbb1c9 (id: d1554c3a-0488-4bb3-bd04-d48240594c4b, 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@560a1340 (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@23b738b1 (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@7e5ad381 (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@2be358ca (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@2d75dee5 (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@371d194a (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@1f7302f3 (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@726ec6af (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@750d268b (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@621b7d31 (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@7d8aa22f (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@7955488f (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@65f01050 (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@5cbb1b2a (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@74084148 (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@274a7e76 (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@42dd885f (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@46bba965 (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@700fa2fb (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@442cb42 (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@2a7324e5 (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@3118404f (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@3c8d24ed (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@2e87f0e5 (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@1de0bddc (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@6e098c17 (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@3b766777 (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@2ae7a824 (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@3271fef9 (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@103ab594 (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@187f353b (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@fce0898 (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@3275a9ae (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@77a63c61 (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@16111943 (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@696449d1 (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@792bf53e (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@79c220e4 (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@2aa0824f (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@c3628c9 (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@6c146cb8 (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@3c592daa (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@bcf5c12 (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@6ca32e20 (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@51ee231d (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@47cac01e (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@597cf99c (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@36439b06 (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@7cc65b86 (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@6a5b2746 (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@3a2ef341 (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@1c0e7711 (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@2fb1d3f4 (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@266719f2 (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@91cc99c (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@1006601f (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@65473bc8 (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@29d5b61a (id: afff96ee-d797-4ad2-844f-27a8c1eb6e9a, sid: afff96ee-d797-4ad2-844f-27a8c1eb6e9a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5c9fb66-c6ec-4213-b93c-c52d6f9da50f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1154efeb (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@6ad9f36f (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@9196a01 (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@6be7b6f4 (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@5639e94 (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@30beb368 (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@77ccb117 (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@1bdea64a (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@60b69db1 (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@197d405d (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@5c1d85e9 (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@1200eadd (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@7f56fabd (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 = 461435b7-5c4c-4080-92d6-89d8401252ab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@15327985 (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@7d2d33e5 (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@6f3f4f19 (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@7d691fe0 (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@46c9a5a6 (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@2b250367 (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@18776052 (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@550e3ce6 (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@7effd714 (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@7d42dd97 (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@5e14479d (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@7ad9b9b5 (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@7a1e968d (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@115b523c (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@6d0fc725 (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@5a2cdf20 (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@54089016 (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@1f89e219 (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@c2c3822 (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@30452358 (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@20dd8d66 (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@70143a4e (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@1d14f146 (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@4525e5f (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@4828450e (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@193fc00f (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@239b8caf (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@352d9e25 (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@3f27bdbb (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@587f2de8 (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@27fe3cbc (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@7efb42d0 (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@7cb3e2d1 (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@6d9dbe30 (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@53131a06 (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@792220c9 (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@37f64e00 (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@371a1af0 (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@7c12e53f (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@14dea61c (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@11dd7cc9 (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@76772998 (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@1da70174 (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@7c28ba9a (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@6e9aae2 (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@491d784e (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 = 084a9acb-5874-4d66-910a-9f0724ca43f9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3533103 (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 = d83843cf-a759-402d-9650-0a7de7620d6a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3e7c63f (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 = 14a8911f-867d-45cb-984c-082f921a362b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2d80a7e9 (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 = 32e820f7-6205-459a-ae31-c0b6dbbad446 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@213adcb (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 = 167dafc9-6cf9-492d-9846-2cbbf80b3d2b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@6178df99 (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@6eb31fe3 (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@68cbbde1 (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@37303476 (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@41acceec (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@4b157733 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1685b377 (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@4c2280d1 (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@63fdf060 (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@4a8c4afd (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@2e620884 (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@368430f1 (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@398ca41e (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@46921aba (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@27dcc675 (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@885e52e (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@16f19fae (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@e232a36 (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@7221d211 (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@1c13a3e3 (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@6055320 (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@1160ab4c (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@6dad522b (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@6ca0f8c6 (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@40902a21 (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@543ed3b4 (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@5385ff12 (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@38085b6c (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@7908af6e (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@5b897088 (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@36eb399d (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@750be0ed (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@7cff8428 (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@3bcfa242 (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@54075377 (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@5da18522 (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@61ee3227 (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@71f313a2 (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@15538051 (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@440a8f4c (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@54e5f2e0 (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@3de285dd (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@34bacb38 (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@24da420c (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@5f53d685 (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@76367cdf (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@14b78a2a (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@620b7092 (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@5f385195 (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@b957af2 (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@55e32bc0 (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@53e4aadd (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@4e43c7ed (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@63104e98 (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@6387bc16 (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@41acceec (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@4b157733 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4c2280d1 (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@63fdf060 (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@4a8c4afd (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@2e620884 (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@1ce2d2f1 (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@10104ffd (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@386334a0 (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@67b2d00 (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@c841264 (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@10409457 (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@7e1c5093 (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@529a741b (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@2221fea8 (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@7ed38447 (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@720978fe (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@3f1e3af5 (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@6052033b (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@4c692a67 (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@6bc6a98c (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@307ea829 (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@12a6e49c (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@69c87620 (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@2cb2a4d0 (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@756b2717 (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@7a1fba7d (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@433215ca (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@5acd5650 (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@e491109 (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@6770cbe6 (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@49af7675 (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@77cc16d5 (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@259acbae (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@5b3cbc21 (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 = 73bd5c8d-b6f7-4ee2-a537-007e13c69a1a org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@79a86fd9 (id: 73bd5c8d-b6f7-4ee2-a537-007e13c69a1a, 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@46921aba (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@27dcc675 (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@15f20025 (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@21fc6f0 (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@548e5bc3 (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@15a0d049 (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@10d619f0 (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@5945d8c3 (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@79fc4382 (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@6abf174 (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@6fec54e6 (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@18980a18 (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@3e3bada (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@5a9adb83 (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@575cef52 (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@f4ce76b (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@11e7a932 (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@1dad2e4e (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@2d3b74d6 (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@45a4a9a5 (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@6926361a (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@1d8dba2e (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@6b66e08d (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@bef85c5 (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@5321f444 (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@230d68c4 (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@7f3386a0 (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@885e52e (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@545ab3ae (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@1c59baa9 (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@7fbc3904 (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@58371f48 (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@59710023 (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@82c7556 (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@1646094e (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@76eb8991 (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@469bc6bf (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@5ed96032 (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@428583ac (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@5f385195 (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@b957af2 (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@7be9fdaf (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@629e4a9d (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@3cb58bd7 (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@219cc12d (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@221e0e9d (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@2782dc86 (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@351fa5e0 (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@384b30c (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@3836f3bd (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@4babfcb (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@7ff23eaf (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@20f7fa51 (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@2342bde2 (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@44ccaef7 (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@34adc3d5 (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@9d446a (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@1c113b9 (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@55e32bc0 (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@245ba221 (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@2d96efab (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@7dcf037d (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@7b2f54fb (id: 61974d8a-353a-4cf3-9365-956035c54e2e, sid: 61974d8a-353a-4cf3-9365-956035c54e2e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fec0ad9f-720b-47f7-8f6e-250d0c99ead2 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6ffa4d33 (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@49408f13 (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@1b781a40 (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@2a2f8345 (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@1701d0e6 (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@5af4fd02 (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@1055606 (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@57e6d8c8 (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@4e79b432 (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@33184c12 (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@18069911 (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@79473241 (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@7a1cd17f (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 = 7b366106-9aaf-43b0-b96f-f4cb78a284a6 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@52971ff4 (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@5d33a500 (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@c260d8a (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@34f29ec6 (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@5e704f13 (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@1eabea78 (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@22ddfe7a (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@2795049 (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@5e2d9fc2 (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@1f945655 (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@527745f3 (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@1ac4acec (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@28a5f3f9 (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@15be3e46 (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@7d0ea9df (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@4292c95e (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@452fc0ce (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@21079a23 (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@294f9f8d (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@7d436bc3 (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@46d1fd15 (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@5b9ab16e (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@efcfe67 (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@68878108 (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@21f7f058 (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@2f6834c9 (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@460ef885 (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@1255be8d (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 = 084a9acb-5874-4d66-910a-9f0724ca43f9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1c2ac836 (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 = d83843cf-a759-402d-9650-0a7de7620d6a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@69494772 (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 = 14a8911f-867d-45cb-984c-082f921a362b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7066ea60 (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 = 32e820f7-6205-459a-ae31-c0b6dbbad446 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@a8bf4c3 (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 = 51ad0313-5050-4e7a-ae47-eefa13776ebc org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@6c0bd994 (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 = 167dafc9-6cf9-492d-9846-2cbbf80b3d2b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@78e6ebca (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 = 31ac0261-3947-41b6-9b41-2eab42c55c0b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@207a42fe (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@f5aca04 (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@638fc96a (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@419380f (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@3c9ab122 (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@12470d82 (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@1e09d014 (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@560ff4a5 (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@39bfcd0f (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 = a08baa79-d048-4eda-9574-73c7500cb3aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6fbd9231 (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@5b082d90 (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@5f13103 (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@2c7247c4 (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@3188f380 (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@60a0e355 (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 [Test3] >> require >> load Project_test_01 [Test3] >> require >> load fragmentedOutput ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@14ff50f7 (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@5463404a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51ed4c07-158c-4f00-b389-532b4c9cc9c6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@1f4a7ed6 (id: 51ed4c07-158c-4f00-b389-532b4c9cc9c6, sid: null) (name: ProgressStatus) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 281f3b0b-616e-41d7-a197-81902a970201 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@26a12bd4 (id: 281f3b0b-616e-41d7-a197-81902a970201, sid: null) (name: DRAFT) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36d4c9b9-fcae-45b4-aa9e-e76cc7ca1673 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@5bec4652 (id: 36d4c9b9-fcae-45b4-aa9e-e76cc7ca1673, sid: null) (name: TO_BE_REVIEWED) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5e999a4-20cf-44ff-999a-973ef109af87 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@60dac49b (id: b5e999a4-20cf-44ff-999a-973ef109af87, sid: null) (name: TO_BE_DISCUSSED) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 254414c8-2ff3-4efd-942a-a889827bc05b org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@2caaaa98 (id: 254414c8-2ff3-4efd-942a-a889827bc05b, sid: null) (name: REWORK_NECESSARY) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1cba2a7d-249a-474c-a08f-ea19d898c3c3 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@3fadb52 (id: 1cba2a7d-249a-474c-a08f-ea19d898c3c3, sid: null) (name: UNDER_REWORK) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f694d02e-08d3-4b41-88df-169223e7e2c0 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyLiteralImpl@3a1dc3a9 (id: f694d02e-08d3-4b41-88df-169223e7e2c0, sid: null) (name: REVIEWED_OK) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fd917fbb-cef6-4548-8118-6682e2e65cea org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@cd5366d (id: fd917fbb-cef6-4548-8118-6682e2e65cea, 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@5e40c4a2 (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@5530ddef (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@1bc79b92 (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@1930424f (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 = a16c9785-8a55-48b0-b805-b6773510df97 org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@347e60bd (id: a16c9785-8a55-48b0-b805-b6773510df97, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4ab45793-c801-4175-a96d-67dec2fd600c org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@1c88e607 (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@40e2742e (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@5d8d92b (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@60552d2d (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@7dafa006 (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@3cd503d6 (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@5970526 (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@4c627cfc (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@4ccd5ae6 (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@58123b1a (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@6511ab0b (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@3a4bbec9 (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@1cf7d90c (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@5574fb63 (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@3dd54b35 (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@5a8f17b0 (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@78129a54 (id: 5ba54f0d-a539-4070-98eb-468a69f3f4e2, sid: null) (name: ) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 0) ID = a021d9c9-fb0b-40f2-b09c-6a83616eeef5 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@d44c664 (id: a021d9c9-fb0b-40f2-b09c-6a83616eeef5, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: SUB) ID = cab1663a-c1f7-4802-9432-ecf59a8fdd99 org.polarsys.capella.core.data.information.datavalue.impl.BinaryExpressionImpl@2bb65365 (id: cab1663a-c1f7-4802-9432-ecf59a8fdd99, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (unparsedExpression: null) (operator: POW) ID = 74ecded3-30a9-4ceb-b997-cb8f5a9edd3a org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@3793b2a1 (id: 74ecded3-30a9-4ceb-b997-cb8f5a9edd3a, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 2) ID = e2f9793d-603f-423f-bda0-14c6fdcace9c org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@4a6867a3 (id: e2f9793d-603f-423f-bda0-14c6fdcace9c, sid: null) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (abstract: false) (value: 64) ID = e515ebdf-6159-4dae-a2b5-ef5b97a29f3f org.polarsys.capella.core.data.information.datavalue.impl.LiteralNumericValueImpl@6134ff6c (id: e515ebdf-6159-4dae-a2b5-ef5b97a29f3f, sid: null) (name: null) (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@1dd4a749 (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@3fc401d4 (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@5368fc42 (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@271d8e80 (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@1f4b8bc5 (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@9ef359 (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@140085e4 (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@5fa2706a (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@1c74cdf8 (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@6b07e114 (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@7bb87635 (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@37d57808 (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@df46807 (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@15305c0 (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@593eb3a4 (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@7c1679ac (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 = 14f117f6-a525-4457-9ac9-25d738ae9112 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@caaaac7 (id: 14f117f6-a525-4457-9ac9-25d738ae9112, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, name: System State Machine, isControlOperator: false) ID = 4ecc61d5-802c-4761-8d52-31386e4e6b42 org.polarsys.capella.core.data.capellacommon.impl.RegionImpl@6e5afd21 (id: 4ecc61d5-802c-4761-8d52-31386e4e6b42, sid: null) (name: Default Region) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 55fb3981-ba0f-4363-ac87-3fc51aa847a8 org.polarsys.capella.core.data.ctx.impl.MissionPkgImpl@2a4a0cb0 (id: 55fb3981-ba0f-4363-ac87-3fc51aa847a8, sid: null) (name: Missions) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 088526ed-df58-4bfd-9fe4-d472001c878c org.polarsys.capella.core.data.ctx.impl.OperationalAnalysisRealizationImpl@65b878cb (id: 088526ed-df58-4bfd-9fe4-d472001c878c, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@14ff50f7 (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@5463404a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5e40c4a2 (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@5530ddef (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@1bc79b92 (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@1930424f (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@357e57ab (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@66f23b4e (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@414e3709 (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@5af72755 (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@1d73f0af (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@1993cbd8 (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@3de3c295 (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@3fd35e54 (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@2461add3 (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@32a53cb3 (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@5847aaa4 (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@5aea1437 (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@39444db0 (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@3bb024bf (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@37494200 (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@73a1a78f (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@22bc3613 (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@5bb384ea (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@25d0ddcc (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@3b634272 (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@3fffa898 (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@1c623c16 (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@22bdf4c0 (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@6dcb21f5 (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@2a4ecf0f (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@2e54de12 (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@36b82228 (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@38fc4662 (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@635f657d (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 = 4745f0a7-5a4e-4524-9677-6de72ae35a80 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@32c9cd90 (id: 4745f0a7-5a4e-4524-9677-6de72ae35a80, 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@1c88e607 (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@40e2742e (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@48ce866e (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@3f10443d (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@64732506 (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@37e37ea2 (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@b2273c6 (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@67b2d648 (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@7f16353b (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@3e008a9d (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@30b9a5b7 (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@41c8257e (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@f396f91 (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@35574889 (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@48bed789 (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@48ddf835 (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@cdc5358 (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@3c0414a (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@3dfcdc24 (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@1a4797fe (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@74ef517d (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@752484bb (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@2ee26bc7 (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@8bce182 (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@6d63d51 (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@5786606c (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@6a878508 (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@5d8d92b (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@32535074 (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@56b2c352 (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@cbb349 (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@431923fa (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@6be11b1d (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@2b09fd60 (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@760542b3 (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@7c09a97a (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@b3ea64e (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@39e9063e (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@282935b6 (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@15305c0 (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@593eb3a4 (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@42281b7d (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@239b6bb5 (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@6f6dfeac (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@76099b84 (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@2c790efd (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@31d04262 (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@860b21f (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@28ab0a13 (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@63d0e3f6 (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@2626d8d4 (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@7a959945 (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@26981f47 (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@659f156d (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@1c74afa8 (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@4d3588d2 (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@4f4491fa (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@18ac6c56 (id: afff96ee-d797-4ad2-844f-27a8c1eb6e9a, sid: afff96ee-d797-4ad2-844f-27a8c1eb6e9a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a5c9fb66-c6ec-4213-b93c-c52d6f9da50f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1dec7422 (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@26582401 (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@4ff92155 (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@3e880a9d (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@6f63665a (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@3487548 (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@2e0ec2c (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 = a08baa79-d048-4eda-9574-73c7500cb3aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2d827556 (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 = d67d7bc5-3587-473e-a269-e332c4190149 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3306baf3 (id: d67d7bc5-3587-473e-a269-e332c4190149, sid: d67d7bc5-3587-473e-a269-e332c4190149) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = abd4925a-7576-48fc-964e-ad669cc7d885 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5ab2ec35 (id: abd4925a-7576-48fc-964e-ad669cc7d885, sid: abd4925a-7576-48fc-964e-ad669cc7d885) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3370b06-90e8-4229-843d-c8dd43edde34 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@73247bee (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@43d3ccf7 (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@237a8dde (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 = 461435b7-5c4c-4080-92d6-89d8401252ab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7c1679ac (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@31d619f3 (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@6940e44e (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@1d650e8a (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@6a586aa5 (id: 61974d8a-353a-4cf3-9365-956035c54e2e, sid: 61974d8a-353a-4cf3-9365-956035c54e2e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = fec0ad9f-720b-47f7-8f6e-250d0c99ead2 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@4c41f71d (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@7fb16fa5 (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@724cda06 (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@247bdce (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@41fd4b84 (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@35c5d859 (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@214da80d (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@1e5bc827 (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@35d11103 (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@2ecd10f0 (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@628cc8e4 (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@22d63e62 (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@1fb27a32 (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 = 7b366106-9aaf-43b0-b96f-f4cb78a284a6 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@67371f87 (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@39c9fc4 (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@136c171b (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@c19c47a (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@538d3959 (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@3488fe53 (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@47aff316 (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@5d7d58d (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@3f2a639f (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@4ca3684f (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@74ac158e (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@4f6cdd2b (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@23b669c2 (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@74009ceb (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@6014f780 (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@4938fb2c (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@595063b0 (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@29c74bb5 (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@6ea811fa (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@60477698 (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@3ad0c4c3 (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@2959bacf (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@7d059df (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@5cf80c0b (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@60b22d8b (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@4d97c90 (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@1c2c375 (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@1dc60f12 (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 = d83843cf-a759-402d-9650-0a7de7620d6a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4ce38ce6 (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@1421bbc4 (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 = 14a8911f-867d-45cb-984c-082f921a362b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2d475cb9 (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 = 32e820f7-6205-459a-ae31-c0b6dbbad446 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@23f7e26d (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 = 167dafc9-6cf9-492d-9846-2cbbf80b3d2b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7f53152f (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@d1198a1 (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@42854bb6 (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@16d3b9c7 (id: 65071399-aea5-413f-a568-e24500d1d030, sid: 65071399-aea5-413f-a568-e24500d1d030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload fragmentedOutput [Test4] >> require >> load Project_test_01 [Test4] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@15c9d267 (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@4ab15264 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2a152d43 (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@4a6b2bad (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@110a854b (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@4de3a3ea (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@45cbd6ef (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@2a7481ce (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@1f34b81c (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@6b16dc33 (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@5468a356 (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@237977a0 (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@1191dace (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@40039e66 (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@5f3b2deb (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@3cc05372 (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@2398a98e (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@7f34e335 (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@7966dd4d (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@47835ad0 (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@21315f77 (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@79443d2f (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@36070bff (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@6b0f9235 (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@406ea2c4 (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@189b42a3 (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@46adf28b (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@5d31dbd6 (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@64758052 (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@65c10524 (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@4c518abd (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@1445c7a (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@3409a614 (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@7645746c (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@fa47812 (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@2c205210 (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@55606886 (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@85b9052 (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@24130da3 (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@a8d7be3 (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@5cff166c (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@872d4a1 (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@3430ae19 (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@5583891f (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@3d740eee (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 8a2199a5-9b2c-4dd4-a95d-a586496c3e81 org.polarsys.capella.core.data.cs.impl.PartImpl@37db5909 (id: 8a2199a5-9b2c-4dd4-a95d-a586496c3e81, sid: 8a2199a5-9b2c-4dd4-a95d-a586496c3e81) (name: 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) ID = 8bc10921-c766-42ea-9455-ccb597a4ca88 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@311cffb8 (id: 8bc10921-c766-42ea-9455-ccb597a4ca88, sid: 8bc10921-c766-42ea-9455-ccb597a4ca88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: B, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = fe902614-56ed-4361-9154-d09d6207221e org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7bf9e82c (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@7b130332 (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@27a448bd (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@49144bd7 (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@15c9d267 (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@4ab15264 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4a6b2bad (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@110a854b (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@4de3a3ea (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@45cbd6ef (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 = e1386d8a-091d-42d6-ba55-46a68aa161aa org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@2dfb598a (id: e1386d8a-091d-42d6-ba55-46a68aa161aa, 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@6b16dc33 (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@5468a356 (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@237977a0 (id: 199109bc-3a8c-4b97-bf96-83a0cdd91311, 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@3d740eee (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 7d8ab67a-99d2-4646-aab9-842ae69e1d96 org.polarsys.capella.core.data.cs.impl.PartImpl@3fa65afc (id: 7d8ab67a-99d2-4646-aab9-842ae69e1d96, sid: 7d8ab67a-99d2-4646-aab9-842ae69e1d96) (name: 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) ID = 8a2199a5-9b2c-4dd4-a95d-a586496c3e81 org.polarsys.capella.core.data.cs.impl.PartImpl@37db5909 (id: 8a2199a5-9b2c-4dd4-a95d-a586496c3e81, sid: 8a2199a5-9b2c-4dd4-a95d-a586496c3e81) (name: 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) ID = 730d1e95-531f-4966-9f82-d208c7951c14 org.polarsys.capella.core.data.cs.impl.PartImpl@27779954 (id: 730d1e95-531f-4966-9f82-d208c7951c14, sid: 730d1e95-531f-4966-9f82-d208c7951c14) (name: PARENT) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d88b8928-bb26-4047-b071-b5a4aa6edace org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4130a109 (id: d88b8928-bb26-4047-b071-b5a4aa6edace, sid: d88b8928-bb26-4047-b071-b5a4aa6edace) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: A, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 5d3d9ffe-1290-4307-9a15-78c81740d544 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@3532b83 (id: 5d3d9ffe-1290-4307-9a15-78c81740d544, sid: 5d3d9ffe-1290-4307-9a15-78c81740d544) (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 = 5a2e2eb1-9780-4d6d-a25a-0f58bad29a11 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5d2a0d1d (id: 5a2e2eb1-9780-4d6d-a25a-0f58bad29a11, sid: 5a2e2eb1-9780-4d6d-a25a-0f58bad29a11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PARENT, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = b2282218-34ef-4e3b-aa66-3316cfb60383 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2cfdcb9f (id: b2282218-34ef-4e3b-aa66-3316cfb60383, sid: b2282218-34ef-4e3b-aa66-3316cfb60383) (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 = c6105153-f4bc-44f4-8596-becd0dfcbc40 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@213269f8 (id: c6105153-f4bc-44f4-8596-becd0dfcbc40, sid: c6105153-f4bc-44f4-8596-becd0dfcbc40) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7380df92-1962-4d0b-8a50-77384ffc4d20 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@2c4eb698 (id: 7380df92-1962-4d0b-8a50-77384ffc4d20, sid: 7380df92-1962-4d0b-8a50-77384ffc4d20) (name: PL 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8bc10921-c766-42ea-9455-ccb597a4ca88 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@311cffb8 (id: 8bc10921-c766-42ea-9455-ccb597a4ca88, sid: 8bc10921-c766-42ea-9455-ccb597a4ca88) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: B, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 7b366106-9aaf-43b0-b96f-f4cb78a284a6 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@57628d38 (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@1da4982a (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@529ed3ef (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@309522b5 (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@73dd62d2 (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@4a81c14b (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@6ea4625f (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@77bd65b4 (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@6fee4263 (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@2b215d4c (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@66da74ed (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@7a562d47 (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@67b68534 (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@465c7fb3 (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@73941689 (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@386321a9 (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@6b2f9cb4 (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@4e2bc785 (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@1d58b097 (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@3c17b4fc (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@2b4a45f6 (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@3b4da8f5 (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@63496b03 (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@627883c2 (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@1be40f8e (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@4d380607 (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@65017dd0 (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@43419421 (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 = 2ea9225a-0976-420d-9dcd-1e23974b8274 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@683f7575 (id: 2ea9225a-0976-420d-9dcd-1e23974b8274, sid: 2ea9225a-0976-420d-9dcd-1e23974b8274) (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 = 28ea2dca-40b8-4db5-8646-45b71e2678aa org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2c43b992 (id: 28ea2dca-40b8-4db5-8646-45b71e2678aa, sid: 28ea2dca-40b8-4db5-8646-45b71e2678aa) (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) [Test4] >> release >> unload Project_test_01 [Test4] >> 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@f9bc33e (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@1e04dc53 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@46f8fe39 (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@5653edc3 (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@1c14ac95 (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@462ead7f (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@315d4912 (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@7a33b669 (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@5e34763f (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@1abcfdee (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@1e2688dd (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@1db4b333 (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@6347c8ac (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@4baa3974 (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@761010f1 (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@1549fb8d (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@48165320 (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@52eda2cf (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@240cb7fb (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@7ec3a564 (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@4b666cf (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@3bf2474c (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@7a808ca6 (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@198bee17 (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@2ebc63f7 (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@75d894b (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@362ce62f (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@476f52fb (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@37c8a334 (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@71d706da (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@209b8b51 (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@3ffb72c3 (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@72951d10 (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@1969d5d8 (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@5665854f (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@326c982a (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@68cb6eea (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@3fdbb13e (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@456e1477 (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@13157938 (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@209ae98e (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@42aaeee2 (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@7752976c (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@4fb6ec07 (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@1152329 (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@152aa55a (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@4305ba79 (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@5a0de6ba (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@796b996c (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@5b021ef8 (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@52afebda (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@f9bc33e (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@1e04dc53 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5653edc3 (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@1c14ac95 (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@462ead7f (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@315d4912 (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@9c21121 (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@308b6488 (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@3fd72b3 (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@5833be07 (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@4161f739 (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@4cb285b0 (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@49f4813f (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@3f2becba (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@5c31d39d (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@2c608e44 (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@539e3441 (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@4225f3b4 (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@7a3be71 (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@49b55983 (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 = 8f7745e4-ffda-47b3-9c86-9f7bb1358747 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@48b46ca0 (id: 8f7745e4-ffda-47b3-9c86-9f7bb1358747, sid: 8f7745e4-ffda-47b3-9c86-9f7bb1358747) (name: FOP 2) (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@536bdf5b (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@1881d0ce (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@7c7cdfb9 (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@3c38a96 (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@15d22d80 (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@66ffeeec (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@636cc6ad (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@6756596d (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 = 35dc6215-d755-4f2d-baf0-13d8ffe09c33 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7ec743e5 (id: 35dc6215-d755-4f2d-baf0-13d8ffe09c33, sid: 35dc6215-d755-4f2d-baf0-13d8ffe09c33) (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 = fc8e221b-7ee1-4f07-a908-ec255f337e12 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@2158102c (id: fc8e221b-7ee1-4f07-a908-ec255f337e12, sid: fc8e221b-7ee1-4f07-a908-ec255f337e12) (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@71cc4bd8 (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@54684989 (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@24978cf7 (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@34ee044b (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@545a189c (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 = 2bee6bb4-3538-4190-8272-29c00eec0953 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@465cba37 (id: 2bee6bb4-3538-4190-8272-29c00eec0953, sid: 2bee6bb4-3538-4190-8272-29c00eec0953) (name: FunctionalExchange 12) (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@7cfd1154 (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@43246e04 (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@5e34763f (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@1abcfdee (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@1e2688dd (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@4084ac75 (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@f5ec3e6 (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@52a01569 (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@61ed8e38 (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@46f6174 (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@221f4df5 (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@5d04fc03 (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@1e0f9cfc (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@45095855 (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@1d21d5e4 (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@673fc6a7 (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@5b55ec0 (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@af165d3 (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@19ec0f9c (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@7ff8f8 (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@2f93f569 (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@2e4dd2b5 (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@57a4a80f (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@2863223b (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@18eba2e3 (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@58731331 (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@2ae53ce0 (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@1ba6a17d (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@5e9ff450 (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@1e358e29 (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@1db4b333 (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@33b744b1 (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@88f9a81 (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@39041043 (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@ce556f3 (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@66d00b2e (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@127fdee7 (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@be052e3 (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@2d14cfa2 (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@72f16b3d (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@180a42f4 (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@7a644222 (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@1152329 (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@152aa55a (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@1786074b (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 = 3bd548de-2849-4672-a3b6-aa4e6f797458 org.polarsys.capella.core.data.cs.impl.PartImpl@3293f8bb (id: 3bd548de-2849-4672-a3b6-aa4e6f797458, sid: 3bd548de-2849-4672-a3b6-aa4e6f797458) (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 = 3c13f170-f38a-4798-8c51-9926fafb0279 org.polarsys.capella.core.data.cs.impl.PartImpl@48fd147c (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@429ab38c (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@1a431ada (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@3119cd7a (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@56e6dfe4 (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@6a9aca18 (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@5df88bf6 (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@4ae4723f (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@557e443f (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@4c2ba932 (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@284da563 (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@569c2934 (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@3e4a58f3 (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@67cd7e17 (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@40d691fa (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@24f08bb4 (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@4305ba79 (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@54b993ca (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@333e4622 (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@1d505518 (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@1d92f5f8 (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@6a10152a (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@732e84a5 (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@ca3f5a7 (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@6cda1228 (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@689e3dc (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@1055404 (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@1218974e (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@2eef8c77 (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@67b10d75 (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@4c3fd0f3 (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@1a4b9cdd (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@481537d7 (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@27204105 (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@6d950f7d (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@409ed7a (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@23f10e78 (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@186f3e96 (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@5dc42401 (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@16ed60fe (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@3d443e95 (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@5c3e3c25 (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@2026ff8f (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@5d3191e5 (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@411dbc40 (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@6c6f6f52 (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@7b223fd7 (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@2a4d27ef (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@69e615a (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@119c8b24 (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@7baad247 (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@389be082 (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@4dfad27a (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@38cab54a (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@155f70fe (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@72a71d27 (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@6955780b (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@4d8e08e (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@6aeeb86b (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@20eace34 (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@623d6f02 (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@21223f5b (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 = adbd4534-3bce-4b80-ad17-fa4e38de2923 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@ca34d3 (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 = 15c70a51-540f-4f8e-97a6-0d66ebb515bf org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@14f0475d (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 = 4386e9d3-2e2d-4f31-9c5b-d86185e78bd9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@593b8aa9 (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@3c8262e8 (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 = 3e5e3d33-44ed-448f-a742-188f4a79b121 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1b14d969 (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 = 14d13c25-674e-4dfe-a50d-8225eaf7a4e1 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@183b0374 (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 = 1151d51c-0647-4015-ba43-eee6496f2587 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@75ac6e00 (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@465cec03 (id: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7, sid: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f260bb57-7652-4541-9f15-65498acc003a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@20690e91 (id: f260bb57-7652-4541-9f15-65498acc003a, sid: f260bb57-7652-4541-9f15-65498acc003a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 2, abstract: false, actor: true, human: false, kind: UNSET, nature: NODE) ID = e64e7e87-0431-448e-879e-4609471a28f6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2a7bbbec (id: e64e7e87-0431-448e-879e-4609471a28f6, sid: e64e7e87-0431-448e-879e-4609471a28f6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ad4a7e0-7369-4099-b88d-4854265ec3dd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@69172d16 (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@48e17de0 (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@fe6183a (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@5ad04ad9 (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@73c4c74e (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@25f5dbc (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) ID = 44dd39bf-9bcd-4c61-ba2f-58f41b12cdab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5270af7c (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@baf84d6 (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@24cfb51f (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@1b88b1f0 (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@6ee81508 (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@43a2d83f (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@95003c2 (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) [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@1fa992a3 (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@14450b42 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6b6aae9e (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@1d28f364 (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@26e368b0 (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@491298f0 (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@22224329 (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@49d3c3f6 (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@1be5a930 (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@156e9f23 (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@4adfe0d6 (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@6ee138d8 (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@5779d2f8 (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@5dd4d0a7 (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@53d92fe7 (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@18ccbe22 (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@1bb41d1 (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@7a91e8a9 (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@602d460b (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@1d6dc982 (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@4683a637 (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@3322caee (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@39b5df9f (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@4a6720f2 (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@110e9597 (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@34de58e2 (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@1bf0cba (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@1e21e461 (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@1f170035 (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@36d42e73 (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@4ff72ecf (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@5093f4e3 (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@3554614b (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@730b264b (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@512f16c3 (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@1e54d4e9 (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@81ca051 (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@228ff667 (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@bbf65fb (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@33741bf9 (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@5e073bee (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@366d287 (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@7386efad (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@603e89f7 (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@263c7d8d (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@6b0409b1 (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@6d269b1b (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@77e50998 (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@341590bd (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@c3e07ef (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@30b21777 (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@1fa992a3 (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@14450b42 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a605020b-0ed8-40fa-9afd-0bd93fbba582 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1d28f364 (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@26e368b0 (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@491298f0 (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@22224329 (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@1be5a930 (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@156e9f23 (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@4adfe0d6 (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@6ee138d8 (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@263c7d8d (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@6b0409b1 (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@7b97e24f (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@789534c0 (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 = f19a5f54-9303-4c37-9864-cc2f4092998a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6d269b1b (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@51495ab3 (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) ID = cc8ada61-d647-450f-9767-5e6a6cd2282e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@44b1e5b8 (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@64daa36a (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) [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@33a8396 (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@876e8fc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6609f531 (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@16b40edc (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@203d6dbe (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@592875cb (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@beead20 (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@7ad7d712 (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@5f622880 (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@1d6aeb1e (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@2a11e0bd (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@73745354 (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@748b52ab (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@624ace0 (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@6d99ae5f (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@22bc081f (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@c0c18e9 (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@2f6ce624 (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@f274ec0 (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@4d1943cb (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@213ec1d1 (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@69ab5e14 (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@5ccf5caf (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@5bcf5be6 (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@c283907 (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@3fc09d68 (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@2b433670 (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@26c2a5ac (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@1fc6b412 (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@5b07bebd (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@6945e31b (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@38fdfcbf (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@75500aa6 (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@4ec0e2b9 (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@33d1db26 (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@649ec1e7 (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@11eef2e8 (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@58720f46 (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@65c7e785 (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@77c49323 (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@11db5681 (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@591b63c3 (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@33a4caa (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@50349a65 (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@14dec630 (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@498cf64d (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@7e5aa040 (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@72dffc34 (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@179e25a5 (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@2dfac6cd (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@7dd5a87e (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@33a8396 (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@876e8fc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 63c5f496-b7eb-47d5-bb4a-9dd17f586ba3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@16b40edc (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@203d6dbe (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@592875cb (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@beead20 (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@5742b2cc (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@29bb82a9 (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@3c5ae6d7 (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@7e4cf742 (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@b979ce8 (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@67616b0f (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@c66556a (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@15894543 (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@224eebc6 (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@4e1bd593 (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@2f14e43c (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@7ad13ac3 (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@6a76cf47 (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@7d161d9c (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@58021453 (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@1c9985a5 (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@a591260 (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@5f622880 (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@1d6aeb1e (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@2a11e0bd (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@73745354 (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@14dec630 (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@7c12c2e2 (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@498cf64d (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@80692a (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@eb43da1 (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@6d74e28c (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@7e5aa040 (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@34b22c98 (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@4bbc1055 (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@60025477 (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@1ce15c78 (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@72388002 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@347fc0de (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@7eea74c9 (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@588aa1d2 (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@44975a97 (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@58d4bd5f (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@609bd911 (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@7ba9c4cb (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@17688bab (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@9db1341 (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@3a93bf31 (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@7b73f3b6 (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@5e84b967 (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@178104cf (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@3d781dc8 (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@5972a792 (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@22c6625a (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@3dfeadb1 (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@4015619b (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@c97103c (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@1dd26746 (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@5589d268 (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@3e7b68fb (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@a5989f8 (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@43f37a2 (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@cddd9f3 (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@843aadd (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@345a8f0b (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@3366be37 (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@5196ebe9 (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@7a672063 (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@3cb7609e (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@4148c28d (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@2b625d2c (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@68c5141b (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@6ff13a0d (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@68aad1d4 (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@51987ad0 (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@11bdd934 (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@77faa85c (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@4960f306 (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@5bbc5e00 (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@2437583a (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@7f55ba4f (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@c41d079 (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@31c06d25 (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@6a74a29f (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@67990d28 (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@7ea9d3c (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@42e26fb4 (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@1ce15c78 (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@72388002 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ec627100-3a92-422b-9d4d-296483b56914 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7eea74c9 (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@588aa1d2 (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@44975a97 (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@58d4bd5f (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@7ba9c4cb (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@17688bab (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@9db1341 (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@41033760 (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@3a93bf31 (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@7f55ba4f (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@72c02941 (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@794dbf2b (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@737043df (id: accd763b-0ce7-4e1f-9b52-e12b6f8d1671, sid: accd763b-0ce7-4e1f-9b52-e12b6f8d1671) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 07608a8c-104a-4785-a3ad-ee2656d4d7aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@41984110 (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@18c56f70 (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@c653fa4 (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@7d7aeb4c (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@1e6fd01a (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@2de28248 (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@85f004f (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@22d5aa83 (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@425a51c3 (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@7b937b02 (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@b3e4147 (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@4b07311 (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@1474ee0d (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@745fccea (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@59b93783 (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@bec6939 (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@7815c324 (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@7b069df7 (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@6b13a83b (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@3deb1c1 (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@55044e7d (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@1a22880f (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@6c06b900 (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@1a204df8 (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@6d208f67 (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@63cc003c (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@3adb7bfc (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@220caed2 (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@4bbe4643 (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@487072e8 (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@2915f481 (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@6e28a54f (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@579d6a97 (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@1c31a5be (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@1a86fb45 (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@312f3787 (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@dda2ae7 (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@1cd762b7 (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@3126eebb (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@79fd6417 (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@25ace4dd (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@2c9f805 (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@4ab343b7 (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@7a2119e2 (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@54ec343 (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 = 58c7adf3-10c3-4bf1-9aba-757ac283a651 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@52295efb (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 = 7835703c-c982-4f5b-8eda-c77d60c0c65e org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@256fb2fa (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@554b7fc6 (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 = 15d56e67-d78c-4d7a-ba21-8e42cbf13a2f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@3139c520 (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 = 984441d2-cc6d-4997-a21b-d6d7e408ae60 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@50bf3ccb (id: 984441d2-cc6d-4997-a21b-d6d7e408ae60, sid: 984441d2-cc6d-4997-a21b-d6d7e408ae60) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 49aabac9-01b1-4b6e-8d97-22a458c5583d org.polarsys.capella.core.data.epbs.impl.ConfigurationItemImpl@31c06d25 (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) [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@4cc19e53 (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@502b9ff (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@41573a06 (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@4de4e321 (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@25510dca (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@5bc12eae (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@5f5ca38f (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@5b833fa2 (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@58a02a8b (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@3fe79b37 (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@e0abfa8 (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@2a0f17ba (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@5cc0edeb (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@277c262f (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@6783109a (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@34d8cc66 (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@6f2cc0a3 (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@29a7ce37 (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@565f0c59 (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@24965108 (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@2d36b4e1 (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@3af71106 (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@14e4efc5 (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@2ece240 (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@1ae5cf40 (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@1818823b (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@702e7945 (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@52b6a6d9 (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@37da2516 (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@594fd3bc (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@5a287d81 (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@4e2ac5ee (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@7a019ca4 (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@26d4d085 (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@3218869 (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@1b3c2856 (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@6d2e6329 (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@6dfec6f1 (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@621379e7 (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@1817936b (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@63e8c6b (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@1dec0b13 (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@64c99508 (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@40e1ce31 (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@118496cc (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@28c53327 (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@32f06262 (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@5a4dbdce (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@1dcad1fc (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@7ff530ea (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@7abd31c7 (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@4cc19e53 (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@502b9ff (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4de4e321 (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@25510dca (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@5bc12eae (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@5f5ca38f (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@6f9cba69 (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@428ed50d (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@106837ac (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@2a92aef5 (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@2057063c (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@14459986 (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@45c119f5 (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@7a1bf2be (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@62e57d27 (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@5a544154 (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@1717e55a (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@323c7b04 (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@7bf93421 (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@3df94eb (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@2bca8cff (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@7aff26d9 (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@48954d9b (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@3792f0ae (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@48c02fd7 (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@4b8a11f8 (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@29917487 (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@926f69b (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@4051deff (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@5b4f12dc (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@7958707e (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@47f4d3e0 (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@91c4bc7 (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@2a6671ca (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@10872f78 (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@718d955b (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@1aa4aade (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@3556061 (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@2a80739c (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@37ba1cda (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@877b2a9 (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@20898dae (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@9bc16b0 (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@6e079791 (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@5b508202 (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@3758803b (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@5e3819f6 (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@cd1b6bf (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@53ce65b5 (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@20646eaf (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@3e0d24fc (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@3fe809cc (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@1f2b3049 (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@1cb92415 (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@4bc4c9ba (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@349d0f67 (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@72f2c8c5 (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@27bed302 (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@4a5a5756 (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@16e09f4d (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@72b0d9b4 (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@23c73223 (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@3b3f31ea (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@29b7db37 (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@5d3ecacc (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@4772bd62 (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@5006407 (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@127979f3 (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@39baa9da (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@6bf19a22 (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@6d57fb07 (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@34b8a1bf (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@58a02a8b (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@3fe79b37 (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@e0abfa8 (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@2a0f17ba (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@118496cc (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@28c53327 (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 = 9d16139f-bc22-498a-9729-4ec3d1f85469 org.polarsys.capella.core.data.cs.impl.PartImpl@6928fed2 (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@75c32a9c (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@49b9ea4b (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@472557b2 (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@15453067 (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@42d33a17 (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@2e286f1b (id: a9462546-c8b5-481d-9f65-6642b5dcf5e9, sid: a9462546-c8b5-481d-9f65-6642b5dcf5e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e73586e-1b4e-47a5-babe-e11185732048 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@7cc295a1 (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@14170f69 (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@438c1931 (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@37f1c94b (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@1d98d6dc (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@73a79d9e (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@500ca09 (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@4a04ec5a (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@7632e491 (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@5180683 (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@64bc4ab (id: 2819605c-50b5-41d3-91f9-bef26b255416, sid: 2819605c-50b5-41d3-91f9-bef26b255416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2cba002-bca6-4f67-ad80-6707703f6a0a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@32f06262 (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@fed79ff (id: 18693b1c-2882-49fd-8ddd-ac33b43e16c1, sid: 18693b1c-2882-49fd-8ddd-ac33b43e16c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@72503182 (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@2ae2a27a (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@5fcd8390 (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@4a26996 (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@12d573a4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2979ed20 (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@507ede53 (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@3c43af00 (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@5b79f2a6 (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@6fc4ea20 (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@6854e866 (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@49536f90 (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@3aeb4bf1 (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@160b2681 (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@31b0d95 (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@18d019b5 (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@126db46 (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@6eb2266c (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@5989c146 (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@418c6673 (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@764779ef (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@939b00d (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@1eadd39d (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@3c3081c5 (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@71f51fad (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@35086046 (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@45c97c41 (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@7dcfe394 (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@249e93f7 (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@75da5e40 (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@776b52c6 (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@3f1a9b55 (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@2ad7e914 (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@dd89a50 (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@5c47880b (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@5e960354 (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@e47325a (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@4a8a67bd (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@2a6da937 (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@448f838d (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@736dbca4 (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@6a438afb (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@2d20a295 (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@158bcf57 (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@b1dc9de (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@7dff9e14 (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@5563af34 (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@4ee659f4 (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@1f8e20ea (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@26c64f98 (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@7ef3a1c1 (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@72eaa3f8 (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@1830360c (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@7f0aeff7 (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@4a26996 (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@12d573a4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@507ede53 (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@3c43af00 (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@5b79f2a6 (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@6fc4ea20 (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@1b32384a (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@3aa8af83 (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@2ed096b2 (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@6c777841 (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@135c06fb (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@39936724 (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@11f7037e (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@773aa528 (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@271748f1 (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@12a827a0 (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@3bed3a78 (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@195cdbc8 (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@49148d2 (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@5757eac7 (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@5bb34af (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@7ac62d4b (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@741f3d19 (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@1c76f08f (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@40b4b1e2 (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@bd360ca (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@629735c (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@2df0199e (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@482e9663 (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@58eb7a9c (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@1595514e (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@38390978 (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@2495e03a (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@42e3c01e (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@32e163f3 (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@6e254af6 (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@321a841c (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@44e11c60 (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@579cf0 (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@668bd282 (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@18b863b (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@4dc59876 (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@71493d22 (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@496eee4b (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@14890303 (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@75ee2fcc (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@4d76ac7e (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@73540f2d (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@2f998b5f (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@2b0d512f (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@1e4d5a (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@633efd75 (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@22fb4c14 (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@71232e5a (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@3a5c9b9 (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@176459ed (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@49536f90 (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@3aeb4bf1 (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@160b2681 (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@31b0d95 (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@4ee659f4 (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@1f8e20ea (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@7406c721 (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@47322e0e (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@1c9effad (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 = 2762f3b2-82a9-408d-8063-1f7524202f09 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@44ef6108 (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@1cb552b0 (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a09d7ea8-904c-49b5-aabc-c7702c4dbf9c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5ba939e5 (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@11efe0e0 (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@16686ac9 (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@a750669 (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@64731f27 (id: 2819605c-50b5-41d3-91f9-bef26b255416, sid: 2819605c-50b5-41d3-91f9-bef26b255416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34e34d4d-8752-481c-b6a2-7743dbb84716 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@26c64f98 (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 = c870c73d-f347-4220-8986-97d56f92eb56 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@15db59ca (id: c870c73d-f347-4220-8986-97d56f92eb56, sid: c870c73d-f347-4220-8986-97d56f92eb56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a9462546-c8b5-481d-9f65-6642b5dcf5e9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@48a1a2da (id: a9462546-c8b5-481d-9f65-6642b5dcf5e9, sid: a9462546-c8b5-481d-9f65-6642b5dcf5e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 18693b1c-2882-49fd-8ddd-ac33b43e16c1 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7d944979 (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@60ca8d36 (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@6f0958ed (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@47d28908 (id: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972, sid: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e76c6f35-7f0b-4bd7-8c49-2825a18f5c93 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1aca9eda (id: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93, sid: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93) (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@3f80afc3 (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@2419e42a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@685fdcad (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@1ec3e08d (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@7fbde36 (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@600dae32 (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@343820df (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@1a3857f9 (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@10e3102b (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@6f80de77 (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@59d6dad3 (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@1429ac86 (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@7fbf0411 (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@7a643ca4 (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@1cb3ba43 (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@62b4cd5a (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@65acd291 (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@3e76539c (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@3f1687b3 (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@7b0c5316 (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@78b73ebc (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@74517885 (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@7f7152a3 (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@66fc3ab8 (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@27ffba05 (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@58156b2f (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@4caae768 (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@579d6bd1 (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@426129b1 (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@5004def8 (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@4b0ee237 (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@2aaa1836 (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@70dfb0f4 (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@3e0f1d3 (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@8196d95 (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@7288af08 (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@7fddf9bd (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@7b37e1fc (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@38815eca (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@fc6563d (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@1fc65669 (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@5b3a6c6c (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@69ff0ecf (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@54b5ca73 (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@68d78055 (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@79748d26 (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@73a7da7a (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@6d6fd471 (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@2b593be4 (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@5ff1ed0e (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@2682760a (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@3f80afc3 (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@2419e42a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1ec3e08d (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@7fbde36 (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@600dae32 (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@343820df (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@157465a7 (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@4c271351 (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@415648d9 (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@349db6f4 (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@2f2b49d (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@76bb9209 (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@5d81c87 (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@5c2b30de (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@4bea319a (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@61ebd934 (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@2492ddaa (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@213aa426 (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@3bc6377a (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@45b6b4f (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@361689e3 (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@42791093 (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@480e9241 (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@1750991c (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@4dc31eab (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@2bb6d339 (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@3836a016 (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@68214aa2 (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@75137384 (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@78a85b20 (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@3b8111f7 (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@37f6ef9a (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@d3dc31f (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@5e347699 (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@5e3ec8fa (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@6ab015 (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@7d179e3f (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@2e2defcb (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@7b121803 (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@58924d09 (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@1980a267 (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@72397354 (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@321cd9db (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@7ec54bd0 (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@4667bf19 (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@671d890b (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@41e2dbe4 (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@49531931 (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@1d9c4000 (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@1642c769 (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@41a813be (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@10e3102b (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@6f80de77 (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@59d6dad3 (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@1429ac86 (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@68d78055 (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@79748d26 (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 = d31b6d45-7b8c-4509-9f61-5d84f1303e6a org.polarsys.capella.core.data.cs.impl.PartImpl@53f479b7 (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 = 84f2ae76-3459-4e17-8fd0-ed6360e0028d org.polarsys.capella.core.data.cs.impl.PartImpl@2630ac56 (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 = 9d16139f-bc22-498a-9729-4ec3d1f85469 org.polarsys.capella.core.data.cs.impl.PartImpl@2721a16e (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@23c60506 (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@26bdda62 (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@6703abf1 (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@3e177d29 (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 = e2cba002-bca6-4f67-ad80-6707703f6a0a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@4e482f9 (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@5a85d83c (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e3553f77-5c43-4b7d-9a5c-54d81059335b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@2a9eeb5f (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@67a7907c (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@5dca337a (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@35078161 (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@3f3cac30 (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@7debc1a2 (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@6e96152c (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@6f00f6dd (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@26080e12 (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@2fc776a7 (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@6c18a0a0 (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@7b4db35b (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@52790132 (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@78fe81ca (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@7d0c641b (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03c4e4ab-b35f-4002-a322-0b220b3783f9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@73a7da7a (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@717a80a (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@5ad71873 (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@11e4af34 (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@61f189e9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3115603 (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@309ec898 (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@20f010d8 (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@64d88cca (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@71254715 (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@38be7d64 (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@7c7e7660 (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@5348d758 (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@4326b552 (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@430dc063 (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@2c2e149a (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@7215b974 (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@371c3964 (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@5dec627c (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@1ba279f (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@5ebbf0c5 (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@83a356f (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@36fb4996 (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@662d1609 (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@6791ffd1 (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@3ed93f01 (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@528276b5 (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@5c11afb2 (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@3416ac96 (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@7616108a (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@34c5104a (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@36994e (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@22ac251c (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@64f8e383 (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@2364d31 (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@530b0efa (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@52787a11 (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@149f7dc0 (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@24f0f5a7 (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@2f07431d (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@3ebe1c1e (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@51a01774 (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@72de8d2a (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@67d437c7 (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@294489cf (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@780e3024 (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@7e3f45d2 (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@1f816050 (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@be68f36 (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@740b0c2a (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@183b25ad (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@ee2dbde (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@77fca729 (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@b19032 (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@11e4af34 (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@61f189e9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@309ec898 (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@20f010d8 (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@64d88cca (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@71254715 (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@37f6b960 (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@17a00996 (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@373e7974 (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@6cf89d69 (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@6ec7142f (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@79bc4cd8 (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@3d0d7f42 (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@15b6ae5f (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@4386a6aa (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@5847f88e (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@e666bab (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@2e02e86e (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@58c7a8f2 (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@3f23a8ec (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@2a5a790 (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@3bdd6e32 (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@5e38c183 (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@7c7e7660 (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@5348d758 (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@4326b552 (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@430dc063 (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@1f816050 (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@be68f36 (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@41076bc0 (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 = 7ed417fd-1031-4e0e-9521-a1a57dfd9ffd org.polarsys.capella.core.data.cs.impl.PartImpl@491c9c9b (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@7c09361c (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 = 67439830-6fc0-486d-b5a7-b5add0064c7f org.polarsys.capella.core.data.cs.impl.PartImpl@5385d516 (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 = 340c720d-44dd-4277-a433-6347fe6473ea org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@740b0c2a (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@602a684 (id: 8dc347d8-3adf-47cd-9963-ef90c9539b7e, sid: 8dc347d8-3adf-47cd-9963-ef90c9539b7e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f94128e-9406-459d-9c9e-3a4cf61062f1 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3922164d (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@430123c2 (id: e3364238-72c3-4ba4-b946-eae958ac21b5, sid: e3364238-72c3-4ba4-b946-eae958ac21b5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a889fecc-0ea8-409f-a80e-bad52fa411f5 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6fc71dd4 (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@1f8e77db (id: ddc8b9ca-39ef-4505-b421-fc8e43db5101, sid: ddc8b9ca-39ef-4505-b421-fc8e43db5101) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 876ba191-f6a5-4ba6-a6c9-7beaaf34f538 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@46037f2e (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@721a2070 (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@4870e043 (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@7a1bb459 (id: c7f33f23-02b0-47f4-be8e-9b7c98be66a5, sid: c7f33f23-02b0-47f4-be8e-9b7c98be66a5) (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@5072764e (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@349f5ec0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@53977373 (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@74baa4eb (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@5610201a (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@26ce1006 (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@3b5a1f7f (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@3f125bff (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@6af5569 (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@4a1d697 (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@498fd1f9 (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@6d714103 (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@16cd21fb (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@509b1ac4 (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@2bda0600 (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@279ba81a (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@582697eb (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@5063eb11 (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@2b720d1b (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@5153bb17 (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@3da6e719 (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@72d2b8df (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@49f3794b (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@5b4f861 (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@f2059e1 (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@68d31c9a (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@1028da0d (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@63cea872 (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@21a1de40 (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@2259ad2b (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@74f7e3df (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@186d993c (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@150f3481 (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@65c8cd76 (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@1fc5ff7c (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@6b9531c1 (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@752ab0e (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@245275ef (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@14dc4006 (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@56056065 (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@449dab70 (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@73575301 (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@57df11d (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@7886af9f (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@4be2ec0a (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@607396d4 (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@4a7d8b54 (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@2d648ca4 (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@18eb1820 (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@1eecac3 (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@1dde0e68 (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@5072764e (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@349f5ec0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@74baa4eb (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@5610201a (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@26ce1006 (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@3b5a1f7f (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@4d796295 (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@1abe8bd0 (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@4ca6f6a1 (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@276ca9ad (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@21871a1f (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@4f09f5f4 (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@34e1114a (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@7602e7ba (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@6f4c5c87 (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@6feaa2cf (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@533d8539 (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@326397d3 (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@3fc64d7c (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@5007c91 (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@3a2b3545 (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@1458f0dc (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@1f1af1cc (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@7c786e77 (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@2f75bf34 (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@71c7949e (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@399b9ffb (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@6af5569 (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@4a1d697 (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@498fd1f9 (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@6d714103 (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@4be2ec0a (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@607396d4 (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@2ce7e36c (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 = 7dda6227-8790-4da8-942f-c0e5d81b8550 org.polarsys.capella.core.data.cs.impl.PartImpl@32b7fcb7 (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 = 8c9d8e50-136a-4c2c-b841-4679936f3d20 org.polarsys.capella.core.data.cs.impl.PartImpl@1f1e6910 (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 = 1320fc17-feb7-4be9-b9a3-635f2e314c93 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1591e1f5 (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@5e0b91b4 (id: c1edf462-820a-428a-8179-92dc715df3d2, sid: c1edf462-820a-428a-8179-92dc715df3d2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f550f2fb-7f42-4066-9182-e322a6ffda1b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@f82d43e (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@d76d1c5 (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@67e8ca8 (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@7d188255 (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@1a4f1dee (id: 015072c1-f80c-4ae7-8e0e-2b8fd943e776, sid: 015072c1-f80c-4ae7-8e0e-2b8fd943e776) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f1792137-1a4d-4255-8482-d25db682e8a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4a7d8b54 (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@411960f7 (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@31f37e18 (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@730cacd1 (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@12fb5959 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5f74b67c (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@64824a25 (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@5a95b3c7 (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@502bc3a2 (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@6d6ce51e (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@241ed1bb (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@4f03e631 (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@ded5443 (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@2c1e9af4 (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@719bdf5f (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@6014b800 (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@6f2eac87 (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@66be33 (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@3783fe94 (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@729284dc (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@6842549d (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@5d60f880 (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@75bfdae6 (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@13ed14e9 (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@69f14cb5 (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@330f0df3 (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@386c999e (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@435d9826 (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@20aaf01c (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@7f2ec682 (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@b21b6e9 (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@2f4c6ff1 (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@345443a9 (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@3d479977 (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@377dd5f8 (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@18cef799 (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@6f13de8c (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@cfa3068 (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@5571f61a (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@3aecb112 (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@4bfaff7d (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@165eff1a (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@4c450aed (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@13fe4656 (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@f634243 (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@6ea4ca9a (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@ad2b7c1 (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@6fd6c8cc (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@519c0f53 (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@1cff8818 (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@cc68ae0 (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@548781ff (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@1f870554 (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@65f7312e (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@730cacd1 (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@12fb5959 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@64824a25 (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@5a95b3c7 (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@502bc3a2 (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@6d6ce51e (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@26d349a2 (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@512fdd34 (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@5f173260 (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@697bb5c9 (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@469213af (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@20f0bd2f (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@3e730498 (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@a922b62 (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@5ccb4ef4 (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@44d4ec5c (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@426ea6dc (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@790a4b7 (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@68d6200d (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@3cec88bd (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@3e5b268b (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@707a3507 (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@288be2d5 (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@4f03e631 (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@ded5443 (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@2c1e9af4 (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@719bdf5f (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@6fd6c8cc (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@519c0f53 (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 = 01a45864-73ba-4c65-8785-4f2f72345d91 org.polarsys.capella.core.data.cs.impl.PartImpl@12786ea1 (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@265a1854 (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@678e1d11 (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@5d010101 (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 = f4f7dd8b-3b95-4bc9-b257-77fb2bce88be org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5d8ef501 (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@6b2f681c (id: dd5dc042-6ec9-4e73-ac6c-25f617b127d0, sid: dd5dc042-6ec9-4e73-ac6c-25f617b127d0) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00b7a729-61be-484d-a1ff-cf79293166be org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@9cfa454 (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@750b3f7a (id: 3957ae06-f75c-4913-8e52-657d6337e00d, sid: 3957ae06-f75c-4913-8e52-657d6337e00d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6b8c30cb-b25d-4147-ae73-dce37b380ead org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1cff8818 (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 = 6c73a6ba-c574-4f95-a420-e6ab4b2c1857 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@34691a25 (id: 6c73a6ba-c574-4f95-a420-e6ab4b2c1857, sid: 6c73a6ba-c574-4f95-a420-e6ab4b2c1857) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a11cb8b-52c6-482b-890e-4cdb65562316 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@31ce669c (id: 8a11cb8b-52c6-482b-890e-4cdb65562316, sid: 8a11cb8b-52c6-482b-890e-4cdb65562316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffbfdc87-04f9-4c55-a7dc-4276cab29b7b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@49239b8f (id: ffbfdc87-04f9-4c55-a7dc-4276cab29b7b, sid: ffbfdc87-04f9-4c55-a7dc-4276cab29b7b) (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@539cf0ca (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@6c4f29b1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1a153f03 (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@e96c43e (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@5f4f27dc (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@252082f (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@5da1e4ae (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@4143f6bb (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@3fb9dcba (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@5a625fc6 (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@38b0b166 (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@4d40f55b (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@3ab5e0f3 (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@5370fe76 (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@34718c21 (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@389a76ae (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@2dbdbb36 (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@796a63b9 (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@41c2e831 (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@2a06c9a1 (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@6a22b3dc (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@40ff728a (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@162a99c4 (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@afd1161 (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@75beefb1 (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@4e6ea8ae (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@cc8ec1e (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@6edc92ff (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@6c9d2bf2 (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@570dd517 (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@1c6e7bf4 (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@162f59ec (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@13682260 (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@2a74f877 (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@45aa9716 (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@29264676 (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@7b8f1a10 (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@76b5f256 (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@67b6c9b1 (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@7cb826c7 (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@7f64ecda (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@269a9622 (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@77b02801 (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@4a83a62e (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@544fd503 (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@1242a01f (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@1c9c0f8f (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@50d8c5aa (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@35666ad7 (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@f8cd85a (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@71a0f31d (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@539cf0ca (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@6c4f29b1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@e96c43e (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@5f4f27dc (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@252082f (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@5da1e4ae (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@7002a7db (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@56550fc0 (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@44d47655 (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@16026ef5 (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@73db2f91 (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@6a0fbc1f (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@6f7f026d (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@382bb2b1 (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@6d7195af (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@3fb9dcba (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@5a625fc6 (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@3bdf65c8 (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@60e13218 (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@114c6eb2 (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@59988f32 (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@19a940ec (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@27a0969 (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@1f86e70b (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@4c7b7a37 (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@4840f003 (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@5ffd81fe (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@4108e2c1 (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@16644448 (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@596b7e6f (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@6aaaf6cd (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@6cb20fb3 (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@415150c3 (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@4daf3f64 (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@7089618d (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@2bdcb187 (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@54a06c04 (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@6f9eea14 (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@21802ee9 (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@40fa222d (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@176da67a (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@fbb20c9 (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@2fecb0b1 (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@3e96042b (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@37b21d6 (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@5e49a89d (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@53164471 (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@1f32a36e (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@568311a1 (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@37d7f2cc (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@3d741e8b (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@546943e8 (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@49749fa8 (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@5f74ae7e (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@7d5c7b9 (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@193da2a8 (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@7459f7f8 (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@ea4b053 (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@4eb052da (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@51d216bb (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@12073221 (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@5e6d8439 (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@1f4b3681 (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@2a4fe61f (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@1725f4d (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@338c5f16 (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@75b588d8 (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@791dd065 (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@44762e6d (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@7b2c575f (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@38b0b166 (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@4d40f55b (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@544fd503 (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@1242a01f (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@4c31450b (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@de30e77 (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 = 3d28bffe-ad38-4559-9118-f9bee94c3976 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1c9c0f8f (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@1951d68d (id: 2d3e9352-2c3e-4589-92ff-152cfcb34733, sid: 2d3e9352-2c3e-4589-92ff-152cfcb34733) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 999a4d24-f47d-4291-9e1e-2efdeb210600 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@221c85a7 (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@4e3758eb (id: a3bceb12-afb9-4e98-b49b-635a007f34fb, sid: a3bceb12-afb9-4e98-b49b-635a007f34fb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 96db755d-f7fd-48f4-ac2c-2ccdc09c7da6 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@840cd37 (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@612dcb0f (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@4cbcb644 (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@73c2e05d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3aa16c7 (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@b44102e (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@3374a6b8 (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@7e48870c (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@ae680f (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@18fae002 (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@5509acf3 (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@422bb677 (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@55851366 (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@14556b (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@6c4c4d3b (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@35421c39 (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@273899f6 (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@545227ba (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@5af98d9e (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@7ffff12c (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@1c6b300c (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@5941bbcc (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@4f424807 (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@4f34a652 (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@a1a14e8 (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@5e5141bc (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@30e3801 (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@69e20804 (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@3305fc84 (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@678d17f9 (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@1531e539 (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@6c6a6db3 (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@70174d66 (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@7f2aae42 (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@65a894b3 (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@5a107a40 (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@10a67019 (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@3ad484f1 (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@1b789214 (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@42632941 (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@61e6afac (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@7f0b5c6d (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@203c89aa (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@7bce95cd (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@2f01ced7 (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@acc176e (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@39007458 (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@38f013d4 (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@76f4d360 (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@739fd65e (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@74272d8b (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@4c554afb (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@58d22174 (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@4cbcb644 (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@73c2e05d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@b44102e (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@3374a6b8 (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@7e48870c (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@ae680f (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@65ee9f26 (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@7339b445 (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@49733dc9 (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@3a6edaf8 (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@2b68653c (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@45008d8d (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@9f526cf (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@7e1d2500 (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@785d5f28 (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@5509acf3 (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@422bb677 (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@501d0505 (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@1e34dc04 (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@19c513b4 (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@21c808a4 (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@19a42465 (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@bdcf0f9 (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@3ab50a85 (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@5b59b85f (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@6366285d (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@b2f5d16 (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@5959b8ee (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@5cb21af2 (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@5534e3b4 (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@2482d3e9 (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@3088915f (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@7ca17836 (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@efa1d55 (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@71683125 (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@26aee88a (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@d5b37bc (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@3d8ace2b (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@6cb19ba8 (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@174cc9a (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@5546eddf (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@3ed68aca (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@5eda3a63 (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@79ed3d3e (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@2dc53aa6 (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@5626198d (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@1336f137 (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@60d52e63 (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@2cdafb1 (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@26564996 (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@6f39cd09 (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@25357ab (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@58f2f515 (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@40841faf (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@4b0070b0 (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@231f789f (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@6c8a6bb4 (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@c1378ed (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@44de1c2f (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@1c5d5fab (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@7f95fb90 (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@7fe5b496 (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@3c4d7d55 (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@6c544837 (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@3ec7002f (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@58e65bc2 (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@f16325e (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@41cdc67b (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@478d7015 (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@2d5f1b6d (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@65a56114 (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@55851366 (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@14556b (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@39007458 (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@38f013d4 (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@5c40d497 (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@2a18da60 (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@76f4d360 (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@39c7c531 (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@6aae8290 (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@6d6fe7c7 (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@7fc2536c (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@7bbbed8d (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@71d48170 (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@7ddf33f7 (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@4c46929e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3857a6a1 (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@2b6dff01 (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@1cecddb6 (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@5203b9ac (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@b49482f (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@6f5af416 (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@7ce9422c (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@33e85ac4 (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@65559fc1 (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@539b5965 (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@3a9c833d (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@199ffa4d (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@62740321 (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@19da1fc4 (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@4701e2a9 (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@21aa2596 (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@63054789 (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@2a684012 (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@62b4eb5c (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@1242f409 (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@5bb2c0c7 (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@33326373 (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@76198042 (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@73fec034 (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@3e079274 (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@1e8e573c (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@24afdf3f (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@215544fe (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@2343e692 (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@4f187271 (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@15141a8a (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@1eedce62 (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@2226cc5b (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@2ea1a994 (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@1b543680 (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@6bba6556 (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@7f6a286e (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@5c24c31e (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@66fe0e2c (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@5e565770 (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@70513d8c (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@a972cab (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@225407a8 (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@6a4a096c (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@7d1c0b8f (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@2da16e2d (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@42adeefa (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@6a0b8504 (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@7b17aac3 (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@7ddf33f7 (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@4c46929e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2b6dff01 (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@1cecddb6 (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@5203b9ac (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@b49482f (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@7ce9422c (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@33e85ac4 (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@65559fc1 (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@539b5965 (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@225407a8 (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@6a4a096c (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@4e25937 (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 = 509531a3-cef7-42e3-819c-42f2d78a2a25 org.polarsys.capella.core.data.cs.impl.PartImpl@124bf423 (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 = d53e05bb-c3e7-402d-9c95-7e190747d745 org.polarsys.capella.core.data.cs.impl.PartImpl@1b12d77e (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 = 3d31c24f-f13e-4d99-bfff-d604abfcb4a3 org.polarsys.capella.core.data.cs.impl.PartImpl@50e769d8 (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@2744f62b (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@11feb6c9 (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@19f9faf3 (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@7a433a9f (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@6fce7948 (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@c5d9b0f (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@18fe61fd (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@41fa8c4b (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@764ae48b (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@773fd811 (id: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d, sid: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d) (name: aaaaaaaaaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 54c98b1e-237c-4a34-a08d-cfa9d87aaebc org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@59f35ff5 (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@f985fd7 (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 = 0dd5a220-4aed-4599-aa0f-41273d275268 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@904dccf (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@55ce2d61 (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 = face7f50-2547-4202-8736-c3295a3b7ea5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5f1e2158 (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@7b1faaff (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 = 67440afe-ada0-4c77-afdc-c53e1647444d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7d1c0b8f (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@b3916b4 (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@594c5207 (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@37f5af3a (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@4494aae (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@47067025 (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@7ce1dea8 (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@66773271 (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@2825082b (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@5c56c252 (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@2eb043ee (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@710b08f3 (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@71ef22a9 (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 = aee2155c-c02b-4212-bf01-ba0abaf72979 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2863dd3e (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 = 343a2631-6a31-47e6-a416-d7ee828526a6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@20724ce3 (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@59f9edf (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 = b5740ce3-150f-4987-b185-0b5eff2df143 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6d90df3c (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 = 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@c17ab8b (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@26e2cca1 (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 = 528b0e57-c7b3-42ec-b0c1-9f7bbf022172 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@246c501d (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 = 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@60452e12 (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 = 4d2c3438-8883-4518-9281-5e8999ded99c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7e69ba21 (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@3c4840bd (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@21957773 (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 = cb597888-cd6b-47e4-8e08-bdfedb93df75 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@33a23752 (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@47eccc89 (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 = 10757ab9-072c-4f7d-9c86-07407e981689 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7e0f40a (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@4acb65c6 (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) [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@267d982f (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@de13d82 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@21d47ba2 (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@61e8bdcd (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@4694d28b (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@27490873 (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@f71451d (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@483bc23 (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@78d72115 (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@17b2a4ec (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@373c1fdd (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@76a24fa6 (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@7a8610d7 (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@7aa500cd (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@700bd276 (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@c7083d6 (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@463a2a27 (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@144be945 (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@3a7d01d8 (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@329b5b72 (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@25673414 (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@6eadf03c (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@3c0c5ff0 (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@5424d3c8 (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@48ff8acc (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@4952bfff (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@17ff8afa (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@6537b15e (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@512aeede (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@ddb0e43 (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@6618fd58 (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@3efd0d84 (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@38a7489b (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@6ddbf0da (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@4c882204 (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@1acf973c (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@182ef76e (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@2a419991 (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@27d416df (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@4144036e (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@2e3e19af (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@81590e8 (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@f701ddb (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@6e4e3028 (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@7435105a (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@b25c9bf (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@14b7b75c (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@5272dd3 (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@35434f5d (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@5a56c79 (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@4f1bf3f5 (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@267d982f (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@de13d82 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@61e8bdcd (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@4694d28b (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@27490873 (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@f71451d (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@78d72115 (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@17b2a4ec (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@373c1fdd (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@76a24fa6 (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@7435105a (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@b25c9bf (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@37f1cefe (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@27807875 (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@433bd0cb (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@448e9f90 (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@3248c66e (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@efd57b3 (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@7beb0b1f (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@70134212 (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@1ec48df9 (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@189d56d1 (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@553a1f3e (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@5bd6081 (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@7961a022 (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@39408c1d (id: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d, sid: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d) (name: aaaaaaaaaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0dd5a220-4aed-4599-aa0f-41273d275268 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@26e11e28 (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@46f87045 (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@14b7b75c (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@2d9cb47d (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@1aa2161b (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@4062a3a7 (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@42ec179a (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@a1b6ce6 (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@3b170 (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@5529554c (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@77dbc8b4 (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@2676f6f5 (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@3be34b7a (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@247ffa7f (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@dc8082c (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 = aee2155c-c02b-4212-bf01-ba0abaf72979 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4bea2e5c (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 = 343a2631-6a31-47e6-a416-d7ee828526a6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7dc54bd2 (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@5121231d (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@d07df2c (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@68a15633 (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 = 528b0e57-c7b3-42ec-b0c1-9f7bbf022172 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@72a43c9b (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 = b5740ce3-150f-4987-b185-0b5eff2df143 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@bf3959e (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 = 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5b645948 (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 = 4d2c3438-8883-4518-9281-5e8999ded99c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@24a1909a (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@5f53378d (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@76f77358 (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 = face7f50-2547-4202-8736-c3295a3b7ea5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@21de8aa0 (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@24a1ac86 (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 = cb597888-cd6b-47e4-8e08-bdfedb93df75 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7c12b622 (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@1dc6a7df (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 = 54c98b1e-237c-4a34-a08d-cfa9d87aaebc org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2b37af06 (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@8157567 (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 = 10757ab9-072c-4f7d-9c86-07407e981689 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@11611d3f (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@32fcec39 (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) [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@5a35ad1b (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@3e124775 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5bc0fd1e (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@1bf8e990 (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@14a26d7b (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@5fb08b4d (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@5832c203 (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@1eae2df3 (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@44f18e82 (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@2a08b3b2 (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@3b1d2f2a (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@613506cb (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@16e854fc (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@6fcffc4e (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@438cbf0d (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@25286573 (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@71338a9e (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@618e357a (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@475c9a91 (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@21b97cf4 (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@4cb36527 (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@5c86ac2e (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@7f2d3d3d (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@1599b0f0 (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@42d46539 (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@2b5a5691 (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@3d884212 (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@65ce6b63 (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@4d2374e (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@7dc5179b (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@22252e3 (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@14a1b4b7 (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@1dc992a (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@54f02f45 (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@4455da72 (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@5d48da43 (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@38b80d09 (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@6de7975c (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@78b56d8 (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@1c0a1ea8 (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@64a29865 (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@35aeaeda (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@684e1321 (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@247dbfde (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@5c1e60a6 (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@6c8a89c6 (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@1a7cd451 (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@5d4ce014 (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@1f6143e8 (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@676b703e (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@6323cbe5 (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@5a35ad1b (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@3e124775 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9b07dc9d-373a-41b4-baf0-5ed5165ed310 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1bf8e990 (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@14a26d7b (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@5fb08b4d (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@5832c203 (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@766477e0 (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@712a05e2 (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@2a9b1269 (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@64f7ffe3 (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@31794fea (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@10dd4932 (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@62a7191a (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@39f4fa4a (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@4289e481 (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@38e7a13b (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@62d210f4 (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@7c6a804e (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@71caceae (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@74a157d5 (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@2ec6246b (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@95e30a3 (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@77bfc1a2 (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@44eaadd4 (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@5b902c5e (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@2333d4a7 (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@2a08b3b2 (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@3b1d2f2a (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@613506cb (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@5c1e60a6 (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@6c8a89c6 (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@cb99116 (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@28988122 (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@72ccfc7 (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@12302beb (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@6591c798 (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@9ecdb99 (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@685f7f94 (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@7ba37e07 (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@1065dbec (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@7f3afa6a (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@1a7cd451 (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@2280ba61 (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@6271be06 (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@3c1c20bf (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@40beb531 (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@674a4cf5 (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@8244f94 (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@55609ff7 (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@6042af57 (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@555a7a4e (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@7fa8d79e (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@2ee660bb (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@5b2b5a27 (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@5da5d306 (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@6488eb0b (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@79f6bc99 (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@780d3be2 (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@b43fa06 (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@28b088d6 (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@64eefb2d (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@75ad1e79 (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@61aa4900 (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@2f24d266 (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@27195f56 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3c0a71d6 (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@6b30487c (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@6cc70417 (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@4cb582ba (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@fad93a (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@9090d88 (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@5d3a4702 (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@3dfabe4d (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@6b9f83c1 (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@30c9ba42 (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@76f5550c (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@599303ac (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@3c1fd6c1 (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@38dd5e90 (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@47bdcc0 (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@2f24d266 (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@27195f56 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1d90581b-350b-4b26-ad5d-a1e261411f2c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6b30487c (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@6cc70417 (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@4cb582ba (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@fad93a (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@5d3a4702 (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@3dfabe4d (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@6b9f83c1 (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@30c9ba42 (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@76f5550c (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@599303ac (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@5cb7f2d9 (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@215148a7 (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@7dd034b4 (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@5fddcaa1 (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@74e2b58d (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@86b4a31 (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@339c42b7 (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@33808992 (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@61bd7a2c (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@33468155 (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@629ee470 (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@55e52da8 (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@5f035122 (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@3c1fd6c1 (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@4a003c23 (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@7bb96f00 (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@1a16e327 (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@487e1896 (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@354d49e (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@33a56a9b (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@1e07a813 (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@2605b9ed (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@3d07997 (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@1bb92ac4 (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@58c82fbe (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@4d60fdb3 (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@319411da (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@74dbdc8b (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@6d77a871 (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@27b05d09 (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@363b92e4 (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@1c2e2f2c (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@4c4a38f8 (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@69377c6d (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@3716f1d (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@6e4b6710 (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@73db0fd9 (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@21ddd1db (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@29dc5b7a (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@1c1acab6 (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@3794bb2b (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@7808f70b (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@33c474fb (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@79c1574f (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@6b9ee6bf (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@5411e468 (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@44e231bd (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@376a6d41 (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@2bddce0d (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@70b44dba (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@258ee5c8 (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@416a945d (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@48297db (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@5609d36c (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@46a43feb (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@3222dc40 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@57bf4292 (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@1503fe7c (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@2193fc27 (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@3d633886 (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@7edaf053 (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@153f5bbf (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@57333538 (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@31096f0e (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@2814d0aa (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@5a4a4bb5 (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@141e2f31 (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@6e9553a3 (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@608a4f5b (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@4233b29f (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@1bcf979e (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@46a43feb (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@3222dc40 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2dec588d-9cab-43f8-b223-b10df7d32007 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1503fe7c (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@2193fc27 (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@3d633886 (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@7edaf053 (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@57333538 (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@31096f0e (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@2814d0aa (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@5a4a4bb5 (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@141e2f31 (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@6e9553a3 (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@d977a98 (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@495b28c2 (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@3ef1b31d (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@6680241e (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@3322356f (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@5c42cb57 (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@4826dd1b (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@2f61a0d5 (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@dca711b (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@47980b86 (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@608a4f5b (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@29102c41 (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@308b26d8 (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@639940f3 (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@4b430ae5 (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@19aa39b (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@68cef896 (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@4179a3a4 (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@123e8d4c (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@59f928f8 (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@5591d4e0 (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@33a377f3 (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@16fd2056 (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@3ec4e4fa (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@5d3e9667 (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 = 5ddc19d5-7684-4c51-98d3-b6e245d299df org.polarsys.capella.core.data.cs.impl.PartImpl@189e0160 (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 = 040d0c5e-f09c-4ea0-885d-a245741d7f37 org.polarsys.capella.core.data.cs.impl.PartImpl@758a7edc (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 = d98dfd08-dfba-44f6-b8dd-2ea91a36b7e1 org.polarsys.capella.core.data.cs.impl.PartImpl@a0a1fab (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@536cc93b (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@4a961498 (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@22eb89ab (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@324ba4e7 (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@4c13c5d4 (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@2ae7b61d (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@786bee69 (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@17e8011f (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@45075b53 (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@52c74ab0 (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@7578fe27 (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@22cff96e (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@5dedf3a7 (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@3517a060 (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@7ace923 (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@5a756431 (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@6837c413 (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@2e7512 (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@710bcdca (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@274a88a4 (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@1cb48c5d (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@6f41ec3c (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@400b1983 (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@3377b68e (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@b1902d9 (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@6b593f8a (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@7386e463 (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@7dcbff5b (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@3e8735f1 (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@1c00f8c4 (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@5861a2db (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@7a72afab (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@7d5d25a9 (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@3928d86b (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@1beda093 (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@4571485c (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@42b2af4f (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@3da6dcf2 (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@4b390aed (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@445987e (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@53da876e (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@589080ab (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@5b7d8736 (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@73d3724f (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@74b57aac (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@28fc3949 (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@1f8f5f57 (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@77a607e3 (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@281963a1 (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@6166219a (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@4f6bf06 (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@43a82964 (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@204f4edb (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@7075c1b9 (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@414a5e3e (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@43abac7a (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@19481b42 (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@1fffa6de (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@55c7c299 (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@27cfd932 (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@cc63982 (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@75b8c20 (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@3a6caf60 (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@500096fe (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@192e5ce9 (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@45e94199 (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@27c2c6ac (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@42cff960 (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@1d8749f6 (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 [BehaviorComponentTest] >> require >> load Project_test_01 [BehaviorComponentTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1eea5746 (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@3bc71fcc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7addc821 (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@415a56d8 (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@18075d9 (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@36782aac (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@228e4f56 (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 = e06659c4-bb87-403f-a914-76cf00a94a5a org.polarsys.capella.core.data.fa.impl.FunctionRealizationImpl@6109f2bd (id: e06659c4-bb87-403f-a914-76cf00a94a5a, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9d3c8907-d588-4e79-b1d9-2ffd5c6c170e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@53f5531d (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@774a8b9d (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@34c0d762 (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@7072a59e (id: 4b79859a-115a-4dea-83d9-0827bd4440ab, 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@51e2b8dd (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = c2514712-00ee-409a-b0fa-21ab1b8f444e org.polarsys.capella.core.data.cs.impl.PartImpl@4c5b20b7 (id: c2514712-00ee-409a-b0fa-21ab1b8f444e, sid: c2514712-00ee-409a-b0fa-21ab1b8f444e) (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 = b2d84305-24c6-4def-8fe9-0a55231a6c62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5867d8fe (id: b2d84305-24c6-4def-8fe9-0a55231a6c62, sid: b2d84305-24c6-4def-8fe9-0a55231a6c62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 3b54f1aa-5105-4ac5-9e2b-cd2137d209a2 org.polarsys.capella.core.data.cs.impl.ComponentRealizationImpl@415a71f8 (id: 3b54f1aa-5105-4ac5-9e2b-cd2137d209a2, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e60b59ec-cc3f-4cb3-9d82-bb48f472ab24 org.polarsys.capella.core.data.pa.impl.LogicalArchitectureRealizationImpl@cc51549 (id: e60b59ec-cc3f-4cb3-9d82-bb48f472ab24, sid: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1eea5746 (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@3bc71fcc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@415a56d8 (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@18075d9 (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@36782aac (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@228e4f56 (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@4a8f9777 (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@48231d42 (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@3f7973a0 (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@6fdd7fe6 (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@595f6945 (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@31809e51 (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@53194e11 (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@508d9e7e (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@33e68d1d (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@25fefb68 (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@2636d5af (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@7dd630ca (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@797052d9 (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@5b4719f3 (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 = 8f7745e4-ffda-47b3-9c86-9f7bb1358747 org.polarsys.capella.core.data.fa.impl.FunctionOutputPortImpl@678ccb04 (id: 8f7745e4-ffda-47b3-9c86-9f7bb1358747, sid: 8f7745e4-ffda-47b3-9c86-9f7bb1358747) (name: FOP 2) (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@27db672c (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@5151e8d5 (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@5fa8c75b (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@1d3bf346 (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@4372b774 (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@51e6af8a (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@a0e536a (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@5c918c48 (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 = 35dc6215-d755-4f2d-baf0-13d8ffe09c33 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@38efe2af (id: 35dc6215-d755-4f2d-baf0-13d8ffe09c33, sid: 35dc6215-d755-4f2d-baf0-13d8ffe09c33) (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 = fc8e221b-7ee1-4f07-a908-ec255f337e12 org.polarsys.capella.core.data.fa.impl.FunctionInputPortImpl@19e477e8 (id: fc8e221b-7ee1-4f07-a908-ec255f337e12, sid: fc8e221b-7ee1-4f07-a908-ec255f337e12) (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@312ad118 (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@4cf6c515 (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@1845245d (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@1316f1b7 (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@48d1730d (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 = 2bee6bb4-3538-4190-8272-29c00eec0953 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@62a3f4d8 (id: 2bee6bb4-3538-4190-8272-29c00eec0953, sid: 2bee6bb4-3538-4190-8272-29c00eec0953) (name: FunctionalExchange 12) (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@219a60b9 (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@2a7e2c54 (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@53f5531d (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@774a8b9d (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@34c0d762 (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@292dd6ce (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@1dc4ca09 (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@3a75f786 (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@52c74c85 (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@159b7bb5 (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@53a3b496 (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@1dab2b84 (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@106e77ab (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@68de0918 (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@26971791 (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@6224ffcc (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@1141f0c (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@199a40ff (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@7aff7c2 (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@42b0b264 (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@63fd3941 (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@28ab1079 (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@50c2f349 (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@17a658a7 (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@1d1b4c23 (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@6dc3bf21 (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@2a5c416b (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@f9a47e7 (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@48277863 (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@38edfcf1 (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@7072a59e (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@2d8a7108 (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@3035cd6f (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@5419c9a (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@36dad410 (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@215b445e (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@3f1babaf (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@3637459a (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@562d7d18 (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@93b6e0 (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@dd37086 (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@4b292ad5 (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@51e2b8dd (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = c2514712-00ee-409a-b0fa-21ab1b8f444e org.polarsys.capella.core.data.cs.impl.PartImpl@4c5b20b7 (id: c2514712-00ee-409a-b0fa-21ab1b8f444e, sid: c2514712-00ee-409a-b0fa-21ab1b8f444e) (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 = 3bd548de-2849-4672-a3b6-aa4e6f797458 org.polarsys.capella.core.data.cs.impl.PartImpl@5a9a2efa (id: 3bd548de-2849-4672-a3b6-aa4e6f797458, sid: 3bd548de-2849-4672-a3b6-aa4e6f797458) (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 = ee13488a-1917-462e-b6b2-0c8a9da08656 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@58e8aefb (id: ee13488a-1917-462e-b6b2-0c8a9da08656, sid: ee13488a-1917-462e-b6b2-0c8a9da08656) (name: CE111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 6806a698-cedb-408c-aad2-c57a0a53570d org.polarsys.capella.core.data.fa.impl.ComponentExchangeFunctionalExchangeAllocationImpl@f6fc1bf (id: 6806a698-cedb-408c-aad2-c57a0a53570d, sid: 6806a698-cedb-408c-aad2-c57a0a53570d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f823b2fb-16ae-45bc-9d68-2539435a4104 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@4bc27a1 (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@1044c094 (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@2da439b7 (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@62e8e75e (id: 6396c61b-b756-4055-8713-26b58b94d656, sid: 6396c61b-b756-4055-8713-26b58b94d656) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f86ec8c2-7fca-4ae5-9ce8-78ae3100011b org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1c07b77f (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@94c62d0 (id: 19334819-d30f-4b47-a1ed-ce949ba4c359, sid: 19334819-d30f-4b47-a1ed-ce949ba4c359) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36dfe2af-59c6-465e-9727-61eacc45c363 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@7ebd07c2 (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@7d11afe3 (id: fed0da13-8702-4a32-8dd2-084ae056e085, sid: fed0da13-8702-4a32-8dd2-084ae056e085) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b2d84305-24c6-4def-8fe9-0a55231a6c62 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5867d8fe (id: b2d84305-24c6-4def-8fe9-0a55231a6c62, sid: b2d84305-24c6-4def-8fe9-0a55231a6c62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = 6d35fac2-b9df-4fad-80ab-a64a9b8ab0af org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@124ad29f (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@4df4403 (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@74419dcc (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@5f798851 (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@1be3670b (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@65e2d728 (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@1db589a5 (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@e9da142 (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@ec654a5 (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@7dee99c2 (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@4c27cf7b (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@2fd3e00c (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@138cfa2f (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@1aa55115 (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@688b192d (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@58e847b0 (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@2cc18300 (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@1cdc4274 (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@2cae62b3 (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@36e16551 (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@1698390e (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@6829064b (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@374d5a07 (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@abb7a52 (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@5dbc6242 (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@7d072ce0 (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@20c7cc25 (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@717f5b85 (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 = fb6677f2-fbaf-4b60-a15f-b33add8ee0f8 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@1c213aaa (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@3956ec67 (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@5c3245c3 (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@6ac47eb1 (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@7fa5ed29 (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@711e136e (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@3f4c5cd3 (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@76349c7d (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@2628fb37 (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@272c09ff (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@7adb630d (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@28decf5f (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@49ce6830 (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 = 29c64d47-1432-4d34-b9d8-994a89393786 org.polarsys.capella.core.data.cs.impl.PartImpl@15f39f03 (id: 29c64d47-1432-4d34-b9d8-994a89393786, sid: 29c64d47-1432-4d34-b9d8-994a89393786) (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 = 4b2ca85e-490d-4317-bb9b-4d7d3163a243 org.polarsys.capella.core.data.cs.impl.PartImpl@1edb5d4b (id: 4b2ca85e-490d-4317-bb9b-4d7d3163a243, sid: 4b2ca85e-490d-4317-bb9b-4d7d3163a243) (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 = 956f727e-85f5-4f60-abb3-83a8e7d9267d org.polarsys.capella.core.data.cs.impl.PartImpl@2d4b2453 (id: 956f727e-85f5-4f60-abb3-83a8e7d9267d, sid: 956f727e-85f5-4f60-abb3-83a8e7d9267d) (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 = e6c824f1-c61c-4b88-863d-ed0cb495b539 org.polarsys.capella.core.data.cs.impl.PartImpl@78301b45 (id: e6c824f1-c61c-4b88-863d-ed0cb495b539, sid: e6c824f1-c61c-4b88-863d-ed0cb495b539) (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 = 2bb92b38-5144-4f6b-bc7b-229a0bfb78fd org.polarsys.capella.core.data.cs.impl.PartImpl@713288c7 (id: 2bb92b38-5144-4f6b-bc7b-229a0bfb78fd, sid: 2bb92b38-5144-4f6b-bc7b-229a0bfb78fd) (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 = 08ffc4da-5b9b-4b68-8f89-5200bf764508 org.polarsys.capella.core.data.cs.impl.PartImpl@35c7a2af (id: 08ffc4da-5b9b-4b68-8f89-5200bf764508, sid: 08ffc4da-5b9b-4b68-8f89-5200bf764508) (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 = 3395feb6-133a-4010-b704-087d552f16d6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@14603b6c (id: 3395feb6-133a-4010-b704-087d552f16d6, sid: 3395feb6-133a-4010-b704-087d552f16d6) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC3, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 6a66b293-8f7a-4a90-a5b2-8d5097436865 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@2f3e3e7 (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@47f81fd8 (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@c91bd59 (id: a681aca6-5b60-4f0d-9ec5-dcef6cbed8ff, sid: a681aca6-5b60-4f0d-9ec5-dcef6cbed8ff) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = adbd4534-3bce-4b80-ad17-fa4e38de2923 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@19bf5cfc (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 = d78f99a4-620f-4034-9733-935b4b271c38 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@44e78f7 (id: d78f99a4-620f-4034-9733-935b4b271c38, sid: d78f99a4-620f-4034-9733-935b4b271c38) (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 = 4386e9d3-2e2d-4f31-9c5b-d86185e78bd9 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@34fb179 (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 = c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@2b5af3c (id: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7, sid: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52249b27-24ac-4413-9ff0-629255cb6c04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@16f00e2c (id: 52249b27-24ac-4413-9ff0-629255cb6c04, sid: 52249b27-24ac-4413-9ff0-629255cb6c04) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC4, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 87004304-d278-4b59-8938-1389f6c04679 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@68caa1f2 (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@546dfb5c (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 = 4e872ac2-85d1-4ac3-a0d3-f01108f24c5f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7159c798 (id: 4e872ac2-85d1-4ac3-a0d3-f01108f24c5f, sid: 4e872ac2-85d1-4ac3-a0d3-f01108f24c5f) (visibleInDoc: true, visibleInLM: true, summary: , review: null) (name: PC5, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = e2dda5f2-42ef-4cce-8902-e42690760dae org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4a5565f4 (id: e2dda5f2-42ef-4cce-8902-e42690760dae, sid: e2dda5f2-42ef-4cce-8902-e42690760dae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1560b73b-71ae-4fd0-8053-4ceafef9acd8 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@fe993ae (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 = 386a6905-ac6b-4604-b87f-3044a871b79a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7d8d70bb (id: 386a6905-ac6b-4604-b87f-3044a871b79a, sid: 386a6905-ac6b-4604-b87f-3044a871b79a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC6, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 5d077961-e572-4968-a9f9-ca14fbd68679 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@52a8ba72 (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@111f376a (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 = 0afa9fa3-5a4f-4136-8ff5-2561f9baea26 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6f8bf28e (id: 0afa9fa3-5a4f-4136-8ff5-2561f9baea26, sid: 0afa9fa3-5a4f-4136-8ff5-2561f9baea26) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC7, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 0936f7ea-f9c5-4e54-a075-8087cf212e52 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7c72c72 (id: 0936f7ea-f9c5-4e54-a075-8087cf212e52, sid: 0936f7ea-f9c5-4e54-a075-8087cf212e52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4522ffeb-2d60-45ab-8cd3-445a413cefb6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@21106cbd (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 = 6ffcdbb5-6041-4e0e-b198-acbc68375a71 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6a6196ee (id: 6ffcdbb5-6041-4e0e-b198-acbc68375a71, sid: 6ffcdbb5-6041-4e0e-b198-acbc68375a71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC8, abstract: false, actor: false, human: false, kind: UNSET, nature: BEHAVIOR) ID = 7e7c5fba-e23d-45cb-a133-d00aa0b19fe6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@48366a9b (id: 7e7c5fba-e23d-45cb-a133-d00aa0b19fe6, sid: 7e7c5fba-e23d-45cb-a133-d00aa0b19fe6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 15c70a51-540f-4f8e-97a6-0d66ebb515bf org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@c0fd369 (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 = b67394e1-e0e5-4cb8-9605-bc383ce97060 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@459702b (id: b67394e1-e0e5-4cb8-9605-bc383ce97060, sid: b67394e1-e0e5-4cb8-9605-bc383ce97060) (name: CP82) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: 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@62e950a8 (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 = f260bb57-7652-4541-9f15-65498acc003a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6b969000 (id: f260bb57-7652-4541-9f15-65498acc003a, sid: f260bb57-7652-4541-9f15-65498acc003a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PA 2, abstract: false, actor: true, human: false, kind: UNSET, nature: NODE) ID = e64e7e87-0431-448e-879e-4609471a28f6 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@24016d71 (id: e64e7e87-0431-448e-879e-4609471a28f6, sid: e64e7e87-0431-448e-879e-4609471a28f6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [BehaviorComponentTest] >> release >> unload Project_test_01 [BehaviorComponentTest] >> 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 [TransitionDefaultFalsePreferences] >> require >> load testManagementProps [TransitionDefaultFalsePreferences] >> require >> load output [TransitionDefaultFalsePreferences] >> release >> unload testManagementProps [TransitionDefaultFalsePreferences] >> release >> unload output [TransitionVisibleInDoc] >> require >> load testManagementProps [TransitionVisibleInDoc] >> require >> load output [TransitionVisibleInDoc] >> release >> unload testManagementProps [TransitionVisibleInDoc] >> release >> unload output [TransitionVisibleInLM] >> require >> load testManagementProps [TransitionVisibleInLM] >> require >> load output [TransitionVisibleInLM] >> release >> unload testManagementProps [TransitionVisibleInLM] >> release >> unload output [TransitionReview] >> require >> load testManagementProps [TransitionReview] >> require >> load output [TransitionReview] >> release >> unload testManagementProps [TransitionReview] >> release >> unload output [TransitionStatus] >> require >> load testManagementProps [TransitionStatus] >> require >> load output [TransitionStatus] >> release >> unload testManagementProps [TransitionStatus] >> release >> unload output [TransitionAll] >> require >> load testManagementProps [TransitionAll] >> require >> load output [TransitionAll] >> release >> unload testManagementProps [TransitionAll] >> release >> unload output testRunEnded:622973 ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose (Capella:1666): Gdk-CRITICAL **: 10:55:53.207: 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/lla-sss-transition_v1.6.4-branch/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.10:report Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@6097f225... 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. [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@6097f225... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.4-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.4-SNAPSHOT [1/16] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.addon.transition.system2subsystem --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.features >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.features 1.6.4-SNAPSHOT [2/16] [INFO] from features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.bundles >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.bundles 1.6.4-SNAPSHOT [3/16] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.transition.system2subsystem >---- [INFO] Building org.polarsys.capella.transition.system2subsystem 1.6.4-SNAPSHOT [4/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases 1.6.4-SNAPSHOT [5/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.ui 1.6.4-SNAPSHOT [6/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases.ui 1.6.4-SNAPSHOT [7/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.doc >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.doc 1.6.4-SNAPSHOT [8/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases 1.6.4-SNAPSHOT [9/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases.ui 1.6.4-SNAPSHOT [10/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases 1.6.4-SNAPSHOT [11/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases.ui 1.6.4-SNAPSHOT [12/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.feature 1.6.4-SNAPSHOT [13/16] [INFO] from features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.tests.ju 1.6.4-SNAPSHOT [14/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.tests.feature 1.6.4-SNAPSHOT [15/16] [INFO] from features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.site >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.site 1.6.4-SNAPSHOT [16/16] [INFO] from releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.4-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 0.885 s] [INFO] org.polarsys.capella.transition.system2subsystem.features SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.transition.system2subsystem.bundles SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.transition.system2subsystem ... SUCCESS [ 0.006 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.transition.system2subsystem.ui SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.transition.system2subsystem.doc SUCCESS [ 0.010 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.transition.system2subsystem.feature SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SUCCESS [ 0.007 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.transition.system2subsystem.site SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.089 s [INFO] Finished at: 2024-01-15T10:56:28Z [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=v1.6.4-branch Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@42457891... 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. [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@42457891... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.site:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.4-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.4-SNAPSHOT [1/16] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [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.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.4-SNAPSHOT (compile) [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.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:jar:1.6.4-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:jar:1.6.4-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ org.polarsys.capella.addon.transition.system2subsystem --- [WARNING] The POM for commons-lang:commons-lang:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.51948 [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.4-SNAPSHOT @ /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/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=422ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Loading required plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=414ms [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=1528ms [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=492ms [INFO] Process project properties [INFO] Project key: eclipse_capella-sss-transition [INFO] Base dir: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch [INFO] Working dir: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=389ms [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=577ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=387ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=450ms [INFO] Load active rules [INFO] Load active rules (done) | time=12145ms [INFO] Organization key: eclipse [INFO] Branch name: v1.6.4-branch, type: short-lived [WARNING] The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token. [INFO] Preprocessing files... [INFO] 1 language detected in 227 preprocessed files [INFO] 222 files ignored because of inclusion/exclusion patterns [INFO] 0 files ignored because of scm ignore settings [WARNING] The version of Java (11.0.2) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. [INFO] Loading plugins for detected languages [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=556ms [INFO] Load project repositories [INFO] Load project repositories (done) | time=886ms [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=10ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/plugins [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/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, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/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, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/features [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch/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, **tests** [INFO] Included tests: **tests** [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/lla-sss-transition_v1.6.4-branch [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] 227 files indexed [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=350ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (404) | time=592ms [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 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=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=487ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=113ms [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=4ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.feature [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 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=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=85ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.features [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 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=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=67ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.site [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 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=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=90ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.doc [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is 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=1156ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [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 TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (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=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline 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, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is 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=1018ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (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 TextAndSecretsSensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=253ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline 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, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is 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=381ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (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=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=69ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=21ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline 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, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is 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. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=232ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (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=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=83ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline 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, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is 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=523ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (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=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=71ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=16ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline 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, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 93 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 93 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=7221ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (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 TextAndSecretsSensor [text] [INFO] 93 source files to be analyzed [INFO] 93/93 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1196ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [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] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline 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, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is 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=3812ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (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=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 53 source files to be analyzed [INFO] 53/53 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=453ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline 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, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is 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=1129ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (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 TextAndSecretsSensor [text] [INFO] 43 source files to be analyzed [INFO] 43/43 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=343ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline 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, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is 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=314ms [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 SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (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=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=38ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.bundles [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=1ms [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=20ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [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 AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Subsystem Transition [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 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=434ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (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 IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms [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] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] Sensor javabugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/target/sonar/ir/java [INFO] No IR files have been included for analysis. [INFO] Sensor javabugs [dbd] (done) | time=2ms [INFO] Sensor pythonbugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/target/sonar/ir/python [INFO] No IR files have been included for analysis. [INFO] Sensor pythonbugs [dbd] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] No taint analysis rules have been enabled, will not execute taint analysis. [INFO] java security sensor: Time spent was 00:00:00.002 [INFO] Sensor JavaSecuritySensor [security] (done) | time=20ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/target/ucfg2/cs [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.001 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.002 [INFO] No UCFGs have been included for analysis. [INFO] csharp security sensor: Time spent was 00:00:00.003 [INFO] Sensor CSharpSecuritySensor [security] (done) | time=3ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] php security sensor: Time spent was 00:00:00.000 [INFO] Sensor PhpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] python security sensor: Time spent was 00:00:00.000 [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S6105, S6287, S5883, S6350, S5147, S5144, S5146, S5334, S2083, S5696, S3649, S6096, S5131, S2631 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/lla-sss-transition_v1.6.4-branch/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] js security sensor: Time spent was 00:00:00.000 [INFO] Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] ------------- Run sensors on project [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=38ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=272ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 14 source files to be analyzed [INFO] SCM Publisher 14/14 source files have been analyzed (done) | time=333ms [INFO] CPD Executor 72 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 143 files [INFO] CPD Executor CPD calculation finished (done) | time=36ms [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 166ms, dir size=662 KB [INFO] Analysis report compressed in 165ms, zip size=302 KB [INFO] Analysis report uploaded in 917ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_capella-sss-transition&branch=v1.6.4-branch&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=AY0MxSQOFBX9sLNtByEC [INFO] Analysis total time: 42.883 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.4-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 52.849 s] [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:11 min [INFO] Finished at: 2024-01-15T10:57:43Z [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